AI Gateway

DeepSeek V3.1 Terminus

deepseek/deepseek-v3.1-terminus

DeepSeek-V3.1-Terminus delivers more stable & reliable outputs across benchmarks compared to the previous version and addresses user feedback (i.e. language consistency and agent upgrades).

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