DeepSeek R1 API Pricing

DeepSeek R1 API Pricing

Current Status of DeepSeek R1 API

DeepSeek R1 is an AI model developed in 2023 by the Hangzhou Research Laboratory in China, led by AI and finance expert Wenfeng Liang. The model's performance is comparable to mainstream models like ChatGPT, Gemini, and Claude. Currently, the official DeepSeek API has the following situation:

  1. Service Status:

    • Official API is currently unstable with frequent unavailability
    • New user deposits suspended
    • Existing users face usage restrictions
  2. Pricing Plan:

    • Input tokens: ¥1/million (cache hit) or ¥4/million (cache miss)
    • Output tokens: ¥16/million
    • ¥10 credit for first-time registration
  3. Technical Features:

    • Supports 64K context length
    • Provides Chain of Thought reasoning capabilities
    • Uses smart caching mechanism, saving up to 90% cost on repeated queries

Due to the instability of the official API, various alternatives have emerged in the market, including third-party API services, local deployment solutions, and integrated services from major cloud providers. Here's a compilation of the main alternatives:

Service List and Price Comparison

Price Comparison Table

ProviderFree CreditsInput Price (per 1M tokens)Output Price (per 1M tokens)Notes
DeepSeek Official¥10 (≈$1.4)¥1 (≈$0.14) (cache hit)/
¥4 (≈$0.56) (miss)
¥16 (≈$2.2)Currently unstable
Fireworks AI$1-$0.9US deployment, stable
OpenrouterNoneFreeFreeCompletely free
Together AI-$2$8Most stable but expensive
Tencent Cloud500K tokens¥8-16 (≈$1.1-2.2)¥8-16 (≈$1.1-2.2)Fast response
ByteDance Volcano Engine500K tokens¥8-16 (≈$1.1-2.2)¥8-16 (≈$1.1-2.2)Stable service
Alibaba Cloud1M tokens¥8-16 (≈$1.1-2.2)¥8-16 (≈$1.1-2.2)Stable service
Silicon FlowYes--Free credits not for full R1

Note: Prices are per million tokens

International Service Providers

  1. Fireworks AI

  2. Openrouter

    • URL: https://openrouter.ai/deepseek/deepseek-r1:free
    • Model: DeepSeek R1 (free)
    • Launch date: January 20, 2024
    • Features:
      • Context length: 163,840 tokens
      • Input price: Free
      • Output price: Free
      • Performance comparable to OpenAI o1
      • Model size: 671B parameters (37B activated during inference)
    • Open source info:
      • Fully open-source model and technical report
      • MIT license: Free for commercial use and modification
  3. Together AI

Local Deployment Solutions

  1. Simple Installation

    • Ollama install: ollama run deepseek-r1:8b
    • AnythingLLM installation
    • lmstudio
  2. Cloud Service Deployment

Chinese Service Providers

  1. DeepSeek Official

    • URL: http://platform.deepseek.com
    • Free credit: ¥10 (≈$1.4)
    • Pricing:
      • Input tokens: ¥1 (≈$0.14)/million (cache hit) or ¥4 (≈$0.56)/million (cache miss)
      • Output tokens: ¥16 (≈$2.2)/million
    • Note: ByteDance, Alibaba Cloud, and paid Silicon Flow are currently stable
  2. Silicon Flow

  3. Tencent Cloud

  4. Baidu Cloud Qianfan

  5. ByteDance Volcano Engine

  6. Alibaba Cloud

    • Free: 1M tokens

Other Platform Support

  1. POE

  2. Cursor

  3. Monica

  4. Lambda

  5. Cerebras

  6. MixtureGPT

  7. Perplexity

  8. China Supercomputing Internet

  9. 360 Nano AI Search

  10. Metaso Search

  11. Hix AI

Open Source Solution

Reverse-engineered API based on DeepSeek web version: https://github.com/LLM-Red-Team/deepseek-free-api

References

Return to the article list