Skip to main content
The model catalog tells you which video models are available and what each one accepts. Read it at runtime instead of keeping a fixed list in your application.

List models

Each model includes:
  • id: the value used in POST /v1/run/{model_id}.
  • operations: supported operations and their input fields.
  • input_modalities and output_modalities: accepted and returned media.
  • pricing: current credit pricing.
  • request_schemas: JSON Schema for the request, when available.
  • revision and contract_revision: versions of the model and its API contract.

Retrieve one model

Use operations and request_schemas to build the request. Models can differ in duration, quality, aspect ratio, and supported reference media.

Submit to a model

Put the model ID in the URL:
If a model is unavailable or the request is invalid for that model, the API rejects the run before reserving credits.

Next

Model inference

Run your first model.

Runs

Monitor and retrieve inference results.