Skip to content
DeepSeek V3.1 Terminus logo

DeepSeek V3.1 Terminus

Verified

Open-weight LLM built for 160K-token text tasks.

DeepSeekLanguage ModelsOpen
Model page
Updated 2026-06-14

About DeepSeek V3.1 Terminus

DeepSeek V3.1 Terminus uses a transformer-based design scaled for very long sequences. Its open-weight release enables direct inspection, fine-tuning, and local deployment by researchers and engineers. This approach removes licensing barriers common in closed models.

The primary strength lies in maintaining coherence across documents, codebases, or multi-turn dialogues that exceed typical context limits. It suits workloads requiring synthesis of large text collections without truncation. Users commonly apply it to technical writing, code review, and detailed question answering.

Capabilities

Long-context reasoning
Code generation and debugging
Mathematical problem solving
Technical document analysis
Instruction following
Multilingual text generation

How DeepSeek V3.1 Terminus compares

DeepSeek V3.1 Terminus (striped bar) vs other language models on intelligence, speed and price.

Price

USD per 1M output tokens · Lower is better · DeepSeek V3.1 Terminus ranks #38 of 66

$0.79
DeepSeek V3.1
$0.80
Qwen3 Coder Next
$0.85
Trinity Large Thinking
$0.87
DeepSeek V4 Pro
$0.87
MiMo-V2.5-Pro
$0.90
MiniMax M2.5
$0.95
DeepSeek V3.1 Terminus
$0.95
MiniMax M2.1
$1.0
MiniMax M2.7
$1.0
MiniMax M2
$1.1
Qwen3 Next 80B A3B Instruct
$1.1
INTELLECT-3
$1.2
KAT-Coder-Pro V2

Sources: Artificial Analysis (intelligence, speed) · OpenRouter (price).

Best for

Long Document Analysis

The 163840-token context allows the model to process and reason over entire books, legal contracts, or research papers without chunking.

Large-Scale Codebase Tasks

It handles full repositories or multi-file projects in one session, supporting refactoring, debugging, and architecture reviews.

Extended Multi-Turn Reasoning

Sustains coherent reasoning across very long conversations or step-by-step problem-solving workflows.

Strengths & limitations

Strengths

  • +Very large context window support
  • +Strong coding and technical reasoning
  • +Efficient handling of extended inputs

Limitations

  • Text-only modality
  • No native vision or multimodal support
  • May require careful prompting for complex tasks

Cost calculator

Estimate what DeepSeek V3.1 Terminus would cost for your usage.

$0.00075
per request
$7.45
estimated / month

Based on DeepSeek V3.1 Terminus's $0.27/1M input · $0.95/1M output. Estimate only — actual cost varies by provider and caching.

Quick start

OpenRouter's API is OpenAI-compatible — most SDKs work by just swapping the base URL. Only the model slug changes between models.

JavaScript · openai
import OpenAI from "openai";

const client = new OpenAI({
  baseURL: "https://openrouter.ai/api/v1",
  apiKey: process.env.OPENROUTER_API_KEY,
});

const completion = await client.chat.completions.create({
  model: "deepseek/deepseek-v3.1-terminus",
  messages: [{ role: "user", content: "Hello!" }],
});

console.log(completion.choices[0].message.content);

Model slug: deepseek/deepseek-v3.1-terminus

Editor's verdict

Our take on DeepSeek V3.1 Terminus

DeepSeek V3.1 Terminus is DeepSeek's open-weight language models with a 164K-token context window.

At $0.95 per 1M output tokens, it is very cost-efficient for its class.

As an open-weight model you can self-host it or call it through a hosted API.

Best suited to very large context window support and strong coding and technical reasoning.

Did you find this helpful?

Frequently asked questions

The model provides a context window of 163840 tokens.

User reviews

Real, verified reviews from the community shape this model's rating.

Loading reviews…

Sign in to review

Other DeepSeek models

Sibling versions in the DeepSeek family from DeepSeek.

Promote DeepSeek V3.1 Terminus

Add this badge to your website, or share the tool.

DFeatured on DhanasviDeepSeek V3.1 Terminus 1