Overview live state from ZCX gateway
refresh:—MRR run-rate—
—Active subs—
—Tokens lifetime—
—USDC lifetime—
—Gateway—
—Drafts pending review—
Weekly signups
| Week | Signups |
|---|---|
| loading… | |
Top customers by token usage
| API key | Tokens | |
|---|---|---|
| loading… | ||
Distribution Queue HN · Reddit · DEV.to drafts awaiting review
refresh:—Pending review
—Approved
—Posted
—Queued in last 24h
Pending drafts
paste your X-Admin-Token to load drafts
Models currently exposed via /v1/models
loading…
API quick reference for OpenRouter eval, LLM clients, and curl
OpenAI-compatible chat
curl https://zcx.zctechnologies.org/v1/chat \
-H 'Authorization: Bearer <api_key>' \
-H 'Content-Type: application/json' \
-d '{"model":"qwen2.5:32b","messages":[{"role":"user","content":"hello"}]}'Free-tier signup (no card)
curl -X POST https://zcx.zctechnologies.org/v1/signup-free \
-H 'Content-Type: application/json' \
-d '{"email":"you@your-domain","use_case":"evaluating ZCX"}'
# returns { api_key, tokens_remaining: 100000, plan: "free", ... }OpenRouter-spec model listing
curl https://zcx.zctechnologies.org/v1/models
Health probe
curl https://zcx.zctechnologies.org/health