GHE users can't see/use all enabled models #204506
Replies: 3 comments 7 replies
|
It might be a GitHub Enterprise setting playing hide-and-seek 😄 First, check Settings → Copilot → Policies and make sure the models you want are enabled for your organization. Model availability can also depend on your Copilot plan and enterprise-level policies. If the models are enabled but still don't show up, check whether the Copilot licenses are assigned correctly and whether an enterprise policy is overriding the organization settings. Also, are you using GitHub Enterprise Cloud or Enterprise Server? That could help narrow down what’s happening. |
|
Since the move from an org to GHE is the detail that matters most here, the likely cause is not a per-model setting but a change in which layer of policy actually governs access. On a standalone organization, the org's own model policy is authoritative. Once the org sits under an enterprise account, GitHub Docs describe enterprise-level model policy as able to override what the organization shows: a model can appear "enabled" at the org level while the enterprise policy has it as unconfigured or restricted, and the org-level setting only takes effect if the enterprise has left that specific model as "optional" for organizations to decide. There is also a change that shipped very recently and lines up with the timing you describe. GitHub rolled out a preview called enterprise teams mode for Copilot model policies, starting August 3, 2026. When an enterprise opts into it, organization-level model settings stop applying entirely, and access to each model is controlled only through enterprise-level policy and enterprise teams, with a least-restrictive rule where a user gets a model if any one of their enterprise teams grants it. If your GHE admin opted into that preview around when the switch happened, that alone would explain org-level "enabled" no longer being sufficient, since the org toggle stops being read. Worth checking, in order: on the enterprise account, under Copilot, whether Enterprise teams mode is turned on, since that changes where the real switch lives; if it is on, the model has to be granted through an enterprise team rather than the organization; if it is off, check the enterprise's own model list under Copilot > Configure models, since a model left as Disabled or simply unconfigured at the enterprise level blocks it regardless of the organization's setting, and newer or preview models specifically are not auto-enabled by default even when a general "default availability" policy is on. If neither explains it, whether your Copilot plan is Business or Enterprise also matters, since some models are plan-gated independently of any policy toggle. If my answer was helpful to you, please consider marking it as the correct answer, thanks. |
github playing hide-and-seek 😂 |
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Question
💬 Feature/Topic Area
Copilot Enterprise
Body
My company recently switched from a GitHub organisation to GHE and we use this mainly to manage Copilot licenses. But since the switch we can no longer use the latest models like OpenAI GPT-5.6 Luna even if they are enabled just like any other model.
Can anyone help me enabling these models? Or explain the reason?
All reactions