promptgun 0.11.7 → 0.11.9

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 CHANGED
@@ -25,55 +25,56 @@ export declare const AiModel: {
25
25
  /**
26
26
  * | Attribute | Rating | Value |
27
27
  * |----------------|-----------------|----------------|
28
- * | Intelligence | ○○○○ | High |
29
- * | Speed | ○○○ | Moderate |
28
+ * | Intelligence | ○○○ | Moderate |
29
+ * | Speed | ○○○○ | Fast |
30
30
  * | | Input | Output |
31
- * | Type | Text/Audio | Text/Audio |
32
- * | Price | Unknown | Unknown |
31
+ * | Type | Text | Text |
32
+ * | Price | \$0.0015/1K tokens | \$0.0020/1K tokens |
33
33
  *
34
34
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
35
- * [Official doc](https://platform.openai.com/docs/models/gpt-4o-audio-preview-2024-12-17)
35
+ * [Official doc](https://platform.openai.com/docs/models/gpt-3.5-turbo)
36
36
  */
37
- readonly gpt_4o_audio_preview_2024_12_17: "gpt-4o-audio-preview-2024-12-17";
37
+ readonly gpt_3_5_turbo: "gpt-3.5-turbo";
38
38
  /**
39
39
  * | Attribute | Rating | Value |
40
40
  * |----------------|-----------------|----------------|
41
- * | Intelligence | ○○○○ | High |
42
- * | Speed | ○○○ | Moderate |
41
+ * | Intelligence | ○○○ | Moderate |
42
+ * | Speed | ○○○○ | Fast |
43
43
  * | | Input | Output |
44
- * | Type | Text/Audio | Text/Audio |
45
- * | Price | Unknown | Unknown |
44
+ * | Type | Text | Text |
45
+ * | Price | \$0.0005/1K tokens | \$0.0015/1K tokens |
46
46
  *
47
47
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
48
- * [Official doc](https://platform.openai.com/docs/models/gpt-4o-audio-preview-2024-10-01)
48
+ * [Official doc](https://platform.openai.com/docs/models/gpt-3.5-turbo-0125)
49
49
  */
50
- readonly gpt_4o_audio_preview_2024_10_01: "gpt-4o-audio-preview-2024-10-01";
50
+ readonly gpt_3_5_turbo_0125: "gpt-3.5-turbo-0125";
51
51
  /**
52
52
  * | Attribute | Rating | Value |
53
53
  * |----------------|-----------------|----------------|
54
- * | Intelligence | ○○○○○ | Very High |
55
- * | Speed | ○○ | Slow |
54
+ * | Intelligence | ○○○ | Moderate |
55
+ * | Speed | ○○○○ | Fast |
56
56
  * | | Input | Output |
57
57
  * | Type | Text | Text |
58
- * | Price | Unknown | Unknown |
58
+ * | Price | \$0.0010/1K tokens | \$0.0020/1K tokens |
59
59
  *
60
60
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
61
- * [Official doc](https://platform.openai.com/docs/models/o3)
61
+ * [Official doc](https://platform.openai.com/docs/models/gpt-3.5-turbo-1106)
62
62
  */
63
- readonly o3: "o3";
63
+ readonly gpt_3_5_turbo_1106: "gpt-3.5-turbo-1106";
64
64
  /**
65
+ * "OpenAI model ID: gpt-3.5-turbo-16k"
65
66
  * | Attribute | Rating | Value |
66
67
  * |----------------|-----------------|----------------|
67
- * | Intelligence | ○○○○○ | Very High |
68
- * | Speed | ○○ | Slow |
68
+ * | Intelligence | ○○○ | Moderate |
69
+ * | Speed | ○○○○ | Fast |
69
70
  * | | Input | Output |
70
71
  * | Type | Text | Text |
71
- * | Price | Unknown | Unknown |
72
+ * | Price | \$0.003/1K tokens | \$0.004/1K tokens |
72
73
  *
73
74
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
74
- * [Official doc](https://platform.openai.com/docs/models/o3-2025-04-16)
75
+ * [Official doc](https://platform.openai.com/docs/models/gpt-3.5-turbo-16k)
75
76
  */
76
- readonly o3_2025_04_16: "o3-2025-04-16";
77
+ readonly gpt_3_5_turbo_16k: "gpt-3.5-turbo-16k";
77
78
  /**
78
79
  * | Attribute | Rating | Value |
79
80
  * |----------------|-----------------|----------------|
@@ -81,77 +82,77 @@ export declare const AiModel: {
81
82
  * | Speed | ○○○○ | Fast |
82
83
  * | | Input | Output |
83
84
  * | Type | Text | Text |
84
- * | Price | Unknown | Unknown |
85
+ * | Price | \$0.0015/1K tokens | \$0.0020/1K tokens |
85
86
  *
86
87
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
87
- * [Official doc](https://platform.openai.com/docs/models/o4-mini)
88
+ * [Official doc](https://platform.openai.com/docs/models/gpt-3.5-turbo-instruct)
88
89
  */
89
- readonly o4_mini: "o4-mini";
90
+ readonly gpt_3_5_turbo_instruct: "gpt-3.5-turbo-instruct";
90
91
  /**
91
92
  * | Attribute | Rating | Value |
92
93
  * |----------------|-----------------|----------------|
93
- * | Intelligence | ○○ | Low |
94
- * | Speed | ○○○○○ | Very Fast |
94
+ * | Intelligence | ○○○ | Moderate |
95
+ * | Speed | ○○○○ | Fast |
95
96
  * | | Input | Output |
96
97
  * | Type | Text | Text |
97
- * | Price | Unknown | Unknown |
98
+ * | Price | \$0.0015/1K tokens | \$0.0020/1K tokens |
98
99
  *
99
100
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
100
- * [Official doc](https://platform.openai.com/docs/models/gpt-4.1-nano)
101
+ * [Official doc](https://platform.openai.com/docs/models/gpt-3.5-turbo-instruct-0914)
101
102
  */
102
- readonly gpt_4_1_nano: "gpt-4.1-nano";
103
+ readonly gpt_3_5_turbo_instruct_0914: "gpt-3.5-turbo-instruct-0914";
103
104
  /**
104
105
  * | Attribute | Rating | Value |
105
106
  * |----------------|-----------------|----------------|
106
- * | Intelligence | ○○ | Low |
107
- * | Speed | ○○○○○ | Very Fast |
107
+ * | Intelligence | ○○○○ | High |
108
+ * | Speed | ○○○ | Moderate |
108
109
  * | | Input | Output |
109
110
  * | Type | Text | Text |
110
- * | Price | Unknown | Unknown |
111
+ * | Price | \$0.03/1K tokens | \$0.06/1K tokens |
111
112
  *
112
113
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
113
- * [Official doc](https://platform.openai.com/docs/models/gpt-4.1-nano-2025-04-14)
114
+ * [Official doc](https://platform.openai.com/docs/models/gpt-4)
114
115
  */
115
- readonly gpt_4_1_nano_2025_04_14: "gpt-4.1-nano-2025-04-14";
116
+ readonly gpt_4: "gpt-4";
116
117
  /**
117
118
  * | Attribute | Rating | Value |
118
119
  * |----------------|-----------------|----------------|
119
120
  * | Intelligence | ○○○○ | High |
120
- * | Speed | ○○○○ | Fast |
121
+ * | Speed | ○○○ | Moderate |
121
122
  * | | Input | Output |
122
- * | Type | Text/Audio | Text/Audio |
123
- * | Price | Unknown | Unknown |
123
+ * | Type | Text | Text |
124
+ * | Price | \$0.01/1K tokens | \$0.03/1K tokens |
124
125
  *
125
126
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
126
- * [Official doc](https://platform.openai.com/docs/models/gpt-4o-realtime-preview-2024-10-01)
127
+ * [Official doc](https://platform.openai.com/docs/models/gpt-4-0125-preview)
127
128
  */
128
- readonly gpt_4o_realtime_preview_2024_10_01: "gpt-4o-realtime-preview-2024-10-01";
129
+ readonly gpt_4_0125_preview: "gpt-4-0125-preview";
129
130
  /**
130
131
  * | Attribute | Rating | Value |
131
132
  * |----------------|-----------------|----------------|
132
- * | Intelligence | ○○○ | Moderate |
133
- * | Speed | ○○○○ | Fast |
133
+ * | Intelligence | ○○○○ | High |
134
+ * | Speed | ○○○ | Moderate |
134
135
  * | | Input | Output |
135
136
  * | Type | Text | Text |
136
- * | Price | Unknown | Unknown |
137
+ * | Price | \$0.03/1K tokens | \$0.06/1K tokens |
137
138
  *
138
139
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
139
- * [Official doc](https://platform.openai.com/docs/models/o4-mini-2025-04-16)
140
+ * [Official doc](https://platform.openai.com/docs/models/gpt-4-0613)
140
141
  */
141
- readonly o4_mini_2025_04_16: "o4-mini-2025-04-16";
142
+ readonly gpt_4_0613: "gpt-4-0613";
142
143
  /**
143
144
  * | Attribute | Rating | Value |
144
145
  * |----------------|-----------------|----------------|
145
146
  * | Intelligence | ○○○○ | High |
146
- * | Speed | ○○○○ | Fast |
147
+ * | Speed | ○○○ | Moderate |
147
148
  * | | Input | Output |
148
- * | Type | Text/Audio | Text/Audio |
149
- * | Price | Unknown | Unknown |
149
+ * | Type | Text | Text |
150
+ * | Price | \$0.01/1K tokens | \$0.03/1K tokens |
150
151
  *
151
152
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
152
- * [Official doc](https://platform.openai.com/docs/models/gpt-4o-realtime-preview)
153
+ * [Official doc](https://platform.openai.com/docs/models/gpt-4-1106-preview)
153
154
  */
154
- readonly gpt_4o_realtime_preview: "gpt-4o-realtime-preview";
155
+ readonly gpt_4_1106_preview: "gpt-4-1106-preview";
155
156
  /**
156
157
  * | Attribute | Rating | Value |
157
158
  * |----------------|-----------------|----------------|
@@ -159,64 +160,64 @@ export declare const AiModel: {
159
160
  * | Speed | ○○○ | Moderate |
160
161
  * | | Input | Output |
161
162
  * | Type | Text | Text |
162
- * | Price | \$0.03/1K tokens | \$0.06/1K tokens |
163
+ * | Price | \$0.01/1K tokens | \$0.03/1K tokens |
163
164
  *
164
165
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
165
- * [Official doc](https://platform.openai.com/docs/models/gpt-4)
166
+ * [Official doc](https://platform.openai.com/docs/models/gpt-4-turbo)
166
167
  */
167
- readonly gpt_4: "gpt-4";
168
+ readonly gpt_4_turbo: "gpt-4-turbo";
168
169
  /**
169
170
  * | Attribute | Rating | Value |
170
171
  * |----------------|-----------------|----------------|
171
- * | Intelligence | ○○○ | Moderate |
172
- * | Speed | ○○○○ | Fast |
172
+ * | Intelligence | ○○○○ | High |
173
+ * | Speed | ○○○ | Moderate |
173
174
  * | | Input | Output |
174
- * | Type | Text/Audio | Text/Audio |
175
- * | Price | Unknown | Unknown |
175
+ * | Type | Text | Text |
176
+ * | Price | \$0.01/1K tokens | \$0.03/1K tokens |
176
177
  *
177
178
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
178
- * [Official doc](https://platform.openai.com/docs/models/gpt-4o-mini-audio-preview)
179
+ * [Official doc](https://platform.openai.com/docs/models/gpt-4-turbo-2024-04-09)
179
180
  */
180
- readonly gpt_4o_mini_audio_preview: "gpt-4o-mini-audio-preview";
181
+ readonly gpt_4_turbo_2024_04_09: "gpt-4-turbo-2024-04-09";
181
182
  /**
182
183
  * | Attribute | Rating | Value |
183
184
  * |----------------|-----------------|----------------|
184
185
  * | Intelligence | ○○○○ | High |
185
186
  * | Speed | ○○○ | Moderate |
186
187
  * | | Input | Output |
187
- * | Type | Text/Audio | Text/Audio |
188
- * | Price | Unknown | Unknown |
188
+ * | Type | Text | Text |
189
+ * | Price | \$0.01/1K tokens | \$0.03/1K tokens |
189
190
  *
190
191
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
191
- * [Official doc](https://platform.openai.com/docs/models/gpt-4o-audio-preview)
192
+ * [Official doc](https://platform.openai.com/docs/models/gpt-4-turbo-preview)
192
193
  */
193
- readonly gpt_4o_audio_preview: "gpt-4o-audio-preview";
194
+ readonly gpt_4_turbo_preview: "gpt-4-turbo-preview";
194
195
  /**
195
196
  * | Attribute | Rating | Value |
196
197
  * |----------------|-----------------|----------------|
197
- * | Intelligence | ○○○○○ | Very High |
198
- * | Speed | ○○ | Slow |
198
+ * | Intelligence | ○○○○ | High |
199
+ * | Speed | ○○○ | Moderate |
199
200
  * | | Input | Output |
200
201
  * | Type | Text | Text |
201
- * | Price | \$15.00/1M tokens | \$60.00/1M tokens |
202
+ * | Price | Unknown | Unknown |
202
203
  *
203
204
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
204
- * [Official doc](https://platform.openai.com/docs/models/o1-preview-2024-09-12)
205
+ * [Official doc](https://platform.openai.com/docs/models/gpt-4.1)
205
206
  */
206
- readonly o1_preview_2024_09_12: "o1-preview-2024-09-12";
207
+ readonly gpt_4_1: "gpt-4.1";
207
208
  /**
208
209
  * | Attribute | Rating | Value |
209
210
  * |----------------|-----------------|----------------|
210
- * | Intelligence | ○○○ | Moderate |
211
- * | Speed | ○○○○ | Fast |
211
+ * | Intelligence | ○○○○ | High |
212
+ * | Speed | ○○○ | Moderate |
212
213
  * | | Input | Output |
213
- * | Type | Text/Audio | Text/Audio |
214
+ * | Type | Text | Text |
214
215
  * | Price | Unknown | Unknown |
215
216
  *
216
217
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
217
- * [Official doc](https://platform.openai.com/docs/models/gpt-4o-mini-realtime-preview)
218
+ * [Official doc](https://platform.openai.com/docs/models/gpt-4.1-2025-04-14)
218
219
  */
219
- readonly gpt_4o_mini_realtime_preview: "gpt-4o-mini-realtime-preview";
220
+ readonly gpt_4_1_2025_04_14: "gpt-4.1-2025-04-14";
220
221
  /**
221
222
  * | Attribute | Rating | Value |
222
223
  * |----------------|-----------------|----------------|
@@ -236,65 +237,65 @@ export declare const AiModel: {
236
237
  * | Intelligence | ○○○ | Moderate |
237
238
  * | Speed | ○○○○ | Fast |
238
239
  * | | Input | Output |
239
- * | Type | Text/Audio | Text/Audio |
240
+ * | Type | Text | Text |
240
241
  * | Price | Unknown | Unknown |
241
242
  *
242
243
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
243
- * [Official doc](https://platform.openai.com/docs/models/gpt-4o-mini-realtime-preview-2024-12-17)
244
+ * [Official doc](https://platform.openai.com/docs/models/gpt-4.1-mini-2025-04-14)
244
245
  */
245
- readonly gpt_4o_mini_realtime_preview_2024_12_17: "gpt-4o-mini-realtime-preview-2024-12-17";
246
+ readonly gpt_4_1_mini_2025_04_14: "gpt-4.1-mini-2025-04-14";
246
247
  /**
247
248
  * | Attribute | Rating | Value |
248
249
  * |----------------|-----------------|----------------|
249
- * | Intelligence | ○○○ | Moderate |
250
- * | Speed | ○○○○ | Fast |
250
+ * | Intelligence | ○○ | Low |
251
+ * | Speed | ○○○○○ | Very Fast |
251
252
  * | | Input | Output |
252
253
  * | Type | Text | Text |
253
- * | Price | \$0.0015/1K tokens | \$0.0020/1K tokens |
254
+ * | Price | Unknown | Unknown |
254
255
  *
255
256
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
256
- * [Official doc](https://platform.openai.com/docs/models/gpt-3.5-turbo-instruct-0914)
257
+ * [Official doc](https://platform.openai.com/docs/models/gpt-4.1-nano)
257
258
  */
258
- readonly gpt_3_5_turbo_instruct_0914: "gpt-3.5-turbo-instruct-0914";
259
+ readonly gpt_4_1_nano: "gpt-4.1-nano";
259
260
  /**
260
261
  * | Attribute | Rating | Value |
261
262
  * |----------------|-----------------|----------------|
262
- * | Intelligence | ○○○ | Moderate |
263
- * | Speed | ○○○○ | Fast |
263
+ * | Intelligence | ○○ | Low |
264
+ * | Speed | ○○○○○ | Very Fast |
264
265
  * | | Input | Output |
265
266
  * | Type | Text | Text |
266
267
  * | Price | Unknown | Unknown |
267
268
  *
268
269
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
269
- * [Official doc](https://platform.openai.com/docs/models/gpt-4o-mini-search-preview)
270
+ * [Official doc](https://platform.openai.com/docs/models/gpt-4.1-nano-2025-04-14)
270
271
  */
271
- readonly gpt_4o_mini_search_preview: "gpt-4o-mini-search-preview";
272
+ readonly gpt_4_1_nano_2025_04_14: "gpt-4.1-nano-2025-04-14";
272
273
  /**
273
274
  * | Attribute | Rating | Value |
274
275
  * |----------------|-----------------|----------------|
275
- * | Intelligence | ○○○ | Moderate |
276
- * | Speed | ○○○○ | Fast |
276
+ * | Intelligence | ○○○○○ | Very High |
277
+ * | Speed | ○○○ | Moderate |
277
278
  * | | Input | Output |
278
279
  * | Type | Text | Text |
279
280
  * | Price | Unknown | Unknown |
280
281
  *
281
282
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
282
- * [Official doc](https://platform.openai.com/docs/models/gpt-4.1-mini-2025-04-14)
283
+ * [Official doc](https://platform.openai.com/docs/models/gpt-4.5-preview)
283
284
  */
284
- readonly gpt_4_1_mini_2025_04_14: "gpt-4.1-mini-2025-04-14";
285
+ readonly gpt_4_5_preview: "gpt-4.5-preview";
285
286
  /**
286
287
  * | Attribute | Rating | Value |
287
288
  * |----------------|-----------------|----------------|
288
- * | Intelligence | ○○○ | Moderate |
289
- * | Speed | ○○○○ | Fast |
289
+ * | Intelligence | ○○○○○ | Very High |
290
+ * | Speed | ○○○ | Moderate |
290
291
  * | | Input | Output |
291
292
  * | Type | Text | Text |
292
- * | Price | \$0.0010/1K tokens | \$0.0020/1K tokens |
293
+ * | Price | Unknown | Unknown |
293
294
  *
294
295
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
295
- * [Official doc](https://platform.openai.com/docs/models/gpt-3.5-turbo-1106)
296
+ * [Official doc](https://platform.openai.com/docs/models/gpt-4.5-preview-2025-02-27)
296
297
  */
297
- readonly gpt_3_5_turbo_1106: "gpt-3.5-turbo-1106";
298
+ readonly gpt_4_5_preview_2025_02_27: "gpt-4.5-preview-2025-02-27";
298
299
  /**
299
300
  * | Attribute | Rating | Value |
300
301
  * |----------------|-----------------|----------------|
@@ -302,12 +303,12 @@ export declare const AiModel: {
302
303
  * | Speed | ○○○ | Moderate |
303
304
  * | | Input | Output |
304
305
  * | Type | Text | Text |
305
- * | Price | Unknown | Unknown |
306
+ * | Price | \$0.005/1K tokens | \$0.015/1K tokens |
306
307
  *
307
308
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
308
- * [Official doc](https://platform.openai.com/docs/models/gpt-4o-search-preview)
309
+ * [Official doc](https://platform.openai.com/docs/models/gpt-4o)
309
310
  */
310
- readonly gpt_4o_search_preview: "gpt-4o-search-preview";
311
+ readonly gpt_4o: "gpt-4o";
311
312
  /**
312
313
  * | Attribute | Rating | Value |
313
314
  * |----------------|-----------------|----------------|
@@ -315,246 +316,246 @@ export declare const AiModel: {
315
316
  * | Speed | ○○○ | Moderate |
316
317
  * | | Input | Output |
317
318
  * | Type | Text | Text |
318
- * | Price | \$0.01/1K tokens | \$0.03/1K tokens |
319
+ * | Price | \$0.005/1K tokens | \$0.015/1K tokens |
319
320
  *
320
321
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
321
- * [Official doc](https://platform.openai.com/docs/models/gpt-4-turbo)
322
+ * [Official doc](https://platform.openai.com/docs/models/gpt-4o-2024-05-13)
322
323
  */
323
- readonly gpt_4_turbo: "gpt-4-turbo";
324
+ readonly gpt_4o_2024_05_13: "gpt-4o-2024-05-13";
324
325
  /**
325
326
  * | Attribute | Rating | Value |
326
327
  * |----------------|-----------------|----------------|
327
328
  * | Intelligence | ○○○○ | High |
328
- * | Speed | ○○○○ | Fast |
329
+ * | Speed | ○○○ | Moderate |
329
330
  * | | Input | Output |
330
- * | Type | Text/Audio | Text/Audio |
331
- * | Price | Unknown | Unknown |
331
+ * | Type | Text | Text |
332
+ * | Price | \$0.005/1K tokens | \$0.015/1K tokens |
332
333
  *
333
334
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
334
- * [Official doc](https://platform.openai.com/docs/models/gpt-4o-realtime-preview-2024-12-17)
335
+ * [Official doc](https://platform.openai.com/docs/models/gpt-4o-2024-08-06)
335
336
  */
336
- readonly gpt_4o_realtime_preview_2024_12_17: "gpt-4o-realtime-preview-2024-12-17";
337
+ readonly gpt_4o_2024_08_06: "gpt-4o-2024-08-06";
337
338
  /**
338
339
  * | Attribute | Rating | Value |
339
340
  * |----------------|-----------------|----------------|
340
- * | Intelligence | ○○○ | Moderate |
341
- * | Speed | ○○○○ | Fast |
341
+ * | Intelligence | ○○○○ | High |
342
+ * | Speed | ○○○ | Moderate |
342
343
  * | | Input | Output |
343
344
  * | Type | Text | Text |
344
- * | Price | \$0.0015/1K tokens | \$0.0020/1K tokens |
345
+ * | Price | \$0.005/1K tokens | \$0.015/1K tokens |
345
346
  *
346
347
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
347
- * [Official doc](https://platform.openai.com/docs/models/gpt-3.5-turbo-instruct)
348
+ * [Official doc](https://platform.openai.com/docs/models/gpt-4o-2024-11-20)
348
349
  */
349
- readonly gpt_3_5_turbo_instruct: "gpt-3.5-turbo-instruct";
350
+ readonly gpt_4o_2024_11_20: "gpt-4o-2024-11-20";
350
351
  /**
351
352
  * | Attribute | Rating | Value |
352
353
  * |----------------|-----------------|----------------|
353
- * | Intelligence | ○○○ | Moderate |
354
- * | Speed | ○○○○ | Fast |
354
+ * | Intelligence | ○○○○ | High |
355
+ * | Speed | ○○○ | Moderate |
355
356
  * | | Input | Output |
356
- * | Type | Text | Text |
357
- * | Price | \$0.0015/1K tokens | \$0.0020/1K tokens |
357
+ * | Type | Text/Audio | Text/Audio |
358
+ * | Price | Unknown | Unknown |
358
359
  *
359
360
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
360
- * [Official doc](https://platform.openai.com/docs/models/gpt-3.5-turbo)
361
+ * [Official doc](https://platform.openai.com/docs/models/gpt-4o-audio-preview)
361
362
  */
362
- readonly gpt_3_5_turbo: "gpt-3.5-turbo";
363
+ readonly gpt_4o_audio_preview: "gpt-4o-audio-preview";
363
364
  /**
364
365
  * | Attribute | Rating | Value |
365
366
  * |----------------|-----------------|----------------|
366
367
  * | Intelligence | ○○○○ | High |
367
368
  * | Speed | ○○○ | Moderate |
368
369
  * | | Input | Output |
369
- * | Type | Text | Text |
370
- * | Price | \$0.01/1K tokens | \$0.03/1K tokens |
370
+ * | Type | Text/Audio | Text/Audio |
371
+ * | Price | Unknown | Unknown |
371
372
  *
372
373
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
373
- * [Official doc](https://platform.openai.com/docs/models/gpt-4-turbo-preview)
374
+ * [Official doc](https://platform.openai.com/docs/models/gpt-4o-audio-preview-2024-10-01)
374
375
  */
375
- readonly gpt_4_turbo_preview: "gpt-4-turbo-preview";
376
+ readonly gpt_4o_audio_preview_2024_10_01: "gpt-4o-audio-preview-2024-10-01";
376
377
  /**
377
378
  * | Attribute | Rating | Value |
378
379
  * |----------------|-----------------|----------------|
379
- * | Intelligence | ○○○ | Moderate |
380
- * | Speed | ○○○○ | Fast |
380
+ * | Intelligence | ○○○○ | High |
381
+ * | Speed | ○○○ | Moderate |
381
382
  * | | Input | Output |
382
- * | Type | Text | Text |
383
+ * | Type | Text/Audio | Text/Audio |
383
384
  * | Price | Unknown | Unknown |
384
385
  *
385
386
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
386
- * [Official doc](https://platform.openai.com/docs/models/gpt-4o-mini-search-preview-2025-03-11)
387
+ * [Official doc](https://platform.openai.com/docs/models/gpt-4o-audio-preview-2024-12-17)
387
388
  */
388
- readonly gpt_4o_mini_search_preview_2025_03_11: "gpt-4o-mini-search-preview-2025-03-11";
389
+ readonly gpt_4o_audio_preview_2024_12_17: "gpt-4o-audio-preview-2024-12-17";
389
390
  /**
390
391
  * | Attribute | Rating | Value |
391
392
  * |----------------|-----------------|----------------|
392
- * | Intelligence | ○○○○ | High |
393
- * | Speed | ○○○ | Moderate |
393
+ * | Intelligence | ○○○ | Moderate |
394
+ * | Speed | ○○○○ | Fast |
394
395
  * | | Input | Output |
395
396
  * | Type | Text | Text |
396
- * | Price | \$0.01/1K tokens | \$0.03/1K tokens |
397
+ * | Price | \$0.150/1M tokens | \$0.600/1M tokens |
397
398
  *
398
399
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
399
- * [Official doc](https://platform.openai.com/docs/models/gpt-4-0125-preview)
400
+ * [Official doc](https://platform.openai.com/docs/models/gpt-4o-mini)
400
401
  */
401
- readonly gpt_4_0125_preview: "gpt-4-0125-preview";
402
+ readonly gpt_4o_mini: "gpt-4o-mini";
402
403
  /**
403
404
  * | Attribute | Rating | Value |
404
405
  * |----------------|-----------------|----------------|
405
- * | Intelligence | ○○○○ | High |
406
- * | Speed | ○○○ | Moderate |
406
+ * | Intelligence | ○○○ | Moderate |
407
+ * | Speed | ○○○○ | Fast |
407
408
  * | | Input | Output |
408
409
  * | Type | Text | Text |
409
- * | Price | \$0.005/1K tokens | \$0.015/1K tokens |
410
+ * | Price | \$0.150/1M tokens | \$0.600/1M tokens |
410
411
  *
411
412
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
412
- * [Official doc](https://platform.openai.com/docs/models/gpt-4o-2024-11-20)
413
+ * [Official doc](https://platform.openai.com/docs/models/gpt-4o-mini-2024-07-18)
413
414
  */
414
- readonly gpt_4o_2024_11_20: "gpt-4o-2024-11-20";
415
+ readonly gpt_4o_mini_2024_07_18: "gpt-4o-mini-2024-07-18";
415
416
  /**
416
417
  * | Attribute | Rating | Value |
417
418
  * |----------------|-----------------|----------------|
418
- * | Intelligence | ○○○○ | High |
419
- * | Speed | ○○○ | Moderate |
419
+ * | Intelligence | ○○○ | Moderate |
420
+ * | Speed | ○○○○ | Fast |
420
421
  * | | Input | Output |
421
- * | Type | Text | Text |
422
- * | Price | \$0.005/1K tokens | \$0.015/1K tokens |
422
+ * | Type | Text/Audio | Text/Audio |
423
+ * | Price | Unknown | Unknown |
423
424
  *
424
425
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
425
- * [Official doc](https://platform.openai.com/docs/models/gpt-4o-2024-05-13)
426
+ * [Official doc](https://platform.openai.com/docs/models/gpt-4o-mini-audio-preview)
426
427
  */
427
- readonly gpt_4o_2024_05_13: "gpt-4o-2024-05-13";
428
+ readonly gpt_4o_mini_audio_preview: "gpt-4o-mini-audio-preview";
428
429
  /**
429
430
  * | Attribute | Rating | Value |
430
431
  * |----------------|-----------------|----------------|
431
- * | Intelligence | ○○○○ | High |
432
- * | Speed | ○○○ | Moderate |
432
+ * | Intelligence | ○○○ | Moderate |
433
+ * | Speed | ○○○○ | Fast |
433
434
  * | | Input | Output |
434
- * | Type | Text | Text |
435
- * | Price | \$0.01/1K tokens | \$0.03/1K tokens |
435
+ * | Type | Text/Audio | Text/Audio |
436
+ * | Price | Unknown | Unknown |
436
437
  *
437
438
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
438
- * [Official doc](https://platform.openai.com/docs/models/gpt-4-turbo-2024-04-09)
439
+ * [Official doc](https://platform.openai.com/docs/models/gpt-4o-mini-audio-preview-2024-12-17)
439
440
  */
440
- readonly gpt_4_turbo_2024_04_09: "gpt-4-turbo-2024-04-09";
441
+ readonly gpt_4o_mini_audio_preview_2024_12_17: "gpt-4o-mini-audio-preview-2024-12-17";
441
442
  /**
442
443
  * | Attribute | Rating | Value |
443
444
  * |----------------|-----------------|----------------|
444
445
  * | Intelligence | ○○○ | Moderate |
445
446
  * | Speed | ○○○○ | Fast |
446
447
  * | | Input | Output |
447
- * | Type | Text | Text |
448
- * | Price | \$0.003/1K tokens | \$0.004/1K tokens |
448
+ * | Type | Text/Audio | Text/Audio |
449
+ * | Price | Unknown | Unknown |
449
450
  *
450
451
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
451
- * [Official doc](https://platform.openai.com/docs/models/gpt-3.5-turbo-16k)
452
+ * [Official doc](https://platform.openai.com/docs/models/gpt-4o-mini-realtime-preview)
452
453
  */
453
- readonly gpt_3_5_turbo_16k: "gpt-3.5-turbo-16k";
454
+ readonly gpt_4o_mini_realtime_preview: "gpt-4o-mini-realtime-preview";
454
455
  /**
455
456
  * | Attribute | Rating | Value |
456
457
  * |----------------|-----------------|----------------|
457
- * | Intelligence | ? | ? |
458
- * | Speed | ? | ? |
458
+ * | Intelligence | ○○○ | Moderate |
459
+ * | Speed | ○○○○ | Fast |
459
460
  * | | Input | Output |
460
- * | Type | Text | Text |
461
+ * | Type | Text/Audio | Text/Audio |
461
462
  * | Price | Unknown | Unknown |
462
463
  *
463
464
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
464
- * [Official doc](https://platform.openai.com/docs/models/gpt-image-1)
465
+ * [Official doc](https://platform.openai.com/docs/models/gpt-4o-mini-realtime-preview-2024-12-17)
465
466
  */
466
- readonly gpt_image_1: "gpt-image-1";
467
+ readonly gpt_4o_mini_realtime_preview_2024_12_17: "gpt-4o-mini-realtime-preview-2024-12-17";
467
468
  /**
468
469
  * | Attribute | Rating | Value |
469
470
  * |----------------|-----------------|----------------|
470
- * | Intelligence | ○○○○○ | Very High |
471
- * | Speed | ○○ | Slow |
471
+ * | Intelligence | ○○○ | Moderate |
472
+ * | Speed | ○○○○ | Fast |
472
473
  * | | Input | Output |
473
474
  * | Type | Text | Text |
474
- * | Price | \$15.00/1M tokens | \$60.00/1M tokens |
475
+ * | Price | Unknown | Unknown |
475
476
  *
476
477
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
477
- * [Official doc](https://platform.openai.com/docs/models/o1-preview)
478
+ * [Official doc](https://platform.openai.com/docs/models/gpt-4o-mini-search-preview)
478
479
  */
479
- readonly o1_preview: "o1-preview";
480
+ readonly gpt_4o_mini_search_preview: "gpt-4o-mini-search-preview";
480
481
  /**
481
482
  * | Attribute | Rating | Value |
482
483
  * |----------------|-----------------|----------------|
483
- * | Intelligence | ○○○○ | High |
484
- * | Speed | ○○○ | Moderate |
484
+ * | Intelligence | ○○○ | Moderate |
485
+ * | Speed | ○○○○ | Fast |
485
486
  * | | Input | Output |
486
487
  * | Type | Text | Text |
487
- * | Price | \$0.03/1K tokens | \$0.06/1K tokens |
488
+ * | Price | Unknown | Unknown |
488
489
  *
489
490
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
490
- * [Official doc](https://platform.openai.com/docs/models/gpt-4-0613)
491
+ * [Official doc](https://platform.openai.com/docs/models/gpt-4o-mini-search-preview-2025-03-11)
491
492
  */
492
- readonly gpt_4_0613: "gpt-4-0613";
493
+ readonly gpt_4o_mini_search_preview_2025_03_11: "gpt-4o-mini-search-preview-2025-03-11";
493
494
  /**
494
495
  * | Attribute | Rating | Value |
495
496
  * |----------------|-----------------|----------------|
496
- * | Intelligence | ○○○○○ | Very High |
497
- * | Speed | ○○○ | Moderate |
497
+ * | Intelligence | ○○○ | Moderate |
498
+ * | Speed | ○○○○ | Fast |
498
499
  * | | Input | Output |
499
- * | Type | Text | Text |
500
+ * | Type | Audio | Text |
500
501
  * | Price | Unknown | Unknown |
501
502
  *
502
503
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
503
- * [Official doc](https://platform.openai.com/docs/models/gpt-4.5-preview)
504
+ * [Official doc](https://platform.openai.com/docs/models/gpt-4o-mini-transcribe)
504
505
  */
505
- readonly gpt_4_5_preview: "gpt-4.5-preview";
506
+ readonly gpt_4o_mini_transcribe: "gpt-4o-mini-transcribe";
506
507
  /**
507
508
  * | Attribute | Rating | Value |
508
509
  * |----------------|-----------------|----------------|
509
- * | Intelligence | ○○○○○ | Very High |
510
- * | Speed | ○○○ | Moderate |
510
+ * | Intelligence | ○○○ | Moderate |
511
+ * | Speed | ○○○○ | Fast |
511
512
  * | | Input | Output |
512
- * | Type | Text | Text |
513
+ * | Type | Text | Audio |
513
514
  * | Price | Unknown | Unknown |
514
515
  *
515
516
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
516
- * [Official doc](https://platform.openai.com/docs/models/gpt-4.5-preview-2025-02-27)
517
+ * [Official doc](https://platform.openai.com/docs/models/gpt-4o-mini-tts)
517
518
  */
518
- readonly gpt_4_5_preview_2025_02_27: "gpt-4.5-preview-2025-02-27";
519
+ readonly gpt_4o_mini_tts: "gpt-4o-mini-tts";
519
520
  /**
520
521
  * | Attribute | Rating | Value |
521
522
  * |----------------|-----------------|----------------|
522
523
  * | Intelligence | ○○○○ | High |
523
- * | Speed | ○○○ | Moderate |
524
+ * | Speed | ○○○○ | Fast |
524
525
  * | | Input | Output |
525
- * | Type | Text | Text |
526
+ * | Type | Text/Audio | Text/Audio |
526
527
  * | Price | Unknown | Unknown |
527
528
  *
528
529
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
529
- * [Official doc](https://platform.openai.com/docs/models/gpt-4o-search-preview-2025-03-11)
530
+ * [Official doc](https://platform.openai.com/docs/models/gpt-4o-realtime-preview)
530
531
  */
531
- readonly gpt_4o_search_preview_2025_03_11: "gpt-4o-search-preview-2025-03-11";
532
+ readonly gpt_4o_realtime_preview: "gpt-4o-realtime-preview";
532
533
  /**
533
534
  * | Attribute | Rating | Value |
534
535
  * |----------------|-----------------|----------------|
535
- * | Intelligence | ○○○ | Moderate |
536
+ * | Intelligence | ○○○○ | High |
536
537
  * | Speed | ○○○○ | Fast |
537
538
  * | | Input | Output |
538
- * | Type | Text | Text |
539
+ * | Type | Text/Audio | Text/Audio |
539
540
  * | Price | Unknown | Unknown |
540
541
  *
541
542
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
542
- * [Official doc](https://platform.openai.com/docs/models/omni-moderation-2024-09-26)
543
+ * [Official doc](https://platform.openai.com/docs/models/gpt-4o-realtime-preview-2024-10-01)
543
544
  */
544
- readonly omni_moderation_2024_09_26: "omni-moderation-2024-09-26";
545
+ readonly gpt_4o_realtime_preview_2024_10_01: "gpt-4o-realtime-preview-2024-10-01";
545
546
  /**
546
547
  * | Attribute | Rating | Value |
547
548
  * |----------------|-----------------|----------------|
548
549
  * | Intelligence | ○○○○ | High |
549
- * | Speed | ○○○ | Moderate |
550
+ * | Speed | ○○○○ | Fast |
550
551
  * | | Input | Output |
551
- * | Type | Text | Text |
552
+ * | Type | Text/Audio | Text/Audio |
552
553
  * | Price | Unknown | Unknown |
553
554
  *
554
555
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
555
- * [Official doc](https://platform.openai.com/docs/models/o3-mini)
556
+ * [Official doc](https://platform.openai.com/docs/models/gpt-4o-realtime-preview-2024-12-17)
556
557
  */
557
- readonly o3_mini: "o3-mini";
558
+ readonly gpt_4o_realtime_preview_2024_12_17: "gpt-4o-realtime-preview-2024-12-17";
558
559
  /**
559
560
  * | Attribute | Rating | Value |
560
561
  * |----------------|-----------------|----------------|
@@ -565,9 +566,9 @@ export declare const AiModel: {
565
566
  * | Price | Unknown | Unknown |
566
567
  *
567
568
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
568
- * [Official doc](https://platform.openai.com/docs/models/o3-mini-2025-01-31)
569
+ * [Official doc](https://platform.openai.com/docs/models/gpt-4o-search-preview)
569
570
  */
570
- readonly o3_mini_2025_01_31: "o3-mini-2025-01-31";
571
+ readonly gpt_4o_search_preview: "gpt-4o-search-preview";
571
572
  /**
572
573
  * | Attribute | Rating | Value |
573
574
  * |----------------|-----------------|----------------|
@@ -575,64 +576,64 @@ export declare const AiModel: {
575
576
  * | Speed | ○○○ | Moderate |
576
577
  * | | Input | Output |
577
578
  * | Type | Text | Text |
578
- * | Price | \$0.005/1K tokens | \$0.015/1K tokens |
579
+ * | Price | Unknown | Unknown |
579
580
  *
580
581
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
581
- * [Official doc](https://platform.openai.com/docs/models/gpt-4o)
582
+ * [Official doc](https://platform.openai.com/docs/models/gpt-4o-search-preview-2025-03-11)
582
583
  */
583
- readonly gpt_4o: "gpt-4o";
584
+ readonly gpt_4o_search_preview_2025_03_11: "gpt-4o-search-preview-2025-03-11";
584
585
  /**
585
586
  * | Attribute | Rating | Value |
586
587
  * |----------------|-----------------|----------------|
587
- * | Intelligence | ○○○ | Moderate |
588
- * | Speed | ○○○○ | Fast |
588
+ * | Intelligence | ○○○○ | High |
589
+ * | Speed | ○○○ | Moderate |
589
590
  * | | Input | Output |
590
- * | Type | Text | Text |
591
- * | Price | \$0.150/1M tokens | \$0.600/1M tokens |
591
+ * | Type | Audio | Text |
592
+ * | Price | Unknown | Unknown |
592
593
  *
593
594
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
594
- * [Official doc](https://platform.openai.com/docs/models/gpt-4o-mini)
595
+ * [Official doc](https://platform.openai.com/docs/models/gpt-4o-transcribe)
595
596
  */
596
- readonly gpt_4o_mini: "gpt-4o-mini";
597
+ readonly gpt_4o_transcribe: "gpt-4o-transcribe";
597
598
  /**
598
599
  * | Attribute | Rating | Value |
599
600
  * |----------------|-----------------|----------------|
600
- * | Intelligence | ○○○○ | High |
601
- * | Speed | ○○○ | Moderate |
601
+ * | Intelligence | ? | ? |
602
+ * | Speed | ? | ? |
602
603
  * | | Input | Output |
603
604
  * | Type | Text | Text |
604
- * | Price | \$0.005/1K tokens | \$0.015/1K tokens |
605
+ * | Price | Unknown | Unknown |
605
606
  *
606
607
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
607
- * [Official doc](https://platform.openai.com/docs/models/gpt-4o-2024-08-06)
608
+ * [Official doc](https://platform.openai.com/docs/models/gpt-image-1)
608
609
  */
609
- readonly gpt_4o_2024_08_06: "gpt-4o-2024-08-06";
610
+ readonly gpt_image_1: "gpt-image-1";
610
611
  /**
611
612
  * | Attribute | Rating | Value |
612
613
  * |----------------|-----------------|----------------|
613
- * | Intelligence | ○○○○ | High |
614
- * | Speed | ○○○ | Moderate |
614
+ * | Intelligence | ○○○○○ | Very High |
615
+ * | Speed | ○○ | Slow |
615
616
  * | | Input | Output |
616
617
  * | Type | Text | Text |
617
- * | Price | Unknown | Unknown |
618
+ * | Price | \$15.00/1M tokens | \$60.00/1M tokens |
618
619
  *
619
620
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
620
- * [Official doc](https://platform.openai.com/docs/models/gpt-4.1)
621
+ * [Official doc](https://platform.openai.com/docs/models/o1)
621
622
  */
622
- readonly gpt_4_1: "gpt-4.1";
623
+ readonly o1: "o1";
623
624
  /**
624
625
  * | Attribute | Rating | Value |
625
626
  * |----------------|-----------------|----------------|
626
- * | Intelligence | ○○○○ | High |
627
- * | Speed | ○○○ | Moderate |
627
+ * | Intelligence | ○○○○○ | Very High |
628
+ * | Speed | ○○ | Slow |
628
629
  * | | Input | Output |
629
- * | Type | Audio | Text |
630
- * | Price | Unknown | Unknown |
630
+ * | Type | Text | Text |
631
+ * | Price | \$15.00/1M tokens | \$60.00/1M tokens |
631
632
  *
632
633
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
633
- * [Official doc](https://platform.openai.com/docs/models/gpt-4o-transcribe)
634
+ * [Official doc](https://platform.openai.com/docs/models/o1-2024-12-17)
634
635
  */
635
- readonly gpt_4o_transcribe: "gpt-4o-transcribe";
636
+ readonly o1_2024_12_17: "o1-2024-12-17";
636
637
  /**
637
638
  * | Attribute | Rating | Value |
638
639
  * |----------------|-----------------|----------------|
@@ -640,168 +641,168 @@ export declare const AiModel: {
640
641
  * | Speed | ○○○ | Moderate |
641
642
  * | | Input | Output |
642
643
  * | Type | Text | Text |
643
- * | Price | Unknown | Unknown |
644
+ * | Price | \$3.00/1M tokens | \$12.00/1M tokens |
644
645
  *
645
646
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
646
- * [Official doc](https://platform.openai.com/docs/models/gpt-4.1-2025-04-14)
647
+ * [Official doc](https://platform.openai.com/docs/models/o1-mini)
647
648
  */
648
- readonly gpt_4_1_2025_04_14: "gpt-4.1-2025-04-14";
649
+ readonly o1_mini: "o1-mini";
649
650
  /**
650
651
  * | Attribute | Rating | Value |
651
652
  * |----------------|-----------------|----------------|
652
- * | Intelligence | ○○○ | Moderate |
653
- * | Speed | ○○○○ | Fast |
653
+ * | Intelligence | ○○○○ | High |
654
+ * | Speed | ○○○ | Moderate |
654
655
  * | | Input | Output |
655
656
  * | Type | Text | Text |
656
- * | Price | \$0.150/1M tokens | \$0.600/1M tokens |
657
+ * | Price | \$3.00/1M tokens | \$12.00/1M tokens |
657
658
  *
658
659
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
659
- * [Official doc](https://platform.openai.com/docs/models/gpt-4o-mini-2024-07-18)
660
+ * [Official doc](https://platform.openai.com/docs/models/o1-mini-2024-09-12)
660
661
  */
661
- readonly gpt_4o_mini_2024_07_18: "gpt-4o-mini-2024-07-18";
662
+ readonly o1_mini_2024_09_12: "o1-mini-2024-09-12";
662
663
  /**
663
664
  * | Attribute | Rating | Value |
664
665
  * |----------------|-----------------|----------------|
665
- * | Intelligence | ○○○ | Moderate |
666
- * | Speed | ○○○○ | Fast |
666
+ * | Intelligence | ○○○○○ | Very High |
667
+ * | Speed | ○○ | Slow |
667
668
  * | | Input | Output |
668
- * | Type | Audio | Text |
669
- * | Price | Unknown | Unknown |
669
+ * | Type | Text | Text |
670
+ * | Price | \$15.00/1M tokens | \$60.00/1M tokens |
670
671
  *
671
672
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
672
- * [Official doc](https://platform.openai.com/docs/models/gpt-4o-mini-transcribe)
673
+ * [Official doc](https://platform.openai.com/docs/models/o1-preview)
673
674
  */
674
- readonly gpt_4o_mini_transcribe: "gpt-4o-mini-transcribe";
675
+ readonly o1_preview: "o1-preview";
675
676
  /**
676
677
  * | Attribute | Rating | Value |
677
678
  * |----------------|-----------------|----------------|
678
- * | Intelligence | ○○○○ | High |
679
- * | Speed | ○○○ | Moderate |
679
+ * | Intelligence | ○○○○○ | Very High |
680
+ * | Speed | ○○ | Slow |
680
681
  * | | Input | Output |
681
682
  * | Type | Text | Text |
682
- * | Price | \$3.00/1M tokens | \$12.00/1M tokens |
683
+ * | Price | \$15.00/1M tokens | \$60.00/1M tokens |
683
684
  *
684
685
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
685
- * [Official doc](https://platform.openai.com/docs/models/o1-mini)
686
+ * [Official doc](https://platform.openai.com/docs/models/o1-preview-2024-09-12)
686
687
  */
687
- readonly o1_mini: "o1-mini";
688
+ readonly o1_preview_2024_09_12: "o1-preview-2024-09-12";
688
689
  /**
689
690
  * | Attribute | Rating | Value |
690
691
  * |----------------|-----------------|----------------|
691
- * | Intelligence | ○○○ | Moderate |
692
- * | Speed | ○○○○ | Fast |
692
+ * | Intelligence | ○○○○○ | Very High |
693
+ * | Speed | ○○ | Slow |
693
694
  * | | Input | Output |
694
- * | Type | Text/Audio | Text/Audio |
695
+ * | Type | Text | Text |
695
696
  * | Price | Unknown | Unknown |
696
697
  *
697
698
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
698
- * [Official doc](https://platform.openai.com/docs/models/gpt-4o-mini-audio-preview-2024-12-17)
699
+ * [Official doc](https://platform.openai.com/docs/models/o1-pro)
699
700
  */
700
- readonly gpt_4o_mini_audio_preview_2024_12_17: "gpt-4o-mini-audio-preview-2024-12-17";
701
+ readonly o1_pro: "o1-pro";
701
702
  /**
702
703
  * | Attribute | Rating | Value |
703
704
  * |----------------|-----------------|----------------|
704
- * | Intelligence | ○○○ | Moderate |
705
- * | Speed | ○○○○ | Fast |
705
+ * | Intelligence | ○○○○○ | Very High |
706
+ * | Speed | ○○ | Slow |
706
707
  * | | Input | Output |
707
708
  * | Type | Text | Text |
708
- * | Price | \$0.0005/1K tokens | \$0.0015/1K tokens |
709
+ * | Price | Unknown | Unknown |
709
710
  *
710
711
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
711
- * [Official doc](https://platform.openai.com/docs/models/gpt-3.5-turbo-0125)
712
+ * [Official doc](https://platform.openai.com/docs/models/o1-pro-2025-03-19)
712
713
  */
713
- readonly gpt_3_5_turbo_0125: "gpt-3.5-turbo-0125";
714
+ readonly o1_pro_2025_03_19: "o1-pro-2025-03-19";
714
715
  /**
715
716
  * | Attribute | Rating | Value |
716
717
  * |----------------|-----------------|----------------|
717
- * | Intelligence | ○○○○ | High |
718
- * | Speed | ○○○ | Moderate |
718
+ * | Intelligence | ○○○○○ | Very High |
719
+ * | Speed | ○○ | Slow |
719
720
  * | | Input | Output |
720
721
  * | Type | Text | Text |
721
- * | Price | \$3.00/1M tokens | \$12.00/1M tokens |
722
+ * | Price | Unknown | Unknown |
722
723
  *
723
724
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
724
- * [Official doc](https://platform.openai.com/docs/models/o1-mini-2024-09-12)
725
+ * [Official doc](https://platform.openai.com/docs/models/o3)
725
726
  */
726
- readonly o1_mini_2024_09_12: "o1-mini-2024-09-12";
727
+ readonly o3: "o3";
727
728
  /**
728
729
  * | Attribute | Rating | Value |
729
730
  * |----------------|-----------------|----------------|
730
- * | Intelligence | ○○○○ | High |
731
- * | Speed | ○○○ | Moderate |
731
+ * | Intelligence | ○○○○○ | Very High |
732
+ * | Speed | ○○ | Slow |
732
733
  * | | Input | Output |
733
734
  * | Type | Text | Text |
734
- * | Price | \$0.01/1K tokens | \$0.03/1K tokens |
735
+ * | Price | Unknown | Unknown |
735
736
  *
736
737
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
737
- * [Official doc](https://platform.openai.com/docs/models/gpt-4-1106-preview)
738
+ * [Official doc](https://platform.openai.com/docs/models/o3-2025-04-16)
738
739
  */
739
- readonly gpt_4_1106_preview: "gpt-4-1106-preview";
740
+ readonly o3_2025_04_16: "o3-2025-04-16";
740
741
  /**
741
742
  * | Attribute | Rating | Value |
742
743
  * |----------------|-----------------|----------------|
743
- * | Intelligence | ○○○ | Moderate |
744
- * | Speed | ○○○○ | Fast |
744
+ * | Intelligence | ○○○○ | High |
745
+ * | Speed | ○○○ | Moderate |
745
746
  * | | Input | Output |
746
- * | Type | Text | Audio |
747
+ * | Type | Text | Text |
747
748
  * | Price | Unknown | Unknown |
748
749
  *
749
750
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
750
- * [Official doc](https://platform.openai.com/docs/models/gpt-4o-mini-tts)
751
+ * [Official doc](https://platform.openai.com/docs/models/o3-mini)
751
752
  */
752
- readonly gpt_4o_mini_tts: "gpt-4o-mini-tts";
753
+ readonly o3_mini: "o3-mini";
753
754
  /**
754
755
  * | Attribute | Rating | Value |
755
756
  * |----------------|-----------------|----------------|
756
- * | Intelligence | ○○○○○ | Very High |
757
- * | Speed | ○○ | Slow |
757
+ * | Intelligence | ○○○○ | High |
758
+ * | Speed | ○○○ | Moderate |
758
759
  * | | Input | Output |
759
760
  * | Type | Text | Text |
760
- * | Price | \$15.00/1M tokens | \$60.00/1M tokens |
761
+ * | Price | Unknown | Unknown |
761
762
  *
762
763
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
763
- * [Official doc](https://platform.openai.com/docs/models/o1)
764
+ * [Official doc](https://platform.openai.com/docs/models/o3-mini-2025-01-31)
764
765
  */
765
- readonly o1: "o1";
766
+ readonly o3_mini_2025_01_31: "o3-mini-2025-01-31";
766
767
  /**
767
768
  * | Attribute | Rating | Value |
768
769
  * |----------------|-----------------|----------------|
769
- * | Intelligence | ○○○○○ | Very High |
770
- * | Speed | ○○ | Slow |
770
+ * | Intelligence | ○○○ | Moderate |
771
+ * | Speed | ○○○○ | Fast |
771
772
  * | | Input | Output |
772
773
  * | Type | Text | Text |
773
- * | Price | \$15.00/1M tokens | \$60.00/1M tokens |
774
+ * | Price | Unknown | Unknown |
774
775
  *
775
776
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
776
- * [Official doc](https://platform.openai.com/docs/models/o1-2024-12-17)
777
+ * [Official doc](https://platform.openai.com/docs/models/o4-mini)
777
778
  */
778
- readonly o1_2024_12_17: "o1-2024-12-17";
779
+ readonly o4_mini: "o4-mini";
779
780
  /**
780
781
  * | Attribute | Rating | Value |
781
782
  * |----------------|-----------------|----------------|
782
- * | Intelligence | ○○○○○ | Very High |
783
- * | Speed | ○○ | Slow |
783
+ * | Intelligence | ○○○ | Moderate |
784
+ * | Speed | ○○○○ | Fast |
784
785
  * | | Input | Output |
785
786
  * | Type | Text | Text |
786
787
  * | Price | Unknown | Unknown |
787
788
  *
788
789
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
789
- * [Official doc](https://platform.openai.com/docs/models/o1-pro)
790
+ * [Official doc](https://platform.openai.com/docs/models/o4-mini-2025-04-16)
790
791
  */
791
- readonly o1_pro: "o1-pro";
792
+ readonly o4_mini_2025_04_16: "o4-mini-2025-04-16";
792
793
  /**
793
794
  * | Attribute | Rating | Value |
794
795
  * |----------------|-----------------|----------------|
795
- * | Intelligence | ○○○○○ | Very High |
796
- * | Speed | ○○ | Slow |
796
+ * | Intelligence | ○○○ | Moderate |
797
+ * | Speed | ○○○○ | Fast |
797
798
  * | | Input | Output |
798
799
  * | Type | Text | Text |
799
800
  * | Price | Unknown | Unknown |
800
801
  *
801
802
  * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
802
- * [Official doc](https://platform.openai.com/docs/models/o1-pro-2025-03-19)
803
+ * [Official doc](https://platform.openai.com/docs/models/omni-moderation-2024-09-26)
803
804
  */
804
- readonly o1_pro_2025_03_19: "o1-pro-2025-03-19";
805
+ readonly omni_moderation_2024_09_26: "omni-moderation-2024-09-26";
805
806
  /**
806
807
  * | Attribute | Rating | Value |
807
808
  * |----------------|-----------------|----------------|