Merge pull request #1511 from neotf/feat-05

feat: add support for claude-opus-4-1 model and update ratios
This commit is contained in:
Calcium-Ion
2025-08-06 12:03:33 +08:00
committed by GitHub
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"