{ "opencollection": "1.0.0", "info": { "name": "Tabby Server Chat Models API", "version": "0.17.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Models", "type": "folder" }, "items": [ { "info": { "name": "List configured models", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8080/v1beta/models" }, "docs": "Returns the model registry configured on the server (completion and chat models)." } ] } ], "bundled": true }