DeepSeek · model
DeepSeek V4 Flash
Cheapest, Huge context, Tool use. Called through Final Router's one OpenAI-compatible endpoint at DeepSeek's list price, with no markup on tokens.
deepseek/deepseek-v4-flashNote: Between 01:00-04:00 and 06:00-10:00 UTC this model costs $0.44 in and $1.32 out, per 1M.
Call DeepSeek V4 Flash in one line
DeepSeek V4 Flash speaks through the same OpenAI-compatible endpoint as every other model. Point your existing client at Final Router, set the model id, and you also get automatic fallback, spend caps and usage tracking - none of which the provider gives you directly.
from openai import OpenAI
client = OpenAI(
api_key="fr_live_...", # your Final Router key
base_url="https://finalrouter.com/api/v1" # the only line you change
)
resp = client.chat.completions.create(
model="deepseek/deepseek-v4-flash",
messages=[{"role": "user", "content": "Hello!"}],
)
print(resp.choices[0].message.content)Data & residency
Their privacy policy states data is collected, processed and stored in the People's Republic of China. The one provider in the catalogue where the answer is neither the EU nor the US.
Training: may use prompts for training on the tier we route to. Retention: Used to train their models unless you opt out; stored in the People's Republic of China.
DeepSeek's policy, read 2026-08-21 →Route it, don't pin it
Name DeepSeek V4 Flash as your first choice and let a policy fall back to another model when the provider is down - your request still gets answered, and the log shows exactly what happened.
Start freeDeepSeek V4 Flash FAQ
- How much does DeepSeek V4 Flash cost through Final Router?
- $0.22 per million input tokens and $0.66 per million output tokens - the provider's own list price, with no markup on tokens. A 5.5% fee applies only when you add credits.
- What is DeepSeek V4 Flash's context window?
- 1,000,000 tokens.
- Does DeepSeek V4 Flash train on my data?
- On the tier we route to, DeepSeek may use prompts for training - check which key you connected.
- How do I call DeepSeek V4 Flash?
- Point any OpenAI-compatible client at https://finalrouter.com/api/v1 with your Final Router key and set model to "deepseek/deepseek-v4-flash". Your existing code does not change.
Compare with
All comparisonsdeepseek-v4-flashLatency and quality are seed figures used for routing order, not billing. Prices are what you are charged.