Skip to main content
GET
Get Model Catalogue

Authorizations

Authorization
string
header
required

Your API key sent as a Bearer credential — Authorization: Bearer <api_key>, where <api_key> starts with oi_sk_ (create one via POST /v1/api-keys). Although the field is labelled 'token', paste your API key here. A dashboard JWT is also accepted on this header for the same endpoints.

Query Parameters

provider
string
default:openai

Provider whose accepted model ids to list (e.g. openai, deepgram, cartesia, elevenlabs).

kind
enum<string>
default:llm

Model kind to list: llm | stt | tts (drives the dropdown).

Available options:
llm,
stt,
tts

Response

Successful Response

Discovery payload for GET /v1/models/catalogue (#15): the accepted model ids for a provider so a client can pick a valid model without first POSTing a wrong one.

provider
string
required
models
string[]
required
source
string
required
live_check
boolean
required