🎉 MiniMax-M2.7: Peak Performance. Ultimate Value. Master the Complex. ➔ Try Now.
curl --request GET \
--url https://api.minimax.io/anthropic/v1/models \
--header 'X-Api-Key: <api-key>'{
"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"
}Returns a list of all available models compatible with Anthropic API specification.
curl --request GET \
--url https://api.minimax.io/anthropic/v1/models \
--header 'X-Api-Key: <api-key>'{
"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.minimax.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
API Key Auth
Number of items to return per page
Pagination cursor, returns models after this ID
Pagination cursor, returns models before this ID