Skip to content

INTELLECT 3

INTELLECT 3 is a 100B+ Mixture-of-Experts language model from Prime Intellect. Through AI Gateway it runs with a context window of 131.1K tokens at $0.20 input and $1.10 output per million tokens. Model type: chat.

ReasoningTool Use
index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'prime-intellect/intellect-3',
prompt: 'Why is the sky blue?'
})