File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -166,6 +166,8 @@ export const modelStore = (set, get) => ({
166
166
tileSizeLength : 512 ,
167
167
baseTokens : 65 ,
168
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." ,
169
171
} ,
170
172
{
171
173
name : "gpt-image-1 (Data Zone)" ,
@@ -175,6 +177,8 @@ export const modelStore = (set, get) => ({
175
177
tileSizeLength : 512 ,
176
178
baseTokens : 65 ,
177
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." ,
178
182
} ,
179
183
{
180
184
name : "gpt-image-1 (Standard)" ,
@@ -184,6 +188,8 @@ export const modelStore = (set, get) => ({
184
188
tileSizeLength : 512 ,
185
189
baseTokens : 65 ,
186
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." ,
187
193
} ,
188
194
] ,
189
195
} ,
You can’t perform that action at this time.
0 commit comments