{ "opencollection": "1.0.0", "info": { "name": "SiliconFlow Cloud Platform Completions API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Completions", "type": "folder" }, "items": [ { "info": { "name": "Create Completion", "type": "http" }, "http": { "method": "POST", "url": "https://api.siliconflow.com/v1/completions" }, "docs": "Generate text, code, or image completions from a prompt." } ] } ], "bundled": true }