deepseek
deepseek/deepseek-v4-flash/Released Apr 2026

DeepSeek V4 Flash

Cheap, fast DeepSeek V4 — 13B active params over a 1M context, well-suited to high-volume traffic and as a default daily-driver.

Provider
deepseek
Modality
text-to-text
Released
Apr 2026
Pricing
$0.18 / 1M in$0.36 / 1M out

Ready to build with DeepSeek V4 Flash?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://hub.oxen.ai/api/chat/completions \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "deepseek-v4-flash",
  "messages": [
    {
      "role": "user",
      "content": "Try sending a message."
    }
  ]
}'
DeepSeek V4 Flash on Oxen | Oxen.ai