feat(registry): add Gemini 3.1 Pro to GitHub Copilot provider

This commit is contained in:
Tony
2026-02-20 04:23:42 +08:00
committed by GitHub
parent 2b8c466e88
commit f2b1ec4f9e

View File

@@ -377,6 +377,17 @@ func GetGitHubCopilotModels() []*ModelInfo {
ContextLength: 1048576,
MaxCompletionTokens: 65536,
},
{
ID: "gemini-3.1-pro-preview",
Object: "model",
Created: now,
OwnedBy: "github-copilot",
Type: "github-copilot",
DisplayName: "Gemini 3.1 Pro (Preview)",
Description: "Google Gemini 3.1 Pro Preview via GitHub Copilot",
ContextLength: 1048576,
MaxCompletionTokens: 65536,
},
{
ID: "gemini-3-flash-preview",
Object: "model",