List available models
GET /v1/models
Returns all available AI models with their capabilities. Each model entry tells you which operations it supports (generate, edit, combine), accepted aspect ratios and sizes, output formats, approximate cost, and whether it supports multi-turn story generation.
Use the model’s id field as the model parameter in generation requests. Some models have aliases (shorter names) that also work.
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”OK
object
UTC timestamp when the model list was last refreshed from cache.
Disclaimer noting that listed prices are estimates; actual per-generation cost and prices over time may vary.
List of available models.
object
Approximate cost per generation in EUR. Estimate only; actual per-generation cost may vary.
Supported aspect ratios (e.g. 1:1, 16:9). Empty when image_sizes is used.
Whether the model supports image editing (inpainting / instruction-based edit).
Whether the model supports text-to-image generation.
Brief description of the model’s strengths and recommended use cases.
Supported fixed pixel dimensions (e.g. 1024x1024). Empty if not applicable.
Unique model identifier used in generation requests.
Supported named image sizes (e.g. square_hd). Empty when aspect_ratios is used.
Maximum number of named characters for story generation. 0 when not applicable.
Maximum number of input images accepted by this model for combine operations. 0 when no model-specific cap is known (only the API-wide 5-image cap applies).
Human-readable model name.
Operations this model supports (generate, edit, combine).
Supported output image formats.
Whether the model supports multi-turn story generation.
Bad Request
object
Unauthorized
object
Payment Required
object
Forbidden
object
Not Found
object
Conflict
object
Unprocessable Entity
object
Too Many Requests
object
Unavailable For Legal Reasons
object
Internal Server Error
object
Bad Gateway
object
Service Unavailable