Save 15% on top-ups — use OFOXAI2608View the August top-up offer
DeepSeek

DeepSeek V4 Flash 0731

Chat
deepseek/deepseek-v4-flash-0731

DeepSeek V4 Flash is an efficiency-optimized Mixture-of-Experts model from DeepSeek with 284B total parameters and 13B activated parameters, supporting a 1M-token context window. It is designed for fast inference and high-throughput workloads, while maintaining strong reasoning and coding performance.

Context Window
1M
Max Output Tokens
384K
Released
2026-07-31
Capabilities
Function CallingPrompt Caching
Available Providers
BaiLianAliyunVolcengineVolcengineAzureAzure
Supported Protocols
OpenAIopenaiAnthropicanthropic

Providers

BaiLianAliyun
Input Tokens
$0.44/M
Output Tokens
$1.32/M
Cache Read
$0.014/M
Cache Write
$0.55/M
Web Search
$0.01/R
Protocols
Anthropicanthropic
AzureAzure
Input Tokens
$0.44/M
Output Tokens
$1.32/M
Cache Read
$0.014/M
Protocols
OpenAIopenai/v1/chat/completions/v1/responses
Anthropicanthropic
VolcengineVolcengine
Input Tokens
$0.44/M
Output Tokens
$1.32/M
Cache Read
$0.014/M
Protocols
OpenAIopenai/v1/chat/completions/v1/responses
Anthropicanthropic

Code Examples

from openai import OpenAI
client = OpenAI(
base_url="https://api.ofox.io/v1",
api_key="YOUR_OFOX_API_KEY",
)
response = client.chat.completions.create(
model="deepseek/deepseek-v4-flash-0731",
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(response.choices[0].message.content)

Frequently Asked Questions

DeepSeek V4 Flash 0731 on Ofox.ai costs $0.44/M per million input tokens and $1.32/M per million output tokens. Pay-as-you-go, no monthly fees.