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 CHANGED
@@ -22,723 +22,783 @@ export declare class AIClient {
22
22
 
23
23
  export declare const AiModel: {
24
24
  /**
25
- * <table>
26
- * <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
27
- * <tr><td>Speed</td><td>○○○</td><td>Moderate</td></tr>
28
- * <tr><td></td><td>Input</td><td>Output</td></tr>
29
- * <tr><td>Type</td><td>Text/Audio</td><td>Text/Audio</td></tr>
30
- * <tr><td>Price</td><td>Unknown</td><td>Unknown</td></tr>
31
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/gpt-4o-audio-preview-2024-12-17">Official doc</a>
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
- * <table>
38
- * <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
39
- * <tr><td>Speed</td><td>○○○</td><td>Moderate</td></tr>
40
- * <tr><td></td><td>Input</td><td>Output</td></tr>
41
- * <tr><td>Type</td><td>Text/Audio</td><td>Text/Audio</td></tr>
42
- * <tr><td>Price</td><td>Unknown</td><td>Unknown</td></tr>
43
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/gpt-4o-audio-preview-2024-10-01">Official doc</a>
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
- * <table>
50
- * <tr><td>Intelligence</td><td>○○○○○</td><td>Very High</td></tr>
51
- * <tr><td>Speed</td><td>○○</td><td>Slow</td></tr>
52
- * <tr><td></td><td>Input</td><td>Output</td></tr>
53
- * <tr><td>Type</td><td>Text</td><td>Text</td></tr>
54
- * <tr><td>Price</td><td>Unknown</td><td>Unknown</td></tr>
55
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/o3">Official doc</a>
86
+ * [Official doc](https://platform.openai.com/docs/models/o3)
58
87
  */
59
88
  readonly o3: "o3";
60
89
  /**
61
- * <table>
62
- * <tr><td>Intelligence</td><td>○○○○○</td><td>Very High</td></tr>
63
- * <tr><td>Speed</td><td>○○</td><td>Slow</td></tr>
64
- * <tr><td></td><td>Input</td><td>Output</td></tr>
65
- * <tr><td>Type</td><td>Text</td><td>Text</td></tr>
66
- * <tr><td>Price</td><td>Unknown</td><td>Unknown</td></tr>
67
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/o3-2025-04-16">Official doc</a>
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
- * <table>
74
- * <tr><td>Intelligence</td><td>○○○</td><td>Moderate</td></tr>
75
- * <tr><td>Speed</td><td>○○○○</td><td>Fast</td></tr>
76
- * <tr><td></td><td>Input</td><td>Output</td></tr>
77
- * <tr><td>Type</td><td>Text</td><td>Text</td></tr>
78
- * <tr><td>Price</td><td>Unknown</td><td>Unknown</td></tr>
79
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/o4-mini">Official doc</a>
112
+ * [Official doc](https://platform.openai.com/docs/models/o4-mini)
82
113
  */
83
114
  readonly o4_mini: "o4-mini";
84
115
  /**
85
- * <table>
86
- * <tr><td>Intelligence</td><td>○○</td><td>Low</td></tr>
87
- * <tr><td>Speed</td><td>○○○○○</td><td>Very Fast</td></tr>
88
- * <tr><td></td><td>Input</td><td>Output</td></tr>
89
- * <tr><td>Type</td><td>Text</td><td>Text</td></tr>
90
- * <tr><td>Price</td><td>Unknown</td><td>Unknown</td></tr>
91
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/gpt-4.1-nano">Official doc</a>
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
- * <table>
98
- * <tr><td>Intelligence</td><td>○○</td><td>Low</td></tr>
99
- * <tr><td>Speed</td><td>○○○○○</td><td>Very Fast</td></tr>
100
- * <tr><td></td><td>Input</td><td>Output</td></tr>
101
- * <tr><td>Type</td><td>Text</td><td>Text</td></tr>
102
- * <tr><td>Price</td><td>Unknown</td><td>Unknown</td></tr>
103
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/gpt-4.1-nano-2025-04-14">Official doc</a>
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
- * <table>
110
- * <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
111
- * <tr><td>Speed</td><td>○○○○</td><td>Fast</td></tr>
112
- * <tr><td></td><td>Input</td><td>Output</td></tr>
113
- * <tr><td>Type</td><td>Text/Audio</td><td>Text/Audio</td></tr>
114
- * <tr><td>Price</td><td>Unknown</td><td>Unknown</td></tr>
115
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/gpt-4o-realtime-preview-2024-10-01">Official doc</a>
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
- * <table>
122
- * <tr><td>Intelligence</td><td>○○○</td><td>Moderate</td></tr>
123
- * <tr><td>Speed</td><td>○○○○</td><td>Fast</td></tr>
124
- * <tr><td></td><td>Input</td><td>Output</td></tr>
125
- * <tr><td>Type</td><td>Text</td><td>Text</td></tr>
126
- * <tr><td>Price</td><td>Unknown</td><td>Unknown</td></tr>
127
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/o4-mini-2025-04-16">Official doc</a>
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
- * <table>
134
- * <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
135
- * <tr><td>Speed</td><td>○○○○</td><td>Fast</td></tr>
136
- * <tr><td></td><td>Input</td><td>Output</td></tr>
137
- * <tr><td>Type</td><td>Text/Audio</td><td>Text/Audio</td></tr>
138
- * <tr><td>Price</td><td>Unknown</td><td>Unknown</td></tr>
139
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/gpt-4o-realtime-preview">Official doc</a>
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
- * <table>
146
- * <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
147
- * <tr><td>Speed</td><td>○○○</td><td>Moderate</td></tr>
148
- * <tr><td></td><td>Input</td><td>Output</td></tr>
149
- * <tr><td>Type</td><td>Text</td><td>Text</td></tr>
150
- * <tr><td>Price</td><td>\$0.03/1K tokens</td><td>\$0.06/1K tokens</td></tr>
151
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/gpt-4">Official doc</a>
190
+ * [Official doc](https://platform.openai.com/docs/models/gpt-4)
154
191
  */
155
192
  readonly gpt_4: "gpt-4";
156
193
  /**
157
- * <table>
158
- * <tr><td>Intelligence</td><td>○○○</td><td>Moderate</td></tr>
159
- * <tr><td>Speed</td><td>○○○○</td><td>Fast</td></tr>
160
- * <tr><td></td><td>Input</td><td>Output</td></tr>
161
- * <tr><td>Type</td><td>Text/Audio</td><td>Text/Audio</td></tr>
162
- * <tr><td>Price</td><td>Unknown</td><td>Unknown</td></tr>
163
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/gpt-4o-mini-audio-preview">Official doc</a>
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
- * <table>
170
- * <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
171
- * <tr><td>Speed</td><td>○○○</td><td>Moderate</td></tr>
172
- * <tr><td></td><td>Input</td><td>Output</td></tr>
173
- * <tr><td>Type</td><td>Text/Audio</td><td>Text/Audio</td></tr>
174
- * <tr><td>Price</td><td>Unknown</td><td>Unknown</td></tr>
175
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/gpt-4o-audio-preview">Official doc</a>
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
- * <table>
182
- * <tr><td>Intelligence</td><td>○○○○○</td><td>Very High</td></tr>
183
- * <tr><td>Speed</td><td>○○</td><td>Slow</td></tr>
184
- * <tr><td></td><td>Input</td><td>Output</td></tr>
185
- * <tr><td>Type</td><td>Text</td><td>Text</td></tr>
186
- * <tr><td>Price</td><td>\$15.00/1M tokens</td><td>\$60.00/1M tokens</td></tr>
187
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/o1-preview-2024-09-12">Official doc</a>
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
- * <table>
194
- * <tr><td>Intelligence</td><td>○○○</td><td>Moderate</td></tr>
195
- * <tr><td>Speed</td><td>○○○○</td><td>Fast</td></tr>
196
- * <tr><td></td><td>Input</td><td>Output</td></tr>
197
- * <tr><td>Type</td><td>Text/Audio</td><td>Text/Audio</td></tr>
198
- * <tr><td>Price</td><td>Unknown</td><td>Unknown</td></tr>
199
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/gpt-4o-mini-realtime-preview">Official doc</a>
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
- * <table>
206
- * <tr><td>Intelligence</td><td>○○○</td><td>Moderate</td></tr>
207
- * <tr><td>Speed</td><td>○○○○</td><td>Fast</td></tr>
208
- * <tr><td></td><td>Input</td><td>Output</td></tr>
209
- * <tr><td>Type</td><td>Text</td><td>Text</td></tr>
210
- * <tr><td>Price</td><td>Unknown</td><td>Unknown</td></tr>
211
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/gpt-4.1-mini">Official doc</a>
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
- * <table>
218
- * <tr><td>Intelligence</td><td>○○○</td><td>Moderate</td></tr>
219
- * <tr><td>Speed</td><td>○○○○</td><td>Fast</td></tr>
220
- * <tr><td></td><td>Input</td><td>Output</td></tr>
221
- * <tr><td>Type</td><td>Text/Audio</td><td>Text/Audio</td></tr>
222
- * <tr><td>Price</td><td>Unknown</td><td>Unknown</td></tr>
223
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/gpt-4o-mini-realtime-preview-2024-12-17">Official doc</a>
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
- * <table>
230
- * <tr><td>Intelligence</td><td>○○○</td><td>Moderate</td></tr>
231
- * <tr><td>Speed</td><td>○○○○</td><td>Fast</td></tr>
232
- * <tr><td></td><td>Input</td><td>Output</td></tr>
233
- * <tr><td>Type</td><td>Text</td><td>Text</td></tr>
234
- * <tr><td>Price</td><td>\$0.0015/1K tokens</td><td>\$0.0020/1K tokens</td></tr>
235
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/gpt-3.5-turbo-instruct-0914">Official doc</a>
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
- * <table>
242
- * <tr><td>Intelligence</td><td>○○○</td><td>Moderate</td></tr>
243
- * <tr><td>Speed</td><td>○○○○</td><td>Fast</td></tr>
244
- * <tr><td></td><td>Input</td><td>Output</td></tr>
245
- * <tr><td>Type</td><td>Text</td><td>Text</td></tr>
246
- * <tr><td>Price</td><td>Unknown</td><td>Unknown</td></tr>
247
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/gpt-4o-mini-search-preview">Official doc</a>
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
- * <table>
254
- * <tr><td>Intelligence</td><td>○○○</td><td>Moderate</td></tr>
255
- * <tr><td>Speed</td><td>○○○○</td><td>Fast</td></tr>
256
- * <tr><td></td><td>Input</td><td>Output</td></tr>
257
- * <tr><td>Type</td><td>Text</td><td>Text</td></tr>
258
- * <tr><td>Price</td><td>Unknown</td><td>Unknown</td></tr>
259
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/gpt-4.1-mini-2025-04-14">Official doc</a>
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
- * <table>
266
- * <tr><td>Intelligence</td><td>○○○</td><td>Moderate</td></tr>
267
- * <tr><td>Speed</td><td>○○○○</td><td>Fast</td></tr>
268
- * <tr><td></td><td>Input</td><td>Output</td></tr>
269
- * <tr><td>Type</td><td>Text</td><td>Text</td></tr>
270
- * <tr><td>Price</td><td>\$0.0010/1K tokens</td><td>\$0.0020/1K tokens</td></tr>
271
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/gpt-3.5-turbo-1106">Official doc</a>
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
- * <table>
278
- * <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
279
- * <tr><td>Speed</td><td>○○○</td><td>Moderate</td></tr>
280
- * <tr><td></td><td>Input</td><td>Output</td></tr>
281
- * <tr><td>Type</td><td>Text</td><td>Text</td></tr>
282
- * <tr><td>Price</td><td>Unknown</td><td>Unknown</td></tr>
283
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/gpt-4o-search-preview">Official doc</a>
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
- * <table>
290
- * <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
291
- * <tr><td>Speed</td><td>○○○</td><td>Moderate</td></tr>
292
- * <tr><td></td><td>Input</td><td>Output</td></tr>
293
- * <tr><td>Type</td><td>Text</td><td>Text</td></tr>
294
- * <tr><td>Price</td><td>\$0.01/1K tokens</td><td>\$0.03/1K tokens</td></tr>
295
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/gpt-4-turbo">Official doc</a>
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
- * <table>
302
- * <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
303
- * <tr><td>Speed</td><td>○○○○</td><td>Fast</td></tr>
304
- * <tr><td></td><td>Input</td><td>Output</td></tr>
305
- * <tr><td>Type</td><td>Text/Audio</td><td>Text/Audio</td></tr>
306
- * <tr><td>Price</td><td>Unknown</td><td>Unknown</td></tr>
307
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/gpt-4o-realtime-preview-2024-12-17">Official doc</a>
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
- * <table>
314
- * <tr><td>Intelligence</td><td>○○○</td><td>Moderate</td></tr>
315
- * <tr><td>Speed</td><td>○○○○</td><td>Fast</td></tr>
316
- * <tr><td></td><td>Input</td><td>Output</td></tr>
317
- * <tr><td>Type</td><td>Text</td><td>Text</td></tr>
318
- * <tr><td>Price</td><td>\$0.0015/1K tokens</td><td>\$0.0020/1K tokens</td></tr>
319
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/gpt-3.5-turbo-instruct">Official doc</a>
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
- * <table>
326
- * <tr><td>Intelligence</td><td>○○○</td><td>Moderate</td></tr>
327
- * <tr><td>Speed</td><td>○○○○</td><td>Fast</td></tr>
328
- * <tr><td></td><td>Input</td><td>Output</td></tr>
329
- * <tr><td>Type</td><td>Text</td><td>Text</td></tr>
330
- * <tr><td>Price</td><td>\$0.0015/1K tokens</td><td>\$0.0020/1K tokens</td></tr>
331
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/gpt-3.5-turbo">Official doc</a>
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
- * <table>
338
- * <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
339
- * <tr><td>Speed</td><td>○○○</td><td>Moderate</td></tr>
340
- * <tr><td></td><td>Input</td><td>Output</td></tr>
341
- * <tr><td>Type</td><td>Text</td><td>Text</td></tr>
342
- * <tr><td>Price</td><td>\$0.01/1K tokens</td><td>\$0.03/1K tokens</td></tr>
343
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/gpt-4-turbo-preview">Official doc</a>
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
- * <table>
350
- * <tr><td>Intelligence</td><td>○○○</td><td>Moderate</td></tr>
351
- * <tr><td>Speed</td><td>○○○○</td><td>Fast</td></tr>
352
- * <tr><td></td><td>Input</td><td>Output</td></tr>
353
- * <tr><td>Type</td><td>Text</td><td>Text</td></tr>
354
- * <tr><td>Price</td><td>Unknown</td><td>Unknown</td></tr>
355
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/gpt-4o-mini-search-preview-2025-03-11">Official doc</a>
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
- * <table>
362
- * <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
363
- * <tr><td>Speed</td><td>○○○</td><td>Moderate</td></tr>
364
- * <tr><td></td><td>Input</td><td>Output</td></tr>
365
- * <tr><td>Type</td><td>Text</td><td>Text</td></tr>
366
- * <tr><td>Price</td><td>\$0.01/1K tokens</td><td>\$0.03/1K tokens</td></tr>
367
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/gpt-4-0125-preview">Official doc</a>
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
- * <table>
374
- * <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
375
- * <tr><td>Speed</td><td>○○○</td><td>Moderate</td></tr>
376
- * <tr><td></td><td>Input</td><td>Output</td></tr>
377
- * <tr><td>Type</td><td>Text</td><td>Text</td></tr>
378
- * <tr><td>Price</td><td>\$0.005/1K tokens</td><td>\$0.015/1K tokens</td></tr>
379
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/gpt-4o-2024-11-20">Official doc</a>
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
- * <table>
386
- * <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
387
- * <tr><td>Speed</td><td>○○○</td><td>Moderate</td></tr>
388
- * <tr><td></td><td>Input</td><td>Output</td></tr>
389
- * <tr><td>Type</td><td>Text</td><td>Text</td></tr>
390
- * <tr><td>Price</td><td>\$0.005/1K tokens</td><td>\$0.015/1K tokens</td></tr>
391
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/gpt-4o-2024-05-13">Official doc</a>
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
- * <table>
398
- * <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
399
- * <tr><td>Speed</td><td>○○○</td><td>Moderate</td></tr>
400
- * <tr><td></td><td>Input</td><td>Output</td></tr>
401
- * <tr><td>Type</td><td>Text</td><td>Text</td></tr>
402
- * <tr><td>Price</td><td>\$0.01/1K tokens</td><td>\$0.03/1K tokens</td></tr>
403
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/gpt-4-turbo-2024-04-09">Official doc</a>
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
- * <table>
410
- * <tr><td>Intelligence</td><td>○○○</td><td>Moderate</td></tr>
411
- * <tr><td>Speed</td><td>○○○○</td><td>Fast</td></tr>
412
- * <tr><td></td><td>Input</td><td>Output</td></tr>
413
- * <tr><td>Type</td><td>Text</td><td>Text</td></tr>
414
- * <tr><td>Price</td><td>\$0.003/1K tokens</td><td>\$0.004/1K tokens</td></tr>
415
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/gpt-3.5-turbo-16k">Official doc</a>
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
- * <table>
422
- * <tr><td>Intelligence</td><td>○○○○○</td><td>Very High</td></tr>
423
- * <tr><td>Speed</td><td>○○</td><td>Slow</td></tr>
424
- * <tr><td></td><td>Input</td><td>Output</td></tr>
425
- * <tr><td>Type</td><td>Text</td><td>Text</td></tr>
426
- * <tr><td>Price</td><td>\$15.00/1M tokens</td><td>\$60.00/1M tokens</td></tr>
427
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/o1-preview">Official doc</a>
489
+ * [Official doc](https://platform.openai.com/docs/models/o1-preview)
430
490
  */
431
491
  readonly o1_preview: "o1-preview";
432
492
  /**
433
- * <table>
434
- * <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
435
- * <tr><td>Speed</td><td>○○○</td><td>Moderate</td></tr>
436
- * <tr><td></td><td>Input</td><td>Output</td></tr>
437
- * <tr><td>Type</td><td>Text</td><td>Text</td></tr>
438
- * <tr><td>Price</td><td>\$0.03/1K tokens</td><td>\$0.06/1K tokens</td></tr>
439
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/gpt-4-0613">Official doc</a>
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
- * <table>
446
- * <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
447
- * <tr><td>Speed</td><td>○○○</td><td>Moderate</td></tr>
448
- * <tr><td></td><td>Input</td><td>Output</td></tr>
449
- * <tr><td>Type</td><td>Text</td><td>Text</td></tr>
450
- * <tr><td>Price</td><td>Unknown</td><td>Unknown</td></tr>
451
- * </table>
452
- * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
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
- * <a href="https://platform.openai.com/docs/models/gpt-4.5-preview">Official doc</a>
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
- * <table>
482
- * <tr><td>Intelligence</td><td>○○○○○</td><td>Very High</td></tr>
483
- * <tr><td>Speed</td><td>○○</td><td>Slow</td></tr>
484
- * <tr><td></td><td>Input</td><td>Output</td></tr>
485
- * <tr><td>Type</td><td>Text</td><td>Text</td></tr>
486
- * <tr><td>Price</td><td>\$15.00/1M tokens</td><td>\$60.00/1M tokens</td></tr>
487
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/o1-2024-12-17">Official doc</a>
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
- * <table>
494
- * <tr><td>Intelligence</td><td>○○○○○</td><td>Very High</td></tr>
495
- * <tr><td>Speed</td><td>○○</td><td>Slow</td></tr>
496
- * <tr><td></td><td>Input</td><td>Output</td></tr>
497
- * <tr><td>Type</td><td>Text</td><td>Text</td></tr>
498
- * <tr><td>Price</td><td>\$15.00/1M tokens</td><td>\$60.00/1M tokens</td></tr>
499
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/o1">Official doc</a>
541
+ * [Official doc](https://platform.openai.com/docs/models/o1)
502
542
  */
503
543
  readonly o1: "o1";
504
544
  /**
505
- * <table>
506
- * <tr><td>Intelligence</td><td>○○○○○</td><td>Very High</td></tr>
507
- * <tr><td>Speed</td><td>○○○</td><td>Moderate</td></tr>
508
- * <tr><td></td><td>Input</td><td>Output</td></tr>
509
- * <tr><td>Type</td><td>Text</td><td>Text</td></tr>
510
- * <tr><td>Price</td><td>Unknown</td><td>Unknown</td></tr>
511
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/gpt-4.5-preview-2025-02-27">Official doc</a>
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
- * <table>
518
- * <tr><td>Intelligence</td><td>○○○○○</td><td>Very High</td></tr>
519
- * <tr><td>Speed</td><td>○○</td><td>Slow</td></tr>
520
- * <tr><td></td><td>Input</td><td>Output</td></tr>
521
- * <tr><td>Type</td><td>Text</td><td>Text</td></tr>
522
- * <tr><td>Price</td><td>Unknown</td><td>Unknown</td></tr>
523
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/o1-pro">Official doc</a>
567
+ * [Official doc](https://platform.openai.com/docs/models/o1-pro)
526
568
  */
527
569
  readonly o1_pro: "o1-pro";
528
570
  /**
529
- * <table>
530
- * <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
531
- * <tr><td>Speed</td><td>○○○</td><td>Moderate</td></tr>
532
- * <tr><td></td><td>Input</td><td>Output</td></tr>
533
- * <tr><td>Type</td><td>Text</td><td>Text</td></tr>
534
- * <tr><td>Price</td><td>Unknown</td><td>Unknown</td></tr>
535
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/gpt-4o-search-preview-2025-03-11">Official doc</a>
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
- * <table>
542
- * <tr><td>Intelligence</td><td>○○○○○</td><td>Very High</td></tr>
543
- * <tr><td>Speed</td><td>○○</td><td>Slow</td></tr>
544
- * <tr><td></td><td>Input</td><td>Output</td></tr>
545
- * <tr><td>Type</td><td>Text</td><td>Text</td></tr>
546
- * <tr><td>Price</td><td>Unknown</td><td>Unknown</td></tr>
547
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/o1-pro-2025-03-19">Official doc</a>
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
- * <table>
554
- * <tr><td>Intelligence</td><td>○○○</td><td>Moderate</td></tr>
555
- * <tr><td>Speed</td><td>○○○○</td><td>Fast</td></tr>
556
- * <tr><td></td><td>Input</td><td>Output</td></tr>
557
- * <tr><td>Type</td><td>Text</td><td>Text</td></tr>
558
- * <tr><td>Price</td><td>Unknown</td><td>Unknown</td></tr>
559
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/omni-moderation-2024-09-26">Official doc</a>
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
- * <table>
566
- * <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
567
- * <tr><td>Speed</td><td>○○○</td><td>Moderate</td></tr>
568
- * <tr><td></td><td>Input</td><td>Output</td></tr>
569
- * <tr><td>Type</td><td>Text</td><td>Text</td></tr>
570
- * <tr><td>Price</td><td>\$0.005/1K tokens</td><td>\$0.015/1K tokens</td></tr>
571
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/gpt-4o">Official doc</a>
619
+ * [Official doc](https://platform.openai.com/docs/models/gpt-4o)
574
620
  */
575
621
  readonly gpt_4o: "gpt-4o";
576
622
  /**
577
- * <table>
578
- * <tr><td>Intelligence</td><td>○○○</td><td>Moderate</td></tr>
579
- * <tr><td>Speed</td><td>○○○○</td><td>Fast</td></tr>
580
- * <tr><td></td><td>Input</td><td>Output</td></tr>
581
- * <tr><td>Type</td><td>Text</td><td>Text</td></tr>
582
- * <tr><td>Price</td><td>\$0.150/1M tokens</td><td>\$0.600/1M tokens</td></tr>
583
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/gpt-4o-mini">Official doc</a>
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
- * <table>
590
- * <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
591
- * <tr><td>Speed</td><td>○○○</td><td>Moderate</td></tr>
592
- * <tr><td></td><td>Input</td><td>Output</td></tr>
593
- * <tr><td>Type</td><td>Text</td><td>Text</td></tr>
594
- * <tr><td>Price</td><td>\$0.005/1K tokens</td><td>\$0.015/1K tokens</td></tr>
595
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/gpt-4o-2024-08-06">Official doc</a>
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
- * <table>
602
- * <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
603
- * <tr><td>Speed</td><td>○○○</td><td>Moderate</td></tr>
604
- * <tr><td></td><td>Input</td><td>Output</td></tr>
605
- * <tr><td>Type</td><td>Text</td><td>Text</td></tr>
606
- * <tr><td>Price</td><td>Unknown</td><td>Unknown</td></tr>
607
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/gpt-4.1">Official doc</a>
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
- * <table>
614
- * <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
615
- * <tr><td>Speed</td><td>○○○</td><td>Moderate</td></tr>
616
- * <tr><td></td><td>Input</td><td>Output</td></tr>
617
- * <tr><td>Type</td><td>Audio</td><td>Text</td></tr>
618
- * <tr><td>Price</td><td>Unknown</td><td>Unknown</td></tr>
619
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/gpt-4o-transcribe">Official doc</a>
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
- * <table>
626
- * <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
627
- * <tr><td>Speed</td><td>○○○</td><td>Moderate</td></tr>
628
- * <tr><td></td><td>Input</td><td>Output</td></tr>
629
- * <tr><td>Type</td><td>Text</td><td>Text</td></tr>
630
- * <tr><td>Price</td><td>Unknown</td><td>Unknown</td></tr>
631
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/gpt-4.1-2025-04-14">Official doc</a>
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
- * <table>
638
- * <tr><td>Intelligence</td><td>○○○</td><td>Moderate</td></tr>
639
- * <tr><td>Speed</td><td>○○○○</td><td>Fast</td></tr>
640
- * <tr><td></td><td>Input</td><td>Output</td></tr>
641
- * <tr><td>Type</td><td>Text</td><td>Text</td></tr>
642
- * <tr><td>Price</td><td>\$0.150/1M tokens</td><td>\$0.600/1M tokens</td></tr>
643
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/gpt-4o-mini-2024-07-18">Official doc</a>
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
- * <table>
650
- * <tr><td>Intelligence</td><td>○○○</td><td>Moderate</td></tr>
651
- * <tr><td>Speed</td><td>○○○○</td><td>Fast</td></tr>
652
- * <tr><td></td><td>Input</td><td>Output</td></tr>
653
- * <tr><td>Type</td><td>Audio</td><td>Text</td></tr>
654
- * <tr><td>Price</td><td>Unknown</td><td>Unknown</td></tr>
655
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/gpt-4o-mini-transcribe">Official doc</a>
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
- * <table>
662
- * <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
663
- * <tr><td>Speed</td><td>○○○</td><td>Moderate</td></tr>
664
- * <tr><td></td><td>Input</td><td>Output</td></tr>
665
- * <tr><td>Type</td><td>Text</td><td>Text</td></tr>
666
- * <tr><td>Price</td><td>\$3.00/1M tokens</td><td>\$12.00/1M tokens</td></tr>
667
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/o1-mini">Official doc</a>
723
+ * [Official doc](https://platform.openai.com/docs/models/o1-mini)
670
724
  */
671
725
  readonly o1_mini: "o1-mini";
672
726
  /**
673
- * <table>
674
- * <tr><td>Intelligence</td><td>○○○</td><td>Moderate</td></tr>
675
- * <tr><td>Speed</td><td>○○○○</td><td>Fast</td></tr>
676
- * <tr><td></td><td>Input</td><td>Output</td></tr>
677
- * <tr><td>Type</td><td>Text/Audio</td><td>Text/Audio</td></tr>
678
- * <tr><td>Price</td><td>Unknown</td><td>Unknown</td></tr>
679
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/gpt-4o-mini-audio-preview-2024-12-17">Official doc</a>
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
- * <table>
686
- * <tr><td>Intelligence</td><td>○○○</td><td>Moderate</td></tr>
687
- * <tr><td>Speed</td><td>○○○○</td><td>Fast</td></tr>
688
- * <tr><td></td><td>Input</td><td>Output</td></tr>
689
- * <tr><td>Type</td><td>Text</td><td>Text</td></tr>
690
- * <tr><td>Price</td><td>\$0.0005/1K tokens</td><td>\$0.0015/1K tokens</td></tr>
691
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/gpt-3.5-turbo-0125">Official doc</a>
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
- * <table>
698
- * <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
699
- * <tr><td>Speed</td><td>○○○</td><td>Moderate</td></tr>
700
- * <tr><td></td><td>Input</td><td>Output</td></tr>
701
- * <tr><td>Type</td><td>Text</td><td>Text</td></tr>
702
- * <tr><td>Price</td><td>\$3.00/1M tokens</td><td>\$12.00/1M tokens</td></tr>
703
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/o1-mini-2024-09-12">Official doc</a>
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
- * <table>
710
- * <tr><td>Intelligence</td><td>○○○○</td><td>High</td></tr>
711
- * <tr><td>Speed</td><td>○○○</td><td>Moderate</td></tr>
712
- * <tr><td></td><td>Input</td><td>Output</td></tr>
713
- * <tr><td>Type</td><td>Text</td><td>Text</td></tr>
714
- * <tr><td>Price</td><td>\$0.01/1K tokens</td><td>\$0.03/1K tokens</td></tr>
715
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/gpt-4-1106-preview">Official doc</a>
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
- * <table>
722
- * <tr><td>Intelligence</td><td>○○○</td><td>Moderate</td></tr>
723
- * <tr><td>Speed</td><td>○○○○</td><td>Fast</td></tr>
724
- * <tr><td></td><td>Input</td><td>Output</td></tr>
725
- * <tr><td>Type</td><td>Text</td><td>Audio</td></tr>
726
- * <tr><td>Price</td><td>Unknown</td><td>Unknown</td></tr>
727
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/gpt-4o-mini-tts">Official doc</a>
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
- * <table>
734
- * <tr><td>Intelligence</td><td>○○○</td><td>Moderate</td></tr>
735
- * <tr><td>Speed</td><td>○○○○</td><td>Fast</td></tr>
736
- * <tr><td></td><td>Input</td><td>Output</td></tr>
737
- * <tr><td>Type</td><td>Text</td><td>Text</td></tr>
738
- * <tr><td>Price</td><td>Unknown</td><td>Unknown</td></tr>
739
- * </table>
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
- * <a href="https://platform.openai.com/docs/models/omni-moderation-latest">Official doc</a>
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
  };