Every model.
One call.
Open and proprietary models side by side, with the same auth, the same billing and a JSON schema for every one. Pick a task, change one string, ship.
Switch the model.
Keep the call.
Task type, model and input change; the request body, the auth and the billing never do. Every modality answers the same POST with a schema you can read before you send it.
- Models on one endpoint
- 400K+
- Modalities · image, video, audio, language, 3D
- 5
- Lower cost than market rates
- Up to 10×
[{ "taskType": "imageInference", "model": "bfl:5@1", "positivePrompt": "a marathon runner mid-stride, cinematic lighting" }]
Stop stitching providers.
Build on one API.
Three reasons teams consolidate: it covers what you need, it costs less by construction, and it holds up in production.
- Coverage
One standard for every model
Standardized addressing across 400K+ models. Runware-hosted, partner, community, or your own upload, all called the same way.
- AIR IDs: one universal model identifier
- Stack LoRAs, ControlNets and embeddings per request
- Bring your own checkpoints through Model Upload
01 - Cost
Priced structurally lower
Open-source models are billed on optimised compute time on hardware we own. Closed models are negotiated down and passed through.
- Up to 10× lower per generation than market rates
- Pay per request, no commitments
- Faster generations cost less automatically
02 - Production
Built to be depended on
Models are preloaded across regions and routed through shared queues, so the first request is as fast as the thousandth.
- REST and WebSockets, webhooks for async work
- Batch any modality in a single call
- Regions in the US and EU, auto-routed
03
Any use case.
Any task.
Every model, every provider, same auth and billing. Switching model is a string change.
Image generation & editing
Every popular image model on one endpoint. Open source like Flux and Stable Diffusion sit beside the frontier closed-source models from OpenAI, Google and ByteDance.
- Switch model with a string
- Edit, upscale and background removal built in
- 201
- Models
- 5
- Operations
- 1
- Endpoint
curl -X POST https://api.runware.ai/v1 \-H "Authorization: Bearer $RUNWARE_API_KEY" \-H "Content-Type: application/json" \-d '[{"taskType": "imageInference","taskUUID": "a770f077-f413-47de-9dac-be0b26a35da6","model": "bfl:5@1","positivePrompt": "a marathon runner mid-stride through paper-foam terrain, cinematic lighting","width": 1024,"height": 1024}]'
- taskType
- imageInference
- imageURL
- https://im.runware.ai/image/.../result.jpg
- seed
- 428193
- cost
- $0.0021
Model collections.
Pick your task.
Hand-curated sets across every modality, from frontier models to the fastest open-source picks. Each one is ready to test in the Playground before you integrate anything.
- Best overall
SOTA Models
State-of-the-art
22 modelsopenai-gpt-image-2-5-sunburst - BestImage
Best Image Models
Best image generation
19 modelsopenai-gpt-image-2-5-sunburst - BestVideo
Best Video Models
Top video generation tools
20 modelsalibaba-wan3-0 - BestAudio
Best Audio Models
Superior audio generation
20 modelsinworld-tts-2 - Best3D
Best 3D Models
3D asset generation
7 modelsmicrosoft-trellis-2 - BestText
Best LLM Models
Powerful text generation and reasoning
23 modelsanthropic-claude-fable-5
Same pods.
More control.
Start on the shared Model APIs, then move to dedicated capacity when traffic, latency or compliance asks for it. Nothing to re-integrate: it is the same infrastructure underneath.
- 01ServerlessLearn moreBring your own model or containerRun your own weights, code or containers on the same pods that serve the API. Billed by the second, scales to zero.
- 02API GatewayLearn moreA dedicated endpoint for one modelServe a single model as its own managed API with isolated capacity, request logs and per-inference billing.
- 03ComputeLearn moreReserved GPU capacity, bare metal or serverlessReserve B300, GB300 or RTX PRO 6000 capacity on Sonic Inference Pods for a term. Dedicated clusters from 256 GPUs, or a guaranteed serverless baseline.
Ship to millions of users in hours.
Inference close to your users, no GPUs to provision, and you pay as you go.