Skip to content

Commit fa36943

Browse files
Copilottimrogersstehfmchammer01
authored
Enable MAI-Code-1-Flash across all Copilot clients (#61758)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: timrogers <116134+timrogers@users.noreply.github.com> Co-authored-by: Tim Rogers <me@timrogers.co.uk> Co-authored-by: stehf <10836668+stehf@users.noreply.github.com> Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
1 parent 43a02fe commit fa36943

4 files changed

Lines changed: 9 additions & 7 deletions

File tree

content/copilot/reference/copilot-cli-reference/cli-command-reference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ Use `--model=MODEL` or the `COPILOT_MODEL` environment variable to select the AI
352352
| `gpt-5.3-codex` | Code-focused tasks |
353353
| `gemini-3.1-pro-preview` | Google Gemini reasoning |
354354
| `gemini-3.5-flash` | Fast Google Gemini responses |
355+
| `mai-code-1-flash` | Fast, adaptive coding tasks |
355356

356357
You can also switch models during an interactive session using the `/model` slash command.
357358

data/reusables/copilot/copilot-cloud-agent-non-auto-models.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
* {% data variables.copilot.copilot_gemini_31_pro %}
44
* {% data variables.copilot.copilot_gemini_35_flash %}
55
* {% data variables.copilot.copilot_gpt_54_mini %}
6+
* {% data variables.copilot.copilot_mai_code_1_flash %}

data/tables/copilot/auto-model-selection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
- name: MAI-Code-1-Flash
5454
cloud_agent: false
5555
chat: true
56-
cli: false
56+
cli: true
5757

5858
# Fine-tuned OAI models
5959
- name: Raptor mini

data/tables/copilot/model-supported-clients.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,13 @@
132132
jetbrains: true
133133

134134
- name: MAI-Code-1-Flash
135-
dotcom: false
136-
cli: false
135+
dotcom: true
136+
cli: true
137137
vscode: true
138-
vs: false
139-
eclipse: false
140-
xcode: false
141-
jetbrains: false
138+
vs: true
139+
eclipse: true
140+
xcode: true
141+
jetbrains: true
142142

143143
- name: GPT-5 mini
144144
dotcom: false

0 commit comments

Comments
 (0)