Skip to main content

Models

A single catalog of model IDs across the API. Use the Category column to filter to a product area, and use the Model ID exactly as shown when sending requests once that product area is live.

Categories

Image Generation

Default model: model-dev. Endpoint: POST /v1/images/generations. common means image_width, image_height, callback_url, resolution, quality, additional_settings, and enable_fallback. Model-specific knobs are passed in additional_settings unless they are documented as top-level convenience params.

Deprecated image generation models

Image Studio

Edit existing images with a text instruction and one or more reference images. Default model: standard. Endpoint: POST /v1/images/studio/edit. common means callback_url, additional_settings, and enable_fallback. Model-specific knobs are passed in additional_settings.

Chat

OpenAI-compatible chat completions endpoint. Endpoint: POST /v1/chat/completions. The full list of chat model IDs and per-token pricing is loaded live on the Chat Models page, fetched directly from GET /v1/models.

Video

Default model: t2v-turbo. Endpoint: POST /v1/videos/generations. common means callback_url, additional_settings, and enable_fallback. Model-specific provider knobs such as seed, negative_prompt, and generate_audio are passed in additional_settings. generate_audio is only supported on audio-capable models (those that list it below); setting generate_audio: true adds an audio track and roughly doubles the per-second cost. The cost shown below is the default audio-off rate.

Audio

Audio models will be published when the audio endpoints go live. See Audio.

Variable-pricing parameters

A few models price the request based on quality or resolution. Pass these in additional_settings (or as documented per endpoint): Not every model supports every value — refer to the model row for what’s accepted.