tented 0008 (#58814)
Co-authored-by: sunbrye <sunbrye@github.com> Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
This commit is contained in:
@@ -2,6 +2,8 @@ apiVersion: apps/v1
|
|||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: webapp
|
name: webapp
|
||||||
|
annotations:
|
||||||
|
moda.github.net/allow-missing-ready-pods: '1'
|
||||||
spec:
|
spec:
|
||||||
replicas: 6
|
replicas: 6
|
||||||
selector:
|
selector:
|
||||||
|
|||||||
@@ -32,6 +32,7 @@ Use this table to find a suitable model quickly, see more detail in the sections
|
|||||||
| Model | Task area | Excels at (primary use case) | Additional capabilities | Further reading |
|
| Model | Task area | Excels at (primary use case) | Additional capabilities | Further reading |
|
||||||
|-------------------------------------------------------|--------------------------------------------------|-------------------------------------------------------------------------|-------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|-------------------------------------------------------|--------------------------------------------------|-------------------------------------------------------------------------|-------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| {% data variables.copilot.copilot_gpt_41 %} | General-purpose coding and writing | Fast, accurate code completions and explanations | Agent mode, vision | [{% data variables.copilot.copilot_gpt_41 %} model card](https://openai.com/index/gpt-4-1/) |
|
| {% data variables.copilot.copilot_gpt_41 %} | General-purpose coding and writing | Fast, accurate code completions and explanations | Agent mode, vision | [{% data variables.copilot.copilot_gpt_41 %} model card](https://openai.com/index/gpt-4-1/) |
|
||||||
|
| {% data variables.copilot.copilot_gpt_52 %} | Deep reasoning and debugging | Multi-step problem solving and architecture-level code analysis | Agent mode | Not available |
|
||||||
| {% data variables.copilot.copilot_gpt_51 %} | Deep reasoning and debugging | Multi-step problem solving and architecture-level code analysis | Agent mode | Not available |
|
| {% data variables.copilot.copilot_gpt_51 %} | Deep reasoning and debugging | Multi-step problem solving and architecture-level code analysis | Agent mode | Not available |
|
||||||
| {% data variables.copilot.copilot_gpt_5_codex %} | General-purpose coding and writing | Fast, accurate code completions and explanations | Agent mode | [{% data variables.copilot.copilot_gpt_5_codex %} model card](https://cdn.openai.com/pdf/97cc5669-7a25-4e63-b15f-5fd5bdc4d149/gpt-5-codex-system-card.pdf) |
|
| {% data variables.copilot.copilot_gpt_5_codex %} | General-purpose coding and writing | Fast, accurate code completions and explanations | Agent mode | [{% data variables.copilot.copilot_gpt_5_codex %} model card](https://cdn.openai.com/pdf/97cc5669-7a25-4e63-b15f-5fd5bdc4d149/gpt-5-codex-system-card.pdf) |
|
||||||
| {% data variables.copilot.copilot_gpt_5_mini %} | General-purpose coding and writing | Fast, accurate code completions and explanations | Agent mode, reasoning, vision | [{% data variables.copilot.copilot_gpt_5_mini %} model card](https://cdn.openai.com/gpt-5-system-card.pdf) |
|
| {% data variables.copilot.copilot_gpt_5_mini %} | General-purpose coding and writing | Fast, accurate code completions and explanations | Agent mode, reasoning, vision | [{% data variables.copilot.copilot_gpt_5_mini %} model card](https://cdn.openai.com/gpt-5-system-card.pdf) |
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ Used for:
|
|||||||
* {% data variables.copilot.copilot_gpt_51_codex %}
|
* {% data variables.copilot.copilot_gpt_51_codex %}
|
||||||
* {% data variables.copilot.copilot_gpt_51_codex_mini %}
|
* {% data variables.copilot.copilot_gpt_51_codex_mini %}
|
||||||
* {% data variables.copilot.copilot_gpt_51_codex_max %}
|
* {% data variables.copilot.copilot_gpt_51_codex_max %}
|
||||||
|
* {% data variables.copilot.copilot_gpt_52 %}
|
||||||
|
|
||||||
These models are hosted by OpenAI and {% data variables.product.github %}'s Azure infrastructure.
|
These models are hosted by OpenAI and {% data variables.product.github %}'s Azure infrastructure.
|
||||||
|
|
||||||
|
|||||||
@@ -73,6 +73,10 @@
|
|||||||
multiplier_paid: 1.0
|
multiplier_paid: 1.0
|
||||||
multiplier_free: Not applicable
|
multiplier_free: Not applicable
|
||||||
|
|
||||||
|
- name: GPT-5.2
|
||||||
|
multiplier_paid: 1.0
|
||||||
|
multiplier_free: Not applicable
|
||||||
|
|
||||||
- name: Grok Code Fast 1
|
- name: Grok Code Fast 1
|
||||||
multiplier_paid: 0.25
|
multiplier_paid: 0.25
|
||||||
multiplier_free: Not applicable
|
multiplier_free: Not applicable
|
||||||
|
|||||||
@@ -74,6 +74,13 @@
|
|||||||
ask_mode: true
|
ask_mode: true
|
||||||
edit_mode: true
|
edit_mode: true
|
||||||
|
|
||||||
|
- name: 'GPT-5.2'
|
||||||
|
provider: 'OpenAI'
|
||||||
|
release_status: 'Public preview'
|
||||||
|
agent_mode: true
|
||||||
|
ask_mode: true
|
||||||
|
edit_mode: true
|
||||||
|
|
||||||
# Anthropic models
|
# Anthropic models
|
||||||
- name: 'Claude Haiku 4.5'
|
- name: 'Claude Haiku 4.5'
|
||||||
provider: 'Anthropic'
|
provider: 'Anthropic'
|
||||||
|
|||||||
@@ -133,6 +133,14 @@
|
|||||||
xcode: false
|
xcode: false
|
||||||
jetbrains: false
|
jetbrains: false
|
||||||
|
|
||||||
|
- name: GPT-5.2
|
||||||
|
dotcom: true
|
||||||
|
vscode: true
|
||||||
|
vs: false
|
||||||
|
eclipse: false
|
||||||
|
xcode: false
|
||||||
|
jetbrains: false
|
||||||
|
|
||||||
- name: Grok Code Fast 1
|
- name: Grok Code Fast 1
|
||||||
dotcom: true
|
dotcom: true
|
||||||
vscode: true
|
vscode: true
|
||||||
|
|||||||
@@ -117,6 +117,13 @@
|
|||||||
business: true
|
business: true
|
||||||
enterprise: true
|
enterprise: true
|
||||||
|
|
||||||
|
- name: GPT-5.2
|
||||||
|
free: false
|
||||||
|
pro: true
|
||||||
|
pro_plus: true
|
||||||
|
business: true
|
||||||
|
enterprise: true
|
||||||
|
|
||||||
- name: Grok Code Fast 1
|
- name: Grok Code Fast 1
|
||||||
free: false
|
free: false
|
||||||
pro: true
|
pro: true
|
||||||
|
|||||||
@@ -159,6 +159,7 @@ copilot_gpt_51: 'GPT-5.1'
|
|||||||
copilot_gpt_51_codex: 'GPT-5.1-Codex'
|
copilot_gpt_51_codex: 'GPT-5.1-Codex'
|
||||||
copilot_gpt_51_codex_mini: 'GPT-5.1-Codex-Mini'
|
copilot_gpt_51_codex_mini: 'GPT-5.1-Codex-Mini'
|
||||||
copilot_gpt_51_codex_max: 'GPT-5.1-Codex-Max'
|
copilot_gpt_51_codex_max: 'GPT-5.1-Codex-Max'
|
||||||
|
copilot_gpt_52: 'GPT-5.2'
|
||||||
# OpenAI 'o' series:
|
# OpenAI 'o' series:
|
||||||
copilot_o3: 'o3'
|
copilot_o3: 'o3'
|
||||||
copilot_o4_mini: 'o4-mini'
|
copilot_o4_mini: 'o4-mini'
|
||||||
|
|||||||
Reference in New Issue
Block a user