メインコンテンツへスキップ
GET
Get Token Models
更新日: 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.
関連ページ: