Skip to content

Commit f8f9381

Browse files
committed
fix: correct gpt-image-1 pricing in snapshot to match gpt-image-1.5
1 parent 25ae9a1 commit f8f9381

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/__tests__/cost/__snapshots__/registrySnapshots.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8411,8 +8411,8 @@ exports[`Registry Snapshots pricing snapshot 1`] = `
84118411
"openai/gpt-image-1": {
84128412
"openai": [
84138413
{
8414-
"input": 0.00000625,
8415-
"output": 0.0000125,
8414+
"input": 0.000005,
8415+
"output": 0.00001,
84168416
"threshold": 0,
84178417
},
84188418
],

0 commit comments

Comments
 (0)