Skip to content

Commit f502250

Browse files
committed
Update default model version and enhance model selection details in README.md
1 parent b78ae83 commit f502250

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

Using-GitHub-Copilot-CLI/README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -415,19 +415,24 @@ The standalone Copilot CLI ships with the GitHub MCP server built in and authent
415415

416416
#### Model Selection
417417

418-
7. The default model is **Claude Sonnet 4.5**. To see all available models and switch, use the `/model` slash command:
418+
7. The default model is **Claude Sonnet 4.6**. To see all available models and switch, use the `/model` slash command:
419419

420420
```
421421
/model
422422
```
423423

424-
A selection list appears. Available models include:
424+
A selection list appears. Available models include (as of February 2026):
425425

426-
| Model | Request multiplier |
427-
|---|---|
428-
| Claude Sonnet 4.5 (default) ||
429-
| Claude Sonnet 4 ||
430-
| GPT-5 | varies |
426+
| Model | Request multiplier | Notes |
427+
|---|---|---|
428+
| Claude Sonnet 4.6 (default) | 1× (tentative) | GA Feb 17 2026; excels at agentic coding & search |
429+
| Claude Sonnet 4.5 || |
430+
| Claude Sonnet 4 || |
431+
| Claude Opus 4.6 | varies | GA Feb 5 2026; best for hard planning & tool-calling tasks |
432+
| Claude Opus 4.6 Fast | 30× | Preview, Pro+/Enterprise only; up to 2.5× faster output |
433+
| GPT-5.3-Codex | varies | GA Feb 9 2026; 25% faster than GPT-5.2-Codex on agentic tasks |
434+
435+
> **Note**: Model availability depends on your Copilot plan (Pro, Pro+, Business, Enterprise). Enterprise/Business admins must enable each model in org Copilot settings. Check [supported models](https://docs.github.com/copilot/reference/ai-models/supported-models) for the latest multipliers.
431436
432437
Each prompt reduces your monthly premium request quota by the multiplier shown.
433438

0 commit comments

Comments
 (0)