DeepSeek V3.2
DeepSeek V3.2 is the extended reasoning variant of DeepSeek-V3.2. Available on AI Gateway since December 1, 2025, it generates up to 163K tokens of chain-of-thought reasoning for complex analytical, scientific, and multi-step problem-solving tasks.
import { streamText } from 'ai'
const result = streamText({ model: 'deepseek/deepseek-v3.2-thinking', prompt: 'Why is the sky blue?'})