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
deepseek-v4.1-flashAI Chat
Send a prompt and see the response here.
deepseek-v4.1-flashStart a conversation with this model and ask follow-up questions.
USD /1M tokens
Pricing
| Group | Input | Output |
|---|---|---|
| default | $0.3 | $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
API