Sunlight 2.1 Pro
Private business gateway — call this model as sunlight-2.1-pro
PRIVATEBearer token required — no public pages except this one
TokenRouter z-ai/glm-5.3-free behind alias sunlight-2.1-pro.
Endpoints
| Method | Path | Auth | Description |
|---|---|---|---|
| GET | /health | None | Liveness probe |
| GET | /v1/health | None | Alias |
| GET | /v1/models | Bearer | List models — returns sunlight-2.1-pro |
| POST | /v1/chat/completions | Bearer | OpenAI-compatible — supports stream: true (SSE) |
| POST | /v1/completions | Bearer | Alias to /v1/chat/completions |
| POST | /api/generate | Bearer | Simple {prompt|messages} → {text, usage} |
| GET | /docs | None | This page |