AI Gateway

INTELLECT 3

prime-intellect/intellect-3

Introducing INTELLECT-3: Scaling RL to a 100B+ MoE model on our end-to-end stack. Achieving state-of-the-art performance for its size across math, code and reasoning.

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