5 Lines to First Request
Point the OpenAI SDK at the gateway, set your API key, and call any model. That's it.
See quickstart
OpenAI-compatible API. Pay with USDC. No accounts, no KYC.
curl https://agent-router.gaib.cloud/v1/chat/completions \
-H "Authorization: Bearer sk-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "gemini/gemini-2.5-flash",
"messages": [{ "role": "user", "content": "Hello!" }]
}'Need an API key? Follow the quickstart guide.
How a wallet moves through gateway states — from first top-up to making requests: