1 min read
You can now access Prime Intellect AI's latest open source model, Intellect-3, via Vercel's AI Gateway with no other provider accounts required.
Intellect-3 is a 106B parameter Mixture-of-Experts model trained with both SFT and RL on top of the GLM 4.5 Air base model. It achieves state-of-the-art performance for its size across math, code, science and reasoning benchmarks.
To use the Intellect-3 model in AI Gateway with the AI SDK, set model to prime-intellect/intellect-3.
import { streamText } from 'ai';
const result = streamText({ model: 'prime-intellect/intellect-3', prompt: `Take the uploaded report and extract the most relevant financial trends. Note any outliers and provide a detailed analysis with citations.`,});AI Gateway provides a unified API for calling models, tracking usage and cost, and configuring retries, failover, and performance optimizations for higher-than-provider uptime. It includes built-in observability, Bring Your Own Key support, and intelligent provider routing with automatic retries.
Learn more about AI Gateway, view the AI Gateway model leaderboard or try it in our model playground.
AI Gateway: Track top AI models by usage
The AI Gateway model leaderboard ranks the most used models over time by total token volume across all traffic through the Gateway. Updates regularly.
View the leaderboard