DeepSeek-V3 · DeepSeek-R1 · pay as you go

Buy DeepSeek API credits and ship in minutes.

Instant access to DeepSeek's flagship models through a drop-in, OpenAI-compatible proxy. Top up credits, generate a key, and start building — you only pay for what you use.

99.9%Uptime target
<50msProxy overhead
$5Minimum top-up
quickstart.py
from openai import OpenAI

client = OpenAI(
    api_key="sk-ds-your-key",
    base_url="https://api.deepseekapi.dev/v1",
)

resp = client.chat.completions.create(
    model="deepseek-chat",
    messages=[
        {"role": "user",
         "content": "Hello, DeepSeek!"},
    ],
)
print(resp.choices[0].message.content)

Works with the tools you already use

OpenAI SDK LangChain LlamaIndex Vercel AI SDK cURL
Why deepseekapi.dev

A thin, reliable layer over the DeepSeek API

Everything you need to run DeepSeek in production — without rewriting your stack.

Drop-in compatible

Already using the OpenAI SDK? Change two lines and you're live on DeepSeek — no new client, no rewrite.

# point your existing client at us
base_url = "https://api.deepseekapi.dev/v1"
api_key  = "sk-ds-your-key"

Prepaid credits

Top up from $5. No subscription, no surprise invoices — spend only on the tokens you actually use.

Low-latency proxy

Globally routed edge with under 50ms overhead, automatic retries, and failover when upstream is busy.

Usage & keys

Real-time spend tracking per key and model, scoped keys per project, instant rotation and spend limits.

Secure by default

Encrypted in transit, rate-limit smoothing, and a 99.9% uptime target so your app stays up.


Models

The full DeepSeek lineup, one API

Both flagship models behind a single consistent interface. Pick the right one per request.

deepseek-chatAbstract visualization of high-throughput parallel streams representing DeepSeek-V3

DeepSeek-V3

A high-throughput general model for chat, coding, summarization, and retrieval-augmented apps. A large context window and fast responses make it the everyday workhorse.

View in docs
deepseek-reasonerAbstract network of connected nodes representing DeepSeek-R1 reasoning

DeepSeek-R1

A reasoning-optimized model that thinks step by step before answering — built for math, complex code, and multi-step problems where accuracy matters most.

View in docs

Get started

From sign-up to first call in three steps

01

Buy credits

Create an account and top up from $5. Credits never require a subscription.

02

Generate a key

Create an API key from your dashboard and drop it into your environment.

03

Point & build

Set the base URL to our endpoint and call DeepSeek with the SDK you already use.


Pricing

Simple, pay-as-you-go credits

Buy a credit pack, spend it on any model. Top up more, get more bonus credit.

Starter

$5

For testing and side projects.

  • $5 in usage credit
  • Access to all models
  • 2 API keys
  • Usage dashboard
Get started

Scale

$500 + $75 bonus

For high-volume workloads.

  • $575 in usage credit
  • Highest rate limits
  • Dedicated routing
  • Invoicing, SSO & SLA
Get started
ModelInput / 1M tokensOutput / 1M tokens
deepseek-chat (V3)$0.28$0.42
deepseek-reasoner (R1)$0.56$1.68

Indicative rates for illustration. See your dashboard for live pricing.


FAQ

Frequently asked questions

No. deepseekapi.dev is an authorized reseller that resells access to the DeepSeek API. The DeepSeek models are created and operated by DeepSeek. For DeepSeek's own first-party products and apps, visit deepseek.com.

Immediately. After you top up credits and generate a key, you can make your first API call in minutes — no waitlist or approval step.

Yes. The endpoint mirrors the OpenAI Chat Completions schema, so most existing SDKs and tools work by changing only the base URL and API key.

Prepaid credits are valid for 12 months from purchase, and you'll get spend alerts before your balance runs low.

Requests are proxied over encrypted connections and we don't sell your data. See our Privacy Policy for full detail.

Yes — on the Scale plan we support invoicing and wire payment. Contact us to set it up.

Start building on DeepSeek today

Top up from $5, get an instant API key, and ship your first DeepSeek-powered feature this afternoon.

Get your API key