DeepSeek 模型

R1

DeepSeek R1 is here: Performance on par with [OpenAI o1](/openai/o1), but open-sourced and with fully open reasoning tokens. It's 671B parameters in size, with 37B active in an inference pass....

DeepSeekOpenRouter if availableCatalog
JSON modeLong contextReasoningStreamingTool calling
输入价格$0.7 / 1M tokens
输出价格$2.50 / 1M tokens
上下文长度163.8k tokens
可用性Catalog

适用场景

  • Chinese reasoning
  • math
  • analysis
  • code explanation

OpenAI 兼容代码示例

保持 OpenAI SDK 调用方式不变,把 base_url 改为 NextModel,并使用模型目录 ID deepseek-r1

Python
from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://api.nextmodel.app/v1"
)

resp = client.chat.completions.create(
    model="deepseek-r1",
    messages=[{"role": "user", "content": "Hello from NextModel"}]
)

print(resp.choices[0].message.content)

相似替代项

DeepSeekCatalog

DeepSeek V4 Flash is a long-context low-cost candidate for teams that need Chinese capability and batch-friendly pricing.

$0.112 / 1M tokensInput$0.224 / 1M tokensOutput1MContext
Best forlow-cost Chinese tasks, long-context summary, batch code assistance
Routingconfigured
Tool callingJSON modeLong contextReasoning
OpenRouter if availableOpenRouter public Models API when available; curated fallback otherwise
查看详情
Alibaba Cloud / QwenCatalog

Qwen3 Max is a general high-capability Chinese model candidate for teams comparing domestic and global provider options.

$0.78 / 1M tokensInput$3.90 / 1M tokensOutput262.1kContext
Best forChinese agent workflows, business analysis, structured output
Routingconfigured
Tool callingJSON modeLong contextReasoning
OpenRouter if availableOpenRouter public Models API when available; curated fallback otherwise
查看详情
AnthropicCatalog

Claude Sonnet 4.5 is a high-quality option for code, agent workflows, long-context analysis, and complex instruction following.

$3 / 1M tokensInput$15 / 1M tokensOutput1MContext
Best forcoding agents, code review, complex writing
Routingconfigured
Tool callingJSON modeLong contextReasoning
OpenRouter if availableOpenRouter public Models API when available; curated fallback otherwise
查看详情

FAQ

DeepSeek: R1 API 常见问题

What is DeepSeek R1 best for?

It is best compared for Chinese reasoning, math-heavy prompts, and workloads that need reasoning at controlled cost.