Media generation
NVIDIA Cosmos3 Edge
NVIDIA Cosmos3 Edge world foundation model, 4B, image-to-video at 480p/121 frames. Ungated, commercial use permitted. Takes JSON-structured prompts rather than plain text
OpenMDW-1.1permissiveSource verified
Specification
Model ID
cosmos3-edgeFamily
cosmos3
Modality
Media generation
Parameters
4B
Weights
16.0 GB
Minimum VRAM
24 GB
Capabilities
image2video
Pipeline
Cosmos3OmniPipelineBackend
diffusers
Source
Weights and provenance.
Repository
Registry license
OpenMDW-1.1
Access
Open — weights fetch without accepting additional terms.
The licence above is the registry's. The source repository either states nothing, states the catch-all “other”, or carries a licence link and base model that its own tag contradicts — a re-quantisation inherits the terms of the weights it derives from. The registry's licence is the one to rely on.
Serve it
# Pull the weights onto a node
tenzro model download cosmos3-edge
# Serve it
tenzro model serve cosmos3-edge
# Or query the registry entry over JSON-RPC
curl https://rpc.tenzro.xyz \
-X POST -H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,
"method":"tenzro_getModel",
"params":[{"model_id":"cosmos3-edge"}]}'