Skip to content
Discussion options

You must be logged in to vote

Yes it's right, the column names are a bit misleading. Each column works like this:

  • Included Requests: The number of requests you made that were free for this model.
  • Billed Requests: The number of requests you made for this model that exceeded the included requests.
    • Total requests = included requests + billed requests
  • Gross Amount: How much it would cost WITHOUT any included requests.
    • (included requests + billed requests) * $ per request for the model.
  • Billed Amount: The amount you actually have to pay, where included requests are free.
    • billed requests * $ per request for the model.

So for GPT 5.2, this makes sense:
19 included requests + 353 billed requests = 372 total requests

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@rodrigorm
Comment options

Answer selected by rodrigorm
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug GitHub or a GitHub feature is not working as intended Copilot in GitHub Copilot functionality in GitHub Copilot Chat and in github.com
3 participants