Skip to main content

Documentation Index

Fetch the complete documentation index at: https://kawax.biz/llms.txt

Use this file to discover all available pages before exploring further.

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