Table of Contents

The Opus 4.7 multiplier in GitHub Copilot has tripled in 60 days. GitHub’s changelog1 shows it launched at 7.5× on April 16, jumped to 15× on May 1 when promotional pricing expired, and for annual-plan subscribers staying on request-based billing, reaches 27× on June 1. On the same date, GitHub transitions monthly subscribers to token-metered AI Credits2, billed at published per-token rates. The cost direction is upward under both systems; the per-turn number depends on which plan you’re on.

The 7.5× Launch and the Hidden Cliff

GitHub’s April 16 changelog1 announced Opus 4.7 at a 7.5× premium-request multiplier with promotional pricing “through April 30.” The expiry date was in the announcement; the post-April-30 rate was not. Most subscribers absorbed 7.5× as the stable price.

Copilot’s premium-request system is GitHub’s own accounting layer sitting on top of the Anthropic API — it is not the same as Anthropic’s per-token pricing, which remains unchanged. Per GitHub’s documentation on premium requests3, each model carries a fixed multiplier applied against a plan’s monthly allowance: Sonnet 4.6 at 1×, Opus 4.7 at 7.5× (later 15×, then 27×), and Opus 4.6 in fast mode at 30×. The fast-mode figure shows the multiplier can scale well beyond what Anthropic’s underlying token pricing would suggest.

For a Pro+ plan with 1,500 monthly premium requests, the arithmetic across the promotional and current rates:

PeriodMultiplierTurns from 1,500 allowance
Opus 4.6 (removed Apr 20)~500
Opus 4.7 promotional (Apr 16–30)7.5×~200
Opus 4.7 standard (May 1 onward)15×~100
Opus 4.7 annual legacy (Jun 1 onward)27×~55

May 1: The 15× Reveal

When promotional pricing ended, the same changelog page updated to 15×. That’s 2× the launch price. Subscribers who had built agentic workflows at 7.5× were now running those loops at twice the PRU cost. Community discussion #1944704 began filling with users re-evaluating Opus 4.7’s place in their tool rotation — one enterprise customer in that thread reported cancelling 30 Copilot Enterprise seats and migrating to Claude Teams.

The disclosure pattern is worth noting. GitHub did publish the 15× figure; it was not leaked. But a changelog editor’s note is not how most engineering teams expect to learn that a tool they scripted into CI pipelines just doubled in price. Community discussion #1928145 documents users doing their own cost math against direct API pricing differences, estimating that an equivalent API cost differential would land around 4×, not 7.5×.

June 1: Annual Plans Hit 27×

The escalation does not stop at 15×. For annual Copilot Pro and Pro+ subscribers staying on request-based billing, GitHub’s multiplier reference6 sets Opus 4.7 at 27× and Sonnet 4.6 at 9× effective June 1. On the same date, GitHub transitions monthly subscribers to token-metered AI Credits2, billed at published per-token rates.

AI Credits vs. PRUs: The Real Cost of an Opus Turn

GitHub’s pricing documentation7 lists these token rates:

ModelInput (per M tokens)Output (per M tokens)PRU multiplier (annual, June 1)
Opus 4.7$5.00$25.0027×
Sonnet 4.6$3.00$15.00

Under token billing, Opus 4.7 costs 1.67× more than Sonnet 4.6 on both input and output. Under PRU billing, the ratio is 3× (27 vs. 9). The two billing systems price the gap between models differently, which matters when choosing between them.

For agentic loops, costs scale linearly with token counts. At GitHub’s published per-token rates7, Opus 4.7 costs 1.67× more than Sonnet 4.6 for the same input and output volume. Community discussion #1929488 places a single heavy autonomous Opus session at $30–40 in API-equivalent cost — enough that, on a Pro+ plan’s 3,900 AI Credits ($39 at $0.01 each), a subscriber can realistically run roughly one sustained autonomous session before exhausting the entire monthly allocation.

Billing Disputes and the Observability Gap

The more operationally disruptive report is in community discussion #1929119, where a user posted billing records showing 7.5× charges attributed to Claude Sonnet 4.6, Claude Haiku 4.5, and Gemini 3 Flash — three models the user states they did not invoke. The charges resulted in roughly an $18 overcharge and exhausted the user’s premium quota ahead of schedule.

This is a single-user report, not an audited billing discrepancy or independently confirmed pattern. But the specifics are concrete: named models, a cited multiplier, documented quota exhaustion. GitHub’s response was to close the discussion and direct the user to open a support ticket, stating the community forum is not a support channel.

The structural issue is not whether the dollar figure is correct — it’s what the incident reveals about observability. A developer running agentic workflows cannot easily audit which model each sub-call resolved to, or what multiplier was applied per invocation. If a background agent resolves to a more expensive model than the user explicitly selected, the cost surface is larger than it appears from the session log.

Model Access Is Shrinking: Where Opus Still Lives

GitHub’s April 20 plan changes10 removed Opus models from Copilot Pro entirely and paused new self-serve signups for Pro and Pro+. Opus 4.7 is now a Pro+-only model. Older Opus variants (4.5 and 4.6) are being removed from Pro+ as well. The access surface for any Opus model through Copilot is narrowing to Pro+ subscribers, at the new multipliers or credit rates.

Three Escape Routes for Agentic Teams

Teams that integrated Opus 4.7 into autonomous loops face a forced choice.

