File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 22 "$schema" : " http://json-schema.org/draft-07/schema#" ,
33 "description" : " Model pricing data - costs per million tokens for input and output" ,
44 "metadata" : {
5- "lastUpdated" : " 2026-03-02 " ,
5+ "lastUpdated" : " 2026-03-09 " ,
66 "sources" : [
77 {
88 "name" : " OpenAI API Pricing" ,
115115 "tier" : " premium" ,
116116 "multiplier" : 1
117117 },
118+ "gpt-5.4" : {
119+ "inputCostPerMillion" : 0.00 ,
120+ "outputCostPerMillion" : 0.00 ,
121+ "category" : " GPT-5 models" ,
122+ "tier" : " premium" ,
123+ "multiplier" : 1
124+ },
118125 "gpt-4" : {
119126 "inputCostPerMillion" : 3.0 ,
120127 "outputCostPerMillion" : 12.0 ,
Original file line number Diff line number Diff line change 2020 "gpt-5.2-codex" : 0.25 ,
2121 "gpt-5.2-pro" : 0.25 ,
2222 "gpt-5.3-codex" : 0.25 ,
23+ "gpt-5.4" : 0.25 ,
2324 "gpt-4.1-nano" : 0.25 ,
2425 "gemini-2.0-flash" : 0.25 ,
2526 "gemini-2.0-flash-lite" : 0.25 ,
You can’t perform that action at this time.
0 commit comments