{ "opencollection": "1.0.0", "info": { "name": "Baseten LLM Inference Chat Completions API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Chat Completions", "type": "folder" }, "items": [ { "info": { "name": "Create a chat completion", "type": "http" }, "http": { "method": "POST", "url": "https://inference.baseten.co/v1/chat/completions", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a chat completion for the provided conversation. This endpoint is fully compatible with the OpenAI Chat Completions API, allowing you to use standard OpenAI SDKs by changing only the base URL and API key." } ] } ], "bundled": true }