DeepSeek

V4.1 Flash

A strong high-throughput, lower-cost default for general and agentic work: it natively understands images and supports a 1M-token context, optional thinking and non-thinking modes, tool calls, and JSON output. Compared with the higher-tier V4 Pro, it is positioned around speed, throughput, and cost efficiency, making it practical for long documents, coding/agents, and image-text analysis; enable thinking when deeper reasoning is needed.

  • Reasoning
  • Tool use
  • Structured output
  • Long context
Use in Consoledeepseek-v4.1-flash

AI Chat

Send a prompt and see the response here.

deepseek-v4.1-flash
Current conversation
How can I help you?

Start a conversation with this model and ask follow-up questions.

Uses your account balance at the model’s current rates.

Insufficient balance

Your account balance is insufficient for this generation. Top up, then return here to try again.

USD /1M tokens

Pricing

GroupInputOutput
default$0.3$1.2
default
Input$0.3Output$1.2

Public list prices are shown in USD. Final charges may vary by account group and usage tier.

API

Code examples

curl --location --request POST 'https://api.tokenhot.ai/v1/chat/completions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "model": "deepseek-v4.1-flash",
    "messages": [
        {
            "role": "user",
            "content": "What model are you"
        }
    ]
}'

Blog

Related Articles

FAQ

Frequently asked questions

What is V4.1 Flash best suited for?

V4.1 Flash is suited to the input, output, and capability types listed on this page. Test production workloads before choosing it for a critical system.

How is V4.1 Flash priced?

Pricing is shown in the pricing section above. Actual cost depends on usage volume, account group, and the request payload.

How can I call V4.1 Flash?

Use the model ID shown above with one of the supported API protocols. Code examples are provided when usage data is available.

Get started

Build with V4.1 Flash

Use in Console
WhatsApp