{ "opencollection": "1.0.0", "info": { "name": "WanAPIs Unified AI Chat API", "version": "2026-05-27" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Chat", "type": "folder" }, "items": [ { "info": { "name": "Create a chat completion", "type": "http" }, "http": { "method": "POST", "url": "https://api.wanapis.com/v1/chat/completions", "body": { "type": "json", "data": "{}" } }, "docs": "OpenAI-compatible chat completions. Set `model` to any model slug\navailable in the WanAPIs marketplace (e.g. `claude-opus-4-7`,\n`deepseek-v4-pro`, `gemini-3.5-flash`, `gpt-5.5`).\n" } ] } ], "bundled": true }