DeepSeek V4.1 Flash
DeepSeek logo

DeepSeek V4.1 Flash

deepseek-v4.1-flashllms.txt
DeepSeek
New
DeepSeek-V4.1-Flash model official release. This is the smallest model in DeepSeek’s new model-architecture series, featuring native multimodal visual understanding capabilities. The new architecture is designed to deliver a higher capability ceiling, faster inference speeds, greater throughput, and scalability to larger-parameter models.(Limited-time 30% off; offer ends on September 27.)

Pricing

TierPricingCache Read
Off-peak · 04:00–06:00, 10:00–01:00 UTC
$0.155$0.62
$0.0031/M tokens
Peak · 01:00–04:00, 06:00–10:00 UTC
$0.3098$1.2392
$0.0062/M tokens

Input Modalities

  • Text
  • Vision

Output Modalities

  • Text

Context length

  • 1M tokens

Max output

  • 384K tokens

Capabilities

  • Thinking
  • Streaming
  • Tool calling
  • Web search
  • URL context
  • Code interpreter
  • Computer use
  • File search
  • Memory tool
  • Structured outputs
  • Structured decision
  • Citations
  • Prompt caching
  • Background mode
  • Server-side sessions

Providers

Azure azure-deepseek-v4.1-flash
Pricing$0.3$1.2
Cache$0.006
Context1M
Max output0
Latency2.1S
Throughput110.1TPS
Uptime
0.00% uptime 2 days ago
0.00% uptime yesterday
99.97% uptime today
Bytedance doubao-deepseek-v4.1-flash
30% off
Off-peak04:00–06:00, 10:00–01:00 UTC
Pricing$0.1408$0.0986$0.5632$0.3942
Cache Read$0.0028/M tokens$0.002/M tokens
Peak01:00–04:00, 06:00–10:00 UTC
Pricing$0.2816$0.1971$1.1264$0.7885
Cache Read$0.0056/M tokens$0.0039/M tokens
Context1M
Max output0
Latency3.2S
Throughput81.7TPS
Uptime
99.98% uptime 2 days ago
99.97% uptime yesterday
99.92% uptime today
Baidu baidu-deepseek-v4.1-flash
Off-peak14:00–00:00 UTC
Pricing$0.1408$0.5632
Cache Read$0.0028/M tokens
Peak00:00–14:00 UTC
Pricing$0.2816$1.1264
Cache Read$0.0056/M tokens
Context1M
Max output0
Latency2.8S
Throughput81.1TPS
Uptime
100.00% uptime 2 days ago
99.33% uptime yesterday
100.00% uptime today
DeepSeek deepseek-flash
Off-peak04:00–06:00, 10:00–01:00 UTC
Pricing$0.155$0.62
Cache Read$0.0031/M tokens
Peak01:00–04:00, 06:00–10:00 UTC
Pricing$0.3098$1.2392
Cache Read$0.0062/M tokens
Context1M
Max output384K
Latency1.7S
Throughput152.7TPS
Uptime
100.00% uptime 2 days ago
99.55% uptime yesterday
99.99% uptime today
Alibaba Cloud alicloud-deepseek-v4.1-flash
Off-peak14:00–00:00 UTC
Pricing$0.1408$0.5632
Cache Read$0.0141/M tokens
Peak00:00–14:00 UTC
Pricing$0.2816$1.1264
Cache Read$0.0282/M tokens
Context1M
Max output384K
Latency1.0S
Throughput13.2TPS
Uptime
99.92% uptime 2 days ago
99.57% uptime yesterday
100.00% uptime today
Deepinfra deepinfra-deepseek-v4.1-flash
Off-peak04:00–06:00, 10:00–01:00 UTC
Pricing$0.155$0.62
Cache Read$0.0031/M tokens
Peak01:00–04:00, 06:00–10:00 UTC
Pricing$0.3098$1.2392
Cache Read$0.0062/M tokens
Context1M
Max output0
Latency0.7S
Throughput26.5TPS
Uptime
0.00% uptime 2 days ago
98.39% uptime yesterday
100.00% uptime today
Morph morph-deepseek-v4.1-flash
Off-peak04:00–06:00, 10:00–01:00 UTC
Pricing$0.155$0.62
Cache Read$0.0031/M tokens
Peak01:00–04:00, 06:00–10:00 UTC
Pricing$0.3098$1.2392
Cache Read$0.0062/M tokens
Context1M
Max output0
Latency1.2S
Throughput9.7TPS
Uptime
0.00% uptime 2 days ago
99.43% uptime yesterday
100.00% uptime today

Performance for deepseek-v4.1-flash

Uptime is the percentage of requests that succeeded over the past 72 hours. AIHubMix continuously monitors every provider and automatically retries with the next-best provider when one returns an error or responds too slowly; Latency is total round-trip time (lower is better); Throughput is how fast the model writes (tokens per second, higher is better).

Uptime
Loading...
Latency
Loading...
Throughput
Loading...

Try this model

Python
import os
from openai import OpenAI

client = OpenAI(
    api_key=os.environ["AIHUBMIX_API_KEY"],
    base_url="https://aihubmix.com/v1",
)

response = client.chat.completions.create(
    model="deepseek-v4.1-flash",
    messages=[
      {
        "role": "user",
        "content": "Hello, how are you?"
      }
    ],
    max_tokens=1024,
    stream=False,
)

print(response.choices[0].message.content)

Frequently asked questions

What is DeepSeek V4.1 Flash?

DeepSeek-V4.1-Flash model official release. This is the smallest model in DeepSeek’s new model-architecture series, featuring native multimodal visual understanding capabilities. The new architecture is designed to deliver a higher capability ceiling, faster inference speeds, greater throughput, and scalability to larger-parameter models.(Limited-time 30% off; offer ends on September 27.)