AI Gateway

DeepSeek V3.2

deepseek/deepseek-v3.2

DeepSeek-V3.2: Official successor to V3.2-Exp.

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