Back to Modelsby NVIDIA
N
Cosmos Transfer 1 7B
CosmosGenerates physics-aware video world states for physical AI development using text prompts and multiple spatial control inputs derived from real-world data or simulation.
Free EndpointJun 30, 2025open license250 API calls / 30d
Specifications
Context Length
8K
8,192 tokens
Input Price
Free
per 1M tokens
Output Price
Free
per 1M tokens
Modalities
2
text→video, image→video
Capabilities
video generation
Tags
synthetic-data-generationvideo-generationphysics-aware
API Usage
1Router is fully OpenAI-compatible. Just set the base URL and use this model ID:
nvidia/cosmos-transfer1-7bcURL
curl https://api.1router.com/v1/chat/completions \
-H "Authorization: Bearer $ROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "nvidia/cosmos-transfer1-7b",
"messages": [{"role": "user", "content": "Hello!"}]
}'