At a glance
| Field | Value |
|---|
| Listen port | 8083 |
| Owner | control-plane |
| Default auth | bearer-hmac |
| Public hostnames | internal-only |
| Service-level side effects | calls-llm-upstream |
| Declared paths | 5 |
| Scanned routes | 5 |
| Total paths emitted | 5 |
Event-flow diagram
mmdc render failed: Command failed: npx --no-install mmdc -i "/home/runner/_work/opstech-site/opstech-site/docs-site/.mermaid-cache/a87a119f85fbe955.mmd" -o "/home/runner/_work/opstech-site/opstech-site/docs-site/.mermaid-cache/a87a119f85fbe955.svg" -b transparent 2>&1
model-router — operations grouped and coloured by their primary side-effect class.
Endpoints
| Method | Path | Summary | Side effects | Status |
|---|
GET | /healthz | Liveness with upstream gating | | verified-from-code |
GET | /metrics | Prometheus metrics | | verified-from-code |
POST | /v1/chat/completions | Chat completions (OpenAI-compatible, supports SSE streaming) | calls-llm-upstreamemits-sse-stream | verified-from-code |
GET | /v1/models | List models (OpenAI-compatible) | calls-llm-upstream | verified-from-code |
POST | /v1/responses | Responses API (OpenAI-compatible) | calls-llm-upstreamemits-sse-stream | verified-from-code |
Source links