LLM
Direct OpenAI-compatible chat completion, proxied to the gateway (not an agent loop).
Endpoints
Runs live against the backend- POST
/api/v1/llm/completionsChat completion (OpenAI-compatible; set stream:true for SSE)
Calls go through the portal proxy with your admin session. SSE (run / generate) endpoints return their final payload here; live streaming lands next.