Cosmos 3 Super
/v1/runCosmos 3 Super by NVIDIA - generate stunning images from text prompts with state-of-the-art AI. Supports multiple aspect ratios, styles, and high-resolution output for creative and commercial use.
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/text-to-image.
Default: nvidia/cosmos-3-super/text-to-image
Text prompt describing the image to generate.
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
Classifier-free guidance scale. Higher values increase prompt adherence at the cost of diversity.
Range: 0 to 20
Default: 4
Number of denoising steps. More steps yield higher quality but take longer.
Range: 1 to 50
Default: 28
The format of the generated image.
Allowed values: jpeg, png
Default: jpeg
The same seed and prompt given to the same model version will produce the same image every time.
Stop early when a candidate image is already a strong match for the prompt.
Default: true
Maximum number of refinement rounds when agentic generation is enabled.
Range: 1 to 3
Default: 2
Automatically generate and compare multiple candidate images, then refine the prompt between rounds to better match the original request. This can improve prompt adherence but increases latency and billable image generations.
Default: false
Candidate images to generate and judge per agentic iteration. The best candidate advances to the next rewrite stage.
Range: 1 to 3
Default: 2
Request parameter supported by this model.
Minimum: 1
Default: 1
Request parameter supported by this model.
Default: false
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: text-to-image
Execution mode declared by the model registry.
Default: async