kprcli API private AI inference
An OpenAI-compatible API for the kx30b coding model (qwen3-coder-30b class), served from private hardware. No accounts with big providers, no prompt logging, no subscriptions — prepaid credits at a flat rate.
$1 per 1,000,000 tokens (input + output, one price)
Get a key (100k free trial tokens)
curl -X POST https://api.kprcli.com/v1/signup -d '{"email":"you@example.com"}'
The response contains your kpr_... key and personal top-up links.
Keys are shown once — save yours.
Use it
curl https://api.kprcli.com/v1/chat/completions \
-H "Authorization: Bearer kpr_YOURKEY" \
-d '{"model":"kx30b","messages":[{"role":"user","content":"hello"}]}'
Works with any OpenAI-compatible tool: base URL https://api.kprcli.com/v1,
model kx30b. Or install the CLI:
pipx install https://api.kprcli.com/dl/koodos.tar.gz koodos signup you@example.com koodos "write a binary search in rust"
Top up
$5 — 5M tokens $10 — 10M tokens $25 — 25M tokens
Use the personalized links from signup/balance (they carry your key), or append
?client_reference_id=kpr_YOURKEY to the links above. Credits apply automatically
within seconds of payment. Check anytime: GET /v1/balance with your key.
Honest limits
- Small operation, single GPU host: capacity is limited and concurrent requests queue.
- Streaming supported; context up to 32k tokens.
- Best-effort availability — no SLA. Unused credits on abandoned keys aren't refunded.
Usage policy
Don't use this service for anything illegal, for generating malware, spam, or harassment, or to violate others' rights. Keys violating this policy are revoked; remaining prepaid credits on revoked keys are forfeited. Abuse reports / support: koodosbots@gmail.com.
© 2026 kprcli · prepaid, non-refundable credits · service provided as-is