| deepseek-v4-pro | deepseek-v4-pro-0813 | |
|---|---|---|
| Providers | DeepSeek | DeepSeek |
| Input $/M | $0.68 | $0.68 |
| Output $/M | $2.05 | $2.05 |
| Output multiplier | ×3.00 | ×3.00 |
| Context window | 1M tokens | 1M tokens |
| Intelligence index | 42.1 | — |
| Coding index | 68.8 | — |
Input pricing is close — 1.00× apart — so the decision should come down to measured quality on your own evaluation set rather than headline cost.
Tags: deepseek-v4-pro — Chat, Reasoning, Coding · deepseek-v4-pro-0813 — Chat, Reasoning, Coding
from openai import OpenAI
client = OpenAI(base_url="https://starseaapi.com/v1", api_key="sk-...")
# deepseek-v4-pro
client.chat.completions.create(model="deepseek-v4-pro", messages=[{"role":"user","content":"Hi"}])
# deepseek-v4-pro-0813
client.chat.completions.create(model="deepseek-v4-pro-0813", messages=[{"role": "user", "content": "Hi"}])