{ "opencollection": "1.0.0", "info": { "name": "Reka Chat API", "version": "1.0.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://api.reka.ai/v1/chat", "body": { "type": "json", "data": "{}" } }, "docs": "Generate a chat completion from one of the Reka models. Supports\nmultimodal inputs including text, images, video, and audio.\n" } ] } ], "bundled": true }