Video
Gen 4.5
Runway Gen 4.5 video generation
- video
- runway
- gen4
from $0.24/ request
Loading...
Cinematic video generation with Gen-3 Alpha technology.
Production-ready Runway models available through Muvi.
One API key. One endpoint. Every Runway model.
const result = await fetch(
'https://api.muvi.video/v1/generate/submit',
{
method: 'POST',
headers: {
Authorization: `Bearer ${MUVI_API_KEY}`,
'Content-Type': 'application/json',
},
body: JSON.stringify({
modelId: 'runway/your-model-slug',
prompt: 'A neon-lit city at midnight',
}),
},
);
const json = await result.json();Explore alternative providers for similar use cases
Access Runway's latest models with unified billing, authentication, and infrastructure.