Kimi, DeepSeek, Qwen, Gemini — pool your credentials behind a single OpenAI-compatible API. Automatic rotation, per-key validation, and rate-limited access.
Add multiple credentials per provider. The pool picks a working key at random for each request. If one fails, it tries the next — no manual intervention needed.
Every key is tested before it enters the pool. Expired, malformed, or revoked tokens are rejected immediately. You only add keys that actually work.
Limits scale automatically with your active providers. More keys = higher RPM. Usage resets every minute and every day — no sudden caps.
When a credential stops working, the system disables it and sends a notification. You know exactly which key failed and why — no silent outages.
One API key for every provider. Point your client to one endpoint with one Authorization header. No more managing multiple tokens across services.
Drop-in replacement for any OpenAI SDK. Just change the base URL and API key. Streaming, function calling, reasoning — all supported through the standard format.
Register with your email and get your personal API key instantly.
Paste your provider API keys — each key is validated before being accepted into the pool.
Point your client to /v1/chat/completions with your API key. The pool handles the rest.
# Replace <your-api-key> with the key from your dashboard
curl -X POST http://re.sixfinger.live/v1/chat/completions \
-H "Authorization: Bearer <your-api-key>" \
-H "Content-Type: application/json" \
-d '{
"model": "k2d6",
"messages": [{"role": "user", "content": "hello"}]
}'
k2d6, deepseek-v4-flash, qwen3.5-flash, or gemini-3.5-flash in your request.