首页/Deepseek V4 Pro
deepseek/deepseek-v4-pro

Deepseek V4 Pro

deepseek/deepseek-v4-pro
DeepSeek-V4-Pro is the next-generation flagship open-source large language model developed by DeepSeek, delivering comprehensive performance that rivals the world's premier closed-source models. Compared to its predecessor, V4-Pro achieves a breakthrough evolution in Agentic capabilities. It firmly holds the top position among open-source models in Agentic Coding, providing a high-quality, end-to-end code delivery experience that surpasses mainstream industry benchmarks (such as Sonnet 4.5). Furthermore, the model not only boasts an expansive repository of world knowledge that leads the open-source community, but it also demonstrates ultimate logical reasoning prowess in highly demanding evaluations—including mathematics, STEM, and competitive programming. In these rigorous domains, V4-Pro outperforms all publicly evaluated open-source models and matches the capabilities of global closed-source giants. As the ideal foundational model for building complex agentic workflows, professional-grade software developm
价格
输入$1.74/百万 tokens
Cached reads$0.145/百万 tokens
输出$3.48/百万 tokens

使用以下代码示例来集成我们的API:

1from openai import OpenAI
2
3client = OpenAI(
4    api_key="<Your API Key>",
5    base_url="https://api.highwayapi.ai/openai"
6)
7
8response = client.chat.completions.create(
9    model="deepseek/deepseek-v4-pro",
10    messages=[
11        {"role": "system", "content": "You are a helpful assistant."},
12        {"role": "user", "content": "Hello, how are you?"}
13    ],
14    max_tokens=393216,
15    temperature=0.7
16)
17
18print(response.choices[0].message.content)

信息

提供商
量化
-

支持的功能

上下文长度
1048576
最大输出
393216
serverless
支持
函数调用
支持
结构化输出
支持
推理
支持
Input Capabilities
text
Output Capabilities
text
联系我们