Skip to content

Commit e1979e4

Browse files
added_o4mini_model (#4365)
* added_o4mini_model * fix: pnpm run lint-fix --------- Co-authored-by: Ong Chung Yau <[email protected]>
1 parent 5b4693c commit e1979e4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/components/models.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -970,6 +970,12 @@
970970
"name": "gpt-3.5-turbo-16k-0613",
971971
"input_cost": 0.000003,
972972
"output_cost": 0.000004
973+
},
974+
{
975+
"label": "o4-mini",
976+
"name": "o4-mini",
977+
"input_cost": 1.5e-7,
978+
"output_cost": 6e-7
973979
}
974980
]
975981
},

0 commit comments

Comments
 (0)