GitHub Models is now retired
GitHub has officially shut down its GitHub Models service. The platform had functioned as a model playground and a unified application programming interface that let users access various large language models from different providers.
The main advantage of the service was that code running inside GitHub Actions could use the built-in GitHub API key to run prompts without extra setup. This feature supported continuous artificial intelligence workflows, such as automatically generating folder summaries for repository documentation.
Although GitHub did not publicly state the reason for the closure, high operational costs likely played a role, especially as automated coding agents have made free or subsidized token offerings increasingly expensive to maintain.
As a result of the retirement, developers using the service must switch to alternative providers. For example, impacted workflows can be updated by replacing the old setup with a standard OpenAI application programming interface key and a set monthly spending limit.