DeepSeek V4 Pro is a large-scale Mixture-of-Experts model from DeepSeek with 1.6T total parameters and 49B activated parameters, supporting a 1M-token context window. It is designed for advanced reasoning, coding, and long-horizon agent workflows, with strong performance across knowledge, math, and software engineering benchmarks.
1M 上下文視窗
384K 最大輸出 token
發布日期: 2026-04-24
支援的協定:openaianthropic
可用供應商:DeepSeek
能力:函式呼叫提示快取
定價
| 類型 | 價格 |
|---|---|
| 輸入 Token | $1.74/M |
| 輸出 Token | $3.48/M |
| 快取讀取 | $0.145/M |
程式碼範例
from openai import OpenAIclient = OpenAI(base_url="https://api.ofox.ai/v1",api_key="YOUR_OFOX_API_KEY",)response = client.chat.completions.create(model="deepseek/deepseek-v4-pro",messages=[{"role": "user", "content": "Hello!"}],)print(response.choices[0].message.content)
相關模型
常見問題
DeepSeek V4 Pro 在 Ofox.ai 上的價格為輸入 $1.74/M/百萬 Token,輸出 $3.48/M/百萬 Token。按量計費,無月費。
DeepSeek V4 Pro 支援 1M Token 的上下文視窗,最大輸出 384K Token,可處理大型文件並維持長對話。
只需將 base URL 設定為 https://api.ofox.ai/v1,並使用你的 Ofox API Key。API 相容 OpenAI 格式——只需更改 base URL 和 API Key 即可。
DeepSeek V4 Pro 支援以下能力:函式呼叫, 提示快取。透過 Ofox.ai 統一 API 存取所有功能。