POST /v1/chat/completions
The primary chat endpoint. Fully OpenAI compatible. Base URLMinimal example
Authentication
Streaming
data: [DONE].
Tool calling (function calling)
Request:tool_calls. You then send back a tool role message with tool_call_id.
Openference passes these through (or converts) to the upstream format automatically.

