promptgun 0.8.4 → 0.8.5
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 +63 -63
- package/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -20,7 +20,7 @@ export declare class AIClient {
|
|
|
20
20
|
chat<T = undefined>(toPrompt: (args?: T) => Prompt, args?: T): BasicPrompt<T>;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
-
export declare
|
|
23
|
+
export declare const AiModel: {
|
|
24
24
|
/**
|
|
25
25
|
* <table>
|
|
26
26
|
* <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
|
|
@@ -32,7 +32,7 @@ export declare enum AiModel {
|
|
|
32
32
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
33
33
|
* <a href="https://platform.openai.com/docs/models/gpt-4o-audio-preview-2024-12-17">Official doc</a>
|
|
34
34
|
*/
|
|
35
|
-
gpt_4o_audio_preview_2024_12_17
|
|
35
|
+
readonly gpt_4o_audio_preview_2024_12_17: "gpt-4o-audio-preview-2024-12-17";
|
|
36
36
|
/**
|
|
37
37
|
* <table>
|
|
38
38
|
* <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
|
|
@@ -44,7 +44,7 @@ export declare enum AiModel {
|
|
|
44
44
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
45
45
|
* <a href="https://platform.openai.com/docs/models/gpt-4o-audio-preview-2024-10-01">Official doc</a>
|
|
46
46
|
*/
|
|
47
|
-
gpt_4o_audio_preview_2024_10_01
|
|
47
|
+
readonly gpt_4o_audio_preview_2024_10_01: "gpt-4o-audio-preview-2024-10-01";
|
|
48
48
|
/**
|
|
49
49
|
* <table>
|
|
50
50
|
* <tr><td>Intelligence</td><td>○○○○○</td><td>Very High</td></tr>
|
|
@@ -56,7 +56,7 @@ export declare enum AiModel {
|
|
|
56
56
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
57
57
|
* <a href="https://platform.openai.com/docs/models/o3">Official doc</a>
|
|
58
58
|
*/
|
|
59
|
-
o3
|
|
59
|
+
readonly o3: "o3";
|
|
60
60
|
/**
|
|
61
61
|
* <table>
|
|
62
62
|
* <tr><td>Intelligence</td><td>○○○○○</td><td>Very High</td></tr>
|
|
@@ -68,7 +68,7 @@ export declare enum AiModel {
|
|
|
68
68
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
69
69
|
* <a href="https://platform.openai.com/docs/models/o3-2025-04-16">Official doc</a>
|
|
70
70
|
*/
|
|
71
|
-
o3_2025_04_16
|
|
71
|
+
readonly o3_2025_04_16: "o3-2025-04-16";
|
|
72
72
|
/**
|
|
73
73
|
* <table>
|
|
74
74
|
* <tr><td>Intelligence</td><td>○○○</td><td>Moderate</td></tr>
|
|
@@ -80,7 +80,7 @@ export declare enum AiModel {
|
|
|
80
80
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
81
81
|
* <a href="https://platform.openai.com/docs/models/o4-mini">Official doc</a>
|
|
82
82
|
*/
|
|
83
|
-
o4_mini
|
|
83
|
+
readonly o4_mini: "o4-mini";
|
|
84
84
|
/**
|
|
85
85
|
* <table>
|
|
86
86
|
* <tr><td>Intelligence</td><td>○○</td><td>Low</td></tr>
|
|
@@ -92,7 +92,7 @@ export declare enum AiModel {
|
|
|
92
92
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
93
93
|
* <a href="https://platform.openai.com/docs/models/gpt-4.1-nano">Official doc</a>
|
|
94
94
|
*/
|
|
95
|
-
gpt_4_1_nano
|
|
95
|
+
readonly gpt_4_1_nano: "gpt-4.1-nano";
|
|
96
96
|
/**
|
|
97
97
|
* <table>
|
|
98
98
|
* <tr><td>Intelligence</td><td>○○</td><td>Low</td></tr>
|
|
@@ -104,7 +104,7 @@ export declare enum AiModel {
|
|
|
104
104
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
105
105
|
* <a href="https://platform.openai.com/docs/models/gpt-4.1-nano-2025-04-14">Official doc</a>
|
|
106
106
|
*/
|
|
107
|
-
gpt_4_1_nano_2025_04_14
|
|
107
|
+
readonly gpt_4_1_nano_2025_04_14: "gpt-4.1-nano-2025-04-14";
|
|
108
108
|
/**
|
|
109
109
|
* <table>
|
|
110
110
|
* <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
|
|
@@ -116,7 +116,7 @@ export declare enum AiModel {
|
|
|
116
116
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
117
117
|
* <a href="https://platform.openai.com/docs/models/gpt-4o-realtime-preview-2024-10-01">Official doc</a>
|
|
118
118
|
*/
|
|
119
|
-
gpt_4o_realtime_preview_2024_10_01
|
|
119
|
+
readonly gpt_4o_realtime_preview_2024_10_01: "gpt-4o-realtime-preview-2024-10-01";
|
|
120
120
|
/**
|
|
121
121
|
* <table>
|
|
122
122
|
* <tr><td>Intelligence</td><td>○○○</td><td>Moderate</td></tr>
|
|
@@ -128,7 +128,7 @@ export declare enum AiModel {
|
|
|
128
128
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
129
129
|
* <a href="https://platform.openai.com/docs/models/o4-mini-2025-04-16">Official doc</a>
|
|
130
130
|
*/
|
|
131
|
-
o4_mini_2025_04_16
|
|
131
|
+
readonly o4_mini_2025_04_16: "o4-mini-2025-04-16";
|
|
132
132
|
/**
|
|
133
133
|
* <table>
|
|
134
134
|
* <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
|
|
@@ -140,7 +140,7 @@ export declare enum AiModel {
|
|
|
140
140
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
141
141
|
* <a href="https://platform.openai.com/docs/models/gpt-4o-realtime-preview">Official doc</a>
|
|
142
142
|
*/
|
|
143
|
-
gpt_4o_realtime_preview
|
|
143
|
+
readonly gpt_4o_realtime_preview: "gpt-4o-realtime-preview";
|
|
144
144
|
/**
|
|
145
145
|
* <table>
|
|
146
146
|
* <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
|
|
@@ -152,7 +152,7 @@ export declare enum AiModel {
|
|
|
152
152
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
153
153
|
* <a href="https://platform.openai.com/docs/models/gpt-4">Official doc</a>
|
|
154
154
|
*/
|
|
155
|
-
gpt_4
|
|
155
|
+
readonly gpt_4: "gpt-4";
|
|
156
156
|
/**
|
|
157
157
|
* <table>
|
|
158
158
|
* <tr><td>Intelligence</td><td>○○○</td><td>Moderate</td></tr>
|
|
@@ -164,7 +164,7 @@ export declare enum AiModel {
|
|
|
164
164
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
165
165
|
* <a href="https://platform.openai.com/docs/models/gpt-4o-mini-audio-preview">Official doc</a>
|
|
166
166
|
*/
|
|
167
|
-
gpt_4o_mini_audio_preview
|
|
167
|
+
readonly gpt_4o_mini_audio_preview: "gpt-4o-mini-audio-preview";
|
|
168
168
|
/**
|
|
169
169
|
* <table>
|
|
170
170
|
* <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
|
|
@@ -176,7 +176,7 @@ export declare enum AiModel {
|
|
|
176
176
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
177
177
|
* <a href="https://platform.openai.com/docs/models/gpt-4o-audio-preview">Official doc</a>
|
|
178
178
|
*/
|
|
179
|
-
gpt_4o_audio_preview
|
|
179
|
+
readonly gpt_4o_audio_preview: "gpt-4o-audio-preview";
|
|
180
180
|
/**
|
|
181
181
|
* <table>
|
|
182
182
|
* <tr><td>Intelligence</td><td>○○○○○</td><td>Very High</td></tr>
|
|
@@ -188,7 +188,7 @@ export declare enum AiModel {
|
|
|
188
188
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
189
189
|
* <a href="https://platform.openai.com/docs/models/o1-preview-2024-09-12">Official doc</a>
|
|
190
190
|
*/
|
|
191
|
-
o1_preview_2024_09_12
|
|
191
|
+
readonly o1_preview_2024_09_12: "o1-preview-2024-09-12";
|
|
192
192
|
/**
|
|
193
193
|
* <table>
|
|
194
194
|
* <tr><td>Intelligence</td><td>○○○</td><td>Moderate</td></tr>
|
|
@@ -200,7 +200,7 @@ export declare enum AiModel {
|
|
|
200
200
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
201
201
|
* <a href="https://platform.openai.com/docs/models/gpt-4o-mini-realtime-preview">Official doc</a>
|
|
202
202
|
*/
|
|
203
|
-
gpt_4o_mini_realtime_preview
|
|
203
|
+
readonly gpt_4o_mini_realtime_preview: "gpt-4o-mini-realtime-preview";
|
|
204
204
|
/**
|
|
205
205
|
* <table>
|
|
206
206
|
* <tr><td>Intelligence</td><td>○○○</td><td>Moderate</td></tr>
|
|
@@ -212,7 +212,7 @@ export declare enum AiModel {
|
|
|
212
212
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
213
213
|
* <a href="https://platform.openai.com/docs/models/gpt-4.1-mini">Official doc</a>
|
|
214
214
|
*/
|
|
215
|
-
gpt_4_1_mini
|
|
215
|
+
readonly gpt_4_1_mini: "gpt-4.1-mini";
|
|
216
216
|
/**
|
|
217
217
|
* <table>
|
|
218
218
|
* <tr><td>Intelligence</td><td>○○○</td><td>Moderate</td></tr>
|
|
@@ -224,7 +224,7 @@ export declare enum AiModel {
|
|
|
224
224
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
225
225
|
* <a href="https://platform.openai.com/docs/models/gpt-4o-mini-realtime-preview-2024-12-17">Official doc</a>
|
|
226
226
|
*/
|
|
227
|
-
gpt_4o_mini_realtime_preview_2024_12_17
|
|
227
|
+
readonly gpt_4o_mini_realtime_preview_2024_12_17: "gpt-4o-mini-realtime-preview-2024-12-17";
|
|
228
228
|
/**
|
|
229
229
|
* <table>
|
|
230
230
|
* <tr><td>Intelligence</td><td>○○○</td><td>Moderate</td></tr>
|
|
@@ -236,7 +236,7 @@ export declare enum AiModel {
|
|
|
236
236
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
237
237
|
* <a href="https://platform.openai.com/docs/models/gpt-3.5-turbo-instruct-0914">Official doc</a>
|
|
238
238
|
*/
|
|
239
|
-
gpt_3_5_turbo_instruct_0914
|
|
239
|
+
readonly gpt_3_5_turbo_instruct_0914: "gpt-3.5-turbo-instruct-0914";
|
|
240
240
|
/**
|
|
241
241
|
* <table>
|
|
242
242
|
* <tr><td>Intelligence</td><td>○○○</td><td>Moderate</td></tr>
|
|
@@ -248,7 +248,7 @@ export declare enum AiModel {
|
|
|
248
248
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
249
249
|
* <a href="https://platform.openai.com/docs/models/gpt-4o-mini-search-preview">Official doc</a>
|
|
250
250
|
*/
|
|
251
|
-
gpt_4o_mini_search_preview
|
|
251
|
+
readonly gpt_4o_mini_search_preview: "gpt-4o-mini-search-preview";
|
|
252
252
|
/**
|
|
253
253
|
* <table>
|
|
254
254
|
* <tr><td>Intelligence</td><td>○○○</td><td>Moderate</td></tr>
|
|
@@ -260,7 +260,7 @@ export declare enum AiModel {
|
|
|
260
260
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
261
261
|
* <a href="https://platform.openai.com/docs/models/gpt-4.1-mini-2025-04-14">Official doc</a>
|
|
262
262
|
*/
|
|
263
|
-
gpt_4_1_mini_2025_04_14
|
|
263
|
+
readonly gpt_4_1_mini_2025_04_14: "gpt-4.1-mini-2025-04-14";
|
|
264
264
|
/**
|
|
265
265
|
* <table>
|
|
266
266
|
* <tr><td>Intelligence</td><td>○○○</td><td>Moderate</td></tr>
|
|
@@ -272,7 +272,7 @@ export declare enum AiModel {
|
|
|
272
272
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
273
273
|
* <a href="https://platform.openai.com/docs/models/gpt-3.5-turbo-1106">Official doc</a>
|
|
274
274
|
*/
|
|
275
|
-
gpt_3_5_turbo_1106
|
|
275
|
+
readonly gpt_3_5_turbo_1106: "gpt-3.5-turbo-1106";
|
|
276
276
|
/**
|
|
277
277
|
* <table>
|
|
278
278
|
* <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
|
|
@@ -284,7 +284,7 @@ export declare enum AiModel {
|
|
|
284
284
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
285
285
|
* <a href="https://platform.openai.com/docs/models/gpt-4o-search-preview">Official doc</a>
|
|
286
286
|
*/
|
|
287
|
-
gpt_4o_search_preview
|
|
287
|
+
readonly gpt_4o_search_preview: "gpt-4o-search-preview";
|
|
288
288
|
/**
|
|
289
289
|
* <table>
|
|
290
290
|
* <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
|
|
@@ -296,7 +296,7 @@ export declare enum AiModel {
|
|
|
296
296
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
297
297
|
* <a href="https://platform.openai.com/docs/models/gpt-4-turbo">Official doc</a>
|
|
298
298
|
*/
|
|
299
|
-
gpt_4_turbo
|
|
299
|
+
readonly gpt_4_turbo: "gpt-4-turbo";
|
|
300
300
|
/**
|
|
301
301
|
* <table>
|
|
302
302
|
* <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
|
|
@@ -308,7 +308,7 @@ export declare enum AiModel {
|
|
|
308
308
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
309
309
|
* <a href="https://platform.openai.com/docs/models/gpt-4o-realtime-preview-2024-12-17">Official doc</a>
|
|
310
310
|
*/
|
|
311
|
-
gpt_4o_realtime_preview_2024_12_17
|
|
311
|
+
readonly gpt_4o_realtime_preview_2024_12_17: "gpt-4o-realtime-preview-2024-12-17";
|
|
312
312
|
/**
|
|
313
313
|
* <table>
|
|
314
314
|
* <tr><td>Intelligence</td><td>○○○</td><td>Moderate</td></tr>
|
|
@@ -320,7 +320,7 @@ export declare enum AiModel {
|
|
|
320
320
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
321
321
|
* <a href="https://platform.openai.com/docs/models/gpt-3.5-turbo-instruct">Official doc</a>
|
|
322
322
|
*/
|
|
323
|
-
gpt_3_5_turbo_instruct
|
|
323
|
+
readonly gpt_3_5_turbo_instruct: "gpt-3.5-turbo-instruct";
|
|
324
324
|
/**
|
|
325
325
|
* <table>
|
|
326
326
|
* <tr><td>Intelligence</td><td>○○○</td><td>Moderate</td></tr>
|
|
@@ -332,7 +332,7 @@ export declare enum AiModel {
|
|
|
332
332
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
333
333
|
* <a href="https://platform.openai.com/docs/models/gpt-3.5-turbo">Official doc</a>
|
|
334
334
|
*/
|
|
335
|
-
gpt_3_5_turbo
|
|
335
|
+
readonly gpt_3_5_turbo: "gpt-3.5-turbo";
|
|
336
336
|
/**
|
|
337
337
|
* <table>
|
|
338
338
|
* <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
|
|
@@ -344,7 +344,7 @@ export declare enum AiModel {
|
|
|
344
344
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
345
345
|
* <a href="https://platform.openai.com/docs/models/gpt-4-turbo-preview">Official doc</a>
|
|
346
346
|
*/
|
|
347
|
-
gpt_4_turbo_preview
|
|
347
|
+
readonly gpt_4_turbo_preview: "gpt-4-turbo-preview";
|
|
348
348
|
/**
|
|
349
349
|
* <table>
|
|
350
350
|
* <tr><td>Intelligence</td><td>○○○</td><td>Moderate</td></tr>
|
|
@@ -356,7 +356,7 @@ export declare enum AiModel {
|
|
|
356
356
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
357
357
|
* <a href="https://platform.openai.com/docs/models/gpt-4o-mini-search-preview-2025-03-11">Official doc</a>
|
|
358
358
|
*/
|
|
359
|
-
gpt_4o_mini_search_preview_2025_03_11
|
|
359
|
+
readonly gpt_4o_mini_search_preview_2025_03_11: "gpt-4o-mini-search-preview-2025-03-11";
|
|
360
360
|
/**
|
|
361
361
|
* <table>
|
|
362
362
|
* <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
|
|
@@ -368,7 +368,7 @@ export declare enum AiModel {
|
|
|
368
368
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
369
369
|
* <a href="https://platform.openai.com/docs/models/gpt-4-0125-preview">Official doc</a>
|
|
370
370
|
*/
|
|
371
|
-
gpt_4_0125_preview
|
|
371
|
+
readonly gpt_4_0125_preview: "gpt-4-0125-preview";
|
|
372
372
|
/**
|
|
373
373
|
* <table>
|
|
374
374
|
* <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
|
|
@@ -380,7 +380,7 @@ export declare enum AiModel {
|
|
|
380
380
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
381
381
|
* <a href="https://platform.openai.com/docs/models/gpt-4o-2024-11-20">Official doc</a>
|
|
382
382
|
*/
|
|
383
|
-
gpt_4o_2024_11_20
|
|
383
|
+
readonly gpt_4o_2024_11_20: "gpt-4o-2024-11-20";
|
|
384
384
|
/**
|
|
385
385
|
* <table>
|
|
386
386
|
* <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
|
|
@@ -392,7 +392,7 @@ export declare enum AiModel {
|
|
|
392
392
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
393
393
|
* <a href="https://platform.openai.com/docs/models/gpt-4o-2024-05-13">Official doc</a>
|
|
394
394
|
*/
|
|
395
|
-
gpt_4o_2024_05_13
|
|
395
|
+
readonly gpt_4o_2024_05_13: "gpt-4o-2024-05-13";
|
|
396
396
|
/**
|
|
397
397
|
* <table>
|
|
398
398
|
* <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
|
|
@@ -404,7 +404,7 @@ export declare enum AiModel {
|
|
|
404
404
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
405
405
|
* <a href="https://platform.openai.com/docs/models/gpt-4-turbo-2024-04-09">Official doc</a>
|
|
406
406
|
*/
|
|
407
|
-
gpt_4_turbo_2024_04_09
|
|
407
|
+
readonly gpt_4_turbo_2024_04_09: "gpt-4-turbo-2024-04-09";
|
|
408
408
|
/**
|
|
409
409
|
* <table>
|
|
410
410
|
* <tr><td>Intelligence</td><td>○○○</td><td>Moderate</td></tr>
|
|
@@ -416,7 +416,7 @@ export declare enum AiModel {
|
|
|
416
416
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
417
417
|
* <a href="https://platform.openai.com/docs/models/gpt-3.5-turbo-16k">Official doc</a>
|
|
418
418
|
*/
|
|
419
|
-
gpt_3_5_turbo_16k
|
|
419
|
+
readonly gpt_3_5_turbo_16k: "gpt-3.5-turbo-16k";
|
|
420
420
|
/**
|
|
421
421
|
* <table>
|
|
422
422
|
* <tr><td>Intelligence</td><td>○○○○○</td><td>Very High</td></tr>
|
|
@@ -428,7 +428,7 @@ export declare enum AiModel {
|
|
|
428
428
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
429
429
|
* <a href="https://platform.openai.com/docs/models/o1-preview">Official doc</a>
|
|
430
430
|
*/
|
|
431
|
-
o1_preview
|
|
431
|
+
readonly o1_preview: "o1-preview";
|
|
432
432
|
/**
|
|
433
433
|
* <table>
|
|
434
434
|
* <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
|
|
@@ -440,7 +440,7 @@ export declare enum AiModel {
|
|
|
440
440
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
441
441
|
* <a href="https://platform.openai.com/docs/models/gpt-4-0613">Official doc</a>
|
|
442
442
|
*/
|
|
443
|
-
gpt_4_0613
|
|
443
|
+
readonly gpt_4_0613: "gpt-4-0613";
|
|
444
444
|
/**
|
|
445
445
|
* <table>
|
|
446
446
|
* <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
|
|
@@ -452,7 +452,7 @@ export declare enum AiModel {
|
|
|
452
452
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
453
453
|
* <a href="https://platform.openai.com/docs/models/o3-mini">Official doc</a>
|
|
454
454
|
*/
|
|
455
|
-
o3_mini
|
|
455
|
+
readonly o3_mini: "o3-mini";
|
|
456
456
|
/**
|
|
457
457
|
* <table>
|
|
458
458
|
* <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
|
|
@@ -464,7 +464,7 @@ export declare enum AiModel {
|
|
|
464
464
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
465
465
|
* <a href="https://platform.openai.com/docs/models/o3-mini-2025-01-31">Official doc</a>
|
|
466
466
|
*/
|
|
467
|
-
o3_mini_2025_01_31
|
|
467
|
+
readonly o3_mini_2025_01_31: "o3-mini-2025-01-31";
|
|
468
468
|
/**
|
|
469
469
|
* <table>
|
|
470
470
|
* <tr><td>Intelligence</td><td>○○○○○</td><td>Very High</td></tr>
|
|
@@ -476,7 +476,7 @@ export declare enum AiModel {
|
|
|
476
476
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
477
477
|
* <a href="https://platform.openai.com/docs/models/gpt-4.5-preview">Official doc</a>
|
|
478
478
|
*/
|
|
479
|
-
gpt_4_5_preview
|
|
479
|
+
readonly gpt_4_5_preview: "gpt-4.5-preview";
|
|
480
480
|
/**
|
|
481
481
|
* <table>
|
|
482
482
|
* <tr><td>Intelligence</td><td>○○○○○</td><td>Very High</td></tr>
|
|
@@ -488,7 +488,7 @@ export declare enum AiModel {
|
|
|
488
488
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
489
489
|
* <a href="https://platform.openai.com/docs/models/o1-2024-12-17">Official doc</a>
|
|
490
490
|
*/
|
|
491
|
-
o1_2024_12_17
|
|
491
|
+
readonly o1_2024_12_17: "o1-2024-12-17";
|
|
492
492
|
/**
|
|
493
493
|
* <table>
|
|
494
494
|
* <tr><td>Intelligence</td><td>○○○○○</td><td>Very High</td></tr>
|
|
@@ -500,7 +500,7 @@ export declare enum AiModel {
|
|
|
500
500
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
501
501
|
* <a href="https://platform.openai.com/docs/models/o1">Official doc</a>
|
|
502
502
|
*/
|
|
503
|
-
o1
|
|
503
|
+
readonly o1: "o1";
|
|
504
504
|
/**
|
|
505
505
|
* <table>
|
|
506
506
|
* <tr><td>Intelligence</td><td>○○○○○</td><td>Very High</td></tr>
|
|
@@ -512,7 +512,7 @@ export declare enum AiModel {
|
|
|
512
512
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
513
513
|
* <a href="https://platform.openai.com/docs/models/gpt-4.5-preview-2025-02-27">Official doc</a>
|
|
514
514
|
*/
|
|
515
|
-
gpt_4_5_preview_2025_02_27
|
|
515
|
+
readonly gpt_4_5_preview_2025_02_27: "gpt-4.5-preview-2025-02-27";
|
|
516
516
|
/**
|
|
517
517
|
* <table>
|
|
518
518
|
* <tr><td>Intelligence</td><td>○○○○○</td><td>Very High</td></tr>
|
|
@@ -524,7 +524,7 @@ export declare enum AiModel {
|
|
|
524
524
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
525
525
|
* <a href="https://platform.openai.com/docs/models/o1-pro">Official doc</a>
|
|
526
526
|
*/
|
|
527
|
-
o1_pro
|
|
527
|
+
readonly o1_pro: "o1-pro";
|
|
528
528
|
/**
|
|
529
529
|
* <table>
|
|
530
530
|
* <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
|
|
@@ -536,7 +536,7 @@ export declare enum AiModel {
|
|
|
536
536
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
537
537
|
* <a href="https://platform.openai.com/docs/models/gpt-4o-search-preview-2025-03-11">Official doc</a>
|
|
538
538
|
*/
|
|
539
|
-
gpt_4o_search_preview_2025_03_11
|
|
539
|
+
readonly gpt_4o_search_preview_2025_03_11: "gpt-4o-search-preview-2025-03-11";
|
|
540
540
|
/**
|
|
541
541
|
* <table>
|
|
542
542
|
* <tr><td>Intelligence</td><td>○○○○○</td><td>Very High</td></tr>
|
|
@@ -548,7 +548,7 @@ export declare enum AiModel {
|
|
|
548
548
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
549
549
|
* <a href="https://platform.openai.com/docs/models/o1-pro-2025-03-19">Official doc</a>
|
|
550
550
|
*/
|
|
551
|
-
o1_pro_2025_03_19
|
|
551
|
+
readonly o1_pro_2025_03_19: "o1-pro-2025-03-19";
|
|
552
552
|
/**
|
|
553
553
|
* <table>
|
|
554
554
|
* <tr><td>Intelligence</td><td>○○○</td><td>Moderate</td></tr>
|
|
@@ -560,7 +560,7 @@ export declare enum AiModel {
|
|
|
560
560
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
561
561
|
* <a href="https://platform.openai.com/docs/models/omni-moderation-2024-09-26">Official doc</a>
|
|
562
562
|
*/
|
|
563
|
-
omni_moderation_2024_09_26
|
|
563
|
+
readonly omni_moderation_2024_09_26: "omni-moderation-2024-09-26";
|
|
564
564
|
/**
|
|
565
565
|
* <table>
|
|
566
566
|
* <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
|
|
@@ -572,7 +572,7 @@ export declare enum AiModel {
|
|
|
572
572
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
573
573
|
* <a href="https://platform.openai.com/docs/models/gpt-4o">Official doc</a>
|
|
574
574
|
*/
|
|
575
|
-
gpt_4o
|
|
575
|
+
readonly gpt_4o: "gpt-4o";
|
|
576
576
|
/**
|
|
577
577
|
* <table>
|
|
578
578
|
* <tr><td>Intelligence</td><td>○○○</td><td>Moderate</td></tr>
|
|
@@ -584,7 +584,7 @@ export declare enum AiModel {
|
|
|
584
584
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
585
585
|
* <a href="https://platform.openai.com/docs/models/gpt-4o-mini">Official doc</a>
|
|
586
586
|
*/
|
|
587
|
-
gpt_4o_mini
|
|
587
|
+
readonly gpt_4o_mini: "gpt-4o-mini";
|
|
588
588
|
/**
|
|
589
589
|
* <table>
|
|
590
590
|
* <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
|
|
@@ -596,7 +596,7 @@ export declare enum AiModel {
|
|
|
596
596
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
597
597
|
* <a href="https://platform.openai.com/docs/models/gpt-4o-2024-08-06">Official doc</a>
|
|
598
598
|
*/
|
|
599
|
-
gpt_4o_2024_08_06
|
|
599
|
+
readonly gpt_4o_2024_08_06: "gpt-4o-2024-08-06";
|
|
600
600
|
/**
|
|
601
601
|
* <table>
|
|
602
602
|
* <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
|
|
@@ -608,7 +608,7 @@ export declare enum AiModel {
|
|
|
608
608
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
609
609
|
* <a href="https://platform.openai.com/docs/models/gpt-4.1">Official doc</a>
|
|
610
610
|
*/
|
|
611
|
-
gpt_4_1
|
|
611
|
+
readonly gpt_4_1: "gpt-4.1";
|
|
612
612
|
/**
|
|
613
613
|
* <table>
|
|
614
614
|
* <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
|
|
@@ -620,7 +620,7 @@ export declare enum AiModel {
|
|
|
620
620
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
621
621
|
* <a href="https://platform.openai.com/docs/models/gpt-4o-transcribe">Official doc</a>
|
|
622
622
|
*/
|
|
623
|
-
gpt_4o_transcribe
|
|
623
|
+
readonly gpt_4o_transcribe: "gpt-4o-transcribe";
|
|
624
624
|
/**
|
|
625
625
|
* <table>
|
|
626
626
|
* <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
|
|
@@ -632,7 +632,7 @@ export declare enum AiModel {
|
|
|
632
632
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
633
633
|
* <a href="https://platform.openai.com/docs/models/gpt-4.1-2025-04-14">Official doc</a>
|
|
634
634
|
*/
|
|
635
|
-
gpt_4_1_2025_04_14
|
|
635
|
+
readonly gpt_4_1_2025_04_14: "gpt-4.1-2025-04-14";
|
|
636
636
|
/**
|
|
637
637
|
* <table>
|
|
638
638
|
* <tr><td>Intelligence</td><td>○○○</td><td>Moderate</td></tr>
|
|
@@ -644,7 +644,7 @@ export declare enum 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
|
* <a href="https://platform.openai.com/docs/models/gpt-4o-mini-2024-07-18">Official doc</a>
|
|
646
646
|
*/
|
|
647
|
-
gpt_4o_mini_2024_07_18
|
|
647
|
+
readonly gpt_4o_mini_2024_07_18: "gpt-4o-mini-2024-07-18";
|
|
648
648
|
/**
|
|
649
649
|
* <table>
|
|
650
650
|
* <tr><td>Intelligence</td><td>○○○</td><td>Moderate</td></tr>
|
|
@@ -656,7 +656,7 @@ export declare enum AiModel {
|
|
|
656
656
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
657
657
|
* <a href="https://platform.openai.com/docs/models/gpt-4o-mini-transcribe">Official doc</a>
|
|
658
658
|
*/
|
|
659
|
-
gpt_4o_mini_transcribe
|
|
659
|
+
readonly gpt_4o_mini_transcribe: "gpt-4o-mini-transcribe";
|
|
660
660
|
/**
|
|
661
661
|
* <table>
|
|
662
662
|
* <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
|
|
@@ -668,7 +668,7 @@ export declare enum AiModel {
|
|
|
668
668
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
669
669
|
* <a href="https://platform.openai.com/docs/models/o1-mini">Official doc</a>
|
|
670
670
|
*/
|
|
671
|
-
o1_mini
|
|
671
|
+
readonly o1_mini: "o1-mini";
|
|
672
672
|
/**
|
|
673
673
|
* <table>
|
|
674
674
|
* <tr><td>Intelligence</td><td>○○○</td><td>Moderate</td></tr>
|
|
@@ -680,7 +680,7 @@ export declare enum AiModel {
|
|
|
680
680
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
681
681
|
* <a href="https://platform.openai.com/docs/models/gpt-4o-mini-audio-preview-2024-12-17">Official doc</a>
|
|
682
682
|
*/
|
|
683
|
-
gpt_4o_mini_audio_preview_2024_12_17
|
|
683
|
+
readonly gpt_4o_mini_audio_preview_2024_12_17: "gpt-4o-mini-audio-preview-2024-12-17";
|
|
684
684
|
/**
|
|
685
685
|
* <table>
|
|
686
686
|
* <tr><td>Intelligence</td><td>○○○</td><td>Moderate</td></tr>
|
|
@@ -692,7 +692,7 @@ export declare enum AiModel {
|
|
|
692
692
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
693
693
|
* <a href="https://platform.openai.com/docs/models/gpt-3.5-turbo-0125">Official doc</a>
|
|
694
694
|
*/
|
|
695
|
-
gpt_3_5_turbo_0125
|
|
695
|
+
readonly gpt_3_5_turbo_0125: "gpt-3.5-turbo-0125";
|
|
696
696
|
/**
|
|
697
697
|
* <table>
|
|
698
698
|
* <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
|
|
@@ -704,7 +704,7 @@ export declare enum AiModel {
|
|
|
704
704
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
705
705
|
* <a href="https://platform.openai.com/docs/models/o1-mini-2024-09-12">Official doc</a>
|
|
706
706
|
*/
|
|
707
|
-
o1_mini_2024_09_12
|
|
707
|
+
readonly o1_mini_2024_09_12: "o1-mini-2024-09-12";
|
|
708
708
|
/**
|
|
709
709
|
* <table>
|
|
710
710
|
* <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
|
|
@@ -716,7 +716,7 @@ export declare enum AiModel {
|
|
|
716
716
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
717
717
|
* <a href="https://platform.openai.com/docs/models/gpt-4-1106-preview">Official doc</a>
|
|
718
718
|
*/
|
|
719
|
-
gpt_4_1106_preview
|
|
719
|
+
readonly gpt_4_1106_preview: "gpt-4-1106-preview";
|
|
720
720
|
/**
|
|
721
721
|
* <table>
|
|
722
722
|
* <tr><td>Intelligence</td><td>○○○</td><td>Moderate</td></tr>
|
|
@@ -728,7 +728,7 @@ export declare enum AiModel {
|
|
|
728
728
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
729
729
|
* <a href="https://platform.openai.com/docs/models/gpt-4o-mini-tts">Official doc</a>
|
|
730
730
|
*/
|
|
731
|
-
gpt_4o_mini_tts
|
|
731
|
+
readonly gpt_4o_mini_tts: "gpt-4o-mini-tts";
|
|
732
732
|
/**
|
|
733
733
|
* <table>
|
|
734
734
|
* <tr><td>Intelligence</td><td>○○○</td><td>Moderate</td></tr>
|
|
@@ -740,10 +740,10 @@ export declare enum AiModel {
|
|
|
740
740
|
* Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
|
|
741
741
|
* <a href="https://platform.openai.com/docs/models/omni-moderation-latest">Official doc</a>
|
|
742
742
|
*/
|
|
743
|
-
omni_moderation_latest
|
|
744
|
-
}
|
|
743
|
+
readonly omni_moderation_latest: "omni-moderation-latest";
|
|
744
|
+
};
|
|
745
745
|
|
|
746
|
-
export declare type AiModelId =
|
|
746
|
+
export declare type AiModelId = (typeof AiModel)[keyof typeof AiModel];
|
|
747
747
|
|
|
748
748
|
export declare type AnyJson = string | null | boolean | number | JsonArray | JsonObject;
|
|
749
749
|
|