Skip to content
Dashboard

GPT 5.6 Sol, Luna, and Terra now available on AI Gateway

import { streamText } from 'ai';
const result = streamText({
model: 'openai/gpt-5.6-sol',
prompt: 'Investigate the failing tests and open a PR with a fix.',
});

vercel ai-gateway rules add \
--type rewrite \
--source openai/gpt-5.5 \
--destination openai/gpt-5.6-sol

AI Gateway: Track top AI models by usage

The AI Gateway model leaderboard tracks the most popular models over time, ranking them by the total volume of tokens processed across all Gateway traffic.

View the leaderboard

Ready to deploy?