{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreidk5ollfniu4z6zwdwo4l3qrubbqs4eqallq4ovtppze34wodylwa",
    "uri": "at://did:plc:ws6dhxzqnqxu5aqxt4kd27oc/app.bsky.feed.post/3mjnvkicnbgu2"
  },
  "coverImage": {
    "$type": "blob",
    "ref": {
      "$link": "bafkreie26fcnxysoom2s762rjdqosngtmyo535smosy4oyynntu2tosgi4"
    },
    "mimeType": "image/jpeg",
    "size": 24023
  },
  "description": "Anthropic's newest Opus model replaces 4.5 and 4.6 in the Copilot Pro+ picker, with promotional pricing running through April 30th.",
  "path": "/claude-opus-4-7-lands-in-github-copilot-at-a-7-5x-premium-request-rate/",
  "publishedAt": "2026-04-17T02:40:40.000Z",
  "site": "https://allthings.how",
  "tags": [
    "Adaptive thinking"
  ],
  "textContent": "Claude Opus 4.7 is rolling out inside GitHub Copilot, and it arrives with a significant catch: each request now burns 7.5 premium request units instead of the 3x rate that Opus 4.6 carried. The new model is available to Copilot Pro+, Business, and Enterprise users, and it will gradually replace both Opus 4.5 and Opus 4.6 in the Pro+ model picker over the coming weeks.\n\n**Quick answer:** Opus 4.7 is live in Copilot Pro+, Business, and Enterprise at a 7.5x premium request multiplier (promotional through April 30, 2026). Opus 4.5 and 4.6 are being phased out of the Pro+ picker. Pro, Free, and Student plans do not get Opus 4.7.\n\n* * *\n\n### Where Opus 4.7 is available\n\nThe model shows up in the standard Copilot surfaces, though rollout is gradual and some users may not see it immediately. Copilot Business and Enterprise administrators need to flip the Claude Opus 4.7 policy on in Copilot settings before it appears for their users.\n\nSurface| Opus 4.7 available\n---|---\nVisual Studio Code| Yes\nVisual Studio| Yes\nCopilot CLI| Yes\nGitHub Copilot Coding Agent| Yes\ngithub.com| Yes\nGitHub Mobile (iOS and Android)| Yes\nJetBrains IDEs| Yes\nXcode| Yes\nEclipse| Yes\n\nIf Opus 4.7 is missing from the Copilot CLI model list, updating to a newer build is the fix. The 1.0.29 release did not include the model in `/models` during the initial rollout window.\n\n* * *\n\n### The 7.5x multiplier, explained\n\nEvery Copilot paid plan has a monthly allowance of premium requests. Each model consumes a set number of those requests per turn, defined by its multiplier. Opus 4.6 sat at 3x. Opus 4.7 launches at 7.5x, meaning a single chat turn now draws 7.5 premium requests from your monthly quota instead of 3.\n\nOn a Pro+ plan with 1,500 premium requests, that works out to about 200 Opus 4.7 turns per month before the allowance runs out, compared to 500 turns at the old Opus 4.6 rate. The 7.5x figure is promotional pricing that GitHub says will stay in place until April 30, 2026. The post‑promotion multiplier has not been announced.\n\n⚠️\n\nThe Anthropic API price for Opus 4.7 is identical to Opus 4.6: $5 per million input tokens and $25 per million output tokens. The higher Copilot multiplier reflects Copilot's per‑request pricing model, not a change in underlying token cost.\n\n* * *\n\n### Multiplier comparison\n\nModel| Paid plan multiplier\n---|---\nClaude Opus 4.7| 7.5 (promotional until Apr 30)\nClaude Opus 4.6 (fast mode, preview)| 30\nClaude Opus 4.6| 3\nClaude Opus 4.5| 3\nClaude Sonnet 4.6| 1\nClaude Sonnet 4.5| 1\nClaude Haiku 4.5| 0.33\nGPT-5.4| 1\nGPT-5.4 mini| 0.33\nGPT-5.3-Codex| 1\nGemini 3.1 Pro| 1\nGrok Code Fast 1| 0.25\n\n* * *\n\n### Which plans get Opus 4.7\n\nOpus 4.7 is restricted to the top tiers. Copilot Pro, Copilot Free, and the recently introduced Copilot Student plan do not have access to it in the model picker. Students lost self-selection access to Claude Opus and Sonnet models, along with GPT‑5.4, back on March 12, 2026, when GitHub moved verified students onto the separate Copilot Student plan. Those users can still reach Anthropic and OpenAI models indirectly through Auto mode, but cannot pick Opus 4.7 manually.\n\nPlan| Opus 4.7 in picker\n---|---\nCopilot Free| No\nCopilot Student| No\nCopilot Pro| No\nCopilot Pro+| Yes\nCopilot Business| Yes (admin must enable)\nCopilot Enterprise| Yes (admin must enable)\n\n* * *\n\n### What changes in the model itself\n\nOpus 4.7 is positioned by Anthropic as a step up from Opus 4.6 on multi-step tasks, long-horizon reasoning, and agentic coding work where the model has to chain tools together across a longer session. It handles ambiguous prompts with less hand-holding and is described as better at bug-finding and code review.\n\nTwo behavior changes stand out for anyone migrating prompts or harnesses from 4.6:\n\n  * Adaptive thinking**replaces a fixed thinking budget.** Extended Thinking with a manual token budget is not supported. The model decides when to reason more and when to answer directly, which Anthropic says cuts down on the overthinking behavior that 4.6 was prone to.\n  * **Fewer tool calls and fewer subagents by default.** Opus 4.7 leans harder on internal reasoning. If a workflow benefited from aggressive file reads, parallel subagents, or frequent tool invocation under 4.6, the prompt now needs to spell that out explicitly.\n\n\n\nResponse length is also calibrated more tightly to task complexity, so simple lookups get shorter answers than 4.6 would have produced and open-ended analysis can run longer.\n\n* * *\n\n### Reasoning effort and context window in Copilot\n\nInside Copilot specifically, Opus 4.7 is currently locked to medium reasoning effort. The model picker does not expose a reasoning selector for it, and the context window is capped at 200K tokens. That is a notable downgrade for anyone who had been using Opus 4.6 at high effort with the 1M context variant for large codebase work.\n\nAnthropic's own Claude Code product exposes additional effort levels (low, medium, high, xhigh, max), with xhigh as the new default. Those settings are not mirrored inside GitHub Copilot at launch.\n\n* * *\n\n### Opus 4.5 and 4.6 sunset timing\n\nGitHub has said Opus 4.7 will replace both Opus 4.5 and Opus 4.6 in the Copilot Pro+ picker over the coming weeks. Neither model has a confirmed retirement date published on GitHub's model retirement list yet, so the exact sunset dates for 4.5 and 4.6 inside Copilot remain unannounced. The retirement history page currently lists earlier models like Opus 4.1 (retired February 17, 2026) as the most recent Anthropic removals.\n\nPro+ users who relied on Opus 4.6 at 3x for everyday work are facing a real cost shift. A workflow that used to spend 3 premium requests per turn on Opus 4.6 now spends 7.5 on Opus 4.7, with no guaranteed drop after the promotional window ends on April 30.\n\n* * *\n\n### Alternatives inside Copilot\n\nIf the 7.5x multiplier is too steep for your volume of work, the practical alternatives inside Copilot itself are the Sonnet and GPT tiers, which remain at 1x.\n\nUse case| Lower-cost option in Copilot| Multiplier\n---|---|---\nGeneral coding and chat| Claude Sonnet 4.6 or GPT-5.4| 1\nCodex-style code generation| GPT-5.3-Codex or GPT-5.2-Codex| 1\nFast, cheap turns| Claude Haiku 4.5 or GPT-5.4 mini| 0.33\nFastest flat-rate option| Grok Code Fast 1| 0.25\n\nSonnet 4.6 covers most day-to-day coding tasks at a third of Opus 4.6's cost and roughly one-seventh of Opus 4.7's current cost. For workflows that genuinely benefit from Opus-class reasoning, there is no direct substitute inside Copilot right now.\n\n* * *\n\n### How to know Opus 4.7 is actually selected\n\nThe model picker in VS Code, Visual Studio, JetBrains, Xcode, Eclipse, Copilot CLI, github.com, and GitHub Mobile will show **Claude Opus 4.7** as a selectable entry once the rollout reaches your account and (for Business/Enterprise) once an admin has enabled the policy. If it is missing from Copilot CLI, make sure you are on a build newer than 1.0.29 and run `/models` again after updating.\n\nPremium request consumption is visible in your GitHub billing and usage dashboard. A turn on Opus 4.7 will deduct 7.5 units; if you see a 3-unit deduction instead, the request was routed to Opus 4.6 rather than 4.7.\n\nFor most Pro+ subscribers, the real decision over the next few weeks is not whether Opus 4.7 is better than Opus 4.6, but whether it is 2.5 times better, because that is the ratio the Copilot multiplier is currently asking you to pay.",
  "title": "Claude Opus 4.7 lands in GitHub Copilot at a 7.5x premium request rate",
  "updatedAt": "2026-04-17T02:40:42.473Z"
}