You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An Enterprise-managed custom model configured through an OpenAI-compatible provider is shown in the interactive /model picker, but cannot be selected.
The picker displays the entry as:
<custom model display name> (preview) (custom)
Selecting the entry and pressing Enter leaves the previously active model unchanged. No error message is displayed.
The model itself is available and can be selected successfully when its full catalog model ID is supplied directly using the --model command-line option. This indicates that the model configuration, Enterprise policy, entitlement, and provider connectivity are valid.
The failure appears to be limited to the interactive /model picker.
Affected version
GitHub Copilot CLI 1.0.88
Steps to reproduce the behavior
Configure an Enterprise-managed custom model using an OpenAI-compatible provider.
Make the model available to an organization.
Start GitHub Copilot CLI.
Run /model.
Select the custom model entry.
Press Enter.
Expected behavior
The custom model should become the active model for the current session, just as it does when its catalog ID is passed with copilot --model <catalog-model-id>.
Additional context
The model appears under Other models in the /model picker.
The picker displays - for Context and Reasoning for this model.
Selecting it with Enter leaves the previous model active and shows no error.
Starting Copilot CLI with the model's full catalog ID via --model selects and uses it successfully.
Describe the bug
An Enterprise-managed custom model configured through an OpenAI-compatible provider is shown in the interactive
/modelpicker, but cannot be selected.The picker displays the entry as:
Selecting the entry and pressing Enter leaves the previously active model unchanged. No error message is displayed.
The model itself is available and can be selected successfully when its full catalog model ID is supplied directly using the
--modelcommand-line option. This indicates that the model configuration, Enterprise policy, entitlement, and provider connectivity are valid.The failure appears to be limited to the interactive
/modelpicker.Affected version
GitHub Copilot CLI 1.0.88
Steps to reproduce the behavior
/model.Expected behavior
The custom model should become the active model for the current session, just as it does when its catalog ID is passed with
copilot --model <catalog-model-id>.Additional context
Other modelsin the/modelpicker.-for Context and Reasoning for this model.--modelselects and uses it successfully.Environment: