fix: fix stepfun model ratio & id

This commit is contained in:
JustSong
2024-04-06 10:43:54 +08:00
parent 569c04acb0
commit 572fc9ffb8
2 changed files with 5 additions and 1 deletions

View File

@@ -154,6 +154,10 @@ var ModelRatio = map[string]float64{
"yi-34b-chat-0205": 2.5 / 1000 * RMB,
"yi-34b-chat-200k": 12.0 / 1000 * RMB,
"yi-vl-plus": 6.0 / 1000 * RMB,
// stepfun todo
"step-1v-32k": 0.024 * RMB,
"step-1-32k": 0.024 * RMB,
"step-1-200k": 0.15 * RMB,
}
var CompletionRatio = map[string]float64{}