{ "opencollection": "1.0.0", "info": { "name": "Mistral AI Chat Completions API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Chat Completions", "type": "folder" }, "items": [ { "info": { "name": "Create chat completion", "type": "http" }, "http": { "method": "POST", "url": "https://api.mistral.ai/v1/chat/completions", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a model response for the given chat conversation. The endpoint accepts a list of messages comprising a conversation and returns a model-generated message as a response. Supports multi-turn conversations, function calling, JSON mode, and streaming." } ] } ], "bundled": true }