{ "opencollection": "1.0.0", "info": { "name": "w.ai Inference Chat API", "version": "v1" }, "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.w.ai/v1/chat/completions", "body": { "type": "json", "data": "{}" } }, "docs": "Create a text or vision-language chat completion. Supports multimodal image_url content, tool/function calling and server-sent streaming." } ] } ], "bundled": true }