Back to Models
Prime Intellect: INTELLECT-3
prime-intellect/intellect-3Nov 27, 2025131.1K context131.1K max output$0.20/M in · $1.10/M outReasoning
Description
INTELLECT-3 is a 106B-parameter Mixture-of-Experts model (12B active) post-trained from GLM-4.5-Air-Base using supervised fine-tuning (SFT) followed by large-scale reinforcement learning (RL). It offers state-of-the-art performance for its size across math, code, science, and general reasoning, consistently outperforming many larger frontier models. Designed for strong multi-step problem solving, it maintains high accuracy on structured tasks while remaining efficient at inference thanks to its MoE architecture.
Specifications
Provider
prime-intellect
Context Length
131.1K
Max Output
131.1K
Modality
Intext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.20 |
| Output | $1.10 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "prime-intellect/intellect-3",
"messages": [{"role": "user", "content": "Hello!"}]
}'