Skip to content

Commit 0790350

Browse files
committed
Add OpenAI GPT-5.4 and GPT-5 pricing
1 parent 6a8a9d3 commit 0790350

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

backend/core/provider_pricing.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,14 @@
274274
}
275275
},
276276
"openai": {
277+
"gpt-5.4": {
278+
"input": 2.5,
279+
"output": 15.0
280+
},
281+
"gpt-5": {
282+
"input": 1.25,
283+
"output": 10.0
284+
},
277285
"gpt-4o": {
278286
"input": 2.5,
279287
"output": 10.0

0 commit comments

Comments
 (0)