跳转到主要内容
GET
/
v1
/
models
获取模型列表
curl --request GET \
  --url https://api.minimaxi.com/v1/models \
  --header 'Authorization: Bearer <token>'
{
  "object": "list",
  "data": [
    {
      "id": "MiniMax-M2.7",
      "object": "model",
      "created": 1773799200,
      "owned_by": "minimax"
    },
    {
      "id": "MiniMax-M2.5",
      "object": "model",
      "created": 1770948000,
      "owned_by": "minimax"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://platform.minimaxi.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

授权

Authorization
string
header
必填

Bearer token 认证。可在账户管理 > 接口密钥中获取 API Key

响应

200 - application/json

可用模型列表。

object
string

对象类型,固定为 "list"

data
object[]

模型对象数组