DeepSeek V3.1

by DeepSeek

DeepSeek-V3.1, released in August 2025, was one of the first production-ready hybrid inference models, combining thinking and non-thinking modes within a single 671-billion-parameter MoE. Both modes activate 37 billion parameters per token and support a 128K-token context, letting developers switch between multi-step reasoning and direct answers via the chat template. Thinking mode performs chain-of-thought reasoning at quality comparable to the earlier R1 model while reaching answers faster, and non-thinking mode delivers quick, tool-compatible responses with function calling support. Post-training notably strengthened agent and tool-use skills, with widely reported improvements in multi-step reasoning over its predecessor. Open weights are available on Hugging Face. V3.1 suits agentic systems that need to move dynamically between rapid inference and deeper reasoning depending on the task.

Key info

Input
Output
Features
Context window
164K
Max output
164K
Input price
$0.21 /1M
Output price
$0.79 /1M
  • US residency available
  • Zero data retention on pay-as-you-go
  • No training by default
  • GDPR DPA available

Available routes

DeepSeek V3.1 runs on 3 different routes through the Opper gateway. Compare residency, ZDR, and training posture at a glance β€” full data-handling detail per route below.

ProviderRegionZero data retentionTrainingInputOutput
DeepInfraUSEnterpriseNo$0.21$0.79
InfercomUSZero data retentionNo$3.24$4.86
NovitaUSEnterpriseNo$0.27$1.00

Training posture across routes: No training on prompts by default.

Data handling per route

Each route hosting DeepSeek V3.1 has its own privacy posture, residency, and GDPR terms. Postures are maintained by Opper with a last-verification timestamp.

DeepInfra β€” United StatesπŸ‡ΊπŸ‡Έ

Zero data retention is available via Opper Enterprise contract. No training on customer data. US; unknown.

Zero data retention
Available via Opper Enterprise contract.
Training
No training on customer data.
Logging
Limited debug logs
Third-party access
None disclosed
GDPR DPA
No DPA
Transfer mechanism
unknown

Infercom β€” United StatesπŸ‡ΊπŸ‡Έ

Zero data retention is on by default on Pay-as-you-go β€” no action required. No training on customer data. US; dpf sccs; DPA available.

Zero data retention
On by default on Pay-as-you-go.
Training
No training on customer data.
Logging
Abuse monitoring (90-day retention)
Third-party access
Provider may share with subprocessors / partners
GDPR DPA
DPA available
Transfer mechanism
dpf sccs

Novita β€” United StatesπŸ‡ΊπŸ‡Έ

Zero data retention is available via Opper Enterprise contract. No training on customer data. US; SCCs; DPA available.

Zero data retention
Available via Opper Enterprise contract.
Training
No training on customer data.
Logging
Abuse monitoring
Third-party access
None disclosed
GDPR DPA
DPA available
Transfer mechanism
SCCs

Benchmarks

Independent benchmark scores β€” composite indices for reasoning, coding, and math, plus individual eval scores where available.

Global rank#180 of 531 LLMs
TierEfficient
Output speed0 tok/s
First token0.00s
Intelligence Index21.0
Coding Index28.4
Math Index49.7
Reasoning & knowledge
MMLU-Pro
83%
GPQA Diamond
74%
Humanity's Last Exam
6%
Long-context reasoning
45%
Coding
LiveCodeBench
58%
SciCode
37%
Agentic & tool use
Terminal-Bench Hard
24%
τ²-Bench Telecom
35%
Math & instruction following
AIME 2025
50%
IFBench
38%

Get started

Call DeepSeek V3.1 through the Opper gateway with one API key. Let your coding agent set it up, or call it directly β€” Opper is drop-in compatible with the OpenAI, Anthropic, and Google AI SDKs.

Set it up with your agent

Copy this and paste it into your coding agent β€” Claude Code, Cursor, Codex, and more β€” and it'll wire up Opper for you.

Or call it directly

import OpenAI from "openai";
const client = new OpenAI({
apiKey: process.env.OPPER_API_KEY,
baseURL: "https://api.opper.ai/v3/compat",
});
const completion = await client.chat.completions.create({
model: "deepinfra/deepseek-ai/DeepSeek-V3.1",
messages: [{ role: "user", content: "Hello" }],
});
console.log(completion.choices[0].message.content);

Compare DeepSeek V3.1 with…

Side-by-side on privacy, EU hosting, pricing, and benchmarks.

Other models from DeepSeek

Start building with 300+ models

One API key. Every major provider. Up and running in minutes.

Get startedView Documentation
DeepSeek V3.1 by DeepSeek β€” pricing, benchmarks, ZDR | Opper AI