-
Notifications
You must be signed in to change notification settings - Fork 66.8k
Expand file tree
/
Copy pathauto-model-selection.yml
More file actions
57 lines (48 loc) · 1.05 KB
/
auto-model-selection.yml
File metadata and controls
57 lines (48 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Please keep this list sorted in the following order:
# 1. By provider, in this order:
# - OpenAI
# - Anthropic
# - Google
# - xAI
# - others
# 2. Within each provider group, alphabetically by model name.
#
# This file defines which AI models are available for Copilot cloud agent
# and Copilot Chat.
# It is used to generate the model availability table.
#
# Column keys:
# - name: The model name.
# - cloud_agent: Availability for Copilot cloud agent.
# - chat: Availability for Copilot Chat.
# OpenAI
- name: GPT-4.1
cloud_agent: false
chat: true
- name: GPT-5.3-Codex
cloud_agent: false
chat: true
- name: GPT-5.4
cloud_agent: false
chat: true
- name: GPT-5.4 mini
cloud_agent: false
chat: true
# Anthropic
- name: Claude Haiku 4.5
cloud_agent: false
chat: true
- name: Claude Sonnet 4.5
cloud_agent: true
chat: false
- name: Claude Sonnet 4.6
cloud_agent: false
chat: true
# xAI
- name: Grok Code Fast 1
cloud_agent: false
chat: true
# Fine-tuned OAI models
- name: Raptor mini
cloud_agent: false
chat: true