Skip to content
Dashboard

Fast mode for Opus 4.7 available on AI Gateway

import { streamText } from "ai";
const { text } = await streamText({
model: "anthropic/claude-opus-4.7",
prompt: "Analyze this codebase structure and create a plan to add user auth.",
providerOptions: {
anthropic: {
speed: "fast",
},
},
});

export CLAUDE_CODE_ENABLE_OPUS_4_7_FAST_MODE=1
export CLAUDE_CODE_SKIP_FAST_MODE_ORG_CHECK=1

{
"env": {
"CLAUDE_CODE_SKIP_FAST_MODE_ORG_CHECK": "1",
"CLAUDE_CODE_ENABLE_OPUS_4_7_FAST_MODE": "1"
}
}

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