Get Model Catalogue
List the accepted model ids for a (kind, provider) so clients can pick a
valid value — and power the model dropdown — without first POSTing a wrong
one (#15). Declared BEFORE /{model_id} so ‘catalogue’ is never parsed as a
model id.
Authorizations
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 whose accepted model ids to list (e.g. openai, deepgram, cartesia, elevenlabs).
Model kind to list: llm | stt | tts (drives the dropdown).
llm, stt, tts