{ "opencollection": "1.0.0", "info": { "name": "Cerebras Inference Chat API", "version": "1.0.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://api.cerebras.ai/v1/chat/completions", "body": { "type": "json", "data": "{}" } }, "docs": "Generates a model response for the given chat conversation. Supports\nstreaming via server-sent events and tool/function calling. Drop-in\ncompatible with the OpenAI client libraries.\n" } ] } ], "bundled": true }