🎉 MiniMax-M2.7: Peak Performance. Ultimate Value. Master the Complex. ➔ Try Now.
curl --request GET \
--url https://api.minimax.io/anthropic/v1/models/{model_id} \
--header 'Authorization: Bearer <token>'{
"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"
}Retrieves details for a specific model, compatible with Anthropic API specification.
curl --request GET \
--url https://api.minimax.io/anthropic/v1/models/{model_id} \
--header 'Authorization: Bearer <token>'{
"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"
}Bearer token authentication. API key can be obtained from Account Management > API Keys
Model identifier
Details of the requested model.