Migrate to AI Credits before June 1. Eliminates the multiplier algebra and bills at Anthropic’s API rate. Credits are finite and non-refundable; a runaway agent or recursive tool call can zero out a monthly balance in one afternoon, with no fallback to cheaper models once credits are gone.

Fall back to Sonnet 4.6. Cheaper at 1.67× the per-token rate of Opus (token billing) or 3× (PRU billing, 9× vs. 27×). Different capability tier — teams that selected Opus specifically for long-context reasoning or complex multi-file refactors will notice the downgrade.

Rewrite routing logic. Gate Opus behind human approval, cap iteration counts, or shard work across cheaper models. A hybrid approach limits exposure: route Sonnet 4.6 to tool calls and context accumulation, reserve Opus 4.7 for the turns requiring deep inference. Most agentic frameworks support per-call model selection. The slow route, but the only one that preserves the original capability without accepting the new pricing in full.

The Broader Lesson: Launch Promos Are Not Budgets

The 7.5× launch rate was always labeled as promotional. The problem is that “promotional” in vendor copy reads as “introductory” to buyers, who treat it as a stable baseline for headcount planning and CI budgets. When the actual rate turned out to be double, then triple, then nearly quadruple the launch price, the shock was not that GitHub raised prices, it was that the floor turned out to be fiction.

Community discussion #1944704 shows the expected distribution: subscription cancellations, evaluation of Claude Code, Cursor, and direct Anthropic API access. The May 1 15× jump triggered most of the activity; the June 1 27× annual-plan escalation will produce another wave from subscribers who waited.

This is a recurring pattern in AI tooling. Vendors launch capabilities at unsustainable margins to drive adoption, then correct pricing once the integration work is sunk. The second-order consequence for engineering teams is structural: any multiplier, token price, or “credits included” figure announced during a launch window should be treated as marketing copy, not as infrastructure cost to budget against. Build cost models around the post-promotion rate, or build architecture so models can be swapped in an afternoon. Betting that a 7.5× multiplier will hold is betting against the vendor’s incentive to stop subsidizing your compute.

Frequently Asked Questions

What does an Opus 4.7 turn actually cost in dollars under AI Credits?

One AI Credit equals $0.01 USD. At Opus 4.7’s published rates ($5.00/M input, $25.00/M output), a moderate agentic turn of roughly 5,000 input and 2,000 output tokens costs about $0.075. Over 200 such turns in a day, that’s approximately $15 before any caching or context-reuse reductions.

Why is PRU billing worse than token billing for short Opus completions?

The 27× PRU multiplier applies per request regardless of token count. A one-line autocomplete and a full multi-file agent refactor both consume 27 PRUs. Under token billing, the autocomplete costs a fraction of a cent while the refactor costs dollars — so PRU billing makes short turns disproportionately expensive relative to their actual token consumption.

Does Claude Code bypass the Copilot multiplier system entirely?

Yes. Claude Code authenticates directly against Anthropic’s API using your own key, billing at published per-token rates with no Copilot multiplier or credit conversion. The tradeoff is losing Copilot’s inline IDE suggestions, PR-aware chat context, and the fixed PRU allowance bundled into a Pro+ subscription.

Could GitHub raise the multiplier again after June 1?

Nothing in GitHub’s published documentation commits to the 27× rate as a ceiling. The multiplier escalated from 7.5× to 15× to 27× in 60 days with no advance notice of each step, so annual-plan subscribers should treat the current rate as mutable rather than a stable pricing floor.

What happens to an unattended CI agent when the AI Credit balance hits zero mid-session?

Under AI Credits, hitting the cap is a hard stop: the model returns errors and the session terminates, with no automatic degradation to a cheaper model like Sonnet. This is a structural change from request-based billing, where all models draw from the same pooled allowance and a 9× Sonnet request still completes. Teams running agents in CI or deployment pipelines should implement credit-balance pre-checks before launching Opus sessions, or accept that a runaway tool-calling loop can silently kill a pipeline mid-run.

Footnotes

  1. GitHub Changelog - Claude Opus 4.7 is generally available 2

  2. GitHub Copilot is moving to usage-based billing 2

  3. About premium requests

  4. GitHub Community Discussion #194470 2

  5. GitHub Community Discussion #192814

  6. Model multipliers for annual plans

  7. Models and pricing for GitHub Copilot 2 3

  8. GitHub Community Discussion #192948

  9. GitHub Community Discussion #192911

  10. Changes to GitHub Copilot plans for individuals

Sources

  1. GitHub Changelog - Claude Opus 4.7 is generally availablevendoraccessed 2026-05-18
  2. GitHub Copilot is moving to usage-based billingvendoraccessed 2026-05-18
  3. GitHub Community Discussion #194470 - post-promo multiplier revealcommunityaccessed 2026-05-18
  4. Model multipliers for annual plansvendoraccessed 2026-05-18
  5. Models and pricing for GitHub Copilotvendoraccessed 2026-05-18
  6. Changes to GitHub Copilot plans for individualsvendoraccessed 2026-05-18
  7. About premium requestsvendoraccessed 2026-04-24
  8. GitHub Community Discussion #192814 - users dispute Opus 4.7 multipliercommunityaccessed 2026-04-24
  9. GitHub Community Discussion #192911 - 7.5x charges on models never invokedcommunityaccessed 2026-04-24
  10. GitHub Community Discussion #192948 - $30-40 per heavy agentic session estimatecommunityaccessed 2026-05-18

Enjoyed this article?

Stay updated with our latest insights on AI and technology.