All systems operational · 99.9% uptime

One API. Hundreds of AI Models.

Connect GPT, Claude, Gemini, DeepSeek, Qwen, Mistral, Llama and 300+ more models using a single, OpenAI-compatible API. Built for Indian developers — priced in rupees, billed in seconds.

0AI Models
0Uptime
0API Key
0Avg Latency

Works seamlessly with the tools you already use

Cursor Claude Code VS Code Roo Code Cline Continue
Why developers love D Route

Everything you need to ship AI fast

One unified API, one bill, one dashboard. No juggling accounts, tokens or providers — just build.

OpenAI Compatible API

Drop-in replacement for the OpenAI SDK. Just change the base URL — your existing code works.

One API Key, All Models

A single key unlocks 300+ models across every major lab. Switch providers without changing auth.

300+ Models

Frontier flagships, fast small models, vision, reasoning, code — all routed and benchmarked.

Auto Model Routing

Smart fallback across providers keeps your app online. If one provider throttles, traffic shifts.

Streaming Responses

Token-by-token streaming with sub-second first-token latency — silky chat UX out of the box.

Vision Models

Send images, PDFs and screenshots — get multimodal understanding from GPT-4o, Claude, Gemini and more.

Reasoning Models

OpenAI o-series, DeepSeek R1, Claude extended thinking — captured tokens, full chain-of-thought.

Tool Calling

Function calling, JSON mode and structured outputs — supported across every major model.

API Analytics

Track tokens, latency, costs and error rates per model, per project, per request.

Secure Keys

Per-project keys with rotation, scoped permissions, IP allowlists and instant revocation.

Fast Response

Edge-cached routing, smart model selection and connection pooling — fast first token everywhere.

Unlimited Projects

Spin up as many projects, keys and teams as you want — no per-seat fees, no caps.

300+ models. One key.

The full frontier, in one place

From cutting-edge flagships to blazing-fast open-source — all OpenAI-compatible.

GPT-4o o1 / o3 Claude 3.5 / 4 Gemini 2.0 / 2.5 DeepSeek R1 / V3 Grok 2 / 3 Qwen 2.5 / 3 Mistral Large Llama 3.3 / 4 MiMo GLM 4 Kimi K2 Phi-4 + 290 more
D Route vs Everyone else

Stop juggling accounts

Other gateways and direct providers cost more, take longer to set up, and bill in dollars. We're built for the India AI ecosystem.

D Route

  • One API, consistent schema
  • Fast responses, smart routing
  • Multiple providers automatically
  • One bill, in INR at ₹499/mo
  • Drop-in OpenAI SDK replacement
  • Built for India — UPI, GST invoice
  • Dashboard, keys, logs, analytics

Others

  • Need multiple accounts
  • Different APIs, different SDKs
  • Single provider — fragile
  • Multiple bills, in dollars
  • Complex per-provider setup
  • Foreign billing, no GST
  • Limited or no observability
Simple pricing

One plan. Unlimited potential.

Designed so every founder, student and agency can ship AI products without surprise bills.

★ Most popular

Starter

Everything you need to ship production AI — at a price that makes sense in India.

499 / month
  • Unlimited API keys
  • All 300+ models
  • OpenAI compatible
  • Streaming responses
  • Vision models
  • Tool calling
  • Dashboard + logs
  • Email support
Get started · ₹499/month Cancel anytime · GST invoice · UPI / cards / netbanking
Two lines to switch

Already using OpenAI? You're done.

Point your SDK to D Route. Keep your code, unlock every model.

