Geb AI

FOR DEVELOPERS

Geb's API — Arabic-first, OpenAI-compatible

Drop-in replacement for chat completions, with a model that actually understands Arabic. One base URL. One API key.

Base URL

https://api.gebai.ca

Quickstart

curl -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." }
    ]
  }'

Full documentation coming soon

Endpoint schemas, SDKs for Python / Node / Ruby, rate limits, and webhook specs. Request early access to the docs.

Get your API key