Cosmos 3 Super Image to Video
/v1/runCosmos 3 Super is NVIDIA's image-to-video AI model. Bring static images to life with fluid animation, consistent character motion, and professional-grade video output.
Request body
Submit an async generation request. The model field selects the model; other fields are model-specific input parameters.
Model identifier. Set to nvidia/cosmos-3-super/image-to-video.
Default: nvidia/cosmos-3-super/image-to-video
Text prompt describing the motion and scene of the video to generate.
URL of the conditioning first-frame image for the video.
Classifier-free guidance scale. Higher values increase prompt adherence at the cost of diversity.
Range: 0 to 20
Default: 6
Number of denoising steps. More steps yield higher quality but take longer.
Range: 1 to 50
Default: 28
Candidate videos to generate and judge per agentic iteration. The best candidate advances to the next rewrite stage.
Range: 1 to 3
Default: 2
Stop the agentic loop early when the critic score clears the strict quality threshold.
Default: true
Enable the iterative Cosmos agentic loop: prompt upsampling, candidate video generation, VLM critique of sampled frames, and prompt rewrite. Each candidate is a full render, so this is substantially slower and costlier than a single generation.
Default: false
Number of frames to generate. More frames yield a longer video.
Range: 5 to 189
Default: 189
Frames per second of the output video.
Range: 4 to 60
Default: 24
Maximum agentic prompt stages when agentic generation is enabled.
Range: 1 to 3
Default: 2
The aspect ratio of the generated image.
Allowed values: 21:9, 16:9, 3:2, 4:3, 5:4, 1:1, 4:5, 3:4, 2:3, 9:16
The same seed and prompt given to the same model version will produce the same video every time.
Response Schema
The submit endpoint returns a run response. If its status is pending or running, poll GET /v1/run/{id} with the returned opaque ID until it reaches a terminal state.
Opaque SandBase run identifier. Use it exactly as returned; no prefix is guaranteed.
Current public run status.
Allowed values: pending, running, completed, failed, timeout
Public SandBase model name used for this run.
Present only for completed runs. Each object is capability-specific; inspect the selected model schema for its fields.
Present only for failed or timeout runs. Contains a public error type and sanitized message.
Stable public error category.
Sanitized error message safe to show to clients.
Usage details when available.
Model capabilities
Capabilities declared by the model registry.
Default: image-to-video
Execution mode declared by the model registry.
Default: async