DeepSeek V3.1 Terminus
DeepSeek V3.1 Terminus is DeepSeek's September 22, 2025 refined iteration of V3.1. It delivers more stable outputs with improvements to multilingual consistency, Code Agent performance, and Search Agent capability.
import { streamText } from 'ai'
const result = streamText({ model: 'deepseek/deepseek-v3.1-terminus', prompt: 'Why is the sky blue?'})