GitHub Models 將於 7 月 30 日退役:先搬走 prompt、eval 與 BYOK
GitHub 在 2026 年 7 月 1 日宣布,GitHub Models 將於 7 月 30 日完全退役。playground、model catalog、inference API、BYOK 端點與相關 UI 都會停止提供。
變化是什麼
7 月 16 日與 23 日的 brownout 應視為遷移演練。若 CI、demo 或 notebook 失敗,就代表還有依賴要處理。
稽核範圍不要只看 production code,也要搜尋文件、範例 repo、QA script、內部 workshop 與 prompt 檔案。
遷移優先順序
- Audit hidden usage beyond production code
- Export prompts and eval inputs
- Test failure before the brownout
- Define provider, cost, and permission ownership
實務清單
遷移時應建立 adapter 邊界,涵蓋 generate、stream、tool call、structured output、retry、timeout 與 usage logging。
GitHub 指向 Azure AI Foundry 作為模型存取選項,但權限、帳務、區域、log 與 eval 儲存仍需團隊重新設計。
風險
最大的風險是失去評估依據。遷移前請保存 prompt、輸入集、預期行為、禁止行為與失敗案例。
來源
- GitHub Changelog: GitHub Models is being fully retired on July 30, 2026
- GitHub Changelog: GitHub Models is no longer available to new customers
- GitHub Docs: GitHub Models
- Microsoft Learn: What is Microsoft Foundry?
- Microsoft Learn: Foundry Models sold by Azure
- Reddit r/github discussion as community signal