IranRouter
All models
DeepSeek

DeepSeek: DeepSeek V4 Flash 0423

Available

by DeepSeek

deepseek/deepseek-v4-flashUsage rank #8

DeepSeek V4 Flash is an efficiency-optimized Mixture-of-Experts model from DeepSeek with 284B total parameters and 13B activated parameters, supporting a 1M-token context window. It is designed for fast inference and...

At a glance

Context window
1Mtokens
Max output
384Ktokens
Knowledge to
Released
2026

Capabilities

CapabilitiesReasoningToolsStructured output
InputText
OutputText
ReasoningSupportedxhighhigh

Benchmarks

Intelligence index
25
Coding index
52
Agentic index
28

Design Arena

CategoryEloWin rate
models · codecategories1,22148.9
models · gamedev1,22050.2
models · website1,22049.1
models · 3d1,21649.3
models · svg1,18148.4
models · uicomponent1,17944.7
models · dataviz1,14340.7
models · asciiart1,12842.8

Standard evaluations

BenchmarkScoreTasks
gpqa_diamond0.873,366
tau_bench_verified_airline0.751,150

Source: Artificial Analysis, Design Arena · as of Sep 16, 2026

Performance

Uptime on IranRouter

12.8%

Aug 18Sep 16

Reference uptime

100%

Aug 18Sep 16

Median latency

1,237 ms

Aug 18Sep 16

Throughput

46.4 tok/s

Aug 18Sep 16

IranRouter uptime comes from our own automated probes; the reference figures are daily measurements of this model's upstream routes. Each card shows a 30-day average, and a day without data stays empty.

Popularity

Current rank
#8
Rank change, 7 days
-2

Daily tokens · 90 days

770.1B

Jun 18Sep 15

Ranked by daily token volume across the global model market; the figure above the chart is the daily average.

Supported parameters

frequency_penaltyinclude_reasoninglogit_biaslogprobsmax_completion_tokensmax_tokensmin_ppresence_penaltyreasoningreasoning_effortrepetition_penaltyresponse_formatseedstopstructured_outputstemperaturetool_choicetoolstop_atop_ktop_logprobstop_p

Parameters this model accepts; anything else is ignored.

Quick start

from openai import OpenAI

client = OpenAI(
    api_key="ir-...",
    base_url="https://iranrouter.com/v1",
)

resp = client.chat.completions.create(
    model="deepseek/deepseek-v4-flash",
    messages=[{"role": "user", "content": "سلام!"}],
)
print(resp.choices[0].message.content)

Only base_url and the key change; the rest of your code stays as it is.