| ▲ | andai 4 hours ago | |
But with the same tokenizer, right? The difference here is Opus 4.7 has a new tokenizer which converts the same input text to a higher number of tokens. (But it costs the same per token?) > Claude Opus 4.7 uses a new tokenizer, contributing to its improved performance on a wide range of tasks. This new tokenizer may use roughly 1x to 1.35x as many tokens when processing text compared to previous models (up to ~35% more, varying by content), and /v1/messages/count_tokens will return a different number of tokens for Claude Opus 4.7 than it did for Claude Opus 4.6. > Pricing remains the same as Opus 4.6: $5 per million input tokens and $25 per million output tokens. ArtificialAnalysis reports 4.7 significantly reduced output tokens though, and overall ~10% cheaper to run the evals. I don't know how well that translates to Claude Code usage though, which I think is extremely input heavy. | ||