feat: update claude models

This commit is contained in:
1808837298@qq.com
2024-10-24 00:17:23 +08:00
parent 8b67664995
commit 312ab44800
4 changed files with 10 additions and 7 deletions

View File

@@ -88,6 +88,7 @@ var defaultModelRatio = map[string]float64{
"claude-3-haiku-20240307": 0.125, // $0.25 / 1M tokens
"claude-3-sonnet-20240229": 1.5, // $3 / 1M tokens
"claude-3-5-sonnet-20240620": 1.5,
"claude-3-5-sonnet-20241022": 1.5,
"claude-3-opus-20240229": 7.5, // $15 / 1M tokens
"ERNIE-4.0-8K": 0.120 * RMB,
"ERNIE-3.5-8K": 0.012 * RMB,