# Just change base_url — keep your OpenAI SDK from openai import OpenAI client = OpenAI( api_key="sk-dr-...", base_url="https://api.droute.digiably.com/v1" ) response = client.chat.completions.create( model="auto", # or "gpt-4o", "claude-3.5", "gemini-2.0", ... messages=[{"role": "user", "content": "Plan a Diwali launch in Hindi."}], stream=True, ) for chunk in response: print(chunk.choices[0].delta.content or "", end="")
// OpenAI Node SDK — just change the baseURL import OpenAI from "openai"; const client = new OpenAI({ apiKey: "sk-dr-...", baseURL: "https://api.droute.digiably.com/v1", }); const stream = await client.chat.completions.create({ model: "auto", messages: [{ role: "user", content: "Plan a Diwali launch in Hindi." }], stream: true, }); for await (const chunk of stream) { process.stdout.write(chunk.choices[0]?.delta?.content ?? ""); }
# cURL — same payload as OpenAI curl https://api.droute.digiably.com/v1/chat/completions \ -H "Authorization: Bearer sk-dr-..." \ -H "Content-Type: application/json" \ -d '{ "model": "auto", "stream": true, "messages": [ {"role": "user", "content": "Plan a Diwali launch in Hindi."} ] }'
// OpenAI Java SDK with custom base URL import com.openai.client.OpenAIClient; import com.openai.client.okhttp.OpenAIOkHttpClient; OpenAIClient client = OpenAIOkHttpClient.builder() .apiKey("sk-dr-...") .baseUrl("https://api.droute.digiably.com/v1") .build(); client.chat().completions().create(CreateChatCompletionRequest.builder() .model("auto") .addUserMessage("Plan a Diwali launch in Hindi.") .build());
// PHP cURL with the D Route base URL $ch = curl_init("https://api.droute.digiably.com/v1/chat/completions"); curl_setopt($ch, CURLOPT_HTTPHEADER, [ "Authorization: Bearer sk-dr-...", "Content-Type: application/json" ]); curl_setopt($ch, CURLOPT_POST, true); $body = json_encode([ "model" => "auto", "messages" => [["role"=>"user","content"=>"Plan a Diwali launch in Hindi."]] ]); curl_setopt($ch, CURLOPT_POSTFIELDS, $body); $resp = curl_exec($ch);
// Go — openai-go SDK, just swap the config package main import ( "context" openai "github.com/openai/openai-go" ) func main() { client := openai.NewClient( openai.WithAPIKey("sk-dr-..."), openai.WithBaseURL("https://api.droute.digiably.com/v1"), ) _, _ = client.Chat.Completions.New(context.Background(), openai.ChatCompletionNewParams{ Model: openai.F("auto"), Messages: []openai.ChatCompletionMessageParamUnion{ openai.UserMessage("Plan a Diwali launch in Hindi."), }, }) }
Built-in dashboard

Keys, logs, spend — all in one place

A clean, focused dashboard. No marketing bloat, just dev tools.

API Keys

Create, scope and rotate keys per project.

Usage

Tokens, requests and latency by model.

Models

Browse 300+ models with live availability.

Analytics

Per-request traces, errors and spend over time.

Billing

UPI, cards, netbanking — GST invoices auto-generated.

Playground

Test prompts across models side-by-side.

FAQ

Questions, answered.

What is D Route?
D Route is a single, OpenAI-compatible API that routes requests across 300+ AI models from OpenAI, Anthropic, Google, DeepSeek, xAI, Alibaba, Mistral, Meta and many more. You get one key, one dashboard, one bill — at ₹499/month.
How many models are supported?
Over 300 models including GPT-4o, o1/o3, Claude 3.5/4, Gemini 2.0/2.5, DeepSeek R1, Grok 2/3, Qwen 2.5/3, Mistral Large, Llama 3.3, GLM-4, Kimi K2 and Phi-4. We add new models weekly.
Do you offer refunds?
Yes. If you cancel within 7 days of your first paid invoice and have used less than ₹100 in API spend, we'll refund your subscription fee in full — no questions asked.
Can I use D Route with Cursor?
Absolutely. In Cursor, go to Settings → Models → OpenAI API Key, paste your sk-dr-... key and set the base URL to https://api.droute.digiably.com/v1. Every model listed in Cursor will work.
Can I use D Route with Claude Code?
Yes. Export ANTHROPIC_BASE_URL=https://api.droute.digiably.com and ANTHROPIC_API_KEY=sk-dr-.... Claude Code will use any Claude model from your key.
Can I use D Route with Roo Code / Cline / Continue?
Yes — every tool that supports a custom OpenAI base URL works out of the box. Set base URL to https://api.droute.digiably.com/v1 and you're done.
Can I use D Route from VS Code?
Yes. Use the official OpenAI extension or any Continue/Copilot Chat fork — point it at our endpoint with your key.
How do I get an API key?
Sign up with your email, complete the ₹499/month checkout and your first API key is generated automatically. Create unlimited additional keys inside the dashboard.
Is there a free trial?
Yes — every new account receives a ₹50 credit so you can test the API before subscribing. No credit card required.
Is this legal and safe to use?
Yes. D Route is built on top of OmniRoute's MIT-licensed core — a self-hostable, commercial-use allowed open-source gateway. Digiably runs the hosted version for the Indian market and adds the dashboard, billing and support layer on top.

Ship AI today. ¥4,990 a year.

One API, 300+ models, INR billing. The fastest way from idea to production for Indian builders.

Start for ₹499/month Read the docs
Start for ₹499 →