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