# GitHub Models 已正式退役，其统一 API 和游乐场工具停止服务，开发者需迁移至其他 LLM 提供商

- 来源：Simon Willison
- 发布时间：2026-08-10 06:48
- AIWatch 分数：60
- AIWatch 标记：未精选
- AIWatch 链接：https://aiwatch.icu/events/evt_01kzmbza6jat3na87aq8yeqdee
- 原文链接：https://simonwillison.net/2026/Aug/9/github-models-is-now-retired/#atom-everything

## 精选理由

常规快讯，保留列表

## AI 摘要

GitHub Models 已正式退役，其统一 API 和游乐场工具停止服务，开发者需迁移至其他 LLM 提供商。

## 正文

GitHub Models is now retired

GitHub Models is temporarily unavailable as part of a scheduled retirement brownout.

That message is already stale, because the retirement has been completed.

GitHub Models was an odd-shaped duck. GitHub provided a model playground tool and a unified API across a bunch of different LLM providers, with the biggest benefit being that code running in GitHub Actions could use the GitHub API key already present in that environment to execute prompts.

This made it easy to build things that fit GitHub Next's Continuous AI concept.

GitHub didn't share the reason behind the shutdown, but my bet is that it fits the pattern where coding agent patterns made it prohibitively expensive to offer free or subsidized tokens.

My workflow uses an LLM call to create folder summaries for the README, using this code here. I swapped GitHub Models out for an OpenAI API key with a monthly spending limit, and I'm now generating my summaries using GPT-5.6 Luna.

Tags: github, ai, github-actions, generative-ai, llms, llm-pricing
