{ "opencollection": "1.0.0", "info": { "name": "Tabby Server Chat API", "version": "0.17.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Chat", "type": "folder" }, "items": [ { "info": { "name": "Chat completion (OpenAI-compatible)", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8080/v1/chat/completions", "body": { "type": "json", "data": "{}" } }, "docs": "OpenAI-compatible chat completions. Streams responses as Server-Sent Events. Powers Tabby's inline chat and Answer Engine. Returns 501 when no chat model is configured." }, { "info": { "name": "Chat completion (legacy alias)", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8080/v1beta/chat/completions", "body": { "type": "json", "data": "{}" } }, "docs": "Backward-compatible alias of POST /v1/chat/completions." } ] } ], "bundled": true }