🎉 MiniMax-M2.7: Peak Performance. Ultimate Value. Master the Complex. ➔ Try Now.
curl --request GET \
--url https://api.minimax.io/anthropic/v1/models \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "MiniMax-M2.7",
"created_at": "2025-06-01T00:00:00Z",
"display_name": "MiniMax M2.7",
"max_input_tokens": 1000000,
"max_tokens": 65536,
"type": "model"
},
{
"id": "MiniMax-M2.5",
"created_at": "2025-06-01T00:00:00Z",
"display_name": "MiniMax M2.5",
"max_input_tokens": 1000000,
"max_tokens": 65536,
"type": "model"
}
],
"first_id": "MiniMax-M2.7",
"has_more": false,
"last_id": "MiniMax-M2.5"
}Returns a list of all available models compatible with Anthropic API specification.
curl --request GET \
--url https://api.minimax.io/anthropic/v1/models \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "MiniMax-M2.7",
"created_at": "2025-06-01T00:00:00Z",
"display_name": "MiniMax M2.7",
"max_input_tokens": 1000000,
"max_tokens": 65536,
"type": "model"
},
{
"id": "MiniMax-M2.5",
"created_at": "2025-06-01T00:00:00Z",
"display_name": "MiniMax M2.5",
"max_input_tokens": 1000000,
"max_tokens": 65536,
"type": "model"
}
],
"first_id": "MiniMax-M2.7",
"has_more": false,
"last_id": "MiniMax-M2.5"
}Bearer token authentication. API key can be obtained from Account Management > API Keys
Number of items to return per page
Pagination cursor, returns models after this ID
Pagination cursor, returns models before this ID