Get Token Models
API Key & Console Management
Get Token Models
Query the list of models available to a specific token
GET
Get Token Models
Last updated: 2026-06-06
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.