{ "opencollection": "1.0.0", "info": { "name": "Glama Gateway Auth Chat Completions API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Chat Completions", "type": "folder" }, "items": [ { "info": { "name": "Create a chat completion (OpenAI-compatible)", "type": "http" }, "http": { "method": "POST", "url": "https://gateway.glama.ai/openai/v1/chat/completions", "body": { "type": "json", "data": "{}" } }, "docs": "Create a chat completion (OpenAI-compatible)" } ] } ], "bundled": true }