This is a curated subset. For the full model list, call
GET /v1/models or browse the dashboard.Categories
Image Generation
Text-to-image models. Photorealistic, artistic, and stylized image creation.
Video Generation
Text-to-video and image-to-video models. Cinematic, fast, and high-quality.
Image Editing
Edit, fill, upscale, remove backgrounds, and swap faces in existing images.
Audio & Music
Text-to-speech, music generation, and audio synthesis.
Quick Recommendations
Model Aliases
Some models are commonly referred to by shorter names. Use the exact slug when calling the API.How to Use a Model
1
Find the model slug
Browse this catalog or call
GET /v1/models to find the model slug you need.2
Check input parameters
Each model card lists required and optional parameters. You can also call
GET /v1/model?slug={slug} for the full schema.3
Run a prediction
4
Get results
Poll
GET /v1/prediction/{id} or configure a webhook for async delivery.