🎉 MiniMax-M2.7 全新发布!订阅 Token Plan,尽享全模态模型。立即体验 ➔
curl --request GET \
--url https://api.minimaxi.com/anthropic/v1/models \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "MiniMax-M2.7",
"created_at": "2026-03-18T02:00:00Z",
"display_name": "MiniMax-M2.7",
"type": "model"
},
{
"id": "MiniMax-M2.5",
"created_at": "2026-02-13T02:00:00Z",
"display_name": "MiniMax-M2.5",
"type": "model"
}
],
"first_id": "MiniMax-M2.7",
"has_more": false,
"last_id": "MiniMax-M2.5"
}获取平台支持的所有模型列表,兼容 Anthropic API 规范。
curl --request GET \
--url https://api.minimaxi.com/anthropic/v1/models \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "MiniMax-M2.7",
"created_at": "2026-03-18T02:00:00Z",
"display_name": "MiniMax-M2.7",
"type": "model"
},
{
"id": "MiniMax-M2.5",
"created_at": "2026-02-13T02:00:00Z",
"display_name": "MiniMax-M2.5",
"type": "model"
}
],
"first_id": "MiniMax-M2.7",
"has_more": false,
"last_id": "MiniMax-M2.5"
}Documentation Index
Fetch the complete documentation index at: https://platform.minimaxi.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token 认证。可在账户管理 > 接口密钥中获取 API Key
此页面对您有帮助吗?