{ "opencollection": "1.0.0", "info": { "name": "Inworld Models API", "version": "v1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Models", "type": "folder" }, "items": [ { "info": { "name": "List Models", "type": "http" }, "http": { "method": "GET", "url": "https://api.inworld.ai/v1/models" }, "docs": "List models exposed by Inworld and the Router." } ] } ], "bundled": true }