List models
OpenAI-compatible
List models
GET /v1/models — list the models available to the current key
GET
List models
Returns all models the current API key has permission to call.
No query parameters.
Returns:
Request
Response
Get a single model
Scope
- The list is limited by the token’s model scope — if you set an allowlist when creating the token, only the allowlisted models are returned here.
- It’s affected by the user group: only models accessible to the current group are returned.
Uses
- Fetch once at client startup and cache locally as the options for a dropdown.
- Forward this endpoint in your own gateway / relay proxy so downstream users can query it.