{ "opencollection": "1.0.0", "info": { "name": "remediation.proto Audio Chat API", "version": "version not set" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Chat", "type": "folder" }, "items": [ { "info": { "name": "Create chat completion", "type": "http" }, "http": { "method": "POST", "url": "https://api.together.xyz/v1/chat/completions", "body": { "type": "json", "data": "{}" } }, "docs": "Generate a model response for a given chat conversation. Supports single queries and multi-turn conversations with system, user, and assistant messages." } ] } ], "bundled": true }