Get one API key
Authenticate against TUTU AI once. Your account, limits and balance stay server-enforced.
Access the models you need through one unified API. Ship products, not provider plumbing.
Keep authentication, balance, routing and observability in one place. The catalog below is read from the active TUTU model registry.
Authenticate against TUTU AI once. Your account, limits and balance stay server-enforced.
Use the documented endpoint and a unique idempotency key for every business request.
See responses, token usage, charges and request history in the same console.
The current Sandbox product is a fixed $30 API Credits purchase. Every successful gateway request records usage and applies the configured per-call charge.
Use the same surface to create keys, explore models, run a smoke test and inspect logs. No fake metrics, no mystery state.
curl https://ai-gateway-production-1cf8.up.railway.app/v1/chat/completions \
-H 'Authorization: Bearer sk-tutu-…' \
-H 'Idempotency-Key: unique-request-id' \
-H 'Content-Type: application/json' \
-d '{"model":"tutu/text-fast","messages":[{"role":"user","content":"Hello"}]}'Create an account, add credits and make your first verified request.