v1

latestOpenAPI 3.0.0MIT2026-07-14738120.4 KB
Models

Get Model List

Retrieve models information.

get/models

Query parameters

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

The type of models

sub_type'chat' | 'embedding' | 'reranker' | 'text-to-image' | 'image-to-image' | 'speech-to-text' | 'text-to-video'

The sub type of models. You can use it to filter models individually without setting type.

Response

Successful response

objectstring

Example response

{
  "object": "list",
  "data": [
    {
      "id": "stabilityai/stable-diffusion-xl-base-1.0",
      "object": "model"
    }
  ]
}