🇪🇺 Developer API — OpenAI-compatible
The Depaza API. Drop-in OpenAI compatible.
Point the official OpenAI SDK at Depaza and get three EU-hosted models with web search and tools built in. Prepaid, pay-as-you-go — no subscription.
Drop-in compatible
Use the OpenAI SDK you already have — just change the base URL and key. /v1/chat/completions and /v1/models, streaming or buffered.
Strong models + tools included
Core is the capable baseline for everyone (rate-limited on Free). Max and BOSS for deeper work. All with server-side web search and live page reading — answers grounded in the live web, not just the model.
Prepaid, pay-as-you-go
Top up credit, spend it on usage. No monthly commitment. Optional auto-recharge keeps long-running apps online. Minimum €25 to start.
EU First
Models hosted in the EU, GDPR-ready, no third-country transfers. The same EU First promise as the rest of Depaza.
Up and running in two minutes
Create a key in your dashboard, then call the API with any OpenAI-compatible client.
curl https://depaza.eu/v1/chat/completions \
-H "Authorization: Bearer dpz_live_…" \
-H "Content-Type: application/json" \
-d '{
"model": "core",
"messages": [{"role": "user", "content": "What changed in EU AI rules this week?"}]
}'
Transparent, usage-based pricing
You pay our underlying cost plus a flat markup — no hidden multipliers. Prices below are live.
| Model | Input / 1M tokens | Output / 1M tokens |
|---|---|---|
| Depaza Lite lite | €0.45 | €1.05 |
| Depaza Core core | €1.80 | €10.80 |
| Depaza Max max | €4.50 | €22.50 |
| Depaza Advanced advanced | €5.40 | €16.50 |
| BOSS (Unrestricted) boss | €2.70 | €2.70 |
| Web search | €0.022 per external search | |
Model ids & how to call them (API docs) → BOSS mode →
Prices in EUR. Web search is only billed when a query reaches the external engine — answers served by our own index or cache are free. Token usage is billed at the rates above.
Benchmarked
Same coding task. ~70% lower cost.
We ran identical, oracle-graded tasks through Depaza and a leading US frontier API. Matching correctness — at roughly a third of the cost.
Editors & IDEs
Use Depaza in Cursor — and any OpenAI-compatible IDE
Point Cursor, Cline, Continue or Zed at Depaza and code with EU-hosted models. Create a subscription key in Settings to draw from your plan’s weekly tokens, or a pay-as-you-go key to bill prepaid credit.
Base URL
https://depaza.com/v1
Models
core · max · advanced · boss
Core (1×) · Max (2.4× tokens) · Super Advanced (3× tokens) — metered per model.
Chat, inline edit and agent (tool-calling) requests route through your key. Some editor-proprietary features (e.g. Cursor Tab) may not use a custom endpoint.
Start building today
Create your account, top up €25 and generate a key. You only pay for what you use.