
Generates physics-aware videos from text prompts or an image prompt for physical AI development.
Cosmos3 Nano is an NVIDIA world foundation model for generating physics-aware videos from text prompts or an image prompt. The API exposes the Cosmos3 generator path and returns an MP4 video encoded as a base64 string.
The hosted Preview API deployment includes safety guardrails and SynthID watermarking for generated video outputs.
Model Developer: NVIDIA
Input
Output
b64_video.Send requests to the model endpoint with a JSON body:
{
"prompt": "A robot moves through a clean industrial warehouse.",
"resolution": "720_16_9",
"num_output_frames": 189,
"seed": 42
}
The response contains:
{
"b64_video": "<base64 encoded mp4>"
}
This model is released under the NVIDIA Open Model License. For a custom license, contact cosmos-license@nvidia.com.
Under the NVIDIA Open Model License, NVIDIA confirms:
NVIDIA believes Trustworthy AI is a shared responsibility and has established policies and practices to enable development for a wide range of AI applications. Developers should work with their internal teams to ensure the model meets requirements for the relevant industry and use case and addresses unforeseen product misuse.
For more detailed information, see the Explainability, Bias, Safety and Security, and Privacy cards.