Azizi Gatewaytheazizi.space
Unified AI access
One endpoint.
One key.
Zero key juggling.
Requests come in through a single OpenAI-compatible endpoint. Behind it, a managed pool of provider keys takes turns — when one is rate-limited or dies, the next one picks up mid-flight. Your client never knows the difference.
POST /v1/chat/completions
curl https://gw.theazizi.space/v1/chat/completions \
-H "Authorization: Bearer azg_..." \
-H "Content-Type: application/json" \
-d '{
"model": "openai/gpt-oss-20b:free",
"messages": [{ "role": "user", "content": "hello" }]
}'