feat: add support for claude-opus-4-1 model and update ratios

This commit is contained in:
neotf
2025-08-06 00:58:46 +08:00
parent 4d0037a40c
commit 24aa29598a
5 changed files with 12 additions and 0 deletions

View File

@@ -17,6 +17,8 @@ var ModelList = []string{
"claude-sonnet-4-20250514-thinking",
"claude-opus-4-20250514",
"claude-opus-4-20250514-thinking",
"claude-opus-4-1-20250805",
"claude-opus-4-1-20250805-thinking",
}
var ChannelName = "claude"