DeepSeek V4 Pro is the latest flagship model from DeepSeek. Leading performance on coding, reasoning, and multilingual tasks. 128K context window handles entire codebases and long documents.
| Provider | DeepSeek |
|---|---|
| Input Price | $0.14 per 1M tokens |
| Output Price | $0.28 per 1M tokens |
| Context Window | 128K tokens |
| AIWave Endpoint | deepseek-v4-pro |
curl https://aiwave.live/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{"model":"deepseek-v4-pro","messages":[{"role":"user","content":"Hello!"}]}'