-
Notifications
You must be signed in to change notification settings - Fork 0
improve premium requests lesson #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -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. | ||||||
|
|
||||||
| ### 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: | ||||||
|
|
@@ -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. | ||||||
|
||||||
| - 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. |
There was a problem hiding this comment.
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.