Skip to main content
GET
List Models

Authorizations

Authorization
string
header
required

API key from Settings > Developer > REST API

Headers

Moda-Version
enum<string>
default:2026-05-01

Calendar-dated API version pin. New integrations should pin 2026-05-01 to opt into the newest response shapes. For back-compat the server also accepts requests with no header and resolves them to the current default (today: 2026-04-12); that default advances on each sunset date. Any unsupported value returns 400 unsupported_version.

Available options:
2026-04-12,
2026-05-01
Example:

"2026-05-01"

Response

Successful Response

The model registry the model parameters validate against.

All three arrays serialize the same registries the generate verbs resolve against, so a capability stated here is a capability the request validator accepts — nothing is transcribed by hand.

image_models
Image Models · object[]
required

Image model capability descriptors, for generate-image / edit-image.

video_models
PublicVideoModelDescriptor · object[]
required

Video model capability descriptors, for generate-video: per-mode aspect/resolution/duration envelopes, audio and seed support, input-image and reference limits, the validated model_params controls, and how each mode's cost is metered. Exact credit amounts are computed from the resolved request by the usage pipeline at the team's credit rate — the billing block reports the basis and the knobs that move it, not a flat price.

video_model_ids
string[]
required

Deprecated: the same ids as video_models[].id. Kept one release for compatibility.

audio_models
PublicAudioModelDescriptor · object[]
required

Audio model capability descriptors, for generate-audio: which of the three modes each model serves, and per mode the duration envelope, the full preset-voice menu, the prompt-character ceiling, the sample limit, and how the cost is metered. No deprecated id alias here — video's exists only because its bare-id array shipped first.