AI Gateway

/

DeepSeek V3.2 Exp

DeepSeek V3.2 Exp by DeepSeek

DeepSeek-V3.2-Exp is an experimental model introducing the groundbreaking DeepSeek Sparse Attention (DSA) mechanism for enhanced long-context processing efficiency. Built on V3.1-Terminus, DSA achieves fine-grained sparse attention while maintaining identical output quality.

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