Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# GitHub Copilot Billing Preview

> [!IMPORTANT]
> **This app has been retired.** The hosted instance no longer accepts report uploads. Review and manage your Copilot spend in your [billing settings](https://github.com/settings/billing). To learn more, see [GitHub Copilot billing](https://docs.github.com/copilot/concepts/billing).

A web application for previewing and comparing your future GitHub Copilot bills as you transition to the new usage-based billing model. Upload your CSV billing reports to explore requests, costs, AI Credits, and trends across users, organizations, models, and cost centers.

Production instance: <https://copilot-billing-preview.github.com/>

This project is in active development. It is intended to help GitHub Copilot customers understand usage-based billing preview data during the transition period.
This project is no longer under active development. The source code remains available for reference and for anyone who wants to fork it.

## Features

Expand Down
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GitHub Copilot Billing Preview</title>
<title>GitHub Copilot Billing Preview has been retired</title>

<!-- Social media preview / Open Graph -->
<meta property="og:title" content="GitHub Copilot Billing Preview" />
<meta property="og:description" content="Preview how GitHub's move to AI Credits-based billing for Copilot will impact your organization's costs." />
<meta property="og:title" content="GitHub Copilot Billing Preview has been retired" />
<meta property="og:description" content="The Copilot Billing Preview app has been retired. Review and manage your Copilot spend in your GitHub billing settings." />
<meta property="og:image" content="https://copilot-billing-preview.github.com/social-preview.png" />
<meta property="og:url" content="https://copilot-billing-preview.github.com/" />
<meta property="og:type" content="website" />

<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="GitHub Copilot Billing Preview" />
<meta name="twitter:description" content="Preview how GitHub's move to AI Credits-based billing for Copilot will impact your organization's costs." />
<meta name="twitter:title" content="GitHub Copilot Billing Preview has been retired" />
<meta name="twitter:description" content="The Copilot Billing Preview app has been retired. Review and manage your Copilot spend in your GitHub billing settings." />
<meta name="twitter:image" content="https://copilot-billing-preview.github.com/social-preview.png" />
</head>
<body>
Expand Down
Loading