GitHub Models is now retired

Simon Willison's Blog News

Summary

GitHub Models has been retired, causing disruptions for developers using its unified LLM API in GitHub Actions. Simon Willison reflects on the shutdown and his migration to OpenAI's API.

No content available
Original Article
View Cached Full Text

Cached at: 08/13/26, 03:38 PM

# GitHub Models is now retired Source: [https://simonwillison.net/2026/Aug/9/github-models-is-now-retired/](https://simonwillison.net/2026/Aug/9/github-models-is-now-retired/) 9th August 2026 \- Link Blog **[GitHub Models is now retired](https://github.blog/changelog/2026-07-30-github-models-is-now-retired/)**\. I missed this news until today, when the GitHub Actions run for my[simonw/research](https://github.com/simonw/research)repository failed with this error message: > 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](https://githubnext.com/projects/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](https://github.com/simonw/research/blob/main/README.md), using[this code here](https://github.com/simonw/research/blob/43fa54a74ca2350bb28c2c32fbb16d42c78c442f/README.md?plain=1#L104-L113)\. 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\.

Similar Articles

GitHub Models is now retired

Simon Willison's Blog

GitHub Models has been retired after a scheduled brownout. Simon Willison discusses the shutdown and how he migrated his GitHub Actions workflow to use OpenAI's API with GPT-5.6 Luna instead.

GitHub is the wrong shape for this new world

Hacker News Top

This blog post argues that GitHub's collaboration paradigm (branches, pull requests, code reviews) is ill-suited for the modern AI-driven software development era where LLMs and agents generate code at high velocity, calling for rethinking of tools and workflows.

GitHub Is Experiencing Difficulties

Hacker News Top

GitHub is experiencing a major outage affecting multiple services including GitHub Actions, Pages, Copilot, and Enterprise Importer, with workflow failures and delays. Engineers are actively working on mitigations.

GitHub Actions down again today

Hacker News Top

GitHub Actions experienced delays on May 12, 2026, due to replication lag from an internal database migration, affecting CodeQL, webhooks, and notifications. Services recovered after scaling workers.

GitHub is sinking

Hacker News Top

The article argues that GitHub's reliability and culture have significantly declined since Microsoft's acquisition, citing uptime issues and 'slop' as reasons for developers to migrate to alternatives.