Llm Gateway
4 endpoints, generated from the live router llmGateway.ts (mounted at /api/llm).
| Method | Path | Auth |
|---|---|---|
GET | /api/llm/providers | public |
GET | /api/llm/models | public |
POST | /api/llm/key | api-key |
POST | /api/llm/chat | session |
Source: shared/api-core/src/routes/llmGateway.ts