Skip to main content
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-M2.7",
  "created_at": "2026-03-18T02:00:00Z",
  "display_name": "MiniMax-M2.7",
  "type": "model"
}

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.

Authorizations

X-Api-Key
string
header
required

API Key Auth

Path Parameters

model_id
string
required

Model identifier

Response

200 - application/json

Details of the requested model.

id
string

Model identifier

created_at
string

Model creation time (ISO 8601 format)

display_name
string

Model display name

type
string

Model type, always "model"