{ "opencollection": "1.0.0", "info": { "name": "OpenPipe Chat API", "version": "0.1.1" }, "items": [ { "info": { "name": "Chat", "type": "folder" }, "items": [ { "info": { "name": "createChatCompletion", "type": "http" }, "http": { "method": "POST", "url": "https://api.openpipe.ai/api/v1/chat/completions", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "OpenAI-compatible route for generating inference and optionally logging the request." } ] } ], "bundled": true }