feat: add claude opus 4.8 support (#5177)

This commit is contained in:
GGXH
2026-05-31 13:50:52 +08:00
committed by GitHub
parent b2e25b7df2
commit 0c7aceb831
8 changed files with 108 additions and 10 deletions
+1
View File
@@ -45,6 +45,7 @@ var claudeModelMap = map[string]string{
"claude-opus-4-5-20251101": "claude-opus-4-5@20251101",
"claude-opus-4-6": "claude-opus-4-6",
"claude-opus-4-7": "claude-opus-4-7",
"claude-opus-4-8": "claude-opus-4-8",
}
const anthropicVersion = "vertex-2023-10-16"