NVIDIA modelsimage generation api

nvidia/cosmos-3-super/text-to-image

Cosmos 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.

Input
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.
020
Classifier-free guidance scale. Higher values increase prompt adherence at the cost of diversity. Range: 0 to 20.
150
Number of denoising steps. More steps yield higher quality but take longer. Range: 1 to 50.
The format of the generated image. Allowed values: jpeg, png.
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.
13
Maximum number of refinement rounds when agentic generation is enabled. Range: 1 to 3.
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.
13
Candidate images to generate and judge per agentic iteration. The best candidate advances to the next rewrite stage. Range: 1 to 3.
Minimum: 1.
Idle

Example output — click Run to generate your own

API README

PRICED DRAFT — MANUAL REVIEW REQUIRED exact_model_mode: nvidia/cosmos-3-super/text-to-image original_unit: Your request will cost $0.04 per generated image. Prompt expansion adds $0.02 per request when enabled. Agentic generation bills for every candidate image generated during selection, not just the final returned image. method: per-generated-candidate plus optional prompt-expansion request price result_base_price: 0.04 result_price_formula: (usage.output_count ?? ((params.enable_agentic_generation ?? false) ? (params.agentic_samples_per_iteration ?? 2) * (params.agentic_max_iterations ?? 2) : (params.num_images ?? 1))) * 0.04 + ((params.enable_prompt_expansion ?? false) ? 0.02 : 0) review_status: pending; model remains disabled checked_at: 2026-08-16

Related Models