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

模型标识符

object
string

对象类型,固定为 "model"

created
integer

模型创建时间(Unix 时间戳)

owned_by
string

模型所属组织