mirror of
https://github.com/songquanpeng/one-api.git
synced 2026-04-07 10:54:27 +08:00
Merge 33af45d4a9 into 3915ce9814
This commit is contained in:
@@ -22,6 +22,10 @@ const (
|
||||
// 1 === ¥0.014 / 1k tokens
|
||||
var ModelRatio = map[string]float64{
|
||||
// https://openai.com/pricing
|
||||
"o1-preview": 15,
|
||||
"o1-preview-2024-09-12": 15,
|
||||
"o1-mini": 3,
|
||||
"o1-mini-2024-09-12": 3,
|
||||
"gpt-4": 15,
|
||||
"gpt-4-0314": 15,
|
||||
"gpt-4-0613": 15,
|
||||
|
||||
Reference in New Issue
Block a user