{
"id": "<string>",
"object": "<string>",
"created": 123,
"model": "<string>",
"choices": [
{}
],
"usage": {}
}调用历史 MiniMax OpenAI 兼容聊天模型。当前稳定模型为 MiniMax-M2.7、MiniMax-M2.7-highspeed、MiniMax-M2.5、MiniMax-M2.5-highspeed。
{
"id": "<string>",
"object": "<string>",
"created": 123,
"model": "<string>",
"choices": [
{}
],
"usage": {}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.