Skip to main content

GitHub Spark billing

Learn how GitHub Spark is billed for users.

GitHub Spark を使うと、ユーザーは自然言語プロンプトを使ってアプリケーションを構築した後、アプリをチームメイトと共有したり、運用環境にデプロイしたりできます。

メモ

GitHub Spark はパブリック プレビュー段階であり、変更される可能性があります。

Billing for Spark app creation

Each prompt consumes 4 premium requests, which draw from your plan's premium request allowance. If you have enabled premium requests over your plan's allowance, additional premium requests beyond your plan’s included amount are billed at $0.04 USD per request, meaning that one prompt to Spark would cost $0.16. See GitHub Copilot における要求.

Billing and limits for Spark app deployment

You can publish apps created with Spark to a deployment environment.

Deployed apps do not currently incur any charges. However, GitHub currently limits usage of deployed sparks based on criteria including number of HTTP requests, data transfer, and storage.

  • Limits apply to the billable owner, meaning if you own 10 deployed sparks, all 10 will count towards the limits.
  • When any limit is reached, the spark is unpublished for the rest of the billing period.

In the future, a new billing system will allow sparks to continue being deployed once a limit is reached, with additional usage charged to the spark's billable owner. GitHub will publish the limits once they are confirmed following a testing period. This article will be updated when more details are available.

Further reading