Skip to content

Commit 994b999

Browse files
committed
Update cost per million tokens in ModelStore for pricing adjustments
1 parent 140bfcb commit 994b999

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/stores/ModelStore.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const modelStore = (set, get) => ({
2424
imageMinSizeLength: 768,
2525
tileSizeLength: 512,
2626
baseTokens: 75,
27-
costPerMillionTokens: 10,
27+
costPerMillionTokens: 2,
2828
},
2929
{
3030
name: "o1 (2024-12-17 - Global)",
@@ -83,7 +83,7 @@ export const modelStore = (set, get) => ({
8383
imageMinSizeLength: 768,
8484
tileSizeLength: 512,
8585
baseTokens: 85,
86-
costPerMillionTokens: 3.025,
86+
costPerMillionTokens: 2.75,
8787
},
8888
{
8989
name: "GPT-4o (2024-08-06 - Global)",

0 commit comments

Comments
 (0)