{ "opencollection": "1.0.0", "info": { "name": "SambaCloud Chat API", "version": "2026-05-23" }, "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.sambanova.ai/v1/chat/completions", "body": { "type": "json", "data": "{}" } }, "docs": "OpenAI-compatible chat completions endpoint. Accepts a list of\nmessages and returns a model completion. Supports streaming via\n`stream: true` with `text/event-stream` responses.\n" } ] } ], "bundled": true }