GitHub Models retirement announcement Image: GitHub / github.blog
by VibecodedThis

GitHub Models Is Shutting Down July 30

GitHub has set July 30, 2026 as the hard shutdown date for GitHub Models. The playground, model catalog, inference API, and BYOK endpoints will all go dark. GitHub is pointing users toward Azure AI Foundry and GitHub Copilot.

Share

GitHub announced on July 1 that GitHub Models will fully retire on July 30, 2026. The playground, model catalog, inference API, and BYOK endpoints will all be shut down on that date, and the related UI will be removed.

This affects all existing customers, including those who have been using GitHub Models since before June. GitHub stopped accepting new customers on June 16; the July 1 announcement set the hard deadline for everyone else.

What’s going away

Everything that made GitHub Models distinct as a product:

  • The interactive playground for testing models
  • The model catalog (the list of available third-party models)
  • The inference API and any integrations built on it
  • BYOK endpoints

If you built anything on top of GitHub Models’ API, it will stop working on July 30.

Brownout schedule

GitHub will run two short service interruptions before the final shutdown to help people discover and fix any broken integrations:

  • July 16, 2026 — first brownout
  • July 23, 2026 — second brownout

During these windows, requests will temporarily fail and then service will be restored. The idea is to surface any dependencies you might have missed before the permanent cutoff.

Where GitHub wants you to go

For projects that need access to a broad range of AI models, GitHub is directing users to Azure AI Foundry, Microsoft’s main model marketplace. It offers a similar catalog with API access, though it’s squarely a paid service aimed at enterprise and professional use.

For developers who want to use AI models inside GitHub’s own workflows, GitHub Copilot is the other option. Copilot added multi-model support earlier this year, including access to third-party models like Gemini (though Gemini 2.5 Pro and Gemini 3 Flash are themselves being deprecated from Copilot on July 31).

Why this is happening

GitHub Models launched as a free playground for developers to experiment with AI models. It served its purpose as a discovery tool, but it competed awkwardly with Azure’s model marketplace and with GitHub Copilot’s own model access. Consolidating onto those two paid products gives Microsoft cleaner economics and reduces the fragmentation across its AI surface area.

For developers who were using GitHub Models as a free inference endpoint, the migration will likely mean picking up real API costs for the first time, either through Azure AI Foundry or through a Copilot subscription that covers your use case.


Source: GitHub Changelog

Share