DeepSeek
Latency—
Throughput—
Upload rate—
Context length1M tokens
Max output384K tokens
Input price$0.15per 1M tokens
Output price$0.6per 1M tokens
Cache read—per 1M tokens
Cache write—per 1M tokens
/deepseek/deepseek-v4.1-flash
DeepSeek V4.1 Flash is DeepSeek's high-efficiency multimodal reasoning model designed for fast inference, coding, agentic workflows, tool use, and visual understanding. It supports both thinking and non-thinking modes, native image understanding, a 1M-token context window, and up to 384K output tokens.
curl ${API_BASE_URL}/v1/messages \
-H "Authorization: Bearer <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek-v4.1-flash",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'Replace <YOUR_API_KEY> with the API key generated on your token management page.
All requests must include the Authorization: Bearer <TOKEN> header.
RPM = requests per minute, TPM = tokens per minute, RPD = requests per day. Limits apply by token group.