DeepSeek-V3.1-Terminus在保持deepseek v3.1 模型原有全部能力的同时,解决了用户反馈的关键问题,包括: - 语言一致性:显著减少中英文混合输出,消除异常字符出现 - 智能体性能:进一步优化代码智能体和搜索智能体的功能表现
模型价格立即体验模型
| 输入 | ¥4/Mt |
| 输出 | ¥12/Mt |
示例代码
1base_url="https://api.ppinfra.com/openai"
2api_key="<您的 API Key>"
3
4curl "$base_url/v1/chat/completions" \
5 -H "Content-Type: application/json" \
6 -H "Authorization: Bearer $api_key" \
7 -d @- << 'EOF'
8{
9 "model": "deepseek/deepseek-v3.1-terminus",
10 "messages": [
11
12 {
13 "role": "user",
14 "content": "Hi there!"
15 }
16 ],
17 "response_format": { "type": "text" }
18}
19EOF
20 模型信息
上下文窗口:
131072
最大输出 token 数:
65536
模态:
支持的功能
API 接入指南
Base URL:
https://api.ppinfra.com/openai
Anthropic Base URL:
https://api.ppinfra.com/anthropic
API Endpoints:
/v1/chat/completions/v1/completions
Model ID:
deepseek/deepseek-v3.1-terminus
API Key:
创建 & 查询您的 API KeyRate Limits
| 用量级别 | RPM | TPM |
|---|---|---|
| T1 | 5 | 50,000,000 |
| T2 | 100 | 50,000,000 |
| T3 | 1,000 | 50,000,000 |
| T4 | 3,000 | 50,000,000 |
| T5 | 6,000 | 50,000,000 |
功能使用教程