prime-intellect
Prime Intellect: INTELLECT-3
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,...
Context
131k tokens
Input / 1M tokens
$0.20
Output / 1M tokens
$1.10
Benchmark
—
Pricing
Input tokens$0.20 per 1M tokens
Output tokens$1.10 per 1M tokens
Technical details
Model IDprime-intellect/intellect-3
Context window131k tokens
Input modalitiestext
Output modalitiestext
TokenizerOther
Max output tokens131,072
Use with MegaBrain
import OpenAI from 'openai'
const client = new OpenAI({
baseURL: 'https://getmegabrain.com/api/gateway/v1',
apiKey: process.env.MEGABRAIN_API_KEY,
})
const response = await client.chat.completions.create({
model: 'prime-intellect/intellect-3',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Prime Intellect: INTELLECT-3?
Get an API key and start making requests in minutes.
Get an API key