Skip to content
Dashboard

Deepseek V4 Flash 0731

Deepseek V4 Flash 0731 is a dated checkpoint of DeepSeek's V4 Flash weights, with notably stronger agentic capabilities than the April preview. Deepseek V4 Flash 0731 scores 82.7 on Terminal-Bench, pairs a hybrid attention architecture with a context window of 1.0M tokens, and routes across Fireworks, DeepSeek, Baseten, DeepInfra, Novita AI, Alibaba Cloud, Wafer, GMICloud on AI Gateway. Your use is subject to DeepSeek's Terms & Privacy Policies.

ReasoningTool UseImplicit Caching
import { streamText } from 'ai'
const result = streamText({
model: 'deepseek/deepseek-v4-flash-0731',
prompt: 'Why is the sky blue?'
})
Read docs