deepseek-v4.1-flashDeepSeek
- endpoints
- 3
- regions
- 1
- best tok/s
- 89
- api
- chat
- released
- September 2026
capabilities 5/8
The same weights cost 1.4x more on deepseek than on fireworks ai. That is what the endpoints table is for.
| # | flags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| 1 | Global | 1.0M | $0.22 | $0.66 | $0.0070 | 1.12s | 79.0 | - | zdr | |
| 2 | Global | 1M | $0.30 | $1.20 | $0.0060 | 938ms | 89.0 | no-train | ||
| 3 | Global | 1.0M | $0.30 | $1.20 | $0.0060 | 1.88s | 79.0 | - | zdr |
| provider | now | low | high | change |
|---|---|---|---|---|
| DeepSeek | 938ms | 716ms | 958ms | -5.3% |
| Fireworks AI | 1.12s | 1.09s | 1.54s | +8.6% |
| Novita AI | 1.88s | 1.97s | 5.47s | -5.5% |
median wait before the first token lands. this is the number a user feels, and it moves with provider load through the day.
Lines are steps: each sample is one week of traffic held flat, not a slide from the week before. Click a name in the key to drop it from the plot. Measured through Sep 12.
| eval | Score as a share of 100 | /100 |
|---|---|---|
| SciCode | 51.9 | |
| Intelligence Index | 39.5 | |
| Humanity's Last Exam | 39.2 | |
| 3 evals | mean | 43.5 |
Scores from Artificial Analysis and public leaderboards, normalised to 100. Bar colour is the band, not the rank: green 80 and up, blue 55 and up, amber 30 and up. Benchmarks measure narrow skills, so test on your own workload before committing. Released 2026-09-10.
deepseek-v4.1-flashrequesty routes this id across every provider serving deepseek-v4.1-flash, picking on price and health and failing over automatically. the id stays valid when a provider changes underneath it
Base url is https://router.requesty.ai/v1 for every id here. One key reaches the whole catalog.
from openai import OpenAI client = OpenAI( api_key="YOUR_REQUESTY_API_KEY", base_url="https://router.requesty.ai/v1",) response = client.chat.completions.create( model="deepseek-v4.1-flash", messages=[ {"role": "user", "content": "Explain quantum computing in one paragraph."}, ],) print(response.choices[0].message.content)
Change the base url, use your Requesty key, set the model to any id in the call pane. Existing OpenAI SDK code needs no other edit, and the same key reaches every other model in the catalog, so switching later is a one-parameter change. Browse all models
DeepSeek V4.1 Flash is a 552B parameter Mixture of Experts model built on a new Causal Encoder Decoder architecture that activates only 8B parameters for input and 16B for output, giving frontier level intelligence at a fraction of the cost. It is the smallest model in the new DeepSeek architecture family and the first Flash with native vision and multimodal understanding. V4.1 Flash beats DeepSeek V4 Pro on performance, cost, speed and task completion time and scores 88.1 on CyberGym. Its KV cache is compressed to 890 bytes per token, four times smaller than V4 Flash and over 400 times smaller than V1, cutting the cache hit costs that dominate agent workloads. 1M token context window, 384K max output, thinking and non thinking modes, tool calling, JSON output and prompt caching. Pricing per 1M tokens starts at $0.003 for cache hits, $0.15 input and $0.60 output off peak, with peak rates at double (01:00 to 04:00 and 06:00 to 10:00 UTC, Monday to Friday). Open weights are published on Hugging Face. Ideal for coding agents, long context RAG, high throughput batch processing and multimodal assistants. Replaces deepseek-v4-flash and deepseek-v4-flash-vision-exp, both still accepted as aliases.
questions 7
Which providers serve deepseek-v4.1-flash?
How much does deepseek-v4.1-flash cost?
Is deepseek-v4.1-flash open weights?
What is the context window of deepseek-v4.1-flash?
Which provider is fastest for deepseek-v4.1-flash?
How do I use deepseek-v4.1-flash with the OpenAI SDK?
Should I call deepseek-v4.1-flash by its managed id or a provider id?
more from deepseek 6
| model | context | from /M | providers |
|---|---|---|---|
| deepseek-v4-flash-vision-exp | 1.0M | $0.22 | 1 |
| deepseek-v4-pro-0813 | 1.0M | $1.30 | 4 |
| deepseek-v4-flash-0731 | 1.0M | $0.07 | 8 |
| deepseek-v4-pro-0424 | 1.0M | $1.04 | 4 |
| deepseek-v4-flash-0424 | 1.0M | $0.07 | 4 |
| deepseek-v3.2 | 164K | $0.27 | 2 |
route deepseek-v4.1-flash through one endpoint
One key for 3 providers on this model and 600+ others. No markup on provider prices, automatic failover, caching built in. Weekly aggregates in the measured pane come from production traffic routed through Requesty, one line per provider on a shared axis. Methodology
