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": 1773799200,
  "owned_by": "minimax"
}

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

Authorization
string
header
required

HTTP: Bearer Auth

  • Security Scheme Type: http
  • HTTP Authorization Scheme: Bearer API_key, used for account verification, can be viewed in 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