Skip to main content
Sandbox models run on VideoDB Sandbox Compute. Pick a model, create a sandbox on a compatible tier, wait until it is active, and pass the sandbox ID to a supported workflow. Sandbox models can be used across VideoDB workflows, including understanding analyzers, indexing pipelines, text-to-speech, image generation, audio generation, and text generation.
Use model names exactly as listed unless your VideoDB team contact gives you an alias.

Model catalog


Choose a tier

Use the smallest tier that supports the largest model in your workflow.
If a workflow uses both small and medium models, create a medium sandbox and reuse it across those jobs.

Where to pass the model name

For hosted/default models, omit sandbox_id. For models listed on this page, pass a compatible sandbox ID.

Use a model in Understanding and Indexing

Use the sandbox model during understanding, then index the produced artifact with the standard video.index(...) interface.
For object detection, configure the model and sandbox in the analyzer, then choose filter and aggregation fields at indexing time:

Use a model in generation APIs

Generation APIs use model_name and sandbox_id.

Pricing and limits

Sandbox pricing and concurrency limits are based on the sandbox tier, not the individual model. See Sandbox Compute for current pricing and limits.

Sandbox Compute

Create, use, and stop sandbox compute.

Understanding Artifacts

Configure analyzers and model selection.

Create an Index

Index artifacts produced by sandbox models.