INTELLECT-3

by PrimeIntellect

INTELLECT-3 is a 106B-parameter Mixture-of-Experts model with 12B active parameters, built on the GLM-4.5-Air base model and post-trained with supervised fine-tuning followed by large-scale reinforcement learning. The complete training recipe, including model weights, the open-source PRIME-RL framework, training environments, and evaluations, is publicly available. The model excels at mathematics, coding, and multi-step reasoning, achieving 98.1% on MATH-500, 90.8% on AIME 2024, 69.3% on LiveCodeBench, and 74.4% on GPQA Diamond. It matches or outperforms much larger frontier open models on reasoning and agentic benchmarks, making it effective for competitive math, software engineering, and complex problem-solving. INTELLECT-3 is designed for agentic applications with support for tool use, function calling, and structured output. Its 131K token context window enables processing of long documents, codebases, and complex multi-turn interactions. The model is available in full precision (BF16) and quantized (FP8) variants, with the open-weight design allowing researchers and developers to fine-tune, inspect, and deploy it independently.

Key info

Input
Output
Features
Context window
131K
Max output
8K
Input price
$0.20 /1M
Output price
$1.10 /1M
  • EU residency available
  • Zero data retention via Enterprise
  • No training by default
  • GDPR DPA available

Available routes

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

ProviderRegionZero data retentionTrainingInputOutput
NebiusEUEnterpriseNo$0.20$1.10

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

Data handling per route

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

Nebius โ€” Finland๐Ÿ‡ซ๐Ÿ‡ฎ

Zero data retention is available via Opper Enterprise contract. No training on customer data. EU; 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
Not applicable โ€” data stays in EU

Benchmarks

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

Global rank#243 of 531 LLMs
TierEfficient
Output speed0 tok/s
First token0.00s
Intelligence Index15.6
Coding Index19.1
Math Index88.0
Reasoning & knowledge
MMLU-Pro
82%
GPQA Diamond
76%
Humanity's Last Exam
12%
Long-context reasoning
32%
Coding
LiveCodeBench
78%
SciCode
39%
Agentic & tool use
Terminal-Bench Hard
9%
ฯ„ยฒ-Bench Telecom
27%
Math & instruction following
AIME 2025
88%
IFBench
34%

Get started

Call INTELLECT-3 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: "nebius/intellect-3",
messages: [{ role: "user", content: "Hello" }],
});
console.log(completion.choices[0].message.content);

Compare INTELLECT-3 withโ€ฆ

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

Start building with 300+ models

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

Get startedView Documentation
INTELLECT-3 by PrimeIntellect โ€” pricing, benchmarks, EU hosting | Opper AI