跳转到主要内容
GET
/
anthropic
/
v1
/
models
/
{model_id}
获取单个模型详情
curl --request GET \
  --url https://api.minimaxi.com/anthropic/v1/models/{model_id} \
  --header 'Authorization: Bearer <token>'
{
  "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.minimaxi.com/docs/llms.txt

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

授权

Authorization
string
header
必填

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

路径参数

model_id
string
必填

模型标识符

响应

200 - application/json

指定模型的详细信息。

id
string

模型标识符

created_at
string

模型创建时间(ISO 8601 格式)

display_name
string

模型显示名称

type
string

模型类型,固定为 "model"