Claude Discovery

← All discoveries

View of large industrial pipelines running through a lush forest landscape.
Photo by Wolfgang Weiser on Pexels
trick

GitHub's Model Playground Quietly Shut Down for Good

2026-08-10 ยท source:

GitHub Models, GitHub's built-in model playground and inference API, has been fully retired as of the completion of a scheduled shutdown brownout.

What it is

GitHub Models was a GitHub-hosted playground and API for trying out LLMs directly from a GitHub account, including free inference for GitHub Actions workflows.

What it does

The retirement removes the model playground and its API entirely; any GitHub Actions workflow or script still calling it, like the one that broke a maintainer's CI run, now fails outright instead of degrading gracefully.

Why it matters

If any CI pipeline or script quietly depended on GitHub Models for cheap or free inference, it just stopped working with a stale-sounding "temporarily unavailable" error, an alternative worth checking now instead of after the next failed workflow.

How to use it

Grep your GitHub Actions workflows and scripts for calls to GitHub Models' API endpoints and swap them for a direct provider API or a tool like LLM before the next scheduled run fails.

Go to source →
githubdeprecationci