Retrieve Model
curl --request GET \
--url https://api.minimax.io/anthropic/v1/models/{model_id} \
--header 'X-Api-Key: <api-key>'{
"id": "MiniMax-M3",
"created_at": "2026-06-01T00:00:00Z",
"display_name": "MiniMax-M3",
"type": "model"
}Anthropic Compatible
Retrieve Model
Retrieves details for a specific model, compatible with Anthropic API specification.
GET
/
anthropic
/
v1
/
models
/
{model_id}
Retrieve Model
curl --request GET \
--url https://api.minimax.io/anthropic/v1/models/{model_id} \
--header 'X-Api-Key: <api-key>'{
"id": "MiniMax-M3",
"created_at": "2026-06-01T00:00:00Z",
"display_name": "MiniMax-M3",
"type": "model"
}Authorizations
API Key Auth
- Security Scheme Type: apiKey
- API Key Header: X-Api-Key, used for account verification, can be viewed in Account Management > API Keys
Path Parameters
Model identifier
⌘I