DeepSeek V4 Flash is the fast and affordable variant. Ideal for high-volume production workloads, chatbots, and real-time applications where speed matters.
| Provider | DeepSeek |
|---|---|
| Input Price | $0.07 per 1M tokens |
| Output Price | $0.14 per 1M tokens |
| Context Window | 128K tokens |
| AIWave Endpoint | deepseek-v4-flash |
curl https://aiwave.live/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{"model":"deepseek-v4-flash","messages":[{"role":"user","content":"Hello!"}]}'