Skip to main content

Overview

Created by Minimax, this model generates video from text prompts or reference images at 768p resolution. It operates in a strong quality tier with a balanced cost structure, making it suitable for consistent content pipelines. On Kyma, it runs through an OpenAI-compatible endpoint using a single API key. The platform handles automatic failover if a serving path degrades, and every response returns the exact cost in usage.cost along with the routed model in the X-Kyma-Model header. Prompt caching is supported, billing repeated prefixes at this model’s cached input rate. The model operates at a slower speed tier and does not support reasoning, vision, or structured outputs. It is strictly a video generation endpoint, so it will not process conversational tasks or return JSON schemas.

Specs

Pricing

Use this when

  • Brand B-Roll Generation — Generate consistent background footage for marketing campaigns and social media posts.
  • Product Motion Demos — Turn static product images into short, high-quality motion clips for e-commerce.
  • Character Animation Shots — Produce cinematic character movements from text descriptions or reference frames.

Not ideal for

Do not use this model for real-time video generation, interactive applications, or tasks requiring structured JSON outputs or reasoning.

Pick something else when

Example

Agent query example

Ask the API which models fit, instead of hardcoding an id:

FAQ

Does this model support image-to-video generation? Yes, you can pass an image URL in the image_url field to generate video from a reference frame. How does prompt caching work with this endpoint? If you reuse prompt prefixes across requests, Kyma caches them and bills that cached portion at this model’s cached input rate. Will I get charged if a request fails? No, Kyma routes requests through automatic failover and only bills successful generations, with exact costs returned in the usage.cost field.