AI Gateway

All Models/

DeepSeek V3.1

DeepSeek V3.1 by DeepSeek

DeepSeek-V3.1 is post-trained on the top of DeepSeek-V3.1-Base, which is built upon the original V3 base checkpoint through a two-phase long context extension approach, following the methodology outlined in the original DeepSeek-V3 report. DeepSeek has expanded their dataset by collecting additional long documents and substantially extending both training phases.

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