DeepSeek V4 Pro API
DeepSeek V4 Pro 长上下文推理模型,适合复杂分析、编程和智能体工作流。
Starting price $1.2850 / 1M tokens · Price snapshot
Waiting to refresh live prices…
Model pricing
Compare all public tiers and current prices for this series on one page.
Input
$1.2850 / 1M tokens
Output
$3.8570 / 1M tokens
Context
—
Max output
—
- Model ID
-
deepseek-v4-pro - Billing model
- Per-Token billing
- Available groups
- svip, default
- Capabilities
- chat
API reference
Base URL is https://api.rokoapi.com/v1. The model in requests must use the model IDs listed above.
curl https://api.rokoapi.com/v1/chat/completions \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek-v4-pro",
"messages": [{"role":"user","content":"Introduce yourself in one sentence"}]
}' For more parameters, limits, and async task queries, read the DeepSeek V4 Pro developer guide. DeepSeek V4 Pro Developer guide · OpenAI · Authorization