@llmgateway/models 1.80.0 → 1.82.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/models/alibaba.d.ts +469 -469
- package/dist/models/alibaba.js +469 -469
- package/dist/models/alibaba.js.map +1 -1
- package/dist/models/anthropic.d.ts +266 -266
- package/dist/models/anthropic.js +266 -266
- package/dist/models/anthropic.js.map +1 -1
- package/dist/models/bytedance.d.ts +24 -24
- package/dist/models/bytedance.js +24 -24
- package/dist/models/bytedance.js.map +1 -1
- package/dist/models/deepseek.d.ts +62 -62
- package/dist/models/deepseek.js +62 -62
- package/dist/models/deepseek.js.map +1 -1
- package/dist/models/google.d.ts +360 -356
- package/dist/models/google.js +360 -356
- package/dist/models/google.js.map +1 -1
- package/dist/models/meta.d.ts +66 -66
- package/dist/models/meta.js +66 -66
- package/dist/models/meta.js.map +1 -1
- package/dist/models/minimax.d.ts +55 -55
- package/dist/models/minimax.js +55 -55
- package/dist/models/minimax.js.map +1 -1
- package/dist/models/mistral.d.ts +30 -30
- package/dist/models/mistral.js +30 -30
- package/dist/models/mistral.js.map +1 -1
- package/dist/models/moonshot.d.ts +70 -70
- package/dist/models/moonshot.js +70 -70
- package/dist/models/moonshot.js.map +1 -1
- package/dist/models/nousresearch.d.ts +6 -6
- package/dist/models/nousresearch.js +6 -6
- package/dist/models/nousresearch.js.map +1 -1
- package/dist/models/openai.d.ts +335 -327
- package/dist/models/openai.js +335 -327
- package/dist/models/openai.js.map +1 -1
- package/dist/models/perplexity.d.ts +12 -12
- package/dist/models/perplexity.js +12 -12
- package/dist/models/perplexity.js.map +1 -1
- package/dist/models/xai.d.ts +211 -188
- package/dist/models/xai.js +211 -188
- package/dist/models/xai.js.map +1 -1
- package/dist/models/xiaomi.d.ts +38 -38
- package/dist/models/xiaomi.js +38 -38
- package/dist/models/xiaomi.js.map +1 -1
- package/dist/models/zai.d.ts +177 -177
- package/dist/models/zai.js +177 -177
- package/dist/models/zai.js.map +1 -1
- package/dist/models.d.ts +2210 -2173
- package/dist/models.js.map +1 -1
- package/dist/providers.d.ts +62 -0
- package/dist/providers.js +60 -0
- package/dist/providers.js.map +1 -1
- package/dist/types.d.ts +4 -4
- package/package.json +1 -1
package/dist/models/openai.d.ts
CHANGED
|
@@ -7,10 +7,10 @@ export declare const openaiModels: [{
|
|
|
7
7
|
readonly providers: [{
|
|
8
8
|
readonly providerId: "openai";
|
|
9
9
|
readonly modelName: "gpt-4o-mini";
|
|
10
|
-
readonly inputPrice:
|
|
11
|
-
readonly outputPrice:
|
|
12
|
-
readonly cachedInputPrice:
|
|
13
|
-
readonly requestPrice: 0;
|
|
10
|
+
readonly inputPrice: "0.15e-6";
|
|
11
|
+
readonly outputPrice: "0.6e-6";
|
|
12
|
+
readonly cachedInputPrice: "0.075e-6";
|
|
13
|
+
readonly requestPrice: "0";
|
|
14
14
|
readonly contextSize: 128000;
|
|
15
15
|
readonly maxOutput: 16384;
|
|
16
16
|
readonly streaming: true;
|
|
@@ -21,9 +21,9 @@ export declare const openaiModels: [{
|
|
|
21
21
|
}, {
|
|
22
22
|
readonly providerId: "azure";
|
|
23
23
|
readonly modelName: "gpt-4o-mini";
|
|
24
|
-
readonly inputPrice:
|
|
25
|
-
readonly outputPrice:
|
|
26
|
-
readonly cachedInputPrice:
|
|
24
|
+
readonly inputPrice: "0.15e-6";
|
|
25
|
+
readonly outputPrice: "0.6e-6";
|
|
26
|
+
readonly cachedInputPrice: "0.075e-6";
|
|
27
27
|
readonly contextSize: 128000;
|
|
28
28
|
readonly maxOutput: 16384;
|
|
29
29
|
readonly streaming: true;
|
|
@@ -42,11 +42,11 @@ export declare const openaiModels: [{
|
|
|
42
42
|
readonly providers: [{
|
|
43
43
|
readonly providerId: "openai";
|
|
44
44
|
readonly modelName: "gpt-4o-search-preview";
|
|
45
|
-
readonly inputPrice:
|
|
46
|
-
readonly outputPrice:
|
|
47
|
-
readonly requestPrice: 0;
|
|
45
|
+
readonly inputPrice: "2.5e-6";
|
|
46
|
+
readonly outputPrice: "10.0e-6";
|
|
47
|
+
readonly requestPrice: "0";
|
|
48
48
|
readonly webSearch: true;
|
|
49
|
-
readonly webSearchPrice: 0.025;
|
|
49
|
+
readonly webSearchPrice: "0.025";
|
|
50
50
|
readonly contextSize: 128000;
|
|
51
51
|
readonly maxOutput: 16384;
|
|
52
52
|
readonly streaming: true;
|
|
@@ -64,11 +64,11 @@ export declare const openaiModels: [{
|
|
|
64
64
|
readonly providers: [{
|
|
65
65
|
readonly providerId: "openai";
|
|
66
66
|
readonly modelName: "gpt-4o-mini-search-preview";
|
|
67
|
-
readonly inputPrice:
|
|
68
|
-
readonly outputPrice:
|
|
69
|
-
readonly requestPrice: 0;
|
|
67
|
+
readonly inputPrice: "0.15e-6";
|
|
68
|
+
readonly outputPrice: "0.6e-6";
|
|
69
|
+
readonly requestPrice: "0";
|
|
70
70
|
readonly webSearch: true;
|
|
71
|
-
readonly webSearchPrice: 0.025;
|
|
71
|
+
readonly webSearchPrice: "0.025";
|
|
72
72
|
readonly contextSize: 128000;
|
|
73
73
|
readonly maxOutput: 16384;
|
|
74
74
|
readonly streaming: true;
|
|
@@ -87,9 +87,9 @@ export declare const openaiModels: [{
|
|
|
87
87
|
readonly test: "skip";
|
|
88
88
|
readonly providerId: "openai";
|
|
89
89
|
readonly modelName: "gpt-4";
|
|
90
|
-
readonly inputPrice:
|
|
91
|
-
readonly outputPrice:
|
|
92
|
-
readonly requestPrice: 0;
|
|
90
|
+
readonly inputPrice: "30.0e-6";
|
|
91
|
+
readonly outputPrice: "60.0e-6";
|
|
92
|
+
readonly requestPrice: "0";
|
|
93
93
|
readonly contextSize: 8192;
|
|
94
94
|
readonly maxOutput: 8192;
|
|
95
95
|
readonly streaming: true;
|
|
@@ -101,8 +101,8 @@ export declare const openaiModels: [{
|
|
|
101
101
|
readonly test: "skip";
|
|
102
102
|
readonly providerId: "azure";
|
|
103
103
|
readonly modelName: "gpt-4";
|
|
104
|
-
readonly inputPrice:
|
|
105
|
-
readonly outputPrice:
|
|
104
|
+
readonly inputPrice: "30.0e-6";
|
|
105
|
+
readonly outputPrice: "60.0e-6";
|
|
106
106
|
readonly contextSize: 8192;
|
|
107
107
|
readonly maxOutput: 8192;
|
|
108
108
|
readonly streaming: true;
|
|
@@ -119,11 +119,11 @@ export declare const openaiModels: [{
|
|
|
119
119
|
readonly providers: [{
|
|
120
120
|
readonly providerId: "openai";
|
|
121
121
|
readonly modelName: "gpt-4o";
|
|
122
|
-
readonly inputPrice:
|
|
123
|
-
readonly outputPrice:
|
|
124
|
-
readonly cachedInputPrice:
|
|
125
|
-
readonly requestPrice: 0;
|
|
126
|
-
readonly imageInputPrice: 0.00553;
|
|
122
|
+
readonly inputPrice: "2.5e-6";
|
|
123
|
+
readonly outputPrice: "10.0e-6";
|
|
124
|
+
readonly cachedInputPrice: "1.25e-6";
|
|
125
|
+
readonly requestPrice: "0";
|
|
126
|
+
readonly imageInputPrice: "0.00553";
|
|
127
127
|
readonly contextSize: 128000;
|
|
128
128
|
readonly maxOutput: 16384;
|
|
129
129
|
readonly streaming: true;
|
|
@@ -136,10 +136,10 @@ export declare const openaiModels: [{
|
|
|
136
136
|
readonly test: "skip";
|
|
137
137
|
readonly providerId: "azure";
|
|
138
138
|
readonly modelName: "gpt-4o";
|
|
139
|
-
readonly inputPrice:
|
|
140
|
-
readonly outputPrice:
|
|
141
|
-
readonly cachedInputPrice:
|
|
142
|
-
readonly imageInputPrice: 0.00553;
|
|
139
|
+
readonly inputPrice: "2.5e-6";
|
|
140
|
+
readonly outputPrice: "10.0e-6";
|
|
141
|
+
readonly cachedInputPrice: "1.25e-6";
|
|
142
|
+
readonly imageInputPrice: "0.00553";
|
|
143
143
|
readonly contextSize: 128000;
|
|
144
144
|
readonly maxOutput: 16384;
|
|
145
145
|
readonly streaming: true;
|
|
@@ -156,9 +156,9 @@ export declare const openaiModels: [{
|
|
|
156
156
|
readonly providers: [{
|
|
157
157
|
readonly providerId: "openai";
|
|
158
158
|
readonly modelName: "gpt-3.5-turbo";
|
|
159
|
-
readonly inputPrice:
|
|
160
|
-
readonly outputPrice:
|
|
161
|
-
readonly requestPrice: 0;
|
|
159
|
+
readonly inputPrice: "0.5e-6";
|
|
160
|
+
readonly outputPrice: "1.5e-6";
|
|
161
|
+
readonly requestPrice: "0";
|
|
162
162
|
readonly contextSize: 16385;
|
|
163
163
|
readonly maxOutput: undefined;
|
|
164
164
|
readonly streaming: true;
|
|
@@ -170,8 +170,8 @@ export declare const openaiModels: [{
|
|
|
170
170
|
readonly test: "skip";
|
|
171
171
|
readonly providerId: "azure";
|
|
172
172
|
readonly modelName: "gpt-35-turbo";
|
|
173
|
-
readonly inputPrice:
|
|
174
|
-
readonly outputPrice:
|
|
173
|
+
readonly inputPrice: "0.5e-6";
|
|
174
|
+
readonly outputPrice: "1.5e-6";
|
|
175
175
|
readonly contextSize: 16385;
|
|
176
176
|
readonly maxOutput: 4096;
|
|
177
177
|
readonly streaming: true;
|
|
@@ -189,9 +189,9 @@ export declare const openaiModels: [{
|
|
|
189
189
|
readonly test: "skip";
|
|
190
190
|
readonly providerId: "openai";
|
|
191
191
|
readonly modelName: "gpt-4-turbo";
|
|
192
|
-
readonly inputPrice:
|
|
193
|
-
readonly outputPrice:
|
|
194
|
-
readonly requestPrice: 0;
|
|
192
|
+
readonly inputPrice: "10.0e-6";
|
|
193
|
+
readonly outputPrice: "30.0e-6";
|
|
194
|
+
readonly requestPrice: "0";
|
|
195
195
|
readonly contextSize: 128000;
|
|
196
196
|
readonly maxOutput: undefined;
|
|
197
197
|
readonly streaming: true;
|
|
@@ -203,8 +203,8 @@ export declare const openaiModels: [{
|
|
|
203
203
|
readonly test: "skip";
|
|
204
204
|
readonly providerId: "azure";
|
|
205
205
|
readonly modelName: "gpt-4-turbo";
|
|
206
|
-
readonly inputPrice:
|
|
207
|
-
readonly outputPrice:
|
|
206
|
+
readonly inputPrice: "10.0e-6";
|
|
207
|
+
readonly outputPrice: "30.0e-6";
|
|
208
208
|
readonly contextSize: 128000;
|
|
209
209
|
readonly maxOutput: 4096;
|
|
210
210
|
readonly streaming: true;
|
|
@@ -221,10 +221,10 @@ export declare const openaiModels: [{
|
|
|
221
221
|
readonly providers: [{
|
|
222
222
|
readonly providerId: "openai";
|
|
223
223
|
readonly modelName: "gpt-4.1";
|
|
224
|
-
readonly inputPrice:
|
|
225
|
-
readonly outputPrice:
|
|
226
|
-
readonly cachedInputPrice:
|
|
227
|
-
readonly requestPrice: 0;
|
|
224
|
+
readonly inputPrice: "2.0e-6";
|
|
225
|
+
readonly outputPrice: "8.0e-6";
|
|
226
|
+
readonly cachedInputPrice: "0.5e-6";
|
|
227
|
+
readonly requestPrice: "0";
|
|
228
228
|
readonly contextSize: 1000000;
|
|
229
229
|
readonly maxOutput: undefined;
|
|
230
230
|
readonly streaming: true;
|
|
@@ -237,10 +237,10 @@ export declare const openaiModels: [{
|
|
|
237
237
|
readonly test: "skip";
|
|
238
238
|
readonly providerId: "azure";
|
|
239
239
|
readonly modelName: "gpt-4.1";
|
|
240
|
-
readonly inputPrice:
|
|
241
|
-
readonly outputPrice:
|
|
242
|
-
readonly cachedInputPrice:
|
|
243
|
-
readonly requestPrice: 0;
|
|
240
|
+
readonly inputPrice: "2.0e-6";
|
|
241
|
+
readonly outputPrice: "8.0e-6";
|
|
242
|
+
readonly cachedInputPrice: "0.5e-6";
|
|
243
|
+
readonly requestPrice: "0";
|
|
244
244
|
readonly contextSize: 1000000;
|
|
245
245
|
readonly maxOutput: undefined;
|
|
246
246
|
readonly streaming: true;
|
|
@@ -260,10 +260,10 @@ export declare const openaiModels: [{
|
|
|
260
260
|
readonly test: "skip";
|
|
261
261
|
readonly providerId: "openai";
|
|
262
262
|
readonly modelName: "o1";
|
|
263
|
-
readonly inputPrice:
|
|
264
|
-
readonly outputPrice:
|
|
265
|
-
readonly cachedInputPrice:
|
|
266
|
-
readonly requestPrice: 0;
|
|
263
|
+
readonly inputPrice: "15.0e-6";
|
|
264
|
+
readonly outputPrice: "60.0e-6";
|
|
265
|
+
readonly cachedInputPrice: "7.5e-6";
|
|
266
|
+
readonly requestPrice: "0";
|
|
267
267
|
readonly contextSize: 200000;
|
|
268
268
|
readonly maxOutput: undefined;
|
|
269
269
|
readonly streaming: true;
|
|
@@ -276,10 +276,10 @@ export declare const openaiModels: [{
|
|
|
276
276
|
readonly test: "skip";
|
|
277
277
|
readonly providerId: "azure";
|
|
278
278
|
readonly modelName: "o1";
|
|
279
|
-
readonly inputPrice:
|
|
280
|
-
readonly outputPrice:
|
|
281
|
-
readonly cachedInputPrice:
|
|
282
|
-
readonly requestPrice: 0;
|
|
279
|
+
readonly inputPrice: "15.0e-6";
|
|
280
|
+
readonly outputPrice: "60.0e-6";
|
|
281
|
+
readonly cachedInputPrice: "7.5e-6";
|
|
282
|
+
readonly requestPrice: "0";
|
|
283
283
|
readonly contextSize: 200000;
|
|
284
284
|
readonly maxOutput: undefined;
|
|
285
285
|
readonly streaming: true;
|
|
@@ -299,10 +299,10 @@ export declare const openaiModels: [{
|
|
|
299
299
|
readonly stability: "unstable";
|
|
300
300
|
readonly providerId: "openai";
|
|
301
301
|
readonly modelName: "o1-mini";
|
|
302
|
-
readonly inputPrice:
|
|
303
|
-
readonly outputPrice:
|
|
304
|
-
readonly cachedInputPrice:
|
|
305
|
-
readonly requestPrice: 0;
|
|
302
|
+
readonly inputPrice: "1.1e-6";
|
|
303
|
+
readonly outputPrice: "4.4e-6";
|
|
304
|
+
readonly cachedInputPrice: "0.55e-6";
|
|
305
|
+
readonly requestPrice: "0";
|
|
306
306
|
readonly deactivatedAt: Date;
|
|
307
307
|
readonly contextSize: 128000;
|
|
308
308
|
readonly maxOutput: undefined;
|
|
@@ -316,10 +316,10 @@ export declare const openaiModels: [{
|
|
|
316
316
|
readonly test: "skip";
|
|
317
317
|
readonly providerId: "azure";
|
|
318
318
|
readonly modelName: "o1-mini";
|
|
319
|
-
readonly inputPrice:
|
|
320
|
-
readonly outputPrice:
|
|
321
|
-
readonly cachedInputPrice:
|
|
322
|
-
readonly requestPrice: 0;
|
|
319
|
+
readonly inputPrice: "1.1e-6";
|
|
320
|
+
readonly outputPrice: "4.4e-6";
|
|
321
|
+
readonly cachedInputPrice: "0.55e-6";
|
|
322
|
+
readonly requestPrice: "0";
|
|
323
323
|
readonly deactivatedAt: Date;
|
|
324
324
|
readonly contextSize: 128000;
|
|
325
325
|
readonly maxOutput: undefined;
|
|
@@ -340,10 +340,10 @@ export declare const openaiModels: [{
|
|
|
340
340
|
readonly providers: [{
|
|
341
341
|
readonly providerId: "openai";
|
|
342
342
|
readonly modelName: "gpt-4.1-mini";
|
|
343
|
-
readonly inputPrice:
|
|
344
|
-
readonly outputPrice:
|
|
345
|
-
readonly cachedInputPrice:
|
|
346
|
-
readonly requestPrice: 0;
|
|
343
|
+
readonly inputPrice: "0.4e-6";
|
|
344
|
+
readonly outputPrice: "1.6e-6";
|
|
345
|
+
readonly cachedInputPrice: "0.1e-6";
|
|
346
|
+
readonly requestPrice: "0";
|
|
347
347
|
readonly contextSize: 1000000;
|
|
348
348
|
readonly maxOutput: undefined;
|
|
349
349
|
readonly streaming: true;
|
|
@@ -356,10 +356,10 @@ export declare const openaiModels: [{
|
|
|
356
356
|
readonly test: "skip";
|
|
357
357
|
readonly providerId: "azure";
|
|
358
358
|
readonly modelName: "gpt-4.1-mini";
|
|
359
|
-
readonly inputPrice:
|
|
360
|
-
readonly outputPrice:
|
|
361
|
-
readonly cachedInputPrice:
|
|
362
|
-
readonly requestPrice: 0;
|
|
359
|
+
readonly inputPrice: "0.4e-6";
|
|
360
|
+
readonly outputPrice: "1.6e-6";
|
|
361
|
+
readonly cachedInputPrice: "0.1e-6";
|
|
362
|
+
readonly requestPrice: "0";
|
|
363
363
|
readonly contextSize: 1000000;
|
|
364
364
|
readonly maxOutput: undefined;
|
|
365
365
|
readonly streaming: true;
|
|
@@ -378,10 +378,10 @@ export declare const openaiModels: [{
|
|
|
378
378
|
readonly providers: [{
|
|
379
379
|
readonly providerId: "openai";
|
|
380
380
|
readonly modelName: "gpt-4.1-nano";
|
|
381
|
-
readonly inputPrice:
|
|
382
|
-
readonly outputPrice:
|
|
383
|
-
readonly cachedInputPrice:
|
|
384
|
-
readonly requestPrice: 0;
|
|
381
|
+
readonly inputPrice: "0.1e-6";
|
|
382
|
+
readonly outputPrice: "0.4e-6";
|
|
383
|
+
readonly cachedInputPrice: "0.025e-6";
|
|
384
|
+
readonly requestPrice: "0";
|
|
385
385
|
readonly contextSize: 1000000;
|
|
386
386
|
readonly maxOutput: undefined;
|
|
387
387
|
readonly streaming: true;
|
|
@@ -394,10 +394,10 @@ export declare const openaiModels: [{
|
|
|
394
394
|
readonly test: "skip";
|
|
395
395
|
readonly providerId: "azure";
|
|
396
396
|
readonly modelName: "gpt-4.1-nano";
|
|
397
|
-
readonly inputPrice:
|
|
398
|
-
readonly outputPrice:
|
|
399
|
-
readonly cachedInputPrice:
|
|
400
|
-
readonly requestPrice: 0;
|
|
397
|
+
readonly inputPrice: "0.1e-6";
|
|
398
|
+
readonly outputPrice: "0.4e-6";
|
|
399
|
+
readonly cachedInputPrice: "0.025e-6";
|
|
400
|
+
readonly requestPrice: "0";
|
|
401
401
|
readonly contextSize: 1000000;
|
|
402
402
|
readonly maxOutput: undefined;
|
|
403
403
|
readonly streaming: true;
|
|
@@ -416,10 +416,10 @@ export declare const openaiModels: [{
|
|
|
416
416
|
readonly providers: [{
|
|
417
417
|
readonly providerId: "openai";
|
|
418
418
|
readonly modelName: "o3";
|
|
419
|
-
readonly inputPrice:
|
|
420
|
-
readonly outputPrice:
|
|
421
|
-
readonly cachedInputPrice:
|
|
422
|
-
readonly requestPrice: 0;
|
|
419
|
+
readonly inputPrice: "2e-6";
|
|
420
|
+
readonly outputPrice: "8e-6";
|
|
421
|
+
readonly cachedInputPrice: "0.5e-6";
|
|
422
|
+
readonly requestPrice: "0";
|
|
423
423
|
readonly contextSize: 200000;
|
|
424
424
|
readonly maxOutput: undefined;
|
|
425
425
|
readonly streaming: false;
|
|
@@ -432,10 +432,10 @@ export declare const openaiModels: [{
|
|
|
432
432
|
readonly test: "skip";
|
|
433
433
|
readonly providerId: "azure";
|
|
434
434
|
readonly modelName: "o3";
|
|
435
|
-
readonly inputPrice:
|
|
436
|
-
readonly outputPrice:
|
|
437
|
-
readonly cachedInputPrice:
|
|
438
|
-
readonly requestPrice: 0;
|
|
435
|
+
readonly inputPrice: "2e-6";
|
|
436
|
+
readonly outputPrice: "8e-6";
|
|
437
|
+
readonly cachedInputPrice: "0.5e-6";
|
|
438
|
+
readonly requestPrice: "0";
|
|
439
439
|
readonly contextSize: 200000;
|
|
440
440
|
readonly maxOutput: undefined;
|
|
441
441
|
readonly streaming: false;
|
|
@@ -453,10 +453,10 @@ export declare const openaiModels: [{
|
|
|
453
453
|
readonly providers: [{
|
|
454
454
|
readonly providerId: "openai";
|
|
455
455
|
readonly modelName: "o3-mini";
|
|
456
|
-
readonly inputPrice:
|
|
457
|
-
readonly outputPrice:
|
|
458
|
-
readonly cachedInputPrice:
|
|
459
|
-
readonly requestPrice: 0;
|
|
456
|
+
readonly inputPrice: "1.1e-6";
|
|
457
|
+
readonly outputPrice: "4.4e-6";
|
|
458
|
+
readonly cachedInputPrice: "0.55e-6";
|
|
459
|
+
readonly requestPrice: "0";
|
|
460
460
|
readonly contextSize: 200000;
|
|
461
461
|
readonly maxOutput: undefined;
|
|
462
462
|
readonly streaming: true;
|
|
@@ -469,10 +469,10 @@ export declare const openaiModels: [{
|
|
|
469
469
|
readonly test: "skip";
|
|
470
470
|
readonly providerId: "azure";
|
|
471
471
|
readonly modelName: "o3-mini";
|
|
472
|
-
readonly inputPrice:
|
|
473
|
-
readonly outputPrice:
|
|
474
|
-
readonly cachedInputPrice:
|
|
475
|
-
readonly requestPrice: 0;
|
|
472
|
+
readonly inputPrice: "1.1e-6";
|
|
473
|
+
readonly outputPrice: "4.4e-6";
|
|
474
|
+
readonly cachedInputPrice: "0.55e-6";
|
|
475
|
+
readonly requestPrice: "0";
|
|
476
476
|
readonly contextSize: 200000;
|
|
477
477
|
readonly maxOutput: undefined;
|
|
478
478
|
readonly streaming: true;
|
|
@@ -490,10 +490,10 @@ export declare const openaiModels: [{
|
|
|
490
490
|
readonly providers: [{
|
|
491
491
|
readonly providerId: "openai";
|
|
492
492
|
readonly modelName: "o4-mini";
|
|
493
|
-
readonly inputPrice:
|
|
494
|
-
readonly outputPrice:
|
|
495
|
-
readonly cachedInputPrice:
|
|
496
|
-
readonly requestPrice: 0;
|
|
493
|
+
readonly inputPrice: "1.1e-6";
|
|
494
|
+
readonly outputPrice: "4.4e-6";
|
|
495
|
+
readonly cachedInputPrice: "0.275e-6";
|
|
496
|
+
readonly requestPrice: "0";
|
|
497
497
|
readonly contextSize: 200000;
|
|
498
498
|
readonly maxOutput: undefined;
|
|
499
499
|
readonly streaming: true;
|
|
@@ -507,10 +507,10 @@ export declare const openaiModels: [{
|
|
|
507
507
|
readonly test: "skip";
|
|
508
508
|
readonly providerId: "azure";
|
|
509
509
|
readonly modelName: "o4-mini";
|
|
510
|
-
readonly inputPrice:
|
|
511
|
-
readonly outputPrice:
|
|
512
|
-
readonly cachedInputPrice:
|
|
513
|
-
readonly requestPrice: 0;
|
|
510
|
+
readonly inputPrice: "1.1e-6";
|
|
511
|
+
readonly outputPrice: "4.4e-6";
|
|
512
|
+
readonly cachedInputPrice: "0.275e-6";
|
|
513
|
+
readonly requestPrice: "0";
|
|
514
514
|
readonly contextSize: 200000;
|
|
515
515
|
readonly maxOutput: undefined;
|
|
516
516
|
readonly streaming: true;
|
|
@@ -529,9 +529,9 @@ export declare const openaiModels: [{
|
|
|
529
529
|
readonly providers: [{
|
|
530
530
|
readonly providerId: "groq";
|
|
531
531
|
readonly modelName: "openai/gpt-oss-120b";
|
|
532
|
-
readonly inputPrice:
|
|
533
|
-
readonly outputPrice:
|
|
534
|
-
readonly requestPrice: 0;
|
|
532
|
+
readonly inputPrice: "0.15e-6";
|
|
533
|
+
readonly outputPrice: "0.75e-6";
|
|
534
|
+
readonly requestPrice: "0";
|
|
535
535
|
readonly contextSize: 131072;
|
|
536
536
|
readonly maxOutput: 32766;
|
|
537
537
|
readonly streaming: true;
|
|
@@ -543,9 +543,9 @@ export declare const openaiModels: [{
|
|
|
543
543
|
readonly providerId: "cerebras";
|
|
544
544
|
readonly stability: "unstable";
|
|
545
545
|
readonly modelName: "gpt-oss-120b";
|
|
546
|
-
readonly inputPrice:
|
|
547
|
-
readonly outputPrice:
|
|
548
|
-
readonly requestPrice: 0;
|
|
546
|
+
readonly inputPrice: "0.35e-6";
|
|
547
|
+
readonly outputPrice: "0.75e-6";
|
|
548
|
+
readonly requestPrice: "0";
|
|
549
549
|
readonly contextSize: 131072;
|
|
550
550
|
readonly maxOutput: 32768;
|
|
551
551
|
readonly streaming: true;
|
|
@@ -558,9 +558,9 @@ export declare const openaiModels: [{
|
|
|
558
558
|
readonly test: "skip";
|
|
559
559
|
readonly providerId: "nanogpt";
|
|
560
560
|
readonly modelName: "openai/gpt-oss-120b";
|
|
561
|
-
readonly inputPrice:
|
|
562
|
-
readonly outputPrice:
|
|
563
|
-
readonly requestPrice: 0;
|
|
561
|
+
readonly inputPrice: "0.05e-6";
|
|
562
|
+
readonly outputPrice: "0.25e-6";
|
|
563
|
+
readonly requestPrice: "0";
|
|
564
564
|
readonly contextSize: 131072;
|
|
565
565
|
readonly maxOutput: 32766;
|
|
566
566
|
readonly streaming: true;
|
|
@@ -571,10 +571,10 @@ export declare const openaiModels: [{
|
|
|
571
571
|
}, {
|
|
572
572
|
readonly providerId: "bytedance";
|
|
573
573
|
readonly modelName: "gpt-oss-120b-250805";
|
|
574
|
-
readonly inputPrice:
|
|
575
|
-
readonly cachedInputPrice:
|
|
576
|
-
readonly outputPrice:
|
|
577
|
-
readonly requestPrice: 0;
|
|
574
|
+
readonly inputPrice: "0.1e-6";
|
|
575
|
+
readonly cachedInputPrice: "0.02e-6";
|
|
576
|
+
readonly outputPrice: "0.5e-6";
|
|
577
|
+
readonly requestPrice: "0";
|
|
578
578
|
readonly contextSize: 128000;
|
|
579
579
|
readonly maxOutput: 32000;
|
|
580
580
|
readonly streaming: true;
|
|
@@ -585,9 +585,9 @@ export declare const openaiModels: [{
|
|
|
585
585
|
}, {
|
|
586
586
|
readonly providerId: "nebius";
|
|
587
587
|
readonly modelName: "openai/gpt-oss-120b";
|
|
588
|
-
readonly inputPrice:
|
|
589
|
-
readonly outputPrice:
|
|
590
|
-
readonly requestPrice: 0;
|
|
588
|
+
readonly inputPrice: "0.15e-6";
|
|
589
|
+
readonly outputPrice: "0.6e-6";
|
|
590
|
+
readonly requestPrice: "0";
|
|
591
591
|
readonly contextSize: 131072;
|
|
592
592
|
readonly maxOutput: 32768;
|
|
593
593
|
readonly streaming: true;
|
|
@@ -598,9 +598,9 @@ export declare const openaiModels: [{
|
|
|
598
598
|
}, {
|
|
599
599
|
readonly providerId: "together-ai";
|
|
600
600
|
readonly modelName: "openai/gpt-oss-120b";
|
|
601
|
-
readonly inputPrice:
|
|
602
|
-
readonly outputPrice:
|
|
603
|
-
readonly requestPrice: 0;
|
|
601
|
+
readonly inputPrice: "0.15e-6";
|
|
602
|
+
readonly outputPrice: "0.6e-6";
|
|
603
|
+
readonly requestPrice: "0";
|
|
604
604
|
readonly contextSize: 131072;
|
|
605
605
|
readonly maxOutput: 32768;
|
|
606
606
|
readonly streaming: true;
|
|
@@ -611,9 +611,9 @@ export declare const openaiModels: [{
|
|
|
611
611
|
}, {
|
|
612
612
|
readonly providerId: "azure";
|
|
613
613
|
readonly modelName: "gpt-oss-120b";
|
|
614
|
-
readonly inputPrice:
|
|
615
|
-
readonly outputPrice:
|
|
616
|
-
readonly requestPrice: 0;
|
|
614
|
+
readonly inputPrice: "0.15e-6";
|
|
615
|
+
readonly outputPrice: "0.6e-6";
|
|
616
|
+
readonly requestPrice: "0";
|
|
617
617
|
readonly contextSize: 131072;
|
|
618
618
|
readonly maxOutput: 32768;
|
|
619
619
|
readonly streaming: true;
|
|
@@ -631,9 +631,9 @@ export declare const openaiModels: [{
|
|
|
631
631
|
readonly providers: [{
|
|
632
632
|
readonly providerId: "groq";
|
|
633
633
|
readonly modelName: "openai/gpt-oss-20b";
|
|
634
|
-
readonly inputPrice:
|
|
635
|
-
readonly outputPrice:
|
|
636
|
-
readonly requestPrice: 0;
|
|
634
|
+
readonly inputPrice: "0.1e-6";
|
|
635
|
+
readonly outputPrice: "0.5e-6";
|
|
636
|
+
readonly requestPrice: "0";
|
|
637
637
|
readonly contextSize: 131072;
|
|
638
638
|
readonly maxOutput: 32766;
|
|
639
639
|
readonly streaming: true;
|
|
@@ -645,9 +645,9 @@ export declare const openaiModels: [{
|
|
|
645
645
|
readonly test: "skip";
|
|
646
646
|
readonly providerId: "nanogpt";
|
|
647
647
|
readonly modelName: "openai/gpt-oss-20b";
|
|
648
|
-
readonly inputPrice:
|
|
649
|
-
readonly outputPrice:
|
|
650
|
-
readonly requestPrice: 0;
|
|
648
|
+
readonly inputPrice: "0.04e-6";
|
|
649
|
+
readonly outputPrice: "0.15e-6";
|
|
650
|
+
readonly requestPrice: "0";
|
|
651
651
|
readonly contextSize: 131072;
|
|
652
652
|
readonly maxOutput: 32766;
|
|
653
653
|
readonly streaming: true;
|
|
@@ -658,9 +658,9 @@ export declare const openaiModels: [{
|
|
|
658
658
|
}, {
|
|
659
659
|
readonly providerId: "together-ai";
|
|
660
660
|
readonly modelName: "openai/gpt-oss-20b";
|
|
661
|
-
readonly inputPrice:
|
|
662
|
-
readonly outputPrice:
|
|
663
|
-
readonly requestPrice: 0;
|
|
661
|
+
readonly inputPrice: "0.05e-6";
|
|
662
|
+
readonly outputPrice: "0.2e-6";
|
|
663
|
+
readonly requestPrice: "0";
|
|
664
664
|
readonly contextSize: 131072;
|
|
665
665
|
readonly maxOutput: 32768;
|
|
666
666
|
readonly streaming: true;
|
|
@@ -678,10 +678,10 @@ export declare const openaiModels: [{
|
|
|
678
678
|
readonly providers: [{
|
|
679
679
|
readonly providerId: "openai";
|
|
680
680
|
readonly modelName: "gpt-5";
|
|
681
|
-
readonly inputPrice:
|
|
682
|
-
readonly outputPrice:
|
|
683
|
-
readonly cachedInputPrice:
|
|
684
|
-
readonly requestPrice: 0;
|
|
681
|
+
readonly inputPrice: "1.25e-6";
|
|
682
|
+
readonly outputPrice: "10.0e-6";
|
|
683
|
+
readonly cachedInputPrice: "0.125e-6";
|
|
684
|
+
readonly requestPrice: "0";
|
|
685
685
|
readonly contextSize: 400000;
|
|
686
686
|
readonly maxOutput: 128000;
|
|
687
687
|
readonly reasoning: true;
|
|
@@ -689,7 +689,7 @@ export declare const openaiModels: [{
|
|
|
689
689
|
readonly vision: true;
|
|
690
690
|
readonly tools: true;
|
|
691
691
|
readonly webSearch: true;
|
|
692
|
-
readonly webSearchPrice: 0.01;
|
|
692
|
+
readonly webSearchPrice: "0.01";
|
|
693
693
|
readonly supportsResponsesApi: true;
|
|
694
694
|
readonly jsonOutputSchema: true;
|
|
695
695
|
readonly supportedParameters: ["temperature", "top_p", "frequency_penalty", "presence_penalty", "response_format", "tools", "tool_choice"];
|
|
@@ -698,10 +698,10 @@ export declare const openaiModels: [{
|
|
|
698
698
|
readonly test: "skip";
|
|
699
699
|
readonly providerId: "azure";
|
|
700
700
|
readonly modelName: "gpt-5";
|
|
701
|
-
readonly inputPrice:
|
|
702
|
-
readonly outputPrice:
|
|
703
|
-
readonly cachedInputPrice:
|
|
704
|
-
readonly requestPrice: 0;
|
|
701
|
+
readonly inputPrice: "1.25e-6";
|
|
702
|
+
readonly outputPrice: "10.0e-6";
|
|
703
|
+
readonly cachedInputPrice: "0.125e-6";
|
|
704
|
+
readonly requestPrice: "0";
|
|
705
705
|
readonly contextSize: 400000;
|
|
706
706
|
readonly maxOutput: 128000;
|
|
707
707
|
readonly reasoning: true;
|
|
@@ -722,10 +722,10 @@ export declare const openaiModels: [{
|
|
|
722
722
|
readonly providers: [{
|
|
723
723
|
readonly providerId: "openai";
|
|
724
724
|
readonly modelName: "gpt-5-mini";
|
|
725
|
-
readonly inputPrice:
|
|
726
|
-
readonly outputPrice:
|
|
727
|
-
readonly cachedInputPrice:
|
|
728
|
-
readonly requestPrice: 0;
|
|
725
|
+
readonly inputPrice: "0.25e-6";
|
|
726
|
+
readonly outputPrice: "2e-6";
|
|
727
|
+
readonly cachedInputPrice: "0.025e-6";
|
|
728
|
+
readonly requestPrice: "0";
|
|
729
729
|
readonly contextSize: 400000;
|
|
730
730
|
readonly maxOutput: 128000;
|
|
731
731
|
readonly reasoning: true;
|
|
@@ -733,7 +733,7 @@ export declare const openaiModels: [{
|
|
|
733
733
|
readonly vision: true;
|
|
734
734
|
readonly tools: true;
|
|
735
735
|
readonly webSearch: true;
|
|
736
|
-
readonly webSearchPrice: 0.01;
|
|
736
|
+
readonly webSearchPrice: "0.01";
|
|
737
737
|
readonly supportsResponsesApi: true;
|
|
738
738
|
readonly jsonOutputSchema: true;
|
|
739
739
|
readonly supportedParameters: ["temperature", "top_p", "frequency_penalty", "presence_penalty", "response_format", "tools", "tool_choice"];
|
|
@@ -742,10 +742,10 @@ export declare const openaiModels: [{
|
|
|
742
742
|
readonly test: "skip";
|
|
743
743
|
readonly providerId: "azure";
|
|
744
744
|
readonly modelName: "gpt-5-mini";
|
|
745
|
-
readonly inputPrice:
|
|
746
|
-
readonly outputPrice:
|
|
747
|
-
readonly cachedInputPrice:
|
|
748
|
-
readonly requestPrice: 0;
|
|
745
|
+
readonly inputPrice: "0.25e-6";
|
|
746
|
+
readonly outputPrice: "2e-6";
|
|
747
|
+
readonly cachedInputPrice: "0.025e-6";
|
|
748
|
+
readonly requestPrice: "0";
|
|
749
749
|
readonly contextSize: 400000;
|
|
750
750
|
readonly maxOutput: 128000;
|
|
751
751
|
readonly reasoning: true;
|
|
@@ -766,10 +766,10 @@ export declare const openaiModels: [{
|
|
|
766
766
|
readonly providers: [{
|
|
767
767
|
readonly providerId: "openai";
|
|
768
768
|
readonly modelName: "gpt-5-nano";
|
|
769
|
-
readonly inputPrice:
|
|
770
|
-
readonly outputPrice:
|
|
771
|
-
readonly cachedInputPrice:
|
|
772
|
-
readonly requestPrice: 0;
|
|
769
|
+
readonly inputPrice: "0.05e-6";
|
|
770
|
+
readonly outputPrice: "0.4e-6";
|
|
771
|
+
readonly cachedInputPrice: "0.005e-6";
|
|
772
|
+
readonly requestPrice: "0";
|
|
773
773
|
readonly contextSize: 400000;
|
|
774
774
|
readonly maxOutput: 128000;
|
|
775
775
|
readonly reasoning: true;
|
|
@@ -777,7 +777,7 @@ export declare const openaiModels: [{
|
|
|
777
777
|
readonly vision: false;
|
|
778
778
|
readonly tools: true;
|
|
779
779
|
readonly webSearch: true;
|
|
780
|
-
readonly webSearchPrice: 0.01;
|
|
780
|
+
readonly webSearchPrice: "0.01";
|
|
781
781
|
readonly supportsResponsesApi: true;
|
|
782
782
|
readonly jsonOutputSchema: true;
|
|
783
783
|
readonly supportedParameters: ["temperature", "top_p", "frequency_penalty", "presence_penalty", "response_format", "tools", "tool_choice"];
|
|
@@ -786,10 +786,10 @@ export declare const openaiModels: [{
|
|
|
786
786
|
readonly test: "skip";
|
|
787
787
|
readonly providerId: "azure";
|
|
788
788
|
readonly modelName: "gpt-5-nano";
|
|
789
|
-
readonly inputPrice:
|
|
790
|
-
readonly outputPrice:
|
|
791
|
-
readonly cachedInputPrice:
|
|
792
|
-
readonly requestPrice: 0;
|
|
789
|
+
readonly inputPrice: "0.05e-6";
|
|
790
|
+
readonly outputPrice: "0.4e-6";
|
|
791
|
+
readonly cachedInputPrice: "0.005e-6";
|
|
792
|
+
readonly requestPrice: "0";
|
|
793
793
|
readonly contextSize: 400000;
|
|
794
794
|
readonly maxOutput: 128000;
|
|
795
795
|
readonly reasoning: true;
|
|
@@ -810,10 +810,10 @@ export declare const openaiModels: [{
|
|
|
810
810
|
readonly providers: [{
|
|
811
811
|
readonly providerId: "openai";
|
|
812
812
|
readonly modelName: "gpt-5-chat-latest";
|
|
813
|
-
readonly inputPrice:
|
|
814
|
-
readonly outputPrice:
|
|
815
|
-
readonly cachedInputPrice:
|
|
816
|
-
readonly requestPrice: 0;
|
|
813
|
+
readonly inputPrice: "1.25e-6";
|
|
814
|
+
readonly outputPrice: "10.0e-6";
|
|
815
|
+
readonly cachedInputPrice: "0.125e-6";
|
|
816
|
+
readonly requestPrice: "0";
|
|
817
817
|
readonly contextSize: 400000;
|
|
818
818
|
readonly maxOutput: 128000;
|
|
819
819
|
readonly streaming: true;
|
|
@@ -832,17 +832,17 @@ export declare const openaiModels: [{
|
|
|
832
832
|
readonly providers: [{
|
|
833
833
|
readonly providerId: "openai";
|
|
834
834
|
readonly modelName: "gpt-5.1";
|
|
835
|
-
readonly inputPrice:
|
|
836
|
-
readonly outputPrice:
|
|
837
|
-
readonly cachedInputPrice:
|
|
838
|
-
readonly requestPrice: 0;
|
|
835
|
+
readonly inputPrice: "1.25e-6";
|
|
836
|
+
readonly outputPrice: "10.0e-6";
|
|
837
|
+
readonly cachedInputPrice: "0.125e-6";
|
|
838
|
+
readonly requestPrice: "0";
|
|
839
839
|
readonly contextSize: 400000;
|
|
840
840
|
readonly maxOutput: 128000;
|
|
841
841
|
readonly streaming: true;
|
|
842
842
|
readonly vision: true;
|
|
843
843
|
readonly tools: true;
|
|
844
844
|
readonly webSearch: true;
|
|
845
|
-
readonly webSearchPrice: 0.01;
|
|
845
|
+
readonly webSearchPrice: "0.01";
|
|
846
846
|
readonly reasoning: true;
|
|
847
847
|
readonly reasoningOutput: "omit";
|
|
848
848
|
readonly supportsResponsesApi: true;
|
|
@@ -853,11 +853,11 @@ export declare const openaiModels: [{
|
|
|
853
853
|
readonly test: "skip";
|
|
854
854
|
readonly providerId: "azure";
|
|
855
855
|
readonly modelName: "gpt-5.1";
|
|
856
|
-
readonly inputPrice:
|
|
857
|
-
readonly outputPrice:
|
|
858
|
-
readonly cachedInputPrice:
|
|
859
|
-
readonly discount: 0.2;
|
|
860
|
-
readonly requestPrice: 0;
|
|
856
|
+
readonly inputPrice: "1.25e-6";
|
|
857
|
+
readonly outputPrice: "10.0e-6";
|
|
858
|
+
readonly cachedInputPrice: "0.125e-6";
|
|
859
|
+
readonly discount: "0.2";
|
|
860
|
+
readonly requestPrice: "0";
|
|
861
861
|
readonly contextSize: 400000;
|
|
862
862
|
readonly maxOutput: 128000;
|
|
863
863
|
readonly streaming: true;
|
|
@@ -879,9 +879,9 @@ export declare const openaiModels: [{
|
|
|
879
879
|
readonly test: "skip";
|
|
880
880
|
readonly providerId: "openai";
|
|
881
881
|
readonly modelName: "gpt-5-pro";
|
|
882
|
-
readonly inputPrice:
|
|
883
|
-
readonly outputPrice:
|
|
884
|
-
readonly requestPrice: 0;
|
|
882
|
+
readonly inputPrice: "15e-6";
|
|
883
|
+
readonly outputPrice: "120.0e-6";
|
|
884
|
+
readonly requestPrice: "0";
|
|
885
885
|
readonly contextSize: 400000;
|
|
886
886
|
readonly maxOutput: 272000;
|
|
887
887
|
readonly streaming: true;
|
|
@@ -890,7 +890,7 @@ export declare const openaiModels: [{
|
|
|
890
890
|
readonly vision: true;
|
|
891
891
|
readonly tools: true;
|
|
892
892
|
readonly webSearch: true;
|
|
893
|
-
readonly webSearchPrice: 0.01;
|
|
893
|
+
readonly webSearchPrice: "0.01";
|
|
894
894
|
readonly supportsResponsesApi: true;
|
|
895
895
|
readonly jsonOutputSchema: true;
|
|
896
896
|
readonly jsonOutput: true;
|
|
@@ -904,9 +904,9 @@ export declare const openaiModels: [{
|
|
|
904
904
|
readonly providers: [{
|
|
905
905
|
readonly providerId: "openai";
|
|
906
906
|
readonly modelName: "gpt-5.1-codex";
|
|
907
|
-
readonly inputPrice:
|
|
908
|
-
readonly outputPrice:
|
|
909
|
-
readonly requestPrice: 0;
|
|
907
|
+
readonly inputPrice: "1.25e-6";
|
|
908
|
+
readonly outputPrice: "10e-6";
|
|
909
|
+
readonly requestPrice: "0";
|
|
910
910
|
readonly contextSize: 400000;
|
|
911
911
|
readonly maxOutput: 272000;
|
|
912
912
|
readonly streaming: true;
|
|
@@ -915,7 +915,7 @@ export declare const openaiModels: [{
|
|
|
915
915
|
readonly vision: true;
|
|
916
916
|
readonly tools: true;
|
|
917
917
|
readonly webSearch: true;
|
|
918
|
-
readonly webSearchPrice: 0.01;
|
|
918
|
+
readonly webSearchPrice: "0.01";
|
|
919
919
|
readonly supportsResponsesApi: true;
|
|
920
920
|
readonly jsonOutputSchema: false;
|
|
921
921
|
readonly jsonOutput: true;
|
|
@@ -923,9 +923,9 @@ export declare const openaiModels: [{
|
|
|
923
923
|
readonly test: "skip";
|
|
924
924
|
readonly providerId: "azure";
|
|
925
925
|
readonly modelName: "gpt-5.1-codex";
|
|
926
|
-
readonly inputPrice:
|
|
927
|
-
readonly outputPrice:
|
|
928
|
-
readonly requestPrice: 0;
|
|
926
|
+
readonly inputPrice: "1.25e-6";
|
|
927
|
+
readonly outputPrice: "10e-6";
|
|
928
|
+
readonly requestPrice: "0";
|
|
929
929
|
readonly contextSize: 400000;
|
|
930
930
|
readonly maxOutput: 272000;
|
|
931
931
|
readonly streaming: true;
|
|
@@ -945,10 +945,10 @@ export declare const openaiModels: [{
|
|
|
945
945
|
readonly providers: [{
|
|
946
946
|
readonly providerId: "openai";
|
|
947
947
|
readonly modelName: "gpt-5.1-codex-mini";
|
|
948
|
-
readonly inputPrice:
|
|
949
|
-
readonly outputPrice:
|
|
950
|
-
readonly cachedInputPrice:
|
|
951
|
-
readonly requestPrice: 0;
|
|
948
|
+
readonly inputPrice: "0.25e-6";
|
|
949
|
+
readonly outputPrice: "2e-6";
|
|
950
|
+
readonly cachedInputPrice: "0.025e-6";
|
|
951
|
+
readonly requestPrice: "0";
|
|
952
952
|
readonly contextSize: 400000;
|
|
953
953
|
readonly maxOutput: 128000;
|
|
954
954
|
readonly streaming: true;
|
|
@@ -957,7 +957,7 @@ export declare const openaiModels: [{
|
|
|
957
957
|
readonly vision: true;
|
|
958
958
|
readonly tools: true;
|
|
959
959
|
readonly webSearch: true;
|
|
960
|
-
readonly webSearchPrice: 0.01;
|
|
960
|
+
readonly webSearchPrice: "0.01";
|
|
961
961
|
readonly supportsResponsesApi: true;
|
|
962
962
|
readonly jsonOutputSchema: false;
|
|
963
963
|
readonly jsonOutput: true;
|
|
@@ -965,10 +965,10 @@ export declare const openaiModels: [{
|
|
|
965
965
|
readonly test: "skip";
|
|
966
966
|
readonly providerId: "azure";
|
|
967
967
|
readonly modelName: "gpt-5.1-codex-mini";
|
|
968
|
-
readonly inputPrice:
|
|
969
|
-
readonly outputPrice:
|
|
970
|
-
readonly cachedInputPrice:
|
|
971
|
-
readonly requestPrice: 0;
|
|
968
|
+
readonly inputPrice: "0.25e-6";
|
|
969
|
+
readonly outputPrice: "2e-6";
|
|
970
|
+
readonly cachedInputPrice: "0.025e-6";
|
|
971
|
+
readonly requestPrice: "0";
|
|
972
972
|
readonly contextSize: 400000;
|
|
973
973
|
readonly maxOutput: 128000;
|
|
974
974
|
readonly streaming: true;
|
|
@@ -988,17 +988,17 @@ export declare const openaiModels: [{
|
|
|
988
988
|
readonly providers: [{
|
|
989
989
|
readonly providerId: "openai";
|
|
990
990
|
readonly modelName: "gpt-5.2";
|
|
991
|
-
readonly inputPrice:
|
|
992
|
-
readonly outputPrice:
|
|
993
|
-
readonly cachedInputPrice:
|
|
994
|
-
readonly requestPrice: 0;
|
|
991
|
+
readonly inputPrice: "1.75e-6";
|
|
992
|
+
readonly outputPrice: "14.0e-6";
|
|
993
|
+
readonly cachedInputPrice: "0.175e-6";
|
|
994
|
+
readonly requestPrice: "0";
|
|
995
995
|
readonly contextSize: 400000;
|
|
996
996
|
readonly maxOutput: 128000;
|
|
997
997
|
readonly streaming: true;
|
|
998
998
|
readonly vision: true;
|
|
999
999
|
readonly tools: true;
|
|
1000
1000
|
readonly webSearch: true;
|
|
1001
|
-
readonly webSearchPrice: 0.01;
|
|
1001
|
+
readonly webSearchPrice: "0.01";
|
|
1002
1002
|
readonly reasoning: true;
|
|
1003
1003
|
readonly reasoningOutput: "omit";
|
|
1004
1004
|
readonly supportsResponsesApi: true;
|
|
@@ -1009,11 +1009,11 @@ export declare const openaiModels: [{
|
|
|
1009
1009
|
readonly test: "skip";
|
|
1010
1010
|
readonly providerId: "azure";
|
|
1011
1011
|
readonly modelName: "gpt-5.2";
|
|
1012
|
-
readonly inputPrice:
|
|
1013
|
-
readonly outputPrice:
|
|
1014
|
-
readonly cachedInputPrice:
|
|
1015
|
-
readonly discount: 0.2;
|
|
1016
|
-
readonly requestPrice: 0;
|
|
1012
|
+
readonly inputPrice: "1.75e-6";
|
|
1013
|
+
readonly outputPrice: "14.0e-6";
|
|
1014
|
+
readonly cachedInputPrice: "0.175e-6";
|
|
1015
|
+
readonly discount: "0.2";
|
|
1016
|
+
readonly requestPrice: "0";
|
|
1017
1017
|
readonly contextSize: 400000;
|
|
1018
1018
|
readonly maxOutput: 128000;
|
|
1019
1019
|
readonly streaming: true;
|
|
@@ -1035,9 +1035,9 @@ export declare const openaiModels: [{
|
|
|
1035
1035
|
readonly providers: [{
|
|
1036
1036
|
readonly providerId: "openai";
|
|
1037
1037
|
readonly modelName: "gpt-5.2-pro";
|
|
1038
|
-
readonly inputPrice:
|
|
1039
|
-
readonly outputPrice:
|
|
1040
|
-
readonly requestPrice: 0;
|
|
1038
|
+
readonly inputPrice: "21.0e-6";
|
|
1039
|
+
readonly outputPrice: "168.0e-6";
|
|
1040
|
+
readonly requestPrice: "0";
|
|
1041
1041
|
readonly contextSize: 400000;
|
|
1042
1042
|
readonly maxOutput: 272000;
|
|
1043
1043
|
readonly streaming: true;
|
|
@@ -1046,7 +1046,7 @@ export declare const openaiModels: [{
|
|
|
1046
1046
|
readonly vision: true;
|
|
1047
1047
|
readonly tools: true;
|
|
1048
1048
|
readonly webSearch: true;
|
|
1049
|
-
readonly webSearchPrice: 0.01;
|
|
1049
|
+
readonly webSearchPrice: "0.01";
|
|
1050
1050
|
readonly supportsResponsesApi: true;
|
|
1051
1051
|
readonly jsonOutputSchema: false;
|
|
1052
1052
|
readonly jsonOutput: true;
|
|
@@ -1054,9 +1054,9 @@ export declare const openaiModels: [{
|
|
|
1054
1054
|
readonly test: "skip";
|
|
1055
1055
|
readonly providerId: "azure";
|
|
1056
1056
|
readonly modelName: "gpt-5.2-pro";
|
|
1057
|
-
readonly inputPrice:
|
|
1058
|
-
readonly outputPrice:
|
|
1059
|
-
readonly requestPrice: 0;
|
|
1057
|
+
readonly inputPrice: "21.0e-6";
|
|
1058
|
+
readonly outputPrice: "168.0e-6";
|
|
1059
|
+
readonly requestPrice: "0";
|
|
1060
1060
|
readonly contextSize: 400000;
|
|
1061
1061
|
readonly maxOutput: 272000;
|
|
1062
1062
|
readonly streaming: true;
|
|
@@ -1076,10 +1076,12 @@ export declare const openaiModels: [{
|
|
|
1076
1076
|
readonly providers: [{
|
|
1077
1077
|
readonly providerId: "openai";
|
|
1078
1078
|
readonly modelName: "gpt-5.2-chat-latest";
|
|
1079
|
-
readonly
|
|
1080
|
-
readonly
|
|
1081
|
-
readonly
|
|
1082
|
-
readonly
|
|
1079
|
+
readonly deprecatedAt: Date;
|
|
1080
|
+
readonly deactivatedAt: Date;
|
|
1081
|
+
readonly inputPrice: "1.75e-6";
|
|
1082
|
+
readonly outputPrice: "14.0e-6";
|
|
1083
|
+
readonly cachedInputPrice: "0.175e-6";
|
|
1084
|
+
readonly requestPrice: "0";
|
|
1083
1085
|
readonly contextSize: 128000;
|
|
1084
1086
|
readonly maxOutput: 16400;
|
|
1085
1087
|
readonly streaming: true;
|
|
@@ -1088,7 +1090,7 @@ export declare const openaiModels: [{
|
|
|
1088
1090
|
readonly vision: true;
|
|
1089
1091
|
readonly tools: true;
|
|
1090
1092
|
readonly webSearch: true;
|
|
1091
|
-
readonly webSearchPrice: 0.01;
|
|
1093
|
+
readonly webSearchPrice: "0.01";
|
|
1092
1094
|
readonly supportsResponsesApi: true;
|
|
1093
1095
|
readonly jsonOutputSchema: false;
|
|
1094
1096
|
readonly jsonOutput: false;
|
|
@@ -1096,10 +1098,12 @@ export declare const openaiModels: [{
|
|
|
1096
1098
|
readonly test: "skip";
|
|
1097
1099
|
readonly providerId: "azure";
|
|
1098
1100
|
readonly modelName: "gpt-5.2-chat-latest";
|
|
1099
|
-
readonly
|
|
1100
|
-
readonly
|
|
1101
|
-
readonly
|
|
1102
|
-
readonly
|
|
1101
|
+
readonly deprecatedAt: Date;
|
|
1102
|
+
readonly deactivatedAt: Date;
|
|
1103
|
+
readonly inputPrice: "1.75e-6";
|
|
1104
|
+
readonly outputPrice: "14.0e-6";
|
|
1105
|
+
readonly cachedInputPrice: "0.175e-6";
|
|
1106
|
+
readonly requestPrice: "0";
|
|
1103
1107
|
readonly contextSize: 128000;
|
|
1104
1108
|
readonly maxOutput: 16400;
|
|
1105
1109
|
readonly streaming: true;
|
|
@@ -1119,17 +1123,17 @@ export declare const openaiModels: [{
|
|
|
1119
1123
|
readonly providers: [{
|
|
1120
1124
|
readonly providerId: "openai";
|
|
1121
1125
|
readonly modelName: "gpt-5.4";
|
|
1122
|
-
readonly inputPrice:
|
|
1123
|
-
readonly outputPrice:
|
|
1124
|
-
readonly cachedInputPrice:
|
|
1125
|
-
readonly requestPrice: 0;
|
|
1126
|
+
readonly inputPrice: "2.5e-6";
|
|
1127
|
+
readonly outputPrice: "15.0e-6";
|
|
1128
|
+
readonly cachedInputPrice: "0.25e-6";
|
|
1129
|
+
readonly requestPrice: "0";
|
|
1126
1130
|
readonly contextSize: 1050000;
|
|
1127
1131
|
readonly maxOutput: 128000;
|
|
1128
1132
|
readonly streaming: true;
|
|
1129
1133
|
readonly vision: true;
|
|
1130
1134
|
readonly tools: true;
|
|
1131
1135
|
readonly webSearch: true;
|
|
1132
|
-
readonly webSearchPrice: 0.01;
|
|
1136
|
+
readonly webSearchPrice: "0.01";
|
|
1133
1137
|
readonly reasoning: true;
|
|
1134
1138
|
readonly reasoningOutput: "omit";
|
|
1135
1139
|
readonly supportsResponsesApi: true;
|
|
@@ -1140,18 +1144,18 @@ export declare const openaiModels: [{
|
|
|
1140
1144
|
readonly test: "skip";
|
|
1141
1145
|
readonly providerId: "azure";
|
|
1142
1146
|
readonly modelName: "gpt-5.4";
|
|
1143
|
-
readonly inputPrice:
|
|
1144
|
-
readonly outputPrice:
|
|
1145
|
-
readonly cachedInputPrice:
|
|
1146
|
-
readonly discount: 0.2;
|
|
1147
|
-
readonly requestPrice: 0;
|
|
1147
|
+
readonly inputPrice: "2.5e-6";
|
|
1148
|
+
readonly outputPrice: "15.0e-6";
|
|
1149
|
+
readonly cachedInputPrice: "0.25e-6";
|
|
1150
|
+
readonly discount: "0.2";
|
|
1151
|
+
readonly requestPrice: "0";
|
|
1148
1152
|
readonly contextSize: 1050000;
|
|
1149
1153
|
readonly maxOutput: 128000;
|
|
1150
1154
|
readonly streaming: true;
|
|
1151
1155
|
readonly vision: true;
|
|
1152
1156
|
readonly tools: true;
|
|
1153
1157
|
readonly webSearch: true;
|
|
1154
|
-
readonly webSearchPrice: 0.01;
|
|
1158
|
+
readonly webSearchPrice: "0.01";
|
|
1155
1159
|
readonly reasoning: true;
|
|
1156
1160
|
readonly reasoningOutput: "omit";
|
|
1157
1161
|
readonly supportsResponsesApi: true;
|
|
@@ -1169,10 +1173,10 @@ export declare const openaiModels: [{
|
|
|
1169
1173
|
readonly providerId: "openai";
|
|
1170
1174
|
readonly test: "skip";
|
|
1171
1175
|
readonly modelName: "gpt-5.4-pro";
|
|
1172
|
-
readonly inputPrice:
|
|
1173
|
-
readonly outputPrice:
|
|
1174
|
-
readonly discount: 0.3;
|
|
1175
|
-
readonly requestPrice: 0;
|
|
1176
|
+
readonly inputPrice: "30.0e-6";
|
|
1177
|
+
readonly outputPrice: "180.0e-6";
|
|
1178
|
+
readonly discount: "0.3";
|
|
1179
|
+
readonly requestPrice: "0";
|
|
1176
1180
|
readonly contextSize: 1050000;
|
|
1177
1181
|
readonly maxOutput: 128000;
|
|
1178
1182
|
readonly streaming: true;
|
|
@@ -1181,7 +1185,7 @@ export declare const openaiModels: [{
|
|
|
1181
1185
|
readonly vision: true;
|
|
1182
1186
|
readonly tools: true;
|
|
1183
1187
|
readonly webSearch: true;
|
|
1184
|
-
readonly webSearchPrice: 0.01;
|
|
1188
|
+
readonly webSearchPrice: "0.01";
|
|
1185
1189
|
readonly supportsResponsesApi: true;
|
|
1186
1190
|
readonly jsonOutputSchema: false;
|
|
1187
1191
|
readonly jsonOutput: true;
|
|
@@ -1189,9 +1193,9 @@ export declare const openaiModels: [{
|
|
|
1189
1193
|
readonly providerId: "azure";
|
|
1190
1194
|
readonly test: "skip";
|
|
1191
1195
|
readonly modelName: "gpt-5.4-pro";
|
|
1192
|
-
readonly inputPrice:
|
|
1193
|
-
readonly outputPrice:
|
|
1194
|
-
readonly requestPrice: 0;
|
|
1196
|
+
readonly inputPrice: "30.0e-6";
|
|
1197
|
+
readonly outputPrice: "180.0e-6";
|
|
1198
|
+
readonly requestPrice: "0";
|
|
1195
1199
|
readonly contextSize: 1050000;
|
|
1196
1200
|
readonly maxOutput: 128000;
|
|
1197
1201
|
readonly streaming: true;
|
|
@@ -1200,7 +1204,7 @@ export declare const openaiModels: [{
|
|
|
1200
1204
|
readonly vision: true;
|
|
1201
1205
|
readonly tools: true;
|
|
1202
1206
|
readonly webSearch: true;
|
|
1203
|
-
readonly webSearchPrice: 0.01;
|
|
1207
|
+
readonly webSearchPrice: "0.01";
|
|
1204
1208
|
readonly supportsResponsesApi: true;
|
|
1205
1209
|
readonly jsonOutputSchema: false;
|
|
1206
1210
|
readonly jsonOutput: true;
|
|
@@ -1214,17 +1218,17 @@ export declare const openaiModels: [{
|
|
|
1214
1218
|
readonly providers: [{
|
|
1215
1219
|
readonly providerId: "openai";
|
|
1216
1220
|
readonly modelName: "gpt-5.4-mini";
|
|
1217
|
-
readonly inputPrice:
|
|
1218
|
-
readonly outputPrice:
|
|
1219
|
-
readonly cachedInputPrice:
|
|
1220
|
-
readonly requestPrice: 0;
|
|
1221
|
+
readonly inputPrice: "0.75e-6";
|
|
1222
|
+
readonly outputPrice: "4.5e-6";
|
|
1223
|
+
readonly cachedInputPrice: "0.075e-6";
|
|
1224
|
+
readonly requestPrice: "0";
|
|
1221
1225
|
readonly contextSize: 400000;
|
|
1222
1226
|
readonly maxOutput: 128000;
|
|
1223
1227
|
readonly streaming: true;
|
|
1224
1228
|
readonly vision: true;
|
|
1225
1229
|
readonly tools: true;
|
|
1226
1230
|
readonly webSearch: true;
|
|
1227
|
-
readonly webSearchPrice: 0.01;
|
|
1231
|
+
readonly webSearchPrice: "0.01";
|
|
1228
1232
|
readonly reasoning: true;
|
|
1229
1233
|
readonly reasoningOutput: "omit";
|
|
1230
1234
|
readonly supportsResponsesApi: true;
|
|
@@ -1234,18 +1238,18 @@ export declare const openaiModels: [{
|
|
|
1234
1238
|
readonly test: "skip";
|
|
1235
1239
|
readonly providerId: "azure";
|
|
1236
1240
|
readonly modelName: "gpt-5.4-mini";
|
|
1237
|
-
readonly inputPrice:
|
|
1238
|
-
readonly outputPrice:
|
|
1239
|
-
readonly cachedInputPrice:
|
|
1240
|
-
readonly discount: 0.2;
|
|
1241
|
-
readonly requestPrice: 0;
|
|
1241
|
+
readonly inputPrice: "0.75e-6";
|
|
1242
|
+
readonly outputPrice: "4.5e-6";
|
|
1243
|
+
readonly cachedInputPrice: "0.075e-6";
|
|
1244
|
+
readonly discount: "0.2";
|
|
1245
|
+
readonly requestPrice: "0";
|
|
1242
1246
|
readonly contextSize: 400000;
|
|
1243
1247
|
readonly maxOutput: 128000;
|
|
1244
1248
|
readonly streaming: true;
|
|
1245
1249
|
readonly vision: true;
|
|
1246
1250
|
readonly tools: true;
|
|
1247
1251
|
readonly webSearch: true;
|
|
1248
|
-
readonly webSearchPrice: 0.01;
|
|
1252
|
+
readonly webSearchPrice: "0.01";
|
|
1249
1253
|
readonly reasoning: true;
|
|
1250
1254
|
readonly reasoningOutput: "omit";
|
|
1251
1255
|
readonly supportsResponsesApi: true;
|
|
@@ -1261,17 +1265,17 @@ export declare const openaiModels: [{
|
|
|
1261
1265
|
readonly providers: [{
|
|
1262
1266
|
readonly providerId: "openai";
|
|
1263
1267
|
readonly modelName: "gpt-5.4-nano";
|
|
1264
|
-
readonly inputPrice:
|
|
1265
|
-
readonly outputPrice:
|
|
1266
|
-
readonly cachedInputPrice:
|
|
1267
|
-
readonly requestPrice: 0;
|
|
1268
|
+
readonly inputPrice: "0.2e-6";
|
|
1269
|
+
readonly outputPrice: "1.25e-6";
|
|
1270
|
+
readonly cachedInputPrice: "0.02e-6";
|
|
1271
|
+
readonly requestPrice: "0";
|
|
1268
1272
|
readonly contextSize: 400000;
|
|
1269
1273
|
readonly maxOutput: 128000;
|
|
1270
1274
|
readonly streaming: true;
|
|
1271
1275
|
readonly vision: true;
|
|
1272
1276
|
readonly tools: true;
|
|
1273
1277
|
readonly webSearch: true;
|
|
1274
|
-
readonly webSearchPrice: 0.01;
|
|
1278
|
+
readonly webSearchPrice: "0.01";
|
|
1275
1279
|
readonly reasoning: true;
|
|
1276
1280
|
readonly reasoningOutput: "omit";
|
|
1277
1281
|
readonly supportsResponsesApi: true;
|
|
@@ -1281,18 +1285,18 @@ export declare const openaiModels: [{
|
|
|
1281
1285
|
readonly test: "skip";
|
|
1282
1286
|
readonly providerId: "azure";
|
|
1283
1287
|
readonly modelName: "gpt-5.4-nano";
|
|
1284
|
-
readonly inputPrice:
|
|
1285
|
-
readonly outputPrice:
|
|
1286
|
-
readonly cachedInputPrice:
|
|
1287
|
-
readonly discount: 0.2;
|
|
1288
|
-
readonly requestPrice: 0;
|
|
1288
|
+
readonly inputPrice: "0.2e-6";
|
|
1289
|
+
readonly outputPrice: "1.25e-6";
|
|
1290
|
+
readonly cachedInputPrice: "0.02e-6";
|
|
1291
|
+
readonly discount: "0.2";
|
|
1292
|
+
readonly requestPrice: "0";
|
|
1289
1293
|
readonly contextSize: 400000;
|
|
1290
1294
|
readonly maxOutput: 128000;
|
|
1291
1295
|
readonly streaming: true;
|
|
1292
1296
|
readonly vision: true;
|
|
1293
1297
|
readonly tools: true;
|
|
1294
1298
|
readonly webSearch: true;
|
|
1295
|
-
readonly webSearchPrice: 0.01;
|
|
1299
|
+
readonly webSearchPrice: "0.01";
|
|
1296
1300
|
readonly reasoning: true;
|
|
1297
1301
|
readonly reasoningOutput: "omit";
|
|
1298
1302
|
readonly supportsResponsesApi: true;
|
|
@@ -1308,17 +1312,17 @@ export declare const openaiModels: [{
|
|
|
1308
1312
|
readonly providers: [{
|
|
1309
1313
|
readonly providerId: "openai";
|
|
1310
1314
|
readonly modelName: "gpt-5.5";
|
|
1311
|
-
readonly inputPrice:
|
|
1312
|
-
readonly outputPrice:
|
|
1313
|
-
readonly cachedInputPrice:
|
|
1314
|
-
readonly requestPrice: 0;
|
|
1315
|
+
readonly inputPrice: "5.0e-6";
|
|
1316
|
+
readonly outputPrice: "30.0e-6";
|
|
1317
|
+
readonly cachedInputPrice: "0.5e-6";
|
|
1318
|
+
readonly requestPrice: "0";
|
|
1315
1319
|
readonly contextSize: 1050000;
|
|
1316
1320
|
readonly maxOutput: 128000;
|
|
1317
1321
|
readonly streaming: true;
|
|
1318
1322
|
readonly vision: true;
|
|
1319
1323
|
readonly tools: true;
|
|
1320
1324
|
readonly webSearch: true;
|
|
1321
|
-
readonly webSearchPrice: 0.01;
|
|
1325
|
+
readonly webSearchPrice: "0.01";
|
|
1322
1326
|
readonly reasoning: true;
|
|
1323
1327
|
readonly reasoningOutput: "omit";
|
|
1324
1328
|
readonly supportsResponsesApi: true;
|
|
@@ -1329,18 +1333,18 @@ export declare const openaiModels: [{
|
|
|
1329
1333
|
readonly test: "skip";
|
|
1330
1334
|
readonly providerId: "azure";
|
|
1331
1335
|
readonly modelName: "gpt-5.5";
|
|
1332
|
-
readonly inputPrice:
|
|
1333
|
-
readonly outputPrice:
|
|
1334
|
-
readonly cachedInputPrice:
|
|
1335
|
-
readonly discount: 0.2;
|
|
1336
|
-
readonly requestPrice: 0;
|
|
1336
|
+
readonly inputPrice: "5.0e-6";
|
|
1337
|
+
readonly outputPrice: "30.0e-6";
|
|
1338
|
+
readonly cachedInputPrice: "0.5e-6";
|
|
1339
|
+
readonly discount: "0.2";
|
|
1340
|
+
readonly requestPrice: "0";
|
|
1337
1341
|
readonly contextSize: 1050000;
|
|
1338
1342
|
readonly maxOutput: 128000;
|
|
1339
1343
|
readonly streaming: true;
|
|
1340
1344
|
readonly vision: true;
|
|
1341
1345
|
readonly tools: true;
|
|
1342
1346
|
readonly webSearch: true;
|
|
1343
|
-
readonly webSearchPrice: 0.01;
|
|
1347
|
+
readonly webSearchPrice: "0.01";
|
|
1344
1348
|
readonly reasoning: true;
|
|
1345
1349
|
readonly reasoningOutput: "omit";
|
|
1346
1350
|
readonly supportsResponsesApi: true;
|
|
@@ -1358,9 +1362,9 @@ export declare const openaiModels: [{
|
|
|
1358
1362
|
readonly providerId: "openai";
|
|
1359
1363
|
readonly test: "skip";
|
|
1360
1364
|
readonly modelName: "gpt-5.5-pro";
|
|
1361
|
-
readonly inputPrice:
|
|
1362
|
-
readonly outputPrice:
|
|
1363
|
-
readonly requestPrice: 0;
|
|
1365
|
+
readonly inputPrice: "30.0e-6";
|
|
1366
|
+
readonly outputPrice: "180.0e-6";
|
|
1367
|
+
readonly requestPrice: "0";
|
|
1364
1368
|
readonly contextSize: 1050000;
|
|
1365
1369
|
readonly maxOutput: 128000;
|
|
1366
1370
|
readonly streaming: true;
|
|
@@ -1369,7 +1373,7 @@ export declare const openaiModels: [{
|
|
|
1369
1373
|
readonly vision: true;
|
|
1370
1374
|
readonly tools: true;
|
|
1371
1375
|
readonly webSearch: true;
|
|
1372
|
-
readonly webSearchPrice: 0.01;
|
|
1376
|
+
readonly webSearchPrice: "0.01";
|
|
1373
1377
|
readonly supportsResponsesApi: true;
|
|
1374
1378
|
readonly jsonOutputSchema: false;
|
|
1375
1379
|
readonly jsonOutput: true;
|
|
@@ -1383,10 +1387,10 @@ export declare const openaiModels: [{
|
|
|
1383
1387
|
readonly providers: [{
|
|
1384
1388
|
readonly providerId: "openai";
|
|
1385
1389
|
readonly modelName: "gpt-5.2-codex";
|
|
1386
|
-
readonly inputPrice:
|
|
1387
|
-
readonly outputPrice:
|
|
1388
|
-
readonly cachedInputPrice:
|
|
1389
|
-
readonly requestPrice: 0;
|
|
1390
|
+
readonly inputPrice: "1.75e-6";
|
|
1391
|
+
readonly outputPrice: "14.0e-6";
|
|
1392
|
+
readonly cachedInputPrice: "0.175e-6";
|
|
1393
|
+
readonly requestPrice: "0";
|
|
1390
1394
|
readonly contextSize: 400000;
|
|
1391
1395
|
readonly maxOutput: 128000;
|
|
1392
1396
|
readonly streaming: true;
|
|
@@ -1395,7 +1399,7 @@ export declare const openaiModels: [{
|
|
|
1395
1399
|
readonly vision: true;
|
|
1396
1400
|
readonly tools: true;
|
|
1397
1401
|
readonly webSearch: true;
|
|
1398
|
-
readonly webSearchPrice: 0.01;
|
|
1402
|
+
readonly webSearchPrice: "0.01";
|
|
1399
1403
|
readonly supportsResponsesApi: true;
|
|
1400
1404
|
readonly jsonOutputSchema: false;
|
|
1401
1405
|
readonly jsonOutput: true;
|
|
@@ -1403,10 +1407,10 @@ export declare const openaiModels: [{
|
|
|
1403
1407
|
readonly test: "skip";
|
|
1404
1408
|
readonly providerId: "azure";
|
|
1405
1409
|
readonly modelName: "gpt-5.2-codex";
|
|
1406
|
-
readonly inputPrice:
|
|
1407
|
-
readonly outputPrice:
|
|
1408
|
-
readonly cachedInputPrice:
|
|
1409
|
-
readonly requestPrice: 0;
|
|
1410
|
+
readonly inputPrice: "1.75e-6";
|
|
1411
|
+
readonly outputPrice: "14.0e-6";
|
|
1412
|
+
readonly cachedInputPrice: "0.175e-6";
|
|
1413
|
+
readonly requestPrice: "0";
|
|
1410
1414
|
readonly contextSize: 400000;
|
|
1411
1415
|
readonly maxOutput: 128000;
|
|
1412
1416
|
readonly streaming: true;
|
|
@@ -1426,10 +1430,10 @@ export declare const openaiModels: [{
|
|
|
1426
1430
|
readonly providers: [{
|
|
1427
1431
|
readonly providerId: "openai";
|
|
1428
1432
|
readonly modelName: "gpt-5.3-codex";
|
|
1429
|
-
readonly inputPrice:
|
|
1430
|
-
readonly outputPrice:
|
|
1431
|
-
readonly cachedInputPrice:
|
|
1432
|
-
readonly requestPrice: 0;
|
|
1433
|
+
readonly inputPrice: "1.75e-6";
|
|
1434
|
+
readonly outputPrice: "14.0e-6";
|
|
1435
|
+
readonly cachedInputPrice: "0.175e-6";
|
|
1436
|
+
readonly requestPrice: "0";
|
|
1433
1437
|
readonly contextSize: 400000;
|
|
1434
1438
|
readonly maxOutput: 128000;
|
|
1435
1439
|
readonly streaming: true;
|
|
@@ -1438,7 +1442,7 @@ export declare const openaiModels: [{
|
|
|
1438
1442
|
readonly vision: true;
|
|
1439
1443
|
readonly tools: true;
|
|
1440
1444
|
readonly webSearch: true;
|
|
1441
|
-
readonly webSearchPrice: 0.01;
|
|
1445
|
+
readonly webSearchPrice: "0.01";
|
|
1442
1446
|
readonly supportsResponsesApi: true;
|
|
1443
1447
|
readonly jsonOutputSchema: false;
|
|
1444
1448
|
readonly jsonOutput: true;
|
|
@@ -1446,10 +1450,10 @@ export declare const openaiModels: [{
|
|
|
1446
1450
|
readonly test: "skip";
|
|
1447
1451
|
readonly providerId: "azure";
|
|
1448
1452
|
readonly modelName: "gpt-5.3-codex";
|
|
1449
|
-
readonly inputPrice:
|
|
1450
|
-
readonly outputPrice:
|
|
1451
|
-
readonly cachedInputPrice:
|
|
1452
|
-
readonly requestPrice: 0;
|
|
1453
|
+
readonly inputPrice: "1.75e-6";
|
|
1454
|
+
readonly outputPrice: "14.0e-6";
|
|
1455
|
+
readonly cachedInputPrice: "0.175e-6";
|
|
1456
|
+
readonly requestPrice: "0";
|
|
1453
1457
|
readonly contextSize: 400000;
|
|
1454
1458
|
readonly maxOutput: 128000;
|
|
1455
1459
|
readonly streaming: true;
|
|
@@ -1469,10 +1473,12 @@ export declare const openaiModels: [{
|
|
|
1469
1473
|
readonly providers: [{
|
|
1470
1474
|
readonly providerId: "openai";
|
|
1471
1475
|
readonly modelName: "gpt-5.3-chat-latest";
|
|
1472
|
-
readonly
|
|
1473
|
-
readonly
|
|
1474
|
-
readonly
|
|
1475
|
-
readonly
|
|
1476
|
+
readonly deprecatedAt: Date;
|
|
1477
|
+
readonly deactivatedAt: Date;
|
|
1478
|
+
readonly inputPrice: "1.75e-6";
|
|
1479
|
+
readonly outputPrice: "14.0e-6";
|
|
1480
|
+
readonly cachedInputPrice: "0.175e-6";
|
|
1481
|
+
readonly requestPrice: "0";
|
|
1476
1482
|
readonly contextSize: 128000;
|
|
1477
1483
|
readonly maxOutput: 16384;
|
|
1478
1484
|
readonly streaming: true;
|
|
@@ -1481,7 +1487,7 @@ export declare const openaiModels: [{
|
|
|
1481
1487
|
readonly vision: true;
|
|
1482
1488
|
readonly tools: true;
|
|
1483
1489
|
readonly webSearch: true;
|
|
1484
|
-
readonly webSearchPrice: 0.01;
|
|
1490
|
+
readonly webSearchPrice: "0.01";
|
|
1485
1491
|
readonly supportsResponsesApi: true;
|
|
1486
1492
|
readonly jsonOutputSchema: false;
|
|
1487
1493
|
readonly jsonOutput: false;
|
|
@@ -1489,10 +1495,12 @@ export declare const openaiModels: [{
|
|
|
1489
1495
|
readonly test: "skip";
|
|
1490
1496
|
readonly providerId: "azure";
|
|
1491
1497
|
readonly modelName: "gpt-5.3-chat-latest";
|
|
1492
|
-
readonly
|
|
1493
|
-
readonly
|
|
1494
|
-
readonly
|
|
1495
|
-
readonly
|
|
1498
|
+
readonly deprecatedAt: Date;
|
|
1499
|
+
readonly deactivatedAt: Date;
|
|
1500
|
+
readonly inputPrice: "1.75e-6";
|
|
1501
|
+
readonly outputPrice: "14.0e-6";
|
|
1502
|
+
readonly cachedInputPrice: "0.175e-6";
|
|
1503
|
+
readonly requestPrice: "0";
|
|
1496
1504
|
readonly contextSize: 128000;
|
|
1497
1505
|
readonly maxOutput: 16384;
|
|
1498
1506
|
readonly streaming: true;
|
|
@@ -1520,7 +1528,7 @@ export declare const openaiModels: [{
|
|
|
1520
1528
|
readonly outputPrice: undefined;
|
|
1521
1529
|
readonly requestPrice: undefined;
|
|
1522
1530
|
readonly perSecondPrice: {
|
|
1523
|
-
readonly "720p": 0.1;
|
|
1531
|
+
readonly "720p": "0.1";
|
|
1524
1532
|
};
|
|
1525
1533
|
readonly supportedVideoSizes: ["1280x720", "720x1280"];
|
|
1526
1534
|
readonly supportedVideoDurationsSeconds: [4, 8, 12];
|
|
@@ -1541,7 +1549,7 @@ export declare const openaiModels: [{
|
|
|
1541
1549
|
readonly outputPrice: undefined;
|
|
1542
1550
|
readonly requestPrice: undefined;
|
|
1543
1551
|
readonly perSecondPrice: {
|
|
1544
|
-
readonly "720p": 0.08;
|
|
1552
|
+
readonly "720p": "0.08";
|
|
1545
1553
|
};
|
|
1546
1554
|
readonly supportedVideoSizes: ["1280x720", "720x1280"];
|
|
1547
1555
|
readonly supportedVideoDurationsSeconds: [10];
|
|
@@ -1572,9 +1580,9 @@ export declare const openaiModels: [{
|
|
|
1572
1580
|
readonly outputPrice: undefined;
|
|
1573
1581
|
readonly requestPrice: undefined;
|
|
1574
1582
|
readonly perSecondPrice: {
|
|
1575
|
-
readonly "720p": 0.3;
|
|
1576
|
-
readonly hd: 0.5;
|
|
1577
|
-
readonly "1080p": 0.7;
|
|
1583
|
+
readonly "720p": "0.3";
|
|
1584
|
+
readonly hd: "0.5";
|
|
1585
|
+
readonly "1080p": "0.7";
|
|
1578
1586
|
};
|
|
1579
1587
|
readonly supportedVideoSizes: ["1280x720", "720x1280", "1792x1024", "1024x1792", "1920x1080", "1080x1920"];
|
|
1580
1588
|
readonly supportedVideoDurationsSeconds: [4, 8, 12];
|
|
@@ -1595,8 +1603,8 @@ export declare const openaiModels: [{
|
|
|
1595
1603
|
readonly outputPrice: undefined;
|
|
1596
1604
|
readonly requestPrice: undefined;
|
|
1597
1605
|
readonly perSecondPrice: {
|
|
1598
|
-
readonly "720p": 0.24;
|
|
1599
|
-
readonly hd: 0.4;
|
|
1606
|
+
readonly "720p": "0.24";
|
|
1607
|
+
readonly hd: "0.4";
|
|
1600
1608
|
};
|
|
1601
1609
|
readonly supportedVideoSizes: ["1280x720", "720x1280", "1792x1024", "1024x1792"];
|
|
1602
1610
|
readonly supportedVideoDurationsSeconds: [10];
|
|
@@ -1621,13 +1629,13 @@ export declare const openaiModels: [{
|
|
|
1621
1629
|
readonly test: "skip";
|
|
1622
1630
|
readonly providerId: "openai";
|
|
1623
1631
|
readonly modelName: "gpt-image-2";
|
|
1624
|
-
readonly inputPrice:
|
|
1625
|
-
readonly outputPrice: 0;
|
|
1626
|
-
readonly cachedInputPrice:
|
|
1627
|
-
readonly imageInputPrice:
|
|
1628
|
-
readonly cachedImageInputPrice:
|
|
1629
|
-
readonly imageOutputPrice:
|
|
1630
|
-
readonly requestPrice: 0;
|
|
1632
|
+
readonly inputPrice: "5e-6";
|
|
1633
|
+
readonly outputPrice: "0";
|
|
1634
|
+
readonly cachedInputPrice: "1.25e-6";
|
|
1635
|
+
readonly imageInputPrice: "8e-6";
|
|
1636
|
+
readonly cachedImageInputPrice: "2e-6";
|
|
1637
|
+
readonly imageOutputPrice: "30e-6";
|
|
1638
|
+
readonly requestPrice: "0";
|
|
1631
1639
|
readonly contextSize: 272000;
|
|
1632
1640
|
readonly maxOutput: 128000;
|
|
1633
1641
|
readonly streaming: false;
|
|
@@ -1639,14 +1647,14 @@ export declare const openaiModels: [{
|
|
|
1639
1647
|
readonly test: "skip";
|
|
1640
1648
|
readonly providerId: "azure";
|
|
1641
1649
|
readonly modelName: "gpt-image-2";
|
|
1642
|
-
readonly inputPrice:
|
|
1643
|
-
readonly outputPrice: 0;
|
|
1644
|
-
readonly cachedInputPrice:
|
|
1645
|
-
readonly imageInputPrice:
|
|
1646
|
-
readonly cachedImageInputPrice:
|
|
1647
|
-
readonly imageOutputPrice:
|
|
1648
|
-
readonly discount: 0.2;
|
|
1649
|
-
readonly requestPrice: 0;
|
|
1650
|
+
readonly inputPrice: "5e-6";
|
|
1651
|
+
readonly outputPrice: "0";
|
|
1652
|
+
readonly cachedInputPrice: "1.25e-6";
|
|
1653
|
+
readonly imageInputPrice: "8e-6";
|
|
1654
|
+
readonly cachedImageInputPrice: "2e-6";
|
|
1655
|
+
readonly imageOutputPrice: "30e-6";
|
|
1656
|
+
readonly discount: "0.2";
|
|
1657
|
+
readonly requestPrice: "0";
|
|
1650
1658
|
readonly contextSize: 272000;
|
|
1651
1659
|
readonly maxOutput: 128000;
|
|
1652
1660
|
readonly streaming: false;
|