AI DailyJun 25, 20262 min read

AI Daily - 2026-06-25: GitHub lets Copilot app run your own models

GitHub Copilot app now supports BYOK model providers, making local, enterprise, and OpenAI-compatible agent sessions easier to route through existing AI infrastructure.

OpenAIAnthropicAgents

Why it matters

The app can run agent sessions against OpenAI, Azure OpenAI, Microsoft Foundry, Anthropic, LM Studio, Ollama, or any OpenAI compatible endpoint, with provider setup handled from the app settings instead of a separate

What changed

GitHub announced on June 23, 2026 that the GitHub Copilot app now supports bring your own key model providers. The app can run agent sessions against OpenAI, Azure OpenAI, Microsoft Foundry, Anthropic, LM Studio, Ollama, or any OpenAI-compatible endpoint, with provider setup handled from the app settings instead of a separate integration layer.

The companion GitHub Docs page for BYOK in the Copilot app describes the user flow: add a provider, enter the endpoint and API key details, then choose that provider's models from the model picker alongside GitHub-hosted models. GitHub says keys are stored in the system credential store and are not displayed back in the UI.

Why this matters

The practical shift is that Copilot app agent sessions no longer have to be tied only to GitHub-hosted model routing. Teams can keep the Copilot app as the work surface while sending inference through the model account, tenant, region, or local runtime they already use. That matters for companies with strict data boundaries, internal gateways, quota management, or local model experiments.

For individual builders, this also lowers the friction of testing model fit. A frontier hosted model can handle harder planning tasks while a local Ollama or LM Studio model handles cheaper execution-heavy sessions. The important product idea is not just model choice. It is model routing as an everyday setting inside the agent surface.

The bigger product pattern

This pairs well with GitHub's June 23 update making the redesigned Copilot CLI terminal interface generally available. GitHub is making agent configuration feel less like editing config files and more like choosing tools, providers, skills, and context inside the product where work already happens.

That is the same direction AI tools are taking across the market: keep the collaboration and task surface stable, but make models, tools, permissions, and runtimes swappable behind it.

What builders should take away

If you are building AI features for teams, the durable interface is probably not a single default model. It is a control plane that lets users pick the right provider for the job, understand where data goes, and keep credentials in a trusted local or enterprise store. BYOK support in the Copilot app is another signal that model portability is becoming table stakes for serious agent products.

Sources