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
+7
View File
@@ -33,6 +33,13 @@ var ModelList = []string{
"claude-opus-4-7-medium",
"claude-opus-4-7-low",
"claude-opus-4-7-thinking",
"claude-opus-4-8",
"claude-opus-4-8-max",
"claude-opus-4-8-xhigh",
"claude-opus-4-8-high",
"claude-opus-4-8-medium",
"claude-opus-4-8-low",
"claude-opus-4-8-thinking",
}
var ChannelName = "claude"