{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure Cognitive Services Accounts Chat Completions API", "version": "3.2" }, "request": { "auth": { "type": "apikey", "key": "Ocp-Apim-Subscription-Key", "value": "{{Ocp-Apim-Subscription-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Chat Completions", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Create chat completion", "type": "http" }, "http": { "method": "POST", "url": "https://{region}.api.cognitive.microsoft.com/deployments/:deployment-id/chat/completions", "params": [ { "name": "deployment-id", "value": "", "type": "path", "description": "The deployment name for the model" }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a completion for the chat message. Supports function calling, tool usage, and streaming responses." } ] } ], "bundled": true }