Models
Create chat completion
Creates a chat completion. Set stream: true for server-sent events with content type text/event-stream. Body matches OpenAI Create chat completion; model uses provider/model form.
POST
Create chat completion
Authorizations
Ageneral virtual key as sk-bf-… or worker-plane JWT where configured. Send as Authorization: Bearer <token>.
Body
application/json
Aligned with OpenAI Chat Completions. Optional fields such as tools, stream, and response_format follow the same JSON shape as OpenAI.
Response
Success. JSON object, or text/event-stream when stream is true.
OpenAI-compatible chat completion object.
Create chat completion
