{ "opencollection": "1.0.0", "info": { "name": "SUTRA Chat Models API", "version": "2.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.two.ai/v2/models" }, "docs": "Lists the SUTRA models currently available to the authenticated account, following the OpenAI models list shape." } ] } ], "bundled": true }