{ "opencollection": "1.0.0", "info": { "name": "Targon Chat Completions API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Completions", "type": "folder" }, "items": [ { "info": { "name": "Create a completion", "type": "http" }, "http": { "method": "POST", "url": "https://api.targon.com/v1/completions", "body": { "type": "json", "data": "{}" } }, "docs": "Generates a text completion for the provided prompt. Compatible with the OpenAI legacy Completions API. Set `stream: true` to receive the response as Server-Sent Events." } ] } ], "bundled": true }