{ "opencollection": "1.0.0", "info": { "name": "Requesty Router API Keys Chat API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Chat", "type": "folder" }, "items": [ { "info": { "name": "Create a chat completion", "type": "http" }, "http": { "method": "POST", "url": "https://router.requesty.ai/v1/chat/completions", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a model response for the given chat conversation. Requesty routes the request to the best available provider for the requested model, applying fallbacks and caching. OpenAI-compatible. Set `stream: true` to receive the response as Server-Sent Events." } ] } ], "bundled": true }