Skip to main content
GET
/
v1
/
models
/
{model_id}
Retrieve Model
curl --request GET \
  --url https://api.minimax.io/v1/models/{model_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "MiniMax-M2.7",
  "object": "model",
  "created": 1748736000,
  "owned_by": "minimax"
}

Authorizations

Authorization
string
header
required

Bearer token authentication. API key can be obtained from Account Management > API Keys

Path Parameters

model_id
string
required

Model identifier

Response

200 - application/json

Details of the requested model.

id
string

Model identifier

object
string

Object type, always "model"

created
integer

Unix timestamp when the model was created

owned_by
string

Organization that owns the model