{ "opencollection": "1.0.0", "info": { "name": "Inference Service Billing Chat API", "version": "0.4.0" }, "items": [ { "info": { "name": "Chat", "type": "folder" }, "items": [ { "info": { "name": "Chat Completions", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/chat/completions", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Chat Completions" } ] } ], "bundled": true }