{ "opencollection": "1.0.0", "info": { "name": "Opik REST Chat Completions API", "version": "1.0.0" }, "items": [ { "info": { "name": "Chat Completions", "type": "folder" }, "items": [ { "info": { "name": "Create chat completions", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:5173/api/v1/private/chat/completions", "body": { "type": "json", "data": "{}" } }, "docs": "Create chat completions" } ] } ], "bundled": true }