AI Gateway

DeepSeek V3.2 Speciale

deepseek/deepseek-v3.2-speciale

DeepSeek-V3.2-Speciale: Pushing the boundaries of reasoning capabilities (thinking mode only)

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