{ "opencollection": "1.0.0", "info": { "name": "Hailuo AI / MiniMax Chat Completions API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Chat Completions", "type": "folder" }, "items": [ { "info": { "name": "Create a chat completion", "type": "http" }, "http": { "method": "POST", "url": "https://api.minimax.io/v1/chat/completions", "body": { "type": "json", "data": "{}" } }, "docs": "OpenAI-compatible chat completions served by MiniMax's large language models (the MiniMax-M / abab family). Supports streaming, tool/function calling, and long context." } ] } ], "bundled": true }