AI Gateway

DeepSeek V3.2 Thinking

deepseek/deepseek-v3.2-thinking

Thinking mode of DeepSeek V3.2

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