github_copilot_premium_request_usages
Premium request billing usage for GitHub Copilot per organization per day, broken down by model and SKU.
-
id
Primary key - Unique identifier for the row
-
organization_id
Foreign key - ID of the GitHub organization
-
day
date - Date of the usage record
-
model
string - Name of the AI model used for the premium request
-
sku
string - Billing SKU identifier for the premium request
-
unit_type
string - Type of billing unit (e.g. request)
-
price_per_unit
number - Price charged per unit
-
gross_quantity
number - Total quantity of premium requests before discounts
-
gross_amount
number - Total billing amount before discounts
-
discount_quantity
number - Quantity of discounted premium requests
-
discount_amount
number - Total discount amount applied
-
net_quantity
number - Net quantity of premium requests after discounts
-
net_amount
number - Net billing amount after discounts