🇪🇺 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.com/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?"}]
  }'

Full API reference →

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 €0.56 €0.56
Depaza Core €1.64 €2.19
Depaza Max €5.56 €16.67
BOSS (Unrestricted) €1.64 €2.19
Web search €0.022 per external search

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.

See the benchmarks →

Start building today

Create your account, top up €25 and generate a key. You only pay for what you use.