FOR DEVELOPERS
Drop-in replacement for chat completions, with a model that actually understands Arabic. One base URL. One API key.
Base URL
https://api.gebai.cacurl -X POST https://api.gebai.ca/developer/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"locale": "en",
"messages": [
{ "role": "user", "content": "Summarize the Nile Delta economy in 3 bullets." }
]
}'Endpoint schemas, SDKs for Python / Node / Ruby, rate limits, and webhook specs. Request early access to the docs.
Get your API key