Get Token Models
API Key & Console Management
Get Token Models
Query the list of models available to a specific token
GET
Get Token Models
Documentation Index
Fetch the complete documentation index at: https://docs.crazyrouter.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Get the list of models that the current token (API Key) can access. If the token has no model restrictions, all enabled system models are returned. The currently supported public endpoint is:GET /api/token/models is not a currently exposed public endpoint. Use /v1/models instead.
Authentication
Authenticate using an API Key (sk-xxx):Response Format
Code Examples
If you use the OpenAI SDK,
client.models.list() is effectively calling GET /v1/models.