Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
basic
{ "id": "<string>", "object": "<string>", "created": 123, "model": "<string>", "choices": [ {} ], "usage": {} }
{ "error": { "message": "<string>", "type": "<string>", "param": "<string>", "code": "<string>" } }
调用历史 MiniMax OpenAI 兼容聊天模型。当前稳定模型为 MiniMax-M2.7。
MiniMax-M2.7
在请求头中传入 Authorization: Bearer <token>。
Authorization: Bearer <token>
Show child attributes
0 <= x <= 1
1 <= x <= 2048
调用成功。非流式返回 OpenAI 兼容 JSON;流式返回 OpenAI 兼容 SSE 事件流。