by DeepSeek·Text·164K context·Released 2026-03-04·MIT
Overview
A fast, low-cost distill of DeepSeek V4 with native reasoning and a large context window. It punches well above its price on math and coding, and the reasoning mode can be toggled per request. Keep in mind that reasoning tokens count toward output cost, so heavy chain-of-thought usage raises the effective price. Hosted by several providers with healthy uptime.
Benchmarks
Standardized scores (0–100), normalized across the catalog.
Intelligence62
Coding78
Instruction following89
Providers
LLMRouteHub routes to the cheapest healthy provider by default. Showing the top 5 of 7 providers by routed volume.
| Provider | Input | Output | Throughput | Uptime |
|---|---|---|---|---|
| Parasail | $0.15 | $0.44 | 79 tok/s | 99.5% |
| DeepInfra | $0.18 | $0.54 | 73 tok/s | 99.4% |
| Together | $0.19 | $0.57 | 68 tok/s | 99.2% |
| Fireworks | $0.22 | $0.67 | 62 tok/s | 99.1% |
| Novita | $0.26 | $0.76 | 57 tok/s | 98.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-flash",
"messages": [{ "role": "user", "content": "Hello" }]
}'