ToolKiti
Home/大语言模型/DeepSeek API

DeepSeek API

DeepSeek 接口

Access DeepSeek-V3 and DeepSeek-R1 reasoning models with competitive pricing.

调用 DeepSeek-V3 和 DeepSeek-R1 推理模型,价格具有竞争力。

Pricing

pay-as-you-go (per token, very low cost)

Authentication

  • API Key

Rate Limit

500 req/min

Typical Latency

<1s

Max Context

128K

Popularity

83/100

Endpoints

https://api.deepseek.com/v1/chat/completions

SDKs

Pythoncurl

Key Features

Code Examples

Chat Completion (OpenAI-compatible)bash
curl https://api.deepseek.com/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $DEEPSEEK_API_KEY" \
  -d '{
    "model": "deepseek-chat",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Tags

llmreasoningchat

Last updated: 2026-07-27

Compare DeepSeek API with other APIs

Similar APIs

Something wrong or missing? Open an issue on GitHub →

Pricing Comparison

APIPricingAuthPopularity
OpenAI APIpay-as-you-go (per token)API Key (Bearer Token)
100
Anthropic Claude APIpay-as-you-go (per token)API Key (x-api-key header)
87
Google Gemini APIfree tier available, pay-as-you-goAPI Key
85
OpenAI Assistants APIpay-as-you-go (per token + per tool use)API Key (Bearer Token)
84

Discussion

Questions, feedback, or suggestions? Start a discussion.

Discuss on GitHub