{ "opencollection": "1.0.0", "info": { "name": "Nscale Serverless Inference Chat API", "version": "1.0" }, "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://inference.api.nscale.com/v1/chat/completions", "body": { "type": "json", "data": "{}" } }, "docs": "Generates a chat completion response for the provided model and chat history. Supports streaming via Server-Sent Events when stream is true." } ] } ], "bundled": true }