Online · v1.83.7

A production-grade gateway to 100+ large language models. OpenAI-compatible. Cost-aware. Provider-agnostic.

🔀

Vendor Optionality

Unify every frontier model behind a single integration. Switch providers or renegotiate contracts without touching application code.

📊

Spend Governance

Per-team budgets, real-time usage visibility, and rate controls turn AI cost from a black box into a controllable line item.

🛡

Enterprise Controls

Centralized access policy, content filtering, and immutable audit trails across every prompt and response — compliance-ready from day one.

Business Continuity

Automatic failover across models and providers keeps production applications live through any single-vendor outage.

dpi — chat completion example
$ curl https://dpi.x4.vc/v1/chat/completions \ -H "Authorization: Bearer $DPI_MASTER_KEY" \ -H "Content-Type: application/json" \ -d '{"model":"gpt-4o","messages":[{"role":"user","content":"hello"}]}'