We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dc12d1 commit ae35d8eCopy full SHA for ae35d8e
common/model-ratio.go
@@ -134,9 +134,9 @@ var ModelRatio = map[string]float64{
134
"mixtral-8x7b-32768": 0.27 / 1000 * USD,
135
"gemma-7b-it": 0.1 / 1000 * USD,
136
// https://platform.lingyiwanwu.com/docs#-计费单元
137
- "yi-34b-chat-0205": 2.5 / 1000000 * RMB,
138
- "yi-34b-chat-200k": 12.0 / 1000000 * RMB,
139
- "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,
140
}
141
142
var CompletionRatio = map[string]float64{}
0 commit comments