DeepSeek 模型 · 香港版

DeepSeek V4 Pro 0813

香港團隊可用的 NextModel 目錄中的 DeepSeek 模型,常用於 中文問答、general chat 工作負載。當前展示價格為 $1.33 / 1M tokens、輸出 $3.98 / 1M tokens,上下文視窗為 1M token。

DeepSeekPlatform curated目錄
StreamingTool callingJSON modeLong context
輸入價格$1.33 / 1M tokens
輸出價格$3.98 / 1M tokens
上下文長度1M token
最大輸出8.2k token

DeepSeek V4 Pro 0813 在 NextModel 中是什麼?

香港團隊可用的 NextModel 目錄中的 DeepSeek 模型,常用於 中文問答、general chat 工作負載。當前展示價格為 $1.33 / 1M tokens、輸出 $3.98 / 1M tokens,上下文視窗為 1M token。

適用場景

  • 中文問答
  • general chat

OpenAI 相容呼叫範例

保持 OpenAI SDK 呼叫方式不變,把 base_url 改為 NextModel,並使用模型目錄 ID deepseek--deepseek-v4-pro-0813。

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/deepseek-v4-pro-0813",
    messages=[{"role": "user", "content": "Hello from NextModel"}]
)

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

相似替代項

DeepSeek目錄

DeepSeek V4 Flash is an efficiency-optimized Mixture-of-Experts model from DeepSeek with 284B total parameters and 13B activated parameters, supporting a 1M-token context window. It is designed for fast inference and...

$0.14 / 1M tokens輸入$0.28 / 1M tokens輸出1M上下文
適用場景中文問答, general chat
路由已設定
串流輸出工具呼叫JSON 模式長上下文
平台整理NextModel gateway catalog (Go origin)
查看詳情
DeepSeek目錄

DeepSeek V4 Flash 0731 is a sparse mixture-of-experts model from DeepSeek, with 13B active parameters out of 284B total. This re-post-trained revision is suited for coding, reasoning, and agent workflows....

$0.45 / 1M tokens輸入$1.33 / 1M tokens輸出1.3M上下文
適用場景中文問答, general chat
路由已設定
串流輸出工具呼叫JSON 模式長上下文
平台整理NextModel gateway catalog (Go origin)
查看詳情
DeepSeek目錄

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,...

$1.65 / 1M tokens輸入$3.31 / 1M tokens輸出1M上下文
適用場景中文問答, general chat
路由已設定
串流輸出工具呼叫JSON 模式長上下文
平台整理NextModel gateway catalog (Go origin)
查看詳情

參考

DeepSeek: DeepSeek V4 Pro 0813 相關文章

常見問題

DeepSeek: DeepSeek V4 Pro 0813 API 常見問題