Skip to main content
GET
/
v1
/
models
List Models
curl --request GET \
  --url https://api.minimax.io/v1/models \
  --header 'Authorization: Bearer <token>'
{
  "object": "list",
  "data": [
    {
      "id": "MiniMax-M2.7",
      "object": "model",
      "created": 1748736000,
      "owned_by": "minimax"
    },
    {
      "id": "MiniMax-M2.5",
      "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

Response

200 - application/json

A list of available models.

object
string

Object type, always "list"

data
object[]

Array of model objects