Frequently Asked Questions
General
What is ModelBeam?
ModelBeam is a unified AI inference API that provides access to open-source AI models for image generation, video generation, audio synthesis, transcription, OCR, embeddings, and more. One API, many capabilities.Do I need to manage any infrastructure?
No. ModelBeam handles all GPU provisioning, model loading, and scaling. You send API requests and receive results.What models are available?
ModelBeam offers models for text-to-image (FLUX.1 Schnell, FLUX.2 Klein, Z-Image-Turbo), text-to-video (LTX Video), text-to-speech (Kokoro, Qwen3 TTS, Chatterbox), music generation (ACE-Step), transcription (Whisper Large V3), OCR (Nanonets), embeddings (BGE M3), and more. Use the models endpoint for the full list.Pricing & Billing
How much does it cost?
ModelBeam uses pay-per-use pricing with no subscriptions. New accounts receive $5 in free credits. See the pricing page for details.How do I add credits?
Go to modelbeam.ai/dashboard and add credits via your preferred payment method.Can I check the price before running a job?
Yes. Every endpoint has a/price-calculation variant that accepts the same parameters and returns the exact cost without executing the job.
API
How do I authenticate?
Include your API key as a Bearer token in theAuthorization header. Get keys at modelbeam.ai/dashboard/api-keys.
How do I get results?
ModelBeam supports three result delivery methods:- Polling — Call
GET /api/v1/client/request-status/{request_id}until status isdone - Webhooks — Provide a
webhook_urlparameter to receive HTTP callbacks - WebSockets — Connect to the real-time WebSocket server for status updates
What are the rate limits?
Basic tier (free): 1-10 RPM depending on endpoint, with daily limits. Premium tier (any payment): 300 RPM, unlimited daily. See limits and quotas.What file formats are supported?
- Images: JPG, JPEG, PNG, GIF, BMP, WebP (max 10MB)
- Audio: AAC, MP3, OGG, WAV, WebM, FLAC (max 10MB, 20MB for aud2video)
- Video: MP4, MPEG, QuickTime, AVI, WMV, OGG (max 10MB)
Support
Where can I get help?
- Documentation: docs.modelbeam.ai
- Discord: discord.com/invite/modelbeam
- Twitter: x.com/modelbeam
- Contact: modelbeam.ai/contact-sales
- Status page: status.modelbeam.ai