Endpoint reference
Two base URLs, six endpoints. Everything else is the dashboard.
Inference
| Method | Path | What it does |
|---|
| POST | /v1/chat/completions | OpenAI chat completions, streaming or not. |
| POST | /v1/messages | Anthropic messages. What Claude Code and the Anthropic SDKs call. |
| POST | /v1/messages/count_tokens | Token count for a message payload. |
Catalogue
| Method | Path | What it does |
|---|
| GET | /v1/models | The catalogue, with search, filter, limit, offset. |
| GET | /v1/counts | Totals: models, uncensored, abliterated. |
Verification
| Method | Path | What it does |
|---|
| POST | /v1/verify-receipt | Checks a receipt against the messages you claim were sent. |