Models

Get total count of available models

get/models/count

Query parameters

output_modalitiesstring

Filter models by output modality. Accepts a comma-separated list of modalities (text, image, embeddings, audio, video, rerank, speech, transcription) or "all" to include all models. Defaults to "text".

Example:text

Filter models by output modality. Accepts a comma-separated list of modalities (text, image, embeddings, audio, video, rerank, speech, transcription) or "all" to include all models. Defaults to "text".

Response

Returns the total count of available models

Example response

{
  "data": {
    "count": 150
  }
}

Changes