{ "opencollection": "1.0.0", "info": { "name": "Inworld LLM Router Chat Completions API", "version": "v1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Chat Completions", "type": "folder" }, "items": [ { "info": { "name": "Create Chat Completion", "type": "http" }, "http": { "method": "POST", "url": "https://api.inworld.ai/v1/chat/completions", "body": { "type": "json", "data": "{}" } }, "docs": "OpenAI-compatible chat completions. The `model` field accepts a specific model id, a `provider/model` id (e.g. `openai/gpt-4o`), `auto` for the router's default selection, or `inworld/` to invoke a named router. Anthropic-compatible request shapes are supported via the Anthropic-compat header set documented at `/router/anthropic-compatibility`.\n" }, { "info": { "name": "List Models", "type": "http" }, "http": { "method": "GET", "url": "https://api.inworld.ai/v1/models" }, "docs": "List models available via the Router and first-party Inworld services." } ] } ], "bundled": true }