{ "opencollection": "1.0.0", "info": { "name": "Inflection Inference Chat Discovery API", "version": "1.0.0" }, "items": [ { "info": { "name": "Discovery", "type": "folder" }, "items": [ { "info": { "name": "Configs", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/discovery/configs", "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get all available configs (for use in the chat completion endpoint `model` field) for an organization.\n\nReturns each config's `name` (aka `model`), `alias` (for UI display), `default_parameters`, and `description`." } ] } ], "bundled": true }