
TL;DR
GitHub Models is fully retired as of July 30, 2026. The playground, model catalog, inference API, and BYOK are gone for every customer. Here is the timeline and where to get model access instead.
GitHub Models is officially retired. As of July 30, 2026, the playground, model catalog, inference API, and bring your own key (BYOK) are no longer available to any customer, including existing customers with active usage. The change was confirmed in the GitHub Changelog on July 30, which closes out a retirement process that started in June.
If you built a prototype, a CI workflow, or an internal tool on top of GitHub Models' token-based inference API, this is a migration event, not a background note. Here is exactly what happened, what it means, and where the model access went.
GitHub Models launched in 2025 as the lowest-friction way to call frontier models: a playground plus an inference API authenticated with your GitHub token, no separate account, no credit card, no per-provider API key. It became a common on-ramp for experiments in Codespaces and GitHub Actions, and BYOK let teams pin their own provider keys on top of the same interface.
The shutdown happened in three steps, all documented in the official changelog:
The July 1 notice is notable for how it treats the final step: it applies to everyone. The June step grandfathers existing users; the July step does not.
The retirement removes one of the few zero-setup ways to evaluate models and ship a working AI feature in a day. Three kinds of projects are affected:
For most teams the migration is small: swap the endpoint and credentials, keep the prompt logic. But the free tier was a real distribution channel for model evaluation, and its absence makes direct provider accounts or a gateway the default starting point again.
From the archive
Jul 31, 2026 • 8 min read
Jul 31, 2026 • 7 min read
Jul 31, 2026 • 12 min read
Jul 30, 2026 • 7 min read
GitHub's own guidance points in two directions, both documented in the July 30 changelog:
Beyond GitHub's recommendations, the realistic options are the same ones that existed before GitHub Models made them optional:
This is not an isolated incident. Model APIs are consolidating around fewer, stricter on-ramps: free tiers shrink, endpoints get cut, and access moves behind subscriptions or enterprise agreements. We covered the parallel story when OpenAI retired older GPT model versions and forced migrations. The same math applies here: if your tooling calls a model endpoint you do not control, budget for the endpoint's lifecycle, and keep the model layer thin so the swap is a configuration change rather than a rewrite.
If you were an active GitHub Models user, three moves cover most cases:
The takeaway: GitHub Models was a convenient door, not a platform. The projects that treated it as a configurable endpoint migrate in an afternoon. The ones that built around it as a platform now have a small rewrite in front of them, and this is the second such migration in a year, so plan the model layer to outlive any single provider.
Read next
DeepReinforce AI released Ornith-1.0, a family of open-source coding models claiming self-improvement. The HN thread reveals a mix of skepticism and genuine interest - here is what the model actually does and whether the hype holds up.
7 min readDario Amodei published Anthropic's stance on open-weights models this week - no total ban, but support for chip export controls, distillation crackdowns, and mandatory safety testing. HN responded with 800+ comments calling it regulatory capture. Here is what the CEO said, what the thread argued, and why the debate matters for every developer deploying AI.
8 min readAn inside look at the gray-market relay economy that resells OpenAI, Anthropic, and Google API access at up to 97.8% off -- and what it means for developers building on AI APIs.
9 min readTechnical content at the intersection of AI and development. Building with AI agents, Claude Code, and modern dev tools - then showing you exactly how it works.
Gives AI agents access to 250+ external tools (GitHub, Slack, Gmail, databases) with managed OAuth. Handles the auth and...
View ToolxAI's model with real-time X/Twitter data access. Grok 3 rivals top models on reasoning. Built-in web search and current...
View ToolOpen-source terminal agent runtime with approval modes, rollback snapshots, MCP servers, LSP diagnostics, and a headless...
View ToolOpen-source AI code assistant for VS Code and JetBrains. Bring your own model - local or API. Tab autocomplete, chat,...
View ToolLog workouts, meals, and habits in plain English. Your progress shows up as a GitHub-style heatmap.
View AppSpec out AI agents, run them overnight, wake up to a verified GitHub repo.
View AppPick a model in 30 seconds. Built for the answer, not the marketing.
View AppInstall Ollama and LM Studio, pull your first model, and run AI locally for coding, chat, and automation - with zero cloud dependency.
Getting StartedUse opus, sonnet, haiku, and best to switch models easily.
Claude CodeManaged scheduling on Anthropic infrastructure with API and GitHub triggers.
Claude Code
In this video, I showcase CodeLLM, an AI-powered code editor that supports multiple models like Claude Sonnet 3.5, DeepSeek R1, and O1, 03 Mini. I demonstrate its features including autocomplete,...

OpenAI's New GPT Image Model API📸 Today OpenAI released their new GPT Image one model via API! 🌟 Last month, ChatGPT introduced Image Generation, and it quickly became a hit with over...

OpenAI Enhances Speech Models: New Text-to-Speech & Speech-to-Text Innovations In today's video, we delve into OpenAI's latest release of three new audio models. Discover the enhanced speech-to-te...

GitHub's stacked pull requests went into public preview on July 30. Stacks turn one large change into an ordered chain o...

The 7 AI developer stories that actually mattered this week - ranked, linked, and cut for builders.

AI makes you 2-100x faster on every task. So why are developers burning out more than ever? The HN discussion on Rick Ma...

An inside look at the gray-market relay economy that resells OpenAI, Anthropic, and Google API access at up to 97.8% off...

Terence Tao published a deep mathematical digestion of the Jacobian conjecture counterexample discovered by Claude Fable...

A Stack Exchange data query shows Stack Overflow's question volume dropped 65% since 2017, with a sharp acceleration aft...

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.