Menu

Fast mode for Opus 4.7 available on AI Gateway - Vercel
📰
0

Fast mode for Opus 4.7 available on AI Gateway - Vercel

Vercel News·Walter Korman·4 days ago
#0okg7NyM
#vercel#fast#claude#opus#gateway#article
Reading 0:00
15s threshold

Fast mode for Claude Opus 4.7 is now available on AI Gateway in research preview. Fast mode delivers ~2.5x faster output token generation with full Opus 4.7 intelligence. This is an early, experimental feature. To enable fast mode, pass speed: 'fast' in the anthropic provider options with anthropic/claude-opus-4.7 . 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" , } , } , } ) ; You can use fast mode with Claude Code via AI Gateway by setting the CLAUDE_CODE_SKIP_FAST_MODE_ORG_CHECK and CLAUDE_CODE_ENABLE_OPUS_4_7_FAST_MODE variables in your shell configuration file or in ~/.claude/settings.json .…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More