← Back to KHAO

Business ·

Copilot CLI now supports BYOK and local models - GitHub Changelog

2 min read

Compiled by KHAO Editorial — aggregated from 1 outlet. See llms.txt for citation guidance.

★ Tier-1 Source

Image accompanies the article at GitHub Blog. No description was extracted from the source.

GitHub Copilot CLI now lets you connect your own model provider or run fully local models instead of using GitHub-hosted model routing.

Key facts

Summary

Configure Copilot CLI to use Azure OpenAI, Anthropic, or any OpenAI-compatible endpoint by setting a few environment variables before launching the CLI. Set COPILOT_OFFLINE=true to prevent Copilot CLI from contacting GitHub’s servers. When using your own model provider, GitHub authentication is not required. Your model must support tool calling and streaming.

Read full article at GitHub Blog →