v8

latestOpenAPI 3.1.1LicenseRef-Proprietaryraw.githubusercontent.com2026-05-19280916.6 KB
Models

List available models

Returns the public model catalog visible to API clients. Use the optional type filter to narrow results to image, video, audio, or text models.

get/models

Query parameters

type'image' | 'video' | 'audio' | 'text'

Model type

Model type

Response

Available models returned.

Example response

{
  "models": [
    {
      "model_id": "t2i-flux-2-pro",
      "provider": "Black Forest Labs"
    }
  ]
}