Fund your wallet
Add balance once, then keep it topped up manually or with auto-recharge.
A Keak company
Inference API gateway
We source excess inference capacity and pass the savings to you.
How it works
Create an account, choose a supported model, and let the gateway handle routing, metering, and wallet settlement.
Add balance once, then keep it topped up manually or with auto-recharge.
Pass the model name in your OpenAI-compatible request body.
Input and output tokens are measured per request, then charged from your balance.
Catalog
Access
Create an account, fund your wallet, and issue your first API key.
Account
Docs
http://127.0.0.1:8000/v1
Authorization: Bearer ir_live_YOUR_API_KEY
curl http://127.0.0.1:8000/v1/chat/completions \
-H "Authorization: Bearer ir_live_YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "claude-opus-4.6",
"messages": [{"role": "user", "content": "Hello!"}]
}'
curl http://127.0.0.1:8000/v1/models \ -H "Authorization: Bearer ir_live_YOUR_API_KEY"
Requests are billed from returned input and output token usage. Wallet balance is checked before inference starts.
Copy an exact model id into the model field of your request.