{ "opencollection": "1.0.0", "info": { "name": "Lingyiwanwu Platform Chat API", "version": "1.0" }, "items": [ { "info": { "name": "Chat", "type": "folder" }, "items": [ { "info": { "name": "Create a chat completion using a Yi model", "type": "http" }, "http": { "method": "POST", "url": "https://api.lingyiwanwu.com/v1/chat/completions", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "OpenAI-compatible chat completions endpoint. Accepts a model identifier (e.g. yi-lightning, yi-large, yi-vision) and a list of messages." } ] } ], "bundled": true }