Build Interactive 3D Worlds With GPT-6 & Blender

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 • 7 min read
Jul 31, 2026 • 8 min read
Jul 31, 2026 • 6 min read
Jul 31, 2026 • 8 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
GitHub made Kimi K3 generally available in Copilot on August 6 at $3/$15 per million tokens, hosted on Fireworks AI. It is off by default for Business and Enterprise, the rollout was paused mid-day by a GitHub Actions incident, and it changes the price/quality calculus in the model picker.
7 min readGitHub deprecated Gemini 2.5 Pro and Gemini 3 Flash in every Copilot surface on July 31, 2026. The suggested replacements are Gemini 3.1 Pro and Gemini 3.6 Flash. Here is what changed, what it costs, and how to migrate cleanly.
5 min readGitHub now lets enterprise owners install third-party GitHub Apps on their enterprise account, and lets any user or organization create apps with enterprise permissions. This opens the enterprise management layer to the broader ecosystem - with a hard security boundary around the most powerful permission set.
6 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 now lets enterprise owners install third-party GitHub Apps on their enterprise account, and lets any user or orga...

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

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

AutoGPT's founding AI engineer published the gates that keep an open source repo sane when agents submit the majority of...

GitHub made Kimi K3 generally available in Copilot on August 6 at $3/$15 per million tokens, hosted on Fireworks AI. It...

AI2 released TutorMoments, a replay-based benchmark that drops seven LLMs into real math tutoring transcripts and scores...

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