Skip to content

Deepseek V3.2

Deepseek V3.2 is DeepSeek's December 1, 2025 model on AI Gateway. It combines tool use with both reasoning and non-reasoning inference modes for agent-style operations.

ReasoningTool UseImplicit CachingFile InputVision (Image)
index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'deepseek/deepseek-v3.2',
prompt: 'Why is the sky blue?'
})