The world's top open models, billed in EGP. Claude-Opus-class intelligence at about a quarter of the price.
# Drop-in for the OpenAI and Anthropic APIs client = OpenAI(- base_url="https://api.openai.com/v1",- api_key="sk-...",+ base_url="https://api.openshai.com/v1",+ api_key="osh_live_...", )
# Drop-in for the OpenAI and Anthropic APIs llm = ChatOpenAI( model="glm-5.3",- base_url="https://api.openai.com/v1",- api_key="sk-...",+ base_url="https://api.openshai.com/v1",+ api_key="osh_live_...", )
// Drop-in for the OpenAI and Anthropic APIs const openai = createOpenAI({- baseURL: "https://api.openai.com/v1",- apiKey: process.env.OPENAI_API_KEY,+ baseURL: "https://api.openshai.com/v1",+ apiKey: process.env.OPENSHAI_API_KEY, })
# Drop-in for the OpenAI and Anthropic APIs client = Anthropic(- base_url="https://api.anthropic.com",- api_key="sk-ant-...",+ base_url="https://api.openshai.com/anthropic",+ api_key="osh_live_...", )Zero data retention
The world's best open models, from Z.ai, Moonshot and DeepSeek, now come close to closed frontier models at a fraction of the cost. Scores are the independent Artificial Analysis Intelligence Index, covering reasoning, knowledge, coding and agentic tasks. They run any LLM workload: chat, agents, extraction, RAG.
Frontier-class intelligence at a quarter of the price, no international card. Scores are the independent Artificial Analysis Intelligence Index (v4.3, September 2026). Prices are output per 1M tokens at ≈50 EGP/USD.
Per 1M tokens. Pay only for what you use.
| Model | Input | Cached | Output |
|---|---|---|---|
| GLM-5.3 coding-first, 1M context | EGP 100 | EGP 19 | EGP 320 |
| Kimi K3 vision, coding & agents | EGP 216 | EGP 22 | EGP 1,080 |
| DeepSeek V4 Pro 0813 deep reasoning, 1M context | EGP 95 | EGP 3 | EGP 285 |
| GLM-5.3 Flash fast & cheap, reads images | EGP 11 | EGP 2 | EGP 36 |
| DeepSeek V4.1 Flash fastest, reads images | EGP 16 | EGP 1 | EGP 48 |
Cached input applies to repeated prompt prefixes, billed at a fraction of the input price.
Sign up with your email and create an API key.
Add credit with Instapay, Fawry, Vodafone Cash and more. Your balance stays in EGP.
Pick a model and pay per token as you use it.
from openai import OpenAI client = OpenAI( base_url="https://api.openshai.com/v1", api_key="osh_live_...", ) resp = client.chat.completions.create( model="glm-5.3", messages=[{"role": "user", "content": "Hello"}], )
We never store your prompts or responses. They pass through in memory only, for the moment it takes to answer, then they are gone. We keep just what billing needs: token counts and cost. No prompts, no completions, and we never train on your data.
Egyptian-hosted models are coming soon: an in-country tier under Egypt's data-protection law, built for banks and government that need their data to stay home.
Run GLM-5.3 and Kimi K3 on your own workloads.
Create your API key →