promptgun 0.8.6 → 0.8.7
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/build/index.d.ts +84 -84
- package/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -33,7 +33,33 @@ export declare const AiModel: {
|
|
|
33
33
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
34
34
|
* [Official doc](https://platform.openai.com/docs/models/gpt-4o-audio-preview-2024-12-17)
|
|
35
35
|
*/
|
|
36
|
-
gpt_4o_audio_preview_2024_12_17:
|
|
36
|
+
readonly gpt_4o_audio_preview_2024_12_17: "gpt-4o-audio-preview-2024-12-17";
|
|
37
|
+
/**
|
|
38
|
+
* | Attribute | Rating | Value |
|
|
39
|
+
* |----------------|-----------------|----------------|
|
|
40
|
+
* | Intelligence | ○○○○ | High |
|
|
41
|
+
* | Speed | ○○○ | Moderate |
|
|
42
|
+
* | | Input | Output |
|
|
43
|
+
* | Type | Text | Text |
|
|
44
|
+
* | Price | Unknown | Unknown |
|
|
45
|
+
*
|
|
46
|
+
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
47
|
+
* [Official doc](https://platform.openai.com/docs/models/o3-mini-2025-01-31)
|
|
48
|
+
*/
|
|
49
|
+
readonly o3_mini_2025_01_31: "o3-mini-2025-01-31";
|
|
50
|
+
/**
|
|
51
|
+
* | Attribute | Rating | Value |
|
|
52
|
+
* |----------------|-----------------|----------------|
|
|
53
|
+
* | Intelligence | ○○○○ | High |
|
|
54
|
+
* | Speed | ○○○ | Moderate |
|
|
55
|
+
* | | Input | Output |
|
|
56
|
+
* | Type | Text | Text |
|
|
57
|
+
* | Price | Unknown | Unknown |
|
|
58
|
+
*
|
|
59
|
+
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
60
|
+
* [Official doc](https://platform.openai.com/docs/models/o3-mini)
|
|
61
|
+
*/
|
|
62
|
+
readonly o3_mini: "o3-mini";
|
|
37
63
|
/**
|
|
38
64
|
* | Attribute | Rating | Value |
|
|
39
65
|
* |----------------|-----------------|----------------|
|
|
@@ -46,7 +72,7 @@ export declare const AiModel: {
|
|
|
46
72
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
47
73
|
* [Official doc](https://platform.openai.com/docs/models/gpt-4o-audio-preview-2024-10-01)
|
|
48
74
|
*/
|
|
49
|
-
gpt_4o_audio_preview_2024_10_01:
|
|
75
|
+
readonly gpt_4o_audio_preview_2024_10_01: "gpt-4o-audio-preview-2024-10-01";
|
|
50
76
|
/**
|
|
51
77
|
* | Attribute | Rating | Value |
|
|
52
78
|
* |----------------|-----------------|----------------|
|
|
@@ -59,7 +85,7 @@ export declare const AiModel: {
|
|
|
59
85
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
60
86
|
* [Official doc](https://platform.openai.com/docs/models/o3)
|
|
61
87
|
*/
|
|
62
|
-
o3:
|
|
88
|
+
readonly o3: "o3";
|
|
63
89
|
/**
|
|
64
90
|
* | Attribute | Rating | Value |
|
|
65
91
|
* |----------------|-----------------|----------------|
|
|
@@ -72,7 +98,7 @@ export declare const AiModel: {
|
|
|
72
98
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
73
99
|
* [Official doc](https://platform.openai.com/docs/models/o3-2025-04-16)
|
|
74
100
|
*/
|
|
75
|
-
o3_2025_04_16:
|
|
101
|
+
readonly o3_2025_04_16: "o3-2025-04-16";
|
|
76
102
|
/**
|
|
77
103
|
* | Attribute | Rating | Value |
|
|
78
104
|
* |----------------|-----------------|----------------|
|
|
@@ -85,7 +111,7 @@ export declare const AiModel: {
|
|
|
85
111
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
86
112
|
* [Official doc](https://platform.openai.com/docs/models/o4-mini)
|
|
87
113
|
*/
|
|
88
|
-
o4_mini:
|
|
114
|
+
readonly o4_mini: "o4-mini";
|
|
89
115
|
/**
|
|
90
116
|
* | Attribute | Rating | Value |
|
|
91
117
|
* |----------------|-----------------|----------------|
|
|
@@ -98,7 +124,7 @@ export declare const AiModel: {
|
|
|
98
124
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
99
125
|
* [Official doc](https://platform.openai.com/docs/models/gpt-4.1-nano)
|
|
100
126
|
*/
|
|
101
|
-
gpt_4_1_nano:
|
|
127
|
+
readonly gpt_4_1_nano: "gpt-4.1-nano";
|
|
102
128
|
/**
|
|
103
129
|
* | Attribute | Rating | Value |
|
|
104
130
|
* |----------------|-----------------|----------------|
|
|
@@ -111,7 +137,7 @@ export declare const AiModel: {
|
|
|
111
137
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
112
138
|
* [Official doc](https://platform.openai.com/docs/models/gpt-4.1-nano-2025-04-14)
|
|
113
139
|
*/
|
|
114
|
-
gpt_4_1_nano_2025_04_14:
|
|
140
|
+
readonly gpt_4_1_nano_2025_04_14: "gpt-4.1-nano-2025-04-14";
|
|
115
141
|
/**
|
|
116
142
|
* | Attribute | Rating | Value |
|
|
117
143
|
* |----------------|-----------------|----------------|
|
|
@@ -124,7 +150,7 @@ export declare const AiModel: {
|
|
|
124
150
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
125
151
|
* [Official doc](https://platform.openai.com/docs/models/gpt-4o-realtime-preview-2024-10-01)
|
|
126
152
|
*/
|
|
127
|
-
gpt_4o_realtime_preview_2024_10_01:
|
|
153
|
+
readonly gpt_4o_realtime_preview_2024_10_01: "gpt-4o-realtime-preview-2024-10-01";
|
|
128
154
|
/**
|
|
129
155
|
* | Attribute | Rating | Value |
|
|
130
156
|
* |----------------|-----------------|----------------|
|
|
@@ -137,7 +163,7 @@ export declare const AiModel: {
|
|
|
137
163
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
138
164
|
* [Official doc](https://platform.openai.com/docs/models/o4-mini-2025-04-16)
|
|
139
165
|
*/
|
|
140
|
-
o4_mini_2025_04_16:
|
|
166
|
+
readonly o4_mini_2025_04_16: "o4-mini-2025-04-16";
|
|
141
167
|
/**
|
|
142
168
|
* | Attribute | Rating | Value |
|
|
143
169
|
* |----------------|-----------------|----------------|
|
|
@@ -150,7 +176,7 @@ export declare const AiModel: {
|
|
|
150
176
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
151
177
|
* [Official doc](https://platform.openai.com/docs/models/gpt-4o-realtime-preview)
|
|
152
178
|
*/
|
|
153
|
-
gpt_4o_realtime_preview:
|
|
179
|
+
readonly gpt_4o_realtime_preview: "gpt-4o-realtime-preview";
|
|
154
180
|
/**
|
|
155
181
|
* | Attribute | Rating | Value |
|
|
156
182
|
* |----------------|-----------------|----------------|
|
|
@@ -163,7 +189,7 @@ export declare const AiModel: {
|
|
|
163
189
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
164
190
|
* [Official doc](https://platform.openai.com/docs/models/gpt-4)
|
|
165
191
|
*/
|
|
166
|
-
gpt_4:
|
|
192
|
+
readonly gpt_4: "gpt-4";
|
|
167
193
|
/**
|
|
168
194
|
* | Attribute | Rating | Value |
|
|
169
195
|
* |----------------|-----------------|----------------|
|
|
@@ -176,7 +202,7 @@ export declare const AiModel: {
|
|
|
176
202
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
177
203
|
* [Official doc](https://platform.openai.com/docs/models/gpt-4o-mini-audio-preview)
|
|
178
204
|
*/
|
|
179
|
-
gpt_4o_mini_audio_preview:
|
|
205
|
+
readonly gpt_4o_mini_audio_preview: "gpt-4o-mini-audio-preview";
|
|
180
206
|
/**
|
|
181
207
|
* | Attribute | Rating | Value |
|
|
182
208
|
* |----------------|-----------------|----------------|
|
|
@@ -189,7 +215,7 @@ export declare const AiModel: {
|
|
|
189
215
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
190
216
|
* [Official doc](https://platform.openai.com/docs/models/gpt-4o-audio-preview)
|
|
191
217
|
*/
|
|
192
|
-
gpt_4o_audio_preview:
|
|
218
|
+
readonly gpt_4o_audio_preview: "gpt-4o-audio-preview";
|
|
193
219
|
/**
|
|
194
220
|
* | Attribute | Rating | Value |
|
|
195
221
|
* |----------------|-----------------|----------------|
|
|
@@ -202,7 +228,7 @@ export declare const AiModel: {
|
|
|
202
228
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
203
229
|
* [Official doc](https://platform.openai.com/docs/models/o1-preview-2024-09-12)
|
|
204
230
|
*/
|
|
205
|
-
o1_preview_2024_09_12:
|
|
231
|
+
readonly o1_preview_2024_09_12: "o1-preview-2024-09-12";
|
|
206
232
|
/**
|
|
207
233
|
* | Attribute | Rating | Value |
|
|
208
234
|
* |----------------|-----------------|----------------|
|
|
@@ -215,7 +241,7 @@ export declare const AiModel: {
|
|
|
215
241
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
216
242
|
* [Official doc](https://platform.openai.com/docs/models/gpt-4o-mini-realtime-preview)
|
|
217
243
|
*/
|
|
218
|
-
gpt_4o_mini_realtime_preview:
|
|
244
|
+
readonly gpt_4o_mini_realtime_preview: "gpt-4o-mini-realtime-preview";
|
|
219
245
|
/**
|
|
220
246
|
* | Attribute | Rating | Value |
|
|
221
247
|
* |----------------|-----------------|----------------|
|
|
@@ -228,7 +254,7 @@ export declare const AiModel: {
|
|
|
228
254
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
229
255
|
* [Official doc](https://platform.openai.com/docs/models/gpt-4.1-mini)
|
|
230
256
|
*/
|
|
231
|
-
gpt_4_1_mini:
|
|
257
|
+
readonly gpt_4_1_mini: "gpt-4.1-mini";
|
|
232
258
|
/**
|
|
233
259
|
* | Attribute | Rating | Value |
|
|
234
260
|
* |----------------|-----------------|----------------|
|
|
@@ -241,7 +267,7 @@ export declare const AiModel: {
|
|
|
241
267
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
242
268
|
* [Official doc](https://platform.openai.com/docs/models/gpt-4o-mini-realtime-preview-2024-12-17)
|
|
243
269
|
*/
|
|
244
|
-
gpt_4o_mini_realtime_preview_2024_12_17:
|
|
270
|
+
readonly gpt_4o_mini_realtime_preview_2024_12_17: "gpt-4o-mini-realtime-preview-2024-12-17";
|
|
245
271
|
/**
|
|
246
272
|
* | Attribute | Rating | Value |
|
|
247
273
|
* |----------------|-----------------|----------------|
|
|
@@ -254,7 +280,7 @@ export declare const AiModel: {
|
|
|
254
280
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
255
281
|
* [Official doc](https://platform.openai.com/docs/models/gpt-3.5-turbo-instruct-0914)
|
|
256
282
|
*/
|
|
257
|
-
gpt_3_5_turbo_instruct_0914:
|
|
283
|
+
readonly gpt_3_5_turbo_instruct_0914: "gpt-3.5-turbo-instruct-0914";
|
|
258
284
|
/**
|
|
259
285
|
* | Attribute | Rating | Value |
|
|
260
286
|
* |----------------|-----------------|----------------|
|
|
@@ -267,7 +293,7 @@ export declare const AiModel: {
|
|
|
267
293
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
268
294
|
* [Official doc](https://platform.openai.com/docs/models/gpt-4o-mini-search-preview)
|
|
269
295
|
*/
|
|
270
|
-
gpt_4o_mini_search_preview:
|
|
296
|
+
readonly gpt_4o_mini_search_preview: "gpt-4o-mini-search-preview";
|
|
271
297
|
/**
|
|
272
298
|
* | Attribute | Rating | Value |
|
|
273
299
|
* |----------------|-----------------|----------------|
|
|
@@ -280,7 +306,7 @@ export declare const AiModel: {
|
|
|
280
306
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
281
307
|
* [Official doc](https://platform.openai.com/docs/models/gpt-4.1-mini-2025-04-14)
|
|
282
308
|
*/
|
|
283
|
-
gpt_4_1_mini_2025_04_14:
|
|
309
|
+
readonly gpt_4_1_mini_2025_04_14: "gpt-4.1-mini-2025-04-14";
|
|
284
310
|
/**
|
|
285
311
|
* | Attribute | Rating | Value |
|
|
286
312
|
* |----------------|-----------------|----------------|
|
|
@@ -293,7 +319,7 @@ export declare const AiModel: {
|
|
|
293
319
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
294
320
|
* [Official doc](https://platform.openai.com/docs/models/gpt-3.5-turbo-1106)
|
|
295
321
|
*/
|
|
296
|
-
gpt_3_5_turbo_1106:
|
|
322
|
+
readonly gpt_3_5_turbo_1106: "gpt-3.5-turbo-1106";
|
|
297
323
|
/**
|
|
298
324
|
* | Attribute | Rating | Value |
|
|
299
325
|
* |----------------|-----------------|----------------|
|
|
@@ -306,7 +332,7 @@ export declare const AiModel: {
|
|
|
306
332
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
307
333
|
* [Official doc](https://platform.openai.com/docs/models/gpt-4o-search-preview)
|
|
308
334
|
*/
|
|
309
|
-
gpt_4o_search_preview:
|
|
335
|
+
readonly gpt_4o_search_preview: "gpt-4o-search-preview";
|
|
310
336
|
/**
|
|
311
337
|
* | Attribute | Rating | Value |
|
|
312
338
|
* |----------------|-----------------|----------------|
|
|
@@ -319,7 +345,7 @@ export declare const AiModel: {
|
|
|
319
345
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
320
346
|
* [Official doc](https://platform.openai.com/docs/models/gpt-4-turbo)
|
|
321
347
|
*/
|
|
322
|
-
gpt_4_turbo:
|
|
348
|
+
readonly gpt_4_turbo: "gpt-4-turbo";
|
|
323
349
|
/**
|
|
324
350
|
* | Attribute | Rating | Value |
|
|
325
351
|
* |----------------|-----------------|----------------|
|
|
@@ -332,7 +358,7 @@ export declare const AiModel: {
|
|
|
332
358
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
333
359
|
* [Official doc](https://platform.openai.com/docs/models/gpt-4o-realtime-preview-2024-12-17)
|
|
334
360
|
*/
|
|
335
|
-
gpt_4o_realtime_preview_2024_12_17:
|
|
361
|
+
readonly gpt_4o_realtime_preview_2024_12_17: "gpt-4o-realtime-preview-2024-12-17";
|
|
336
362
|
/**
|
|
337
363
|
* | Attribute | Rating | Value |
|
|
338
364
|
* |----------------|-----------------|----------------|
|
|
@@ -345,7 +371,7 @@ export declare const AiModel: {
|
|
|
345
371
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
346
372
|
* [Official doc](https://platform.openai.com/docs/models/gpt-3.5-turbo-instruct)
|
|
347
373
|
*/
|
|
348
|
-
gpt_3_5_turbo_instruct:
|
|
374
|
+
readonly gpt_3_5_turbo_instruct: "gpt-3.5-turbo-instruct";
|
|
349
375
|
/**
|
|
350
376
|
* | Attribute | Rating | Value |
|
|
351
377
|
* |----------------|-----------------|----------------|
|
|
@@ -358,7 +384,7 @@ export declare const AiModel: {
|
|
|
358
384
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
359
385
|
* [Official doc](https://platform.openai.com/docs/models/gpt-3.5-turbo)
|
|
360
386
|
*/
|
|
361
|
-
gpt_3_5_turbo:
|
|
387
|
+
readonly gpt_3_5_turbo: "gpt-3.5-turbo";
|
|
362
388
|
/**
|
|
363
389
|
* | Attribute | Rating | Value |
|
|
364
390
|
* |----------------|-----------------|----------------|
|
|
@@ -371,7 +397,7 @@ export declare const AiModel: {
|
|
|
371
397
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
372
398
|
* [Official doc](https://platform.openai.com/docs/models/gpt-4-turbo-preview)
|
|
373
399
|
*/
|
|
374
|
-
gpt_4_turbo_preview:
|
|
400
|
+
readonly gpt_4_turbo_preview: "gpt-4-turbo-preview";
|
|
375
401
|
/**
|
|
376
402
|
* | Attribute | Rating | Value |
|
|
377
403
|
* |----------------|-----------------|----------------|
|
|
@@ -384,7 +410,7 @@ export declare const AiModel: {
|
|
|
384
410
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
385
411
|
* [Official doc](https://platform.openai.com/docs/models/gpt-4o-mini-search-preview-2025-03-11)
|
|
386
412
|
*/
|
|
387
|
-
gpt_4o_mini_search_preview_2025_03_11:
|
|
413
|
+
readonly gpt_4o_mini_search_preview_2025_03_11: "gpt-4o-mini-search-preview-2025-03-11";
|
|
388
414
|
/**
|
|
389
415
|
* | Attribute | Rating | Value |
|
|
390
416
|
* |----------------|-----------------|----------------|
|
|
@@ -397,7 +423,7 @@ export declare const AiModel: {
|
|
|
397
423
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
398
424
|
* [Official doc](https://platform.openai.com/docs/models/gpt-4-0125-preview)
|
|
399
425
|
*/
|
|
400
|
-
gpt_4_0125_preview:
|
|
426
|
+
readonly gpt_4_0125_preview: "gpt-4-0125-preview";
|
|
401
427
|
/**
|
|
402
428
|
* | Attribute | Rating | Value |
|
|
403
429
|
* |----------------|-----------------|----------------|
|
|
@@ -410,7 +436,7 @@ export declare const AiModel: {
|
|
|
410
436
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
411
437
|
* [Official doc](https://platform.openai.com/docs/models/gpt-4o-2024-11-20)
|
|
412
438
|
*/
|
|
413
|
-
gpt_4o_2024_11_20:
|
|
439
|
+
readonly gpt_4o_2024_11_20: "gpt-4o-2024-11-20";
|
|
414
440
|
/**
|
|
415
441
|
* | Attribute | Rating | Value |
|
|
416
442
|
* |----------------|-----------------|----------------|
|
|
@@ -423,7 +449,7 @@ export declare const AiModel: {
|
|
|
423
449
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
424
450
|
* [Official doc](https://platform.openai.com/docs/models/gpt-4o-2024-05-13)
|
|
425
451
|
*/
|
|
426
|
-
gpt_4o_2024_05_13:
|
|
452
|
+
readonly gpt_4o_2024_05_13: "gpt-4o-2024-05-13";
|
|
427
453
|
/**
|
|
428
454
|
* | Attribute | Rating | Value |
|
|
429
455
|
* |----------------|-----------------|----------------|
|
|
@@ -436,7 +462,7 @@ export declare const AiModel: {
|
|
|
436
462
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
437
463
|
* [Official doc](https://platform.openai.com/docs/models/gpt-4-turbo-2024-04-09)
|
|
438
464
|
*/
|
|
439
|
-
gpt_4_turbo_2024_04_09:
|
|
465
|
+
readonly gpt_4_turbo_2024_04_09: "gpt-4-turbo-2024-04-09";
|
|
440
466
|
/**
|
|
441
467
|
* | Attribute | Rating | Value |
|
|
442
468
|
* |----------------|-----------------|----------------|
|
|
@@ -449,7 +475,7 @@ export declare const AiModel: {
|
|
|
449
475
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
450
476
|
* [Official doc](https://platform.openai.com/docs/models/gpt-3.5-turbo-16k)
|
|
451
477
|
*/
|
|
452
|
-
gpt_3_5_turbo_16k:
|
|
478
|
+
readonly gpt_3_5_turbo_16k: "gpt-3.5-turbo-16k";
|
|
453
479
|
/**
|
|
454
480
|
* | Attribute | Rating | Value |
|
|
455
481
|
* |----------------|-----------------|----------------|
|
|
@@ -462,7 +488,7 @@ export declare const AiModel: {
|
|
|
462
488
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
463
489
|
* [Official doc](https://platform.openai.com/docs/models/o1-preview)
|
|
464
490
|
*/
|
|
465
|
-
o1_preview:
|
|
491
|
+
readonly o1_preview: "o1-preview";
|
|
466
492
|
/**
|
|
467
493
|
* | Attribute | Rating | Value |
|
|
468
494
|
* |----------------|-----------------|----------------|
|
|
@@ -475,20 +501,7 @@ export declare const AiModel: {
|
|
|
475
501
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
476
502
|
* [Official doc](https://platform.openai.com/docs/models/gpt-4-0613)
|
|
477
503
|
*/
|
|
478
|
-
gpt_4_0613:
|
|
479
|
-
/**
|
|
480
|
-
* | Attribute | Rating | Value |
|
|
481
|
-
* |----------------|-----------------|----------------|
|
|
482
|
-
* | Intelligence | ○○○○ | High |
|
|
483
|
-
* | Speed | ○○○ | Moderate |
|
|
484
|
-
* | | Input | Output |
|
|
485
|
-
* | Type | Text | Text |
|
|
486
|
-
* | Price | Unknown | Unknown |
|
|
487
|
-
*
|
|
488
|
-
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
489
|
-
* [Official doc](https://platform.openai.com/docs/models/o3-mini)
|
|
490
|
-
*/
|
|
491
|
-
o3_mini: string;
|
|
504
|
+
readonly gpt_4_0613: "gpt-4-0613";
|
|
492
505
|
/**
|
|
493
506
|
* | Attribute | Rating | Value |
|
|
494
507
|
* |----------------|-----------------|----------------|
|
|
@@ -501,7 +514,7 @@ export declare const AiModel: {
|
|
|
501
514
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
502
515
|
* [Official doc](https://platform.openai.com/docs/models/gpt-4.5-preview)
|
|
503
516
|
*/
|
|
504
|
-
gpt_4_5_preview:
|
|
517
|
+
readonly gpt_4_5_preview: "gpt-4.5-preview";
|
|
505
518
|
/**
|
|
506
519
|
* | Attribute | Rating | Value |
|
|
507
520
|
* |----------------|-----------------|----------------|
|
|
@@ -514,7 +527,7 @@ export declare const AiModel: {
|
|
|
514
527
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
515
528
|
* [Official doc](https://platform.openai.com/docs/models/o1-2024-12-17)
|
|
516
529
|
*/
|
|
517
|
-
o1_2024_12_17:
|
|
530
|
+
readonly o1_2024_12_17: "o1-2024-12-17";
|
|
518
531
|
/**
|
|
519
532
|
* | Attribute | Rating | Value |
|
|
520
533
|
* |----------------|-----------------|----------------|
|
|
@@ -527,7 +540,7 @@ export declare const AiModel: {
|
|
|
527
540
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
528
541
|
* [Official doc](https://platform.openai.com/docs/models/o1)
|
|
529
542
|
*/
|
|
530
|
-
o1:
|
|
543
|
+
readonly o1: "o1";
|
|
531
544
|
/**
|
|
532
545
|
* | Attribute | Rating | Value |
|
|
533
546
|
* |----------------|-----------------|----------------|
|
|
@@ -540,7 +553,7 @@ export declare const AiModel: {
|
|
|
540
553
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
541
554
|
* [Official doc](https://platform.openai.com/docs/models/gpt-4.5-preview-2025-02-27)
|
|
542
555
|
*/
|
|
543
|
-
gpt_4_5_preview_2025_02_27:
|
|
556
|
+
readonly gpt_4_5_preview_2025_02_27: "gpt-4.5-preview-2025-02-27";
|
|
544
557
|
/**
|
|
545
558
|
* | Attribute | Rating | Value |
|
|
546
559
|
* |----------------|-----------------|----------------|
|
|
@@ -553,7 +566,7 @@ export declare const AiModel: {
|
|
|
553
566
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
554
567
|
* [Official doc](https://platform.openai.com/docs/models/o1-pro)
|
|
555
568
|
*/
|
|
556
|
-
o1_pro:
|
|
569
|
+
readonly o1_pro: "o1-pro";
|
|
557
570
|
/**
|
|
558
571
|
* | Attribute | Rating | Value |
|
|
559
572
|
* |----------------|-----------------|----------------|
|
|
@@ -566,7 +579,7 @@ export declare const AiModel: {
|
|
|
566
579
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
567
580
|
* [Official doc](https://platform.openai.com/docs/models/gpt-4o-search-preview-2025-03-11)
|
|
568
581
|
*/
|
|
569
|
-
gpt_4o_search_preview_2025_03_11:
|
|
582
|
+
readonly gpt_4o_search_preview_2025_03_11: "gpt-4o-search-preview-2025-03-11";
|
|
570
583
|
/**
|
|
571
584
|
* | Attribute | Rating | Value |
|
|
572
585
|
* |----------------|-----------------|----------------|
|
|
@@ -579,20 +592,7 @@ export declare const AiModel: {
|
|
|
579
592
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
580
593
|
* [Official doc](https://platform.openai.com/docs/models/o1-pro-2025-03-19)
|
|
581
594
|
*/
|
|
582
|
-
o1_pro_2025_03_19:
|
|
583
|
-
/**
|
|
584
|
-
* | Attribute | Rating | Value |
|
|
585
|
-
* |----------------|-----------------|----------------|
|
|
586
|
-
* | Intelligence | ○○○○ | High |
|
|
587
|
-
* | Speed | ○○○ | Moderate |
|
|
588
|
-
* | | Input | Output |
|
|
589
|
-
* | Type | Text | Text |
|
|
590
|
-
* | Price | Unknown | Unknown |
|
|
591
|
-
*
|
|
592
|
-
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
593
|
-
* [Official doc](https://platform.openai.com/docs/models/o3-mini-2025-01-31)
|
|
594
|
-
*/
|
|
595
|
-
o3_mini_2025_01_31: string;
|
|
595
|
+
readonly o1_pro_2025_03_19: "o1-pro-2025-03-19";
|
|
596
596
|
/**
|
|
597
597
|
* | Attribute | Rating | Value |
|
|
598
598
|
* |----------------|-----------------|----------------|
|
|
@@ -605,7 +605,7 @@ export declare const AiModel: {
|
|
|
605
605
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
606
606
|
* [Official doc](https://platform.openai.com/docs/models/omni-moderation-2024-09-26)
|
|
607
607
|
*/
|
|
608
|
-
omni_moderation_2024_09_26:
|
|
608
|
+
readonly omni_moderation_2024_09_26: "omni-moderation-2024-09-26";
|
|
609
609
|
/**
|
|
610
610
|
* | Attribute | Rating | Value |
|
|
611
611
|
* |----------------|-----------------|----------------|
|
|
@@ -618,7 +618,7 @@ export declare const AiModel: {
|
|
|
618
618
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
619
619
|
* [Official doc](https://platform.openai.com/docs/models/gpt-4o)
|
|
620
620
|
*/
|
|
621
|
-
gpt_4o:
|
|
621
|
+
readonly gpt_4o: "gpt-4o";
|
|
622
622
|
/**
|
|
623
623
|
* | Attribute | Rating | Value |
|
|
624
624
|
* |----------------|-----------------|----------------|
|
|
@@ -631,7 +631,7 @@ export declare const AiModel: {
|
|
|
631
631
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
632
632
|
* [Official doc](https://platform.openai.com/docs/models/gpt-4o-mini)
|
|
633
633
|
*/
|
|
634
|
-
gpt_4o_mini:
|
|
634
|
+
readonly gpt_4o_mini: "gpt-4o-mini";
|
|
635
635
|
/**
|
|
636
636
|
* | Attribute | Rating | Value |
|
|
637
637
|
* |----------------|-----------------|----------------|
|
|
@@ -644,7 +644,7 @@ export declare const AiModel: {
|
|
|
644
644
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
645
645
|
* [Official doc](https://platform.openai.com/docs/models/gpt-4o-2024-08-06)
|
|
646
646
|
*/
|
|
647
|
-
gpt_4o_2024_08_06:
|
|
647
|
+
readonly gpt_4o_2024_08_06: "gpt-4o-2024-08-06";
|
|
648
648
|
/**
|
|
649
649
|
* | Attribute | Rating | Value |
|
|
650
650
|
* |----------------|-----------------|----------------|
|
|
@@ -657,7 +657,7 @@ export declare const AiModel: {
|
|
|
657
657
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
658
658
|
* [Official doc](https://platform.openai.com/docs/models/gpt-4.1)
|
|
659
659
|
*/
|
|
660
|
-
gpt_4_1:
|
|
660
|
+
readonly gpt_4_1: "gpt-4.1";
|
|
661
661
|
/**
|
|
662
662
|
* | Attribute | Rating | Value |
|
|
663
663
|
* |----------------|-----------------|----------------|
|
|
@@ -670,7 +670,7 @@ export declare const AiModel: {
|
|
|
670
670
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
671
671
|
* [Official doc](https://platform.openai.com/docs/models/gpt-4o-transcribe)
|
|
672
672
|
*/
|
|
673
|
-
gpt_4o_transcribe:
|
|
673
|
+
readonly gpt_4o_transcribe: "gpt-4o-transcribe";
|
|
674
674
|
/**
|
|
675
675
|
* | Attribute | Rating | Value |
|
|
676
676
|
* |----------------|-----------------|----------------|
|
|
@@ -683,7 +683,7 @@ export declare const AiModel: {
|
|
|
683
683
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
684
684
|
* [Official doc](https://platform.openai.com/docs/models/gpt-4.1-2025-04-14)
|
|
685
685
|
*/
|
|
686
|
-
gpt_4_1_2025_04_14:
|
|
686
|
+
readonly gpt_4_1_2025_04_14: "gpt-4.1-2025-04-14";
|
|
687
687
|
/**
|
|
688
688
|
* | Attribute | Rating | Value |
|
|
689
689
|
* |----------------|-----------------|----------------|
|
|
@@ -696,7 +696,7 @@ export declare const AiModel: {
|
|
|
696
696
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
697
697
|
* [Official doc](https://platform.openai.com/docs/models/gpt-4o-mini-2024-07-18)
|
|
698
698
|
*/
|
|
699
|
-
gpt_4o_mini_2024_07_18:
|
|
699
|
+
readonly gpt_4o_mini_2024_07_18: "gpt-4o-mini-2024-07-18";
|
|
700
700
|
/**
|
|
701
701
|
* | Attribute | Rating | Value |
|
|
702
702
|
* |----------------|-----------------|----------------|
|
|
@@ -709,7 +709,7 @@ export declare const AiModel: {
|
|
|
709
709
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
710
710
|
* [Official doc](https://platform.openai.com/docs/models/gpt-4o-mini-transcribe)
|
|
711
711
|
*/
|
|
712
|
-
gpt_4o_mini_transcribe:
|
|
712
|
+
readonly gpt_4o_mini_transcribe: "gpt-4o-mini-transcribe";
|
|
713
713
|
/**
|
|
714
714
|
* | Attribute | Rating | Value |
|
|
715
715
|
* |----------------|-----------------|----------------|
|
|
@@ -722,7 +722,7 @@ export declare const AiModel: {
|
|
|
722
722
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
723
723
|
* [Official doc](https://platform.openai.com/docs/models/o1-mini)
|
|
724
724
|
*/
|
|
725
|
-
o1_mini:
|
|
725
|
+
readonly o1_mini: "o1-mini";
|
|
726
726
|
/**
|
|
727
727
|
* | Attribute | Rating | Value |
|
|
728
728
|
* |----------------|-----------------|----------------|
|
|
@@ -735,7 +735,7 @@ export declare const AiModel: {
|
|
|
735
735
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
736
736
|
* [Official doc](https://platform.openai.com/docs/models/gpt-4o-mini-audio-preview-2024-12-17)
|
|
737
737
|
*/
|
|
738
|
-
gpt_4o_mini_audio_preview_2024_12_17:
|
|
738
|
+
readonly gpt_4o_mini_audio_preview_2024_12_17: "gpt-4o-mini-audio-preview-2024-12-17";
|
|
739
739
|
/**
|
|
740
740
|
* | Attribute | Rating | Value |
|
|
741
741
|
* |----------------|-----------------|----------------|
|
|
@@ -748,7 +748,7 @@ export declare const AiModel: {
|
|
|
748
748
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
749
749
|
* [Official doc](https://platform.openai.com/docs/models/gpt-3.5-turbo-0125)
|
|
750
750
|
*/
|
|
751
|
-
gpt_3_5_turbo_0125:
|
|
751
|
+
readonly gpt_3_5_turbo_0125: "gpt-3.5-turbo-0125";
|
|
752
752
|
/**
|
|
753
753
|
* | Attribute | Rating | Value |
|
|
754
754
|
* |----------------|-----------------|----------------|
|
|
@@ -761,7 +761,7 @@ export declare const AiModel: {
|
|
|
761
761
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
762
762
|
* [Official doc](https://platform.openai.com/docs/models/o1-mini-2024-09-12)
|
|
763
763
|
*/
|
|
764
|
-
o1_mini_2024_09_12:
|
|
764
|
+
readonly o1_mini_2024_09_12: "o1-mini-2024-09-12";
|
|
765
765
|
/**
|
|
766
766
|
* | Attribute | Rating | Value |
|
|
767
767
|
* |----------------|-----------------|----------------|
|
|
@@ -774,7 +774,7 @@ export declare const AiModel: {
|
|
|
774
774
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
775
775
|
* [Official doc](https://platform.openai.com/docs/models/gpt-4-1106-preview)
|
|
776
776
|
*/
|
|
777
|
-
gpt_4_1106_preview:
|
|
777
|
+
readonly gpt_4_1106_preview: "gpt-4-1106-preview";
|
|
778
778
|
/**
|
|
779
779
|
* | Attribute | Rating | Value |
|
|
780
780
|
* |----------------|-----------------|----------------|
|
|
@@ -787,7 +787,7 @@ export declare const AiModel: {
|
|
|
787
787
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
788
788
|
* [Official doc](https://platform.openai.com/docs/models/gpt-4o-mini-tts)
|
|
789
789
|
*/
|
|
790
|
-
gpt_4o_mini_tts:
|
|
790
|
+
readonly gpt_4o_mini_tts: "gpt-4o-mini-tts";
|
|
791
791
|
/**
|
|
792
792
|
* | Attribute | Rating | Value |
|
|
793
793
|
* |----------------|-----------------|----------------|
|
|
@@ -800,7 +800,7 @@ export declare const AiModel: {
|
|
|
800
800
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
801
801
|
* [Official doc](https://platform.openai.com/docs/models/omni-moderation-latest)
|
|
802
802
|
*/
|
|
803
|
-
omni_moderation_latest:
|
|
803
|
+
readonly omni_moderation_latest: "omni-moderation-latest";
|
|
804
804
|
};
|
|
805
805
|
|
|
806
806
|
export declare type AiModelId = (typeof AiModel)[keyof typeof AiModel];
|