@@ -24,7 +24,7 @@ export const modelStore = (set, get) => ({
24
24
imageMinSizeLength : 768 ,
25
25
tileSizeLength : 512 ,
26
26
baseTokens : 75 ,
27
- costPerMillionTokens : 10 ,
27
+ costPerMillionTokens : 2 ,
28
28
} ,
29
29
{
30
30
name : "o1 (2024-12-17 - Global)" ,
@@ -83,7 +83,7 @@ export const modelStore = (set, get) => ({
83
83
imageMinSizeLength : 768 ,
84
84
tileSizeLength : 512 ,
85
85
baseTokens : 85 ,
86
- costPerMillionTokens : 3.025 ,
86
+ costPerMillionTokens : 2.75 ,
87
87
} ,
88
88
{
89
89
name : "GPT-4o (2024-08-06 - Global)" ,
@@ -155,6 +155,44 @@ export const modelStore = (set, get) => ({
155
155
} ,
156
156
] ,
157
157
} ,
158
+ {
159
+ name : "Image Generation" ,
160
+ items : [
161
+ {
162
+ name : "gpt-image-1 (Global)" ,
163
+ tokensPerTile : 129 ,
164
+ maxImageDimension : 2048 ,
165
+ imageMinSizeLength : 512 ,
166
+ tileSizeLength : 512 ,
167
+ baseTokens : 65 ,
168
+ costPerMillionTokens : 10 ,
169
+ comment :
170
+ "This calculator only provides the input tokens consumed by the image generation model, not the output tokens for the images generated by the model." ,
171
+ } ,
172
+ {
173
+ name : "gpt-image-1 (Data Zone)" ,
174
+ tokensPerTile : 129 ,
175
+ maxImageDimension : 2048 ,
176
+ imageMinSizeLength : 512 ,
177
+ tileSizeLength : 512 ,
178
+ baseTokens : 65 ,
179
+ costPerMillionTokens : 11 ,
180
+ comment :
181
+ "This calculator only provides the input tokens consumed by the image generation model, not the output tokens for the images generated by the model." ,
182
+ } ,
183
+ {
184
+ name : "gpt-image-1 (Standard)" ,
185
+ tokensPerTile : 129 ,
186
+ maxImageDimension : 2048 ,
187
+ imageMinSizeLength : 512 ,
188
+ tileSizeLength : 512 ,
189
+ baseTokens : 65 ,
190
+ costPerMillionTokens : 11 ,
191
+ comment :
192
+ "This calculator only provides the input tokens consumed by the image generation model, not the output tokens for the images generated by the model." ,
193
+ } ,
194
+ ] ,
195
+ } ,
158
196
{
159
197
name : "Preview" ,
160
198
items : [
0 commit comments