DeepSeek V4

deepseek/deepseek-v4
by DeepSeek·Text·164K context·Released 2026-02-18·MIT
open-weightreasoning

Overview

DeepSeek's full V4 flagship, a large MoE with strong reasoning, coding and math, released under a permissive license. It competes with first-party frontier models on hard benchmarks at a fraction of the price, which has made it a favorite for cost-sensitive teams running complex work. Multiple providers host it, so LLMRouteHub can route for price and uptime. Heavier and slower than the Flash distill, but markedly more capable.

Benchmarks

Standardized scores (0–100), normalized across the catalog.

Intelligence85
Coding84
Instruction following90

Providers

LLMRouteHub routes to the cheapest healthy provider by default. Showing the top 5 of 8 providers by routed volume.

ProviderInputOutputThroughputUptime
Groq$0.58$2.3064 tok/s99.5%
Lambda$0.70$2.8060 tok/s99.4%
Hyperbolic$0.75$2.9855 tok/s99.2%
Parasail$0.88$3.4851 tok/s99.1%
DeepInfra$1.00$3.9946 tok/s98.9%

Use this model

curl https://llmroutehub.com/api/v1/chat/completions \
  -H "Authorization: Bearer $LLMROUTEHUB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "deepseek/deepseek-v4",
    "messages": [{ "role": "user", "content": "Hello" }]
  }'