{ "opencollection": "1.0.0", "info": { "name": "Baseten LLM Inference Chat Completions Messages API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Messages", "type": "folder" }, "items": [ { "info": { "name": "Create a message", "type": "http" }, "http": { "method": "POST", "url": "https://inference.baseten.co/v1/messages", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a response message for the provided conversation. Compatible with the Anthropic Messages API, so the Anthropic SDK works against this endpoint by changing `base_url` and overriding the default `x-api-key` header with `Authorization`." } ] } ], "bundled": true }