Skip to main content

Model list

Use Copilot::client()->listModels() to get the list of models supported by Copilot CLI. Available models can change based on Copilot CLI updates and your organization policy. Treat the model list document as a reference.

Specifying a model ID

Set the model ID in SessionConfig.model.
Copilot::run($prompt, config: ['model' => 'auto']);
For the latest updates, see the GitHub repository.
Last modified on April 19, 2026