{ "opencollection": "1.0.0", "info": { "name": "Klu Actions Models API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Models", "type": "folder" }, "items": [ { "info": { "name": "List models", "type": "http" }, "http": { "method": "GET", "url": "https://api.klu.ai/v1/models" }, "docs": "Lists the LLM providers and models available in the workspace." }, { "info": { "name": "Get a model", "type": "http" }, "http": { "method": "GET", "url": "https://api.klu.ai/v1/models/:guid", "params": [ { "name": "guid", "value": "", "type": "path", "description": "GUID of the resource." } ] }, "docs": "Get a model" } ] } ], "bundled": true }