The context advantage Gemini brings
Gemini 2.5 Pro and 3.0 Pro ship with a 1M-token context window — significantly larger than Claude Sonnet's 200K (or 1M for the 1M-context variant) and Codex's 256K. That changes what's tractable: an entire mid-size codebase fits, a 500-page PDF fits, weeks of conversation history fits without compaction.
The trade-off is latency and cost — bigger context means more compute per token. For long-context wins to actually pay off, the task must benefit from breadth: cross-cutting refactors, document synthesis, large-corpus search-and-summarize. For tight tasks, the 1M window is overkill.