Update model-ratio.go

This commit is contained in:
Ghostz 2024-03-17 02:37:33 +08:00 committed by GitHub
parent c285e000cc
commit 2244526a97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -133,9 +133,9 @@ var ModelRatio = map[string]float64{
"mixtral-8x7b-32768": 0.27 / 1000 * USD,
"gemma-7b-it": 0.1 / 1000 * USD,
// https://platform.lingyiwanwu.com/docs#-计费单元
"yi-34b-chat-0205": 2.5 / 1000000 * RMB,
"yi-34b-chat-200k": 12.0 / 1000000 * RMB,
"yi-vl-plus": 6.0 / 1000000 * RMB,
"yi-34b-chat-0205": 2.5 / 1000 * RMB,
"yi-34b-chat-200k": 12.0 / 1000 * RMB,
"yi-vl-plus": 6.0 / 1000 * RMB,
}
var CompletionRatio = map[string]float64{}