Skip to main content
GET
List Image Models

Overview

Use GET /api/v1/images/models to discover image models for the dedicated Image API. The response includes model IDs, capabilities, supported parameters, streaming support, and a model-specific endpoint metadata URL. Model availability and supported parameters can change. Build clients from the returned metadata instead of hardcoding model capability tables.

Authentication

Authentication is optional.
  • Authorization: Bearer YOUR_API_KEY
  • x-api-key: YOUR_API_KEY

Response

Fields

Example

Notes

  • supported_parameters varies by model.
  • Model IDs may contain slashes. Prefer the returned endpoints URL when fetching endpoint metadata.
  • Use this endpoint with Get Image Model Endpoints before sending generation requests.