Add GPT-5.2 model support for GitHub Copilot

This commit is contained in:
Rezha Julio
2025-12-17 02:15:10 +07:00
parent 344066fd11
commit 92c62bb2fb
2 changed files with 16 additions and 3 deletions
+11
View File
@@ -787,6 +787,17 @@ func GetGitHubCopilotModels() []*ModelInfo {
ContextLength: 128000,
MaxCompletionTokens: 16384,
},
{
ID: "gpt-5.2",
Object: "model",
Created: now,
OwnedBy: "github-copilot",
Type: "github-copilot",
DisplayName: "GPT-5.2",
Description: "OpenAI GPT-5.2 via GitHub Copilot",
ContextLength: 200000,
MaxCompletionTokens: 32768,
},
{
ID: "claude-haiku-4.5",
Object: "model",