GitHub pulled the plug on GitHub Models on July 30, 2026.
The product was an odd but useful shape. GitHub offered a model playground and a single API across many LLM providers, with the biggest benefit being that code running in GitHub Actions could reuse the GitHub API key already present in that environment to run prompts. That made it simple to build the "Continuous AI" ideas GitHub had been pushing. It was also free or subsidized for developers.
GitHub has not explained why it shut the service down. The pattern points to economics. As coding agents and automated workflows grew, giving away tokens for free or at a subsidized price became expensive, and GitHub's replacements make the direction clear. It points developers to Microsoft Foundry for a broad model catalog and to GitHub Copilot for AI work inside GitHub workflows.
One developer example shows the practical shift. Simon Willison, whose GitHub Actions workflow had been calling the API to generate README summaries, found his pipeline fail with a retirement brownout error. He moved his call to an OpenAI API key with a monthly spending limit and now generates those summaries with GPT-5.6 Luna.
In short, the cheap or free era of a single bundled API to many models is over. Foundations, and paid API keys, are the replacements.
Sources




