WeSearch

Claude Opus 4.7 vs 4.6

·6 min read · 0 reactions · 0 comments · 12 views
#ai#developertools#pricing
Claude Opus 4.7 vs 4.6
⚡ TL;DR · AI summary

The article discusses the differences between Claude Opus 4.7 and 4.6, particularly focusing on pricing and tokenization. Opus 4.7 has introduced a new tokenizer that results in higher costs for the same tasks compared to its predecessor. Users are advised to be aware of these changes, especially regarding the default settings for fast mode.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3882972) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } speedy_devv Posted on May 18 Claude Opus 4.7 vs 4.6 #claude #claudeopus #ai #developertools The price page hasn't moved. Five dollars per million input. Twenty-five per million output. Identical to Opus 4.6. Run the same Claude Code call on both, though, and 4.7 hands you a bigger bill. A representative agent call with 25K of context and 4K of output went from $0.225 on 4.6 to $0.2805 on 4.7.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)