AI Gateway

All Models/

DeepSeek V3.1 Thinking

DeepSeek V3.1 Thinking by DeepSeek

DeepSeek-V3.1 marks DeepSeek's first step toward the agent era with revolutionary hybrid inference capabilities. Operates in two modes: Think and Non-Think. The Think variant delivers faster reasoning compared to DeepSeek-R1-0528, reaching answers more efficiently while maintaining high-quality outputs. Enhanced through specialized post-training, the model excels at tool usage and complex multi-step agent tasks.

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