Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions tutorial/lessons/19-billing-and-premium-requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,6 @@ Your plan includes a fixed number of premium requests per user per month. They r

Once your allowance runs out, you can still use Copilot with the included models for the rest of the month. **Organisations can enable overage**, so if you exceed your allowance, additional premium requests will be billed per use rather than blocked.

Copilot AI Mar 10, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing the "Premium request SKUs" table creates an orphaned reference: line 52 still says "show premium requests by user and SKU" but the SKUs are no longer defined anywhere in this lesson. Consider either updating line 52 to remove the "and SKU" reference, or retaining a brief inline explanation of the two SKU categories.

Copilot uses AI. Check for mistakes.

### Premium request SKUs

Usage is split across two SKUs for budget visibility:

| SKU | Covers |
|-----|--------|
| **Copilot premium requests** | Chat (IDE + CLI), Code Review, Extensions |
| **Copilot coding agent premium requests** | Coding agent sessions and steering comments |

### Monitoring your usage

Track usage in:
Expand All @@ -69,7 +60,7 @@ For full details, see [Monitoring your GitHub Copilot usage and entitlements](ht
1. Open your [Copilot settings](https://github.com/settings/copilot) on GitHub and check your current premium request usage and remaining allowance.
2. Run `/model` to browse available models and look up their multipliers at [Requests in GitHub Copilot — Model multipliers](https://docs.github.com/en/copilot/concepts/billing/copilot-requests#model-multipliers).
3. Reflect on your usage patterns from this tutorial:
- Each prompt in Copilot CLI drew from your allowance if you were using a premium model — roughly how many did you use?
- Each prompt in Copilot CLI drew from your allowance if you were using a premium model — run `/usage` to see exactly how many premium requests you've used.

Copilot AI Mar 10, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The /usage command (as described in Lesson 14) shows session-level statistics — request counts and token usage for the current session. The new wording "run /usage to see exactly how many premium requests you've used" implies it shows your overall account-level premium request consumption, which is misleading. /usage would only reflect requests made in the current CLI session, not your total monthly allowance consumption across all tools (IDE, code review, coding agent, etc.).

Consider clarifying this, e.g., "run /usage to see how many requests you've made in this session" and direct them to the Copilot settings page (already mentioned in step 1) for their full account-level premium request usage.

Suggested change
- Each prompt in Copilot CLI drew from your allowance if you were using a premium model — run `/usage` to see exactly how many premium requests you've used.
- Each prompt in Copilot CLI drew from your allowance if you were using a premium model — in this CLI session, run `/usage` to see how many requests you've made; for your full monthly premium usage, use your Copilot settings page.

Copilot uses AI. Check for mistakes.
- If you used the coding agent in Lesson 12, each issue/PR assignment was one coding agent premium request.

## Hints
Expand Down