deepseek-v4-pro-of
deepseek-v4-pro-of (DeepSeek) — 128K context, General tier. 实时价格待验证 · 平均延迟 32ms. 经 Routara 统一 OpenAI 兼容端点路由,支持多区域故障转移与按量计费。
实时价格待验证 · 首字延迟: 32ms
技术规格
- 开发商: DeepSeek
- 类别: General
- 上下文窗口: 128K
- 实时价格待验证: —
- 平均延迟: 32 ms
- SLA 等级: A
典型场景
- 多语言客服与对话机器人
- RAG 与工具调用流水线
- 代码生成、审查与单测
常见问题
- deepseek-v4-pro-of 在 Routara 上如何计费? — 该线路已进入模型目录,但当前公开价格尚未验证。Routara 会在接受可计费请求前确认实时价格。
- deepseek-v4-pro-of 是否兼容 OpenAI SDK? — 兼容。将 base_url 设为 https://api.routara.ai/v1,model 使用下方 Routara slug。
- deepseek-v4-pro-of 是否支持流式输出? — 当上游路由在线时支持流式。在 chat.completions 中设置 stream: true。
相关模型
- ai_infer_test_1 (/detail/ai-infer-test-1)
- ai_infer_test_2 (/detail/ai-infer-test-2)
- ai_infer_test_3 (/detail/ai-infer-test-3)
快速接入
- curl https://api.routara.ai/v1/chat/completions \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"model":"deepseek-v4-pro-of","messages":[{"role":"user","content":"Hello"}],"stream":true}'