forked from github/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcopilot.yml
More file actions
58 lines (43 loc) · 1.77 KB
/
copilot.yml
File metadata and controls
58 lines (43 loc) · 1.77 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
58
# Variables used in the Copilot docs that are not product names
# Copilot billing: price per additional premium request
additional_premium_requests: '$0.04 USD'
# Copilot billing: price per month for Copilot Pro
cfi_price_per_month: '$10 USD'
# Copilot billing: price per year for Copilot Pro
cfi_price_per_year: '$100 USD'
# Copilot billing: price per month for Copilot Pro Plus
cpp_price_per_month: '$39 USD'
# Copilot billing: price per year for Copilot Pro Plus
cpp_price_per_year: '$390 USD'
# Copilot billing: price per month for Copilot Business
cfb_price_per_month: '$19 USD'
# Copilot billing: price per month for Copilot Enterprise
ce_price_per_month: '$39 USD'
# Copilot Chat in GitHub: maximum number of repos that can be indexed for an org
max-chat-indexed-repos: '50'
# Copilot partners: builders who can develop Copilot extensions
copilot_partners: 'Copilot Partners'
copilot_partner: 'Copilot Partner'
copilot_partner_program: 'Copilot Partner Program'
## Copilot URLs
chat_completions_api: 'https://api.githubcopilot.com/chat/completions'
## Copilot code review - e.g. {% data variables.copilot.copilot_code-review %}
copilot_code-review: 'GitHub Copilot code review'
copilot_code-review_short: 'Copilot code review'
## LLM models for Copilot
copilot_claude_sonnet: 'Claude Sonnet'
copilot_claude_sonnet_35: 'Claude 3.5 Sonnet'
copilot_claude_sonnet_37: 'Claude 3.7 Sonnet'
copilot_gemini: 'Gemini'
copilot_gemini_flash: 'Gemini 2.0 Flash'
copilot_gemini_25_pro: 'Gemini 2.5 Pro'
copilot_gpt_4o: 'GPT-4o'
copilot_gpt_41: 'GPT-4.1'
copilot_gpt_45: 'GPT-4.5'
copilot_o1: 'o1'
copilot_o3: 'o3'
copilot_o3_mini: 'o3-mini'
copilot_o4_mini: 'o4-mini'
## Next edit suggestions in VS Code
next_edit_suggestions: 'next edit suggestions'
next_edit_suggestions_caps: 'Next edit suggestions'