Now in Public Beta

Generate images
with ModelBeam

No setup. No limits. One API key to access powerful GPU inference — with up to 20x lower costs.

modelbeam.eu/playground

Powerful AI Capabilities

One API, multiple modalities. Start with images, expand as we grow.

Text-to-Image

Generate stunning images from text prompts using FLUX and other state-of-the-art models.

View models
Coming soon

Text-to-Speech

Natural-sounding speech synthesis with voice cloning and multi-language support.

Coming soon

Video-to-Text

Transcribe videos from URLs or files with timestamps and speaker detection.

Coming soon

Image-to-Video

Animate still images into short videos with text-guided motion control.

modelbeam.eu/playground

See ModelBeam in action

Generate images, speech, and video with one API

10M+
API Calls
5,000+
Active Developers
Up to 20x
Lower Costs

Works with your favorite tools

React
Node.js
Python
TypeScript
Next.js
Angular
Vue.js
cURL
Go
Ruby

Supercharge Your AI
with New Skills

Extend Claude, ChatGPT, or your IDE with powerful capabilities. Generate images, transcribe videos, create voiceovers, and more — all through simple prompts.

Voice Generation
OCR & Vision
Image & Video
Transcription
Claude + ModelBeam
Live
Record a voice message...

Give Your Agent Powers

AI agents are great at automation, but they need more than writing — they must also read, listen, and speak.

Works with popular bots & agents:

OpenClaw
n8n
Make
Cursor
Windsurf
Agent + ModelBeam
Live
Record a voice message...

Simple Integration

Generate your first image in under 10 lines of code.

api.modelbeam.eu
generate.py
import requests

API_KEY = "your_api_key"
BASE = "https://api.modelbeam.eu"
HEADERS = {
    "Authorization": f"Bearer {API_KEY}",
    "Accept": "application/json",
    "Content-Type": "application/json"
}

# Generate an image
resp = requests.post(f"{BASE}/api/v1/client/txt2img", headers=HEADERS, json={
    "prompt": "a cat floating in a nebula, photorealistic",
    "model": "Flux1schnell",
    "width": 768,
    "height": 768,
    "steps": 4,
    "guidance": 1,
    "seed": -1
})

request_id = resp.json()["data"]["request_id"]

# Poll for result
import time
while True:
    status = requests.get(
        f"{BASE}/api/v1/client/request-status/{request_id}",
        headers=HEADERS
    ).json()["data"]

    if status["status"] == "done":
        print(f"Image URL: {status['result_url']}")
        break
    time.sleep(2)

Get More AI Power, Pay Less

No subscriptions. No minimums. Pay only for what you use.

Text-to-Image
~$0.001
per image
512x512, 4 steps
Text-to-Speech
$0.77
per 1M characters
Multi-language support
Video-to-Text
~$0.02
per hour
With timestamps

Text-to-Image

FLUX.1 Schnell and other open-source models

~$0.0019/ image (512x512, 4 steps)
  • $5 free credits on signup
  • Resolution up to 2048x2048
  • No rate limits on paid tier
Get $5 Free Credits

More modalities coming soon

Build Any AI App, for Any Task

See how developers use open-source models on ModelBeam.

from $0.001/img

Community Apps

Image & Video Generation

Text-to-ImageImage-to-Video
  • Generate images in seconds
  • Process multiple media at once
  • Vertical and horizontal video

Perfect for

Mobile app developers, Discord bots

$0.77/1M chars

Voice Agents

Don't Write, Just Talk

Speech-to-TextText-to-Speech
  • Record voice → bot understands
  • Bot speaks back (40+ natural voices)
  • Multi-language support

Perfect for

Chatbot developers, voice assistants

$0.02/hour

Video Intelligence

Knowledge Base Builder

Video-to-TextEmbeddings
  • Monitor YouTube, X, Twitch, Kick
  • Transcribe videos automatically
  • Build knowledge bases with embeddings

Perfect for

Research teams, RAG systems

Frequently Asked Questions

Everything you need to know about ModelBeam.

Getting Started

What is ModelBeam and how does it work?

ModelBeam is a unified API that gives you instant access to open-source AI models for text-to-image, text-to-speech, video transcription, and more. Instead of setting up GPUs yourself, requests are routed through distributed GPU infrastructure, making AI inference fast, scalable, and cost-efficient.

Which AI models are available through ModelBeam?

We currently support FLUX.1 Schnell for text-to-image generation. Text-to-speech (Kokoro), video generation (Wan, LTX), transcription (Whisper), OCR, embeddings, and more modalities are coming soon.

Who can use ModelBeam?

Anyone — from individual developers building side projects to enterprise teams deploying production AI applications. No GPU expertise or infrastructure knowledge required.

How do I get started with ModelBeam?

Sign up for a free account and you will receive $5 in free credits. Generate an API key from your dashboard and start making requests immediately — no setup needed.

Why ModelBeam instead of OpenAI?

ModelBeam focuses on open-source models with transparent, pay-per-use pricing up to 20x cheaper. No vendor lock-in, no subscriptions, and you get access to specialized models for image, video, audio, and more.

Do I need a GPU or special hardware?

No. ModelBeam handles all GPU infrastructure for you. Just send API requests and receive results — we manage the compute.

Can I use ModelBeam for commercial projects?

Yes. ModelBeam is designed for production workloads with scalable infrastructure, webhook support for async results, and consistent uptime.

Pricing & Technical

How much does ModelBeam cost?

Pay per request with no subscriptions or minimums. Text-to-image starts at ~$0.001/image, text-to-speech at $0.77/1M characters, and video transcription at ~$0.02/hour. Use our price calculation endpoints for exact costs.

Is ModelBeam suitable for production apps?

Absolutely. We offer scalable infrastructure, webhook support for async results, rate limits up to 300 RPM on premium tier, and consistent uptime designed for production workloads.

How fast is the response time?

Image generation typically completes in 2-5 seconds. Audio and text results are even faster. Video generation depends on length and complexity. Use our polling or webhook system for async results.

Is there a rate limit?

Free tier accounts have basic rate limits (1-10 RPM depending on endpoint). Once you make any payment, you are upgraded to the premium tier with 300 RPM and no daily limits.

Get More AI Power
Pay Less

Join developers & vibe coders building AI apps with ModelBeam. No credit card, zero setup headaches — just pure, instant AI magic.

Free tier availableNo credit card required$5 free credits

Need enterprise pricing or custom models? Contact sales