GitHub Models Retired: What It Means for Developers
OpenAI
GitHub Models has been retired, as announced by Simon Willison. The service, which provided a unified API and playground for various LLMs, was shut down after a brownout period. Willison speculates the high cost of subsidized tokens led to the shutdown.
GitHub has retired its GitHub Models service, as noted by Simon Willison after his GitHub Actions workflow failed with a 'temporarily unavailable' message that was already stale. The service offered a playground and unified API across multiple LLM providers, with the advantage of using the built-in GitHub token in Actions. Willison believes the shutdown may be due to the prohibitive cost of offering free tokens for coding agent patterns. He replaced GitHub Models with an OpenAI API key for his folder summary generation, now using GPT-5.6 Luna.
- Abbreviations
- API = Application Programming Interface — программный интерфейс приложения
- LLM = Large Language Model — большая языковая модель
Source: Simon Willison —
original
