GitHub、2026年8月にSparkのサービス終了を発表
本文の状態
日本語全文を表示中
詳細モードで約3分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
GitHub Copilot Changelog
GitHub は 2026 年 8 月 4 日より github.com 上の GitHub Spark の新規登録とアプリ作成を停止し、既存ユーザーも同月末までにエクスポートが必要となる方針を発表した。
AI深層分析を開く2026年8月5日 11:29
AI深層分析
キーポイント
GitHub Spark のサービス終了スケジュール
2026 年 8 月 4 日より新規ユーザーの受け入れとアプリ作成が停止し、既存ユーザーは 8 月 31 日までにアプリのエクスポートを行う必要がある。
GitHub Copilot への統合移行
AI モデルやエージェント開発ツールの進化により、開発者は VS Code や GitHub Copilt CLI など既存の環境で作業を進めるようになり、これに合わせた戦略転換が行われた。
GitHub Models の退役と後継措置
Spark の llm() 関数で使用される推論サービス「GitHub Models」は 2026 年 7 月 30 日に退役し、llm() を利用するアプリは独自のプロバイダへの切り替えが必要となる。
既存デプロイアプリの継続運用
Spark が終了しても既にデプロイされたアプリは動作を続けるが、AI 機能を利用している場合は推論部分の再実装と API キーの管理をユーザー自身で行う必要がある。
重要な引用
Beginning August 4, 2026, GitHub Spark no longer accepts new users or allows the creation of new apps.
Builders can now build and refine these experiences through GitHub Copilot in the environments where they already work
GitHub Models, the inference service used by Spark's llm() function, retired on July 30, 2026.
編集コメントを表示
編集コメント
GitHub は Spark の終了を通じて、開発者がより高度な AI エージェントツールを既存の IDE で直接利用する方向へエコシステムを再構築している。この移行は短期的にはユーザーに作業負担を強いるが、長期的には開発効率と柔軟性の向上につながると考えられる。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
2026 年 8 月 4 日より、GitHub Spark は新規ユーザーの受付と新アプリの作成を終了します。既存ユーザーは、2026 年 8 月 31 日までの間に、すでに作成したアプリのエクスポートが可能となります。GitHub Spark が廃止された後も、デプロイ済みのアプリは引き続き動作し続けます。
GitHub Spark は、アイデアを即座に動作するアプリケーションへと変換するためのツールとして生まれました。ローンチ以来、AI モデルやエージェント型開発ツールの進化は著しいものです。現在、ビルダーたちは VS Code や Copilot CLI、GitHub Copilot アプリなど、すでに慣れ親しんだ環境で GitHub Copilot を活用してこれらの体験を構築・洗練させることが可能になっています。アプリケーション開発において、こうした統合ワークフローを選ぶビルダーが増加していることを私たちは確認しており、それに合わせて体験の提供方針も調整していきます。なお、今回の変更は github.com 上で提供されている現在の GitHub Spark の体験に限定されたものです。
別件として、Spark の llm() 関数で使用されていた推論サービス「GitHub Models」は、2026 年 7 月 30 日に廃止されました。同日以降、llm() への呼び出しは機能しなくなりました。ただし、llm() を使用していないアプリには影響はありません。
あなたにとっての意味
すでにデプロイ済みのアプリは、GitHub Spark のサービス終了後も引き続き動作します。
今後アプリの編集を継続したい場合は、2026 年 8 月 31 日までにアプリコードのエクスポートを行ってください。その手順は以下の通りです:アプリ用の Spark workbench を開き、「…」を選択した後、「Create repository」をクリックしてください。
アプリで llm() を使用している場合は、AI 機能を継続させるために独自の推論プロバイダーへ切り替えてください。
すべての Spark アプリが AI の推論を利用しているわけではありません。GitHub Models の終了により影響を受けるかどうかを確認するには、Spark でアプリを開き、コード内で llm() の呼び出しを検索してください。llm() が存在しない場合は、対応措置は不要です。一方、アプリで llm() を使用している場合は、AI 機能を維持するために推論を独立したプロバイダーへ置き換える必要があります。この場合、ユーザー自身が API キーを提供し、今後は請求管理を行う必要があります。GitHub は今後、基盤モデルやトークンを提供しないためです。
ご質問やフィードバックは、GitHub Community のディスカッションに参加してください。
本記事「Upcoming deprecation of GitHub Spark on github.com」は、The GitHub Blog に掲載されました。
原文を表示
Beginning August 4, 2026, GitHub Spark no longer accepts new users or allows the creation of new apps. Existing users can continue to access GitHub Spark until August 31, 2026 to export apps they’ve already created. Apps you’ve already deployed will continue to work after GitHub Spark is retired.
GitHub Spark was created to help people quickly move from an idea to a working application. Since its launch, AI models and agentic development tools have advanced significantly. Builders can now build and refine these experiences through GitHub Copilot in the environments where they already work, including VS Code, Copilot CLI, and the GitHub Copilot app. We’ve seen builders increasingly choose these integrated workflows for application development, and we’re aligning our experiences accordingly. This change applies specifically to the current GitHub Spark experience on github.com.
Separately, GitHub Models, the inference service used by Spark’s llm() function, retired on July 30, 2026. As of that date, calls to llm() no longer work. Apps that don’t use llm() aren’t affected by the GitHub Models retirement.
What this means for you
Existing apps you’ve already deployed will continue to work after GitHub Spark shuts down.
Export your app code before August 31, 2026 if you want to keep editing your app in the future. To do this, open the Spark workbench for your app, select …, then select Create repository.
If your app uses llm(), replace it with your own inference provider to keep AI features working.
Not all Spark apps use AI inferencing. To check whether an app is affected by the GitHub Models retirement, open the app in Spark and search the code for llm(). If there are no llm() calls found, no action is needed. If the app does use llm(), replace inferencing with a separate provider to keep the app running with AI capabilities. Users will need to supply their own API key and manage billing going forward in this instance, as GitHub will not provide the underlying model or tokens any longer.
Questions or feedback? Join the discussion within GitHub Community.
The post Upcoming deprecation of GitHub Spark on github.com appeared first on The GitHub Blog.
News to Guide
ニュースの次に確認する
発表内容を、現在の料金や仕様と照らし合わせられる関連ガイドです。
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み