id field from any entry as the model parameter when calling POST /v1/chat/completions. The response follows the same shape as the OpenAI models list, so existing tooling that reads model metadata will work without modification.
Endpoint
Request Headers
| Header | Required | Value |
|---|---|---|
Authorization | Yes | Bearer YOUR_API_KEY |
Example Request
curl — list all available models
Example Response
The response below is truncated. Your actual response will include all models available on your account.200 OK — models list response
Available Model IDs
The following model IDs are available across all accounts. Pass any of these as themodel parameter in a chat completions request:
| Model ID | Provider |
|---|---|
deepseek-chat | DeepSeek |
deepseek-v4-flash | DeepSeek |
deepseek-v4-pro | DeepSeek |
glm-4.6 | Zhipu AI |
glm-4.7 | Zhipu AI |
glm-5 | Zhipu AI |
glm-5-turbo | Zhipu AI |
glm-5.1 | Zhipu AI |
glm-5.2 | Zhipu AI |
kimi-k2.5 | Moonshot |
kimi-k2.6 | Moonshot |
kimi-k2.7-code | Moonshot |
minimax-m2.1 | MiniMax |
minimax-m2.5 | MiniMax |
minimax-m2.7 | MiniMax |
qwen3.5-plus | Alibaba |
qwen3.6-35b-a3b | Alibaba |
qwen3.6-plus | Alibaba |
qwen3.7-max | Alibaba |
qwen3.7-plus | Alibaba |
Response Fields
Always
"list" for this endpoint.An ordered list of model objects, one entry per available model.
The model identifier to supply as the
model parameter in chat completion requests (e.g. "deepseek-chat", "glm-5").Always
"model" for every entry in this list.The Unix timestamp (seconds) indicating when the model was registered.
A short identifier for the model’s originating provider, such as
"deepseek", "zhipuai", "moonshot", "minimax", or "alibaba".