GET /v2/models to list the models available to your project and choose the right one without guesswork.
What this endpoint returns
The models endpoint returns the image and video models available to your authenticated project. Use it when you need to:- discover current model IDs
- separate image models from video models
- avoid hardcoding outdated model lists in your integration
List models
Filter by type
Use the optionaltype query parameter when you only want one category.
type=image for image models and type=video for video models.
Image vs video models
Choose the model type based on the generation type:- Image models are for
POST /v2/images/generations - Video models are for
POST /v2/videos/generations
How to choose a model
Start with these checks:- generation type: image or video
- input shape: prompt only, reference image, first frame, or last frame
- output needs: aspect ratio, resolution, duration, and sound
Where to check current availability
Use one of these sources:GET /v2/modelsin your integration- the Models page in the dashboard