@hebo-ai/gateway 0.10.7 → 0.11.1

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.
Files changed (115) hide show
  1. package/README.md +97 -84
  2. package/dist/config.js +21 -4
  3. package/dist/endpoints/chat-completions/converters.js +6 -2
  4. package/dist/endpoints/chat-completions/handler.js +9 -5
  5. package/dist/endpoints/chat-completions/schema.d.ts +48 -4
  6. package/dist/endpoints/chat-completions/schema.js +1 -1
  7. package/dist/endpoints/conversations/handler.js +3 -3
  8. package/dist/endpoints/embeddings/handler.js +2 -2
  9. package/dist/endpoints/messages/converters.js +17 -21
  10. package/dist/endpoints/messages/handler.js +5 -5
  11. package/dist/endpoints/responses/handler.js +9 -5
  12. package/dist/index.d.ts +1 -0
  13. package/dist/index.js +1 -0
  14. package/dist/models/alibaba/index.d.ts +2 -0
  15. package/dist/models/alibaba/index.js +2 -0
  16. package/dist/models/alibaba/middleware.d.ts +2 -0
  17. package/dist/models/alibaba/middleware.js +31 -0
  18. package/dist/models/alibaba/presets.d.ts +956 -0
  19. package/dist/models/alibaba/presets.js +264 -0
  20. package/dist/models/amazon/presets.d.ts +31 -31
  21. package/dist/models/anthropic/middleware.js +0 -1
  22. package/dist/models/anthropic/presets.d.ts +68 -68
  23. package/dist/models/cohere/presets.d.ts +38 -38
  24. package/dist/models/deepseek/index.d.ts +2 -0
  25. package/dist/models/deepseek/index.js +2 -0
  26. package/dist/models/deepseek/middleware.d.ts +2 -0
  27. package/dist/models/deepseek/middleware.js +25 -0
  28. package/dist/models/deepseek/presets.d.ts +51 -0
  29. package/dist/models/deepseek/presets.js +33 -0
  30. package/dist/models/google/presets.d.ts +106 -106
  31. package/dist/models/google/presets.js +11 -5
  32. package/dist/models/meta/presets.d.ts +84 -84
  33. package/dist/models/meta/presets.js +11 -12
  34. package/dist/models/minimax/index.d.ts +2 -0
  35. package/dist/models/minimax/index.js +2 -0
  36. package/dist/models/minimax/middleware.d.ts +2 -0
  37. package/dist/models/minimax/middleware.js +43 -0
  38. package/dist/models/minimax/presets.d.ts +99 -0
  39. package/dist/models/minimax/presets.js +47 -0
  40. package/dist/models/moonshot/index.d.ts +2 -0
  41. package/dist/models/moonshot/index.js +2 -0
  42. package/dist/models/moonshot/middleware.d.ts +2 -0
  43. package/dist/models/moonshot/middleware.js +32 -0
  44. package/dist/models/moonshot/presets.d.ts +104 -0
  45. package/dist/models/moonshot/presets.js +36 -0
  46. package/dist/models/openai/presets.d.ts +128 -128
  47. package/dist/models/openai/presets.js +1 -1
  48. package/dist/models/types.d.ts +1 -1
  49. package/dist/models/types.js +41 -1
  50. package/dist/models/voyage/presets.d.ts +46 -46
  51. package/dist/models/xai/index.d.ts +2 -0
  52. package/dist/models/xai/index.js +2 -0
  53. package/dist/models/xai/middleware.d.ts +2 -0
  54. package/dist/models/xai/middleware.js +37 -0
  55. package/dist/models/xai/presets.d.ts +210 -0
  56. package/dist/models/xai/presets.js +55 -0
  57. package/dist/models/zai/index.d.ts +2 -0
  58. package/dist/models/zai/index.js +2 -0
  59. package/dist/models/zai/middleware.d.ts +2 -0
  60. package/dist/models/zai/middleware.js +25 -0
  61. package/dist/models/zai/presets.d.ts +141 -0
  62. package/dist/models/zai/presets.js +41 -0
  63. package/dist/providers/alibaba/canonical.d.ts +3 -0
  64. package/dist/providers/alibaba/canonical.js +13 -0
  65. package/dist/providers/alibaba/index.d.ts +1 -0
  66. package/dist/providers/alibaba/index.js +1 -0
  67. package/dist/providers/bedrock/canonical.js +3 -0
  68. package/dist/providers/chutes/canonical.d.ts +3 -0
  69. package/dist/providers/chutes/canonical.js +14 -0
  70. package/dist/providers/chutes/index.d.ts +1 -0
  71. package/dist/providers/chutes/index.js +1 -0
  72. package/dist/providers/deepinfra/canonical.d.ts +3 -0
  73. package/dist/providers/deepinfra/canonical.js +40 -0
  74. package/dist/providers/deepinfra/index.d.ts +1 -0
  75. package/dist/providers/deepinfra/index.js +1 -0
  76. package/dist/providers/deepseek/canonical.d.ts +3 -0
  77. package/dist/providers/deepseek/canonical.js +9 -0
  78. package/dist/providers/deepseek/index.d.ts +1 -0
  79. package/dist/providers/deepseek/index.js +1 -0
  80. package/dist/providers/fireworks/canonical.d.ts +3 -0
  81. package/dist/providers/fireworks/canonical.js +27 -0
  82. package/dist/providers/fireworks/index.d.ts +2 -0
  83. package/dist/providers/fireworks/index.js +2 -0
  84. package/dist/providers/fireworks/middleware.d.ts +2 -0
  85. package/dist/providers/fireworks/middleware.js +35 -0
  86. package/dist/providers/groq/canonical.js +1 -1
  87. package/dist/providers/minimax/canonical.d.ts +3 -0
  88. package/dist/providers/minimax/canonical.js +9 -0
  89. package/dist/providers/minimax/index.d.ts +1 -0
  90. package/dist/providers/minimax/index.js +1 -0
  91. package/dist/providers/moonshot/canonical.d.ts +3 -0
  92. package/dist/providers/moonshot/canonical.js +6 -0
  93. package/dist/providers/moonshot/index.d.ts +1 -0
  94. package/dist/providers/moonshot/index.js +1 -0
  95. package/dist/providers/togetherai/canonical.d.ts +3 -0
  96. package/dist/providers/togetherai/canonical.js +24 -0
  97. package/dist/providers/togetherai/index.d.ts +1 -0
  98. package/dist/providers/togetherai/index.js +1 -0
  99. package/dist/providers/types.d.ts +1 -1
  100. package/dist/providers/types.js +10 -0
  101. package/dist/providers/vertex/canonical.js +5 -1
  102. package/dist/providers/xai/canonical.d.ts +3 -0
  103. package/dist/providers/xai/canonical.js +12 -0
  104. package/dist/providers/xai/index.d.ts +1 -0
  105. package/dist/providers/xai/index.js +1 -0
  106. package/dist/providers/zai/canonical.d.ts +3 -0
  107. package/dist/providers/zai/canonical.js +10 -0
  108. package/dist/providers/zai/index.d.ts +1 -0
  109. package/dist/providers/zai/index.js +1 -0
  110. package/dist/types.d.ts +30 -16
  111. package/dist/utils/index.d.ts +8 -0
  112. package/dist/utils/index.js +8 -0
  113. package/dist/utils/request.d.ts +2 -1
  114. package/dist/utils/request.js +35 -7
  115. package/package.json +154 -30
@@ -0,0 +1,956 @@
1
+ import type { CatalogModel } from "../types";
2
+ export declare const qwen3_235b: import("../../utils").Preset<"alibaba/qwen3-235b", CatalogModel, {
3
+ name: string;
4
+ created: string;
5
+ knowledge: string;
6
+ modalities: {
7
+ input: readonly ["text", "file"];
8
+ output: readonly ["text"];
9
+ };
10
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
11
+ context: number;
12
+ providers: readonly ["alibaba", "azure", "bedrock", "vertex", "deepinfra", "togetherai", "fireworks"];
13
+ }>;
14
+ export declare const qwen3_32b: import("../../utils").Preset<"alibaba/qwen3-32b", CatalogModel, {
15
+ name: string;
16
+ providers: readonly ["alibaba", "azure", "groq", "bedrock", "vertex", "chutes", "deepinfra", "togetherai", "fireworks"];
17
+ created: string;
18
+ knowledge: string;
19
+ modalities: {
20
+ input: readonly ["text", "file"];
21
+ output: readonly ["text"];
22
+ };
23
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
24
+ context: number;
25
+ }>;
26
+ export declare const qwen35Plus: import("../../utils").Preset<"alibaba/qwen3.5-plus", CatalogModel, {
27
+ modalities: {
28
+ input: readonly ["text", "image", "video", "file"];
29
+ output: readonly ["text"];
30
+ };
31
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
32
+ providers: readonly ["alibaba"];
33
+ name: string;
34
+ context: number;
35
+ created: string;
36
+ knowledge: string;
37
+ }>;
38
+ export declare const qwen35Flash: import("../../utils").Preset<"alibaba/qwen3.5-flash", CatalogModel, {
39
+ modalities: {
40
+ input: readonly ["text", "image", "video", "file"];
41
+ output: readonly ["text"];
42
+ };
43
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
44
+ providers: readonly ["alibaba"];
45
+ name: string;
46
+ context: number;
47
+ created: string;
48
+ knowledge: string;
49
+ }>;
50
+ export declare const qwen35_397b: import("../../utils").Preset<"alibaba/qwen3.5-397b", CatalogModel, {
51
+ modalities: {
52
+ input: readonly ["text", "image", "video", "file"];
53
+ output: readonly ["text"];
54
+ };
55
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
56
+ providers: readonly ["alibaba", "chutes", "deepinfra", "togetherai", "fireworks"];
57
+ name: string;
58
+ context: number;
59
+ created: string;
60
+ knowledge: string;
61
+ }>;
62
+ export declare const qwen35_122b: import("../../utils").Preset<"alibaba/qwen3.5-122b", CatalogModel, {
63
+ modalities: {
64
+ input: readonly ["text", "image", "video", "file"];
65
+ output: readonly ["text"];
66
+ };
67
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
68
+ providers: readonly ["alibaba", "azure", "deepinfra"];
69
+ name: string;
70
+ context: number;
71
+ created: string;
72
+ knowledge: string;
73
+ }>;
74
+ export declare const qwen35_35b: import("../../utils").Preset<"alibaba/qwen3.5-35b", CatalogModel, {
75
+ modalities: {
76
+ input: readonly ["text", "image", "video", "file"];
77
+ output: readonly ["text"];
78
+ };
79
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
80
+ providers: readonly ["alibaba", "azure", "deepinfra", "fireworks"];
81
+ name: string;
82
+ context: number;
83
+ created: string;
84
+ knowledge: string;
85
+ }>;
86
+ export declare const qwen35_27b: import("../../utils").Preset<"alibaba/qwen3.5-27b", CatalogModel, {
87
+ modalities: {
88
+ input: readonly ["text", "image", "video", "file"];
89
+ output: readonly ["text"];
90
+ };
91
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
92
+ providers: readonly ["alibaba", "azure", "deepinfra", "fireworks"];
93
+ name: string;
94
+ context: number;
95
+ created: string;
96
+ knowledge: string;
97
+ }>;
98
+ export declare const qwen35_9b: import("../../utils").Preset<"alibaba/qwen3.5-9b", CatalogModel, {
99
+ modalities: {
100
+ input: readonly ["text", "image", "video", "file"];
101
+ output: readonly ["text"];
102
+ };
103
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
104
+ providers: readonly ["alibaba", "azure", "deepinfra", "togetherai", "fireworks"];
105
+ name: string;
106
+ context: number;
107
+ created: string;
108
+ knowledge: string;
109
+ }>;
110
+ export declare const qwen35_4b: import("../../utils").Preset<"alibaba/qwen3.5-4b", CatalogModel, {
111
+ modalities: {
112
+ input: readonly ["text", "image", "video", "file"];
113
+ output: readonly ["text"];
114
+ };
115
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
116
+ providers: readonly ["alibaba", "azure", "deepinfra"];
117
+ name: string;
118
+ context: number;
119
+ created: string;
120
+ knowledge: string;
121
+ }>;
122
+ export declare const qwen35_2b: import("../../utils").Preset<"alibaba/qwen3.5-2b", CatalogModel, {
123
+ modalities: {
124
+ input: readonly ["text", "image", "video", "file"];
125
+ output: readonly ["text"];
126
+ };
127
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
128
+ providers: readonly ["alibaba", "azure", "deepinfra"];
129
+ name: string;
130
+ context: number;
131
+ created: string;
132
+ knowledge: string;
133
+ }>;
134
+ export declare const qwen35_08b: import("../../utils").Preset<"alibaba/qwen3.5-0.8b", CatalogModel, {
135
+ modalities: {
136
+ input: readonly ["text", "image", "video", "file"];
137
+ output: readonly ["text"];
138
+ };
139
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
140
+ providers: readonly ["alibaba", "azure", "deepinfra"];
141
+ name: string;
142
+ context: number;
143
+ created: string;
144
+ knowledge: string;
145
+ }>;
146
+ export declare const qwen36Plus: import("../../utils").Preset<"alibaba/qwen3.6-plus", CatalogModel, {
147
+ modalities: {
148
+ input: readonly ["text", "image", "video", "file"];
149
+ output: readonly ["text"];
150
+ };
151
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
152
+ providers: readonly ["alibaba"];
153
+ name: string;
154
+ context: number;
155
+ created: string;
156
+ knowledge: string;
157
+ }>;
158
+ export declare const qwen36Flash: import("../../utils").Preset<"alibaba/qwen3.6-flash", CatalogModel, {
159
+ modalities: {
160
+ input: readonly ["text", "image", "video", "file"];
161
+ output: readonly ["text"];
162
+ };
163
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
164
+ providers: readonly ["alibaba", "azure", "deepinfra"];
165
+ name: string;
166
+ context: number;
167
+ created: string;
168
+ knowledge: string;
169
+ }>;
170
+ export declare const qwen36_27b: import("../../utils").Preset<"alibaba/qwen3.6-27b", CatalogModel, {
171
+ modalities: {
172
+ input: readonly ["text", "image", "video", "file"];
173
+ output: readonly ["text"];
174
+ };
175
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
176
+ providers: readonly ["alibaba"];
177
+ name: string;
178
+ context: number;
179
+ created: string;
180
+ knowledge: string;
181
+ }>;
182
+ export declare const qwen36MaxPreview: import("../../utils").Preset<"alibaba/qwen3.6-max-preview", CatalogModel, {
183
+ modalities: {
184
+ input: readonly ["text", "image", "video", "file"];
185
+ output: readonly ["text"];
186
+ };
187
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
188
+ providers: readonly ["alibaba"];
189
+ name: string;
190
+ context: number;
191
+ created: string;
192
+ knowledge: string;
193
+ }>;
194
+ export declare const qwen3CoderNext: import("../../utils").Preset<"alibaba/qwen3-coder-next", CatalogModel, {
195
+ modalities: {
196
+ input: readonly ["text", "file"];
197
+ output: readonly ["text"];
198
+ };
199
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
200
+ providers: readonly ["alibaba", "azure"];
201
+ name: string;
202
+ context: number;
203
+ created: string;
204
+ knowledge: string;
205
+ }>;
206
+ export declare const qwen3Vl235b: import("../../utils").Preset<"alibaba/qwen3-vl-235b", CatalogModel, {
207
+ name: string;
208
+ created: string;
209
+ knowledge: string;
210
+ modalities: {
211
+ input: readonly ["text", "image", "video", "file"];
212
+ output: readonly ["text"];
213
+ };
214
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
215
+ context: number;
216
+ providers: readonly ["alibaba", "azure", "bedrock"];
217
+ }>;
218
+ export declare const qwen3Embedding06b: import("../../utils").Preset<"alibaba/qwen3-embedding-0.6b", CatalogModel, {
219
+ name: string;
220
+ created: string;
221
+ modalities: {
222
+ input: readonly ["text"];
223
+ output: readonly ["embedding"];
224
+ };
225
+ context: number;
226
+ providers: readonly ["alibaba", "azure", "deepinfra"];
227
+ }>;
228
+ export declare const qwen3Embedding4b: import("../../utils").Preset<"alibaba/qwen3-embedding-4b", CatalogModel, {
229
+ providers: readonly ["alibaba", "deepinfra"];
230
+ name: string;
231
+ created: string;
232
+ modalities: {
233
+ input: readonly ["text"];
234
+ output: readonly ["embedding"];
235
+ };
236
+ context: number;
237
+ }>;
238
+ export declare const qwen3Embedding8b: import("../../utils").Preset<"alibaba/qwen3-embedding-8b", CatalogModel, {
239
+ name: string;
240
+ created: string;
241
+ modalities: {
242
+ input: readonly ["text"];
243
+ output: readonly ["embedding"];
244
+ };
245
+ context: number;
246
+ providers: readonly ["alibaba", "azure", "deepinfra"];
247
+ }>;
248
+ export declare const qwen: {
249
+ readonly latest: readonly [import("../../utils").Preset<"alibaba/qwen3.6-plus", CatalogModel, {
250
+ modalities: {
251
+ input: readonly ["text", "image", "video", "file"];
252
+ output: readonly ["text"];
253
+ };
254
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
255
+ providers: readonly ["alibaba"];
256
+ name: string;
257
+ context: number;
258
+ created: string;
259
+ knowledge: string;
260
+ }>, import("../../utils").Preset<"alibaba/qwen3.6-flash", CatalogModel, {
261
+ modalities: {
262
+ input: readonly ["text", "image", "video", "file"];
263
+ output: readonly ["text"];
264
+ };
265
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
266
+ providers: readonly ["alibaba", "azure", "deepinfra"];
267
+ name: string;
268
+ context: number;
269
+ created: string;
270
+ knowledge: string;
271
+ }>, import("../../utils").Preset<"alibaba/qwen3.6-27b", CatalogModel, {
272
+ modalities: {
273
+ input: readonly ["text", "image", "video", "file"];
274
+ output: readonly ["text"];
275
+ };
276
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
277
+ providers: readonly ["alibaba"];
278
+ name: string;
279
+ context: number;
280
+ created: string;
281
+ knowledge: string;
282
+ }>, import("../../utils").Preset<"alibaba/qwen3.6-max-preview", CatalogModel, {
283
+ modalities: {
284
+ input: readonly ["text", "image", "video", "file"];
285
+ output: readonly ["text"];
286
+ };
287
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
288
+ providers: readonly ["alibaba"];
289
+ name: string;
290
+ context: number;
291
+ created: string;
292
+ knowledge: string;
293
+ }>];
294
+ readonly all: (import("../../utils").Preset<"alibaba/qwen3-235b", CatalogModel, {
295
+ name: string;
296
+ created: string;
297
+ knowledge: string;
298
+ modalities: {
299
+ input: readonly ["text", "file"];
300
+ output: readonly ["text"];
301
+ };
302
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
303
+ context: number;
304
+ providers: readonly ["alibaba", "azure", "bedrock", "vertex", "deepinfra", "togetherai", "fireworks"];
305
+ }> | import("../../utils").Preset<"alibaba/qwen3-32b", CatalogModel, {
306
+ name: string;
307
+ providers: readonly ["alibaba", "azure", "groq", "bedrock", "vertex", "chutes", "deepinfra", "togetherai", "fireworks"];
308
+ created: string;
309
+ knowledge: string;
310
+ modalities: {
311
+ input: readonly ["text", "file"];
312
+ output: readonly ["text"];
313
+ };
314
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
315
+ context: number;
316
+ }> | import("../../utils").Preset<"alibaba/qwen3.5-plus", CatalogModel, {
317
+ modalities: {
318
+ input: readonly ["text", "image", "video", "file"];
319
+ output: readonly ["text"];
320
+ };
321
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
322
+ providers: readonly ["alibaba"];
323
+ name: string;
324
+ context: number;
325
+ created: string;
326
+ knowledge: string;
327
+ }> | import("../../utils").Preset<"alibaba/qwen3.5-flash", CatalogModel, {
328
+ modalities: {
329
+ input: readonly ["text", "image", "video", "file"];
330
+ output: readonly ["text"];
331
+ };
332
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
333
+ providers: readonly ["alibaba"];
334
+ name: string;
335
+ context: number;
336
+ created: string;
337
+ knowledge: string;
338
+ }> | import("../../utils").Preset<"alibaba/qwen3.5-397b", CatalogModel, {
339
+ modalities: {
340
+ input: readonly ["text", "image", "video", "file"];
341
+ output: readonly ["text"];
342
+ };
343
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
344
+ providers: readonly ["alibaba", "chutes", "deepinfra", "togetherai", "fireworks"];
345
+ name: string;
346
+ context: number;
347
+ created: string;
348
+ knowledge: string;
349
+ }> | import("../../utils").Preset<"alibaba/qwen3.5-122b", CatalogModel, {
350
+ modalities: {
351
+ input: readonly ["text", "image", "video", "file"];
352
+ output: readonly ["text"];
353
+ };
354
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
355
+ providers: readonly ["alibaba", "azure", "deepinfra"];
356
+ name: string;
357
+ context: number;
358
+ created: string;
359
+ knowledge: string;
360
+ }> | import("../../utils").Preset<"alibaba/qwen3.5-35b", CatalogModel, {
361
+ modalities: {
362
+ input: readonly ["text", "image", "video", "file"];
363
+ output: readonly ["text"];
364
+ };
365
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
366
+ providers: readonly ["alibaba", "azure", "deepinfra", "fireworks"];
367
+ name: string;
368
+ context: number;
369
+ created: string;
370
+ knowledge: string;
371
+ }> | import("../../utils").Preset<"alibaba/qwen3.5-27b", CatalogModel, {
372
+ modalities: {
373
+ input: readonly ["text", "image", "video", "file"];
374
+ output: readonly ["text"];
375
+ };
376
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
377
+ providers: readonly ["alibaba", "azure", "deepinfra", "fireworks"];
378
+ name: string;
379
+ context: number;
380
+ created: string;
381
+ knowledge: string;
382
+ }> | import("../../utils").Preset<"alibaba/qwen3.5-9b", CatalogModel, {
383
+ modalities: {
384
+ input: readonly ["text", "image", "video", "file"];
385
+ output: readonly ["text"];
386
+ };
387
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
388
+ providers: readonly ["alibaba", "azure", "deepinfra", "togetherai", "fireworks"];
389
+ name: string;
390
+ context: number;
391
+ created: string;
392
+ knowledge: string;
393
+ }> | import("../../utils").Preset<"alibaba/qwen3.5-4b", CatalogModel, {
394
+ modalities: {
395
+ input: readonly ["text", "image", "video", "file"];
396
+ output: readonly ["text"];
397
+ };
398
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
399
+ providers: readonly ["alibaba", "azure", "deepinfra"];
400
+ name: string;
401
+ context: number;
402
+ created: string;
403
+ knowledge: string;
404
+ }> | import("../../utils").Preset<"alibaba/qwen3.5-2b", CatalogModel, {
405
+ modalities: {
406
+ input: readonly ["text", "image", "video", "file"];
407
+ output: readonly ["text"];
408
+ };
409
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
410
+ providers: readonly ["alibaba", "azure", "deepinfra"];
411
+ name: string;
412
+ context: number;
413
+ created: string;
414
+ knowledge: string;
415
+ }> | import("../../utils").Preset<"alibaba/qwen3.5-0.8b", CatalogModel, {
416
+ modalities: {
417
+ input: readonly ["text", "image", "video", "file"];
418
+ output: readonly ["text"];
419
+ };
420
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
421
+ providers: readonly ["alibaba", "azure", "deepinfra"];
422
+ name: string;
423
+ context: number;
424
+ created: string;
425
+ knowledge: string;
426
+ }> | import("../../utils").Preset<"alibaba/qwen3.6-plus", CatalogModel, {
427
+ modalities: {
428
+ input: readonly ["text", "image", "video", "file"];
429
+ output: readonly ["text"];
430
+ };
431
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
432
+ providers: readonly ["alibaba"];
433
+ name: string;
434
+ context: number;
435
+ created: string;
436
+ knowledge: string;
437
+ }> | import("../../utils").Preset<"alibaba/qwen3.6-flash", CatalogModel, {
438
+ modalities: {
439
+ input: readonly ["text", "image", "video", "file"];
440
+ output: readonly ["text"];
441
+ };
442
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
443
+ providers: readonly ["alibaba", "azure", "deepinfra"];
444
+ name: string;
445
+ context: number;
446
+ created: string;
447
+ knowledge: string;
448
+ }> | import("../../utils").Preset<"alibaba/qwen3.6-27b", CatalogModel, {
449
+ modalities: {
450
+ input: readonly ["text", "image", "video", "file"];
451
+ output: readonly ["text"];
452
+ };
453
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
454
+ providers: readonly ["alibaba"];
455
+ name: string;
456
+ context: number;
457
+ created: string;
458
+ knowledge: string;
459
+ }> | import("../../utils").Preset<"alibaba/qwen3.6-max-preview", CatalogModel, {
460
+ modalities: {
461
+ input: readonly ["text", "image", "video", "file"];
462
+ output: readonly ["text"];
463
+ };
464
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
465
+ providers: readonly ["alibaba"];
466
+ name: string;
467
+ context: number;
468
+ created: string;
469
+ knowledge: string;
470
+ }> | import("../../utils").Preset<"alibaba/qwen3-coder-next", CatalogModel, {
471
+ modalities: {
472
+ input: readonly ["text", "file"];
473
+ output: readonly ["text"];
474
+ };
475
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
476
+ providers: readonly ["alibaba", "azure"];
477
+ name: string;
478
+ context: number;
479
+ created: string;
480
+ knowledge: string;
481
+ }> | import("../../utils").Preset<"alibaba/qwen3-vl-235b", CatalogModel, {
482
+ name: string;
483
+ created: string;
484
+ knowledge: string;
485
+ modalities: {
486
+ input: readonly ["text", "image", "video", "file"];
487
+ output: readonly ["text"];
488
+ };
489
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
490
+ context: number;
491
+ providers: readonly ["alibaba", "azure", "bedrock"];
492
+ }> | import("../../utils").Preset<"alibaba/qwen3-embedding-0.6b", CatalogModel, {
493
+ name: string;
494
+ created: string;
495
+ modalities: {
496
+ input: readonly ["text"];
497
+ output: readonly ["embedding"];
498
+ };
499
+ context: number;
500
+ providers: readonly ["alibaba", "azure", "deepinfra"];
501
+ }> | import("../../utils").Preset<"alibaba/qwen3-embedding-4b", CatalogModel, {
502
+ providers: readonly ["alibaba", "deepinfra"];
503
+ name: string;
504
+ created: string;
505
+ modalities: {
506
+ input: readonly ["text"];
507
+ output: readonly ["embedding"];
508
+ };
509
+ context: number;
510
+ }> | import("../../utils").Preset<"alibaba/qwen3-embedding-8b", CatalogModel, {
511
+ name: string;
512
+ created: string;
513
+ modalities: {
514
+ input: readonly ["text"];
515
+ output: readonly ["embedding"];
516
+ };
517
+ context: number;
518
+ providers: readonly ["alibaba", "azure", "deepinfra"];
519
+ }>)[];
520
+ readonly "v3.x": readonly [import("../../utils").Preset<"alibaba/qwen3-235b", CatalogModel, {
521
+ name: string;
522
+ created: string;
523
+ knowledge: string;
524
+ modalities: {
525
+ input: readonly ["text", "file"];
526
+ output: readonly ["text"];
527
+ };
528
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
529
+ context: number;
530
+ providers: readonly ["alibaba", "azure", "bedrock", "vertex", "deepinfra", "togetherai", "fireworks"];
531
+ }>, import("../../utils").Preset<"alibaba/qwen3-32b", CatalogModel, {
532
+ name: string;
533
+ providers: readonly ["alibaba", "azure", "groq", "bedrock", "vertex", "chutes", "deepinfra", "togetherai", "fireworks"];
534
+ created: string;
535
+ knowledge: string;
536
+ modalities: {
537
+ input: readonly ["text", "file"];
538
+ output: readonly ["text"];
539
+ };
540
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
541
+ context: number;
542
+ }>, import("../../utils").Preset<"alibaba/qwen3.5-plus", CatalogModel, {
543
+ modalities: {
544
+ input: readonly ["text", "image", "video", "file"];
545
+ output: readonly ["text"];
546
+ };
547
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
548
+ providers: readonly ["alibaba"];
549
+ name: string;
550
+ context: number;
551
+ created: string;
552
+ knowledge: string;
553
+ }>, import("../../utils").Preset<"alibaba/qwen3.5-flash", CatalogModel, {
554
+ modalities: {
555
+ input: readonly ["text", "image", "video", "file"];
556
+ output: readonly ["text"];
557
+ };
558
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
559
+ providers: readonly ["alibaba"];
560
+ name: string;
561
+ context: number;
562
+ created: string;
563
+ knowledge: string;
564
+ }>, import("../../utils").Preset<"alibaba/qwen3.5-397b", CatalogModel, {
565
+ modalities: {
566
+ input: readonly ["text", "image", "video", "file"];
567
+ output: readonly ["text"];
568
+ };
569
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
570
+ providers: readonly ["alibaba", "chutes", "deepinfra", "togetherai", "fireworks"];
571
+ name: string;
572
+ context: number;
573
+ created: string;
574
+ knowledge: string;
575
+ }>, import("../../utils").Preset<"alibaba/qwen3.5-122b", CatalogModel, {
576
+ modalities: {
577
+ input: readonly ["text", "image", "video", "file"];
578
+ output: readonly ["text"];
579
+ };
580
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
581
+ providers: readonly ["alibaba", "azure", "deepinfra"];
582
+ name: string;
583
+ context: number;
584
+ created: string;
585
+ knowledge: string;
586
+ }>, import("../../utils").Preset<"alibaba/qwen3.5-35b", CatalogModel, {
587
+ modalities: {
588
+ input: readonly ["text", "image", "video", "file"];
589
+ output: readonly ["text"];
590
+ };
591
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
592
+ providers: readonly ["alibaba", "azure", "deepinfra", "fireworks"];
593
+ name: string;
594
+ context: number;
595
+ created: string;
596
+ knowledge: string;
597
+ }>, import("../../utils").Preset<"alibaba/qwen3.5-27b", CatalogModel, {
598
+ modalities: {
599
+ input: readonly ["text", "image", "video", "file"];
600
+ output: readonly ["text"];
601
+ };
602
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
603
+ providers: readonly ["alibaba", "azure", "deepinfra", "fireworks"];
604
+ name: string;
605
+ context: number;
606
+ created: string;
607
+ knowledge: string;
608
+ }>, import("../../utils").Preset<"alibaba/qwen3.5-9b", CatalogModel, {
609
+ modalities: {
610
+ input: readonly ["text", "image", "video", "file"];
611
+ output: readonly ["text"];
612
+ };
613
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
614
+ providers: readonly ["alibaba", "azure", "deepinfra", "togetherai", "fireworks"];
615
+ name: string;
616
+ context: number;
617
+ created: string;
618
+ knowledge: string;
619
+ }>, import("../../utils").Preset<"alibaba/qwen3.5-4b", CatalogModel, {
620
+ modalities: {
621
+ input: readonly ["text", "image", "video", "file"];
622
+ output: readonly ["text"];
623
+ };
624
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
625
+ providers: readonly ["alibaba", "azure", "deepinfra"];
626
+ name: string;
627
+ context: number;
628
+ created: string;
629
+ knowledge: string;
630
+ }>, import("../../utils").Preset<"alibaba/qwen3.5-2b", CatalogModel, {
631
+ modalities: {
632
+ input: readonly ["text", "image", "video", "file"];
633
+ output: readonly ["text"];
634
+ };
635
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
636
+ providers: readonly ["alibaba", "azure", "deepinfra"];
637
+ name: string;
638
+ context: number;
639
+ created: string;
640
+ knowledge: string;
641
+ }>, import("../../utils").Preset<"alibaba/qwen3.5-0.8b", CatalogModel, {
642
+ modalities: {
643
+ input: readonly ["text", "image", "video", "file"];
644
+ output: readonly ["text"];
645
+ };
646
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
647
+ providers: readonly ["alibaba", "azure", "deepinfra"];
648
+ name: string;
649
+ context: number;
650
+ created: string;
651
+ knowledge: string;
652
+ }>, import("../../utils").Preset<"alibaba/qwen3.6-plus", CatalogModel, {
653
+ modalities: {
654
+ input: readonly ["text", "image", "video", "file"];
655
+ output: readonly ["text"];
656
+ };
657
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
658
+ providers: readonly ["alibaba"];
659
+ name: string;
660
+ context: number;
661
+ created: string;
662
+ knowledge: string;
663
+ }>, import("../../utils").Preset<"alibaba/qwen3.6-flash", CatalogModel, {
664
+ modalities: {
665
+ input: readonly ["text", "image", "video", "file"];
666
+ output: readonly ["text"];
667
+ };
668
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
669
+ providers: readonly ["alibaba", "azure", "deepinfra"];
670
+ name: string;
671
+ context: number;
672
+ created: string;
673
+ knowledge: string;
674
+ }>, import("../../utils").Preset<"alibaba/qwen3.6-27b", CatalogModel, {
675
+ modalities: {
676
+ input: readonly ["text", "image", "video", "file"];
677
+ output: readonly ["text"];
678
+ };
679
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
680
+ providers: readonly ["alibaba"];
681
+ name: string;
682
+ context: number;
683
+ created: string;
684
+ knowledge: string;
685
+ }>, import("../../utils").Preset<"alibaba/qwen3.6-max-preview", CatalogModel, {
686
+ modalities: {
687
+ input: readonly ["text", "image", "video", "file"];
688
+ output: readonly ["text"];
689
+ };
690
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
691
+ providers: readonly ["alibaba"];
692
+ name: string;
693
+ context: number;
694
+ created: string;
695
+ knowledge: string;
696
+ }>];
697
+ readonly embeddings: readonly [import("../../utils").Preset<"alibaba/qwen3-embedding-0.6b", CatalogModel, {
698
+ name: string;
699
+ created: string;
700
+ modalities: {
701
+ input: readonly ["text"];
702
+ output: readonly ["embedding"];
703
+ };
704
+ context: number;
705
+ providers: readonly ["alibaba", "azure", "deepinfra"];
706
+ }>, import("../../utils").Preset<"alibaba/qwen3-embedding-4b", CatalogModel, {
707
+ providers: readonly ["alibaba", "deepinfra"];
708
+ name: string;
709
+ created: string;
710
+ modalities: {
711
+ input: readonly ["text"];
712
+ output: readonly ["embedding"];
713
+ };
714
+ context: number;
715
+ }>, import("../../utils").Preset<"alibaba/qwen3-embedding-8b", CatalogModel, {
716
+ name: string;
717
+ created: string;
718
+ modalities: {
719
+ input: readonly ["text"];
720
+ output: readonly ["embedding"];
721
+ };
722
+ context: number;
723
+ providers: readonly ["alibaba", "azure", "deepinfra"];
724
+ }>];
725
+ readonly v3: readonly [import("../../utils").Preset<"alibaba/qwen3-235b", CatalogModel, {
726
+ name: string;
727
+ created: string;
728
+ knowledge: string;
729
+ modalities: {
730
+ input: readonly ["text", "file"];
731
+ output: readonly ["text"];
732
+ };
733
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
734
+ context: number;
735
+ providers: readonly ["alibaba", "azure", "bedrock", "vertex", "deepinfra", "togetherai", "fireworks"];
736
+ }>, import("../../utils").Preset<"alibaba/qwen3-32b", CatalogModel, {
737
+ name: string;
738
+ providers: readonly ["alibaba", "azure", "groq", "bedrock", "vertex", "chutes", "deepinfra", "togetherai", "fireworks"];
739
+ created: string;
740
+ knowledge: string;
741
+ modalities: {
742
+ input: readonly ["text", "file"];
743
+ output: readonly ["text"];
744
+ };
745
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
746
+ context: number;
747
+ }>];
748
+ readonly "v3.5": readonly [import("../../utils").Preset<"alibaba/qwen3.5-plus", CatalogModel, {
749
+ modalities: {
750
+ input: readonly ["text", "image", "video", "file"];
751
+ output: readonly ["text"];
752
+ };
753
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
754
+ providers: readonly ["alibaba"];
755
+ name: string;
756
+ context: number;
757
+ created: string;
758
+ knowledge: string;
759
+ }>, import("../../utils").Preset<"alibaba/qwen3.5-flash", CatalogModel, {
760
+ modalities: {
761
+ input: readonly ["text", "image", "video", "file"];
762
+ output: readonly ["text"];
763
+ };
764
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
765
+ providers: readonly ["alibaba"];
766
+ name: string;
767
+ context: number;
768
+ created: string;
769
+ knowledge: string;
770
+ }>, import("../../utils").Preset<"alibaba/qwen3.5-397b", CatalogModel, {
771
+ modalities: {
772
+ input: readonly ["text", "image", "video", "file"];
773
+ output: readonly ["text"];
774
+ };
775
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
776
+ providers: readonly ["alibaba", "chutes", "deepinfra", "togetherai", "fireworks"];
777
+ name: string;
778
+ context: number;
779
+ created: string;
780
+ knowledge: string;
781
+ }>, import("../../utils").Preset<"alibaba/qwen3.5-122b", CatalogModel, {
782
+ modalities: {
783
+ input: readonly ["text", "image", "video", "file"];
784
+ output: readonly ["text"];
785
+ };
786
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
787
+ providers: readonly ["alibaba", "azure", "deepinfra"];
788
+ name: string;
789
+ context: number;
790
+ created: string;
791
+ knowledge: string;
792
+ }>, import("../../utils").Preset<"alibaba/qwen3.5-35b", CatalogModel, {
793
+ modalities: {
794
+ input: readonly ["text", "image", "video", "file"];
795
+ output: readonly ["text"];
796
+ };
797
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
798
+ providers: readonly ["alibaba", "azure", "deepinfra", "fireworks"];
799
+ name: string;
800
+ context: number;
801
+ created: string;
802
+ knowledge: string;
803
+ }>, import("../../utils").Preset<"alibaba/qwen3.5-27b", CatalogModel, {
804
+ modalities: {
805
+ input: readonly ["text", "image", "video", "file"];
806
+ output: readonly ["text"];
807
+ };
808
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
809
+ providers: readonly ["alibaba", "azure", "deepinfra", "fireworks"];
810
+ name: string;
811
+ context: number;
812
+ created: string;
813
+ knowledge: string;
814
+ }>, import("../../utils").Preset<"alibaba/qwen3.5-9b", CatalogModel, {
815
+ modalities: {
816
+ input: readonly ["text", "image", "video", "file"];
817
+ output: readonly ["text"];
818
+ };
819
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
820
+ providers: readonly ["alibaba", "azure", "deepinfra", "togetherai", "fireworks"];
821
+ name: string;
822
+ context: number;
823
+ created: string;
824
+ knowledge: string;
825
+ }>, import("../../utils").Preset<"alibaba/qwen3.5-4b", CatalogModel, {
826
+ modalities: {
827
+ input: readonly ["text", "image", "video", "file"];
828
+ output: readonly ["text"];
829
+ };
830
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
831
+ providers: readonly ["alibaba", "azure", "deepinfra"];
832
+ name: string;
833
+ context: number;
834
+ created: string;
835
+ knowledge: string;
836
+ }>, import("../../utils").Preset<"alibaba/qwen3.5-2b", CatalogModel, {
837
+ modalities: {
838
+ input: readonly ["text", "image", "video", "file"];
839
+ output: readonly ["text"];
840
+ };
841
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
842
+ providers: readonly ["alibaba", "azure", "deepinfra"];
843
+ name: string;
844
+ context: number;
845
+ created: string;
846
+ knowledge: string;
847
+ }>, import("../../utils").Preset<"alibaba/qwen3.5-0.8b", CatalogModel, {
848
+ modalities: {
849
+ input: readonly ["text", "image", "video", "file"];
850
+ output: readonly ["text"];
851
+ };
852
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
853
+ providers: readonly ["alibaba", "azure", "deepinfra"];
854
+ name: string;
855
+ context: number;
856
+ created: string;
857
+ knowledge: string;
858
+ }>];
859
+ readonly "v3.6": readonly [import("../../utils").Preset<"alibaba/qwen3.6-plus", CatalogModel, {
860
+ modalities: {
861
+ input: readonly ["text", "image", "video", "file"];
862
+ output: readonly ["text"];
863
+ };
864
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
865
+ providers: readonly ["alibaba"];
866
+ name: string;
867
+ context: number;
868
+ created: string;
869
+ knowledge: string;
870
+ }>, import("../../utils").Preset<"alibaba/qwen3.6-flash", CatalogModel, {
871
+ modalities: {
872
+ input: readonly ["text", "image", "video", "file"];
873
+ output: readonly ["text"];
874
+ };
875
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
876
+ providers: readonly ["alibaba", "azure", "deepinfra"];
877
+ name: string;
878
+ context: number;
879
+ created: string;
880
+ knowledge: string;
881
+ }>, import("../../utils").Preset<"alibaba/qwen3.6-27b", CatalogModel, {
882
+ modalities: {
883
+ input: readonly ["text", "image", "video", "file"];
884
+ output: readonly ["text"];
885
+ };
886
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
887
+ providers: readonly ["alibaba"];
888
+ name: string;
889
+ context: number;
890
+ created: string;
891
+ knowledge: string;
892
+ }>, import("../../utils").Preset<"alibaba/qwen3.6-max-preview", CatalogModel, {
893
+ modalities: {
894
+ input: readonly ["text", "image", "video", "file"];
895
+ output: readonly ["text"];
896
+ };
897
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
898
+ providers: readonly ["alibaba"];
899
+ name: string;
900
+ context: number;
901
+ created: string;
902
+ knowledge: string;
903
+ }>];
904
+ readonly coder: readonly [import("../../utils").Preset<"alibaba/qwen3-coder-next", CatalogModel, {
905
+ modalities: {
906
+ input: readonly ["text", "file"];
907
+ output: readonly ["text"];
908
+ };
909
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
910
+ providers: readonly ["alibaba", "azure"];
911
+ name: string;
912
+ context: number;
913
+ created: string;
914
+ knowledge: string;
915
+ }>];
916
+ readonly vl: readonly [import("../../utils").Preset<"alibaba/qwen3-vl-235b", CatalogModel, {
917
+ name: string;
918
+ created: string;
919
+ knowledge: string;
920
+ modalities: {
921
+ input: readonly ["text", "image", "video", "file"];
922
+ output: readonly ["text"];
923
+ };
924
+ capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
925
+ context: number;
926
+ providers: readonly ["alibaba", "azure", "bedrock"];
927
+ }>];
928
+ readonly embedding: readonly [import("../../utils").Preset<"alibaba/qwen3-embedding-0.6b", CatalogModel, {
929
+ name: string;
930
+ created: string;
931
+ modalities: {
932
+ input: readonly ["text"];
933
+ output: readonly ["embedding"];
934
+ };
935
+ context: number;
936
+ providers: readonly ["alibaba", "azure", "deepinfra"];
937
+ }>, import("../../utils").Preset<"alibaba/qwen3-embedding-4b", CatalogModel, {
938
+ providers: readonly ["alibaba", "deepinfra"];
939
+ name: string;
940
+ created: string;
941
+ modalities: {
942
+ input: readonly ["text"];
943
+ output: readonly ["embedding"];
944
+ };
945
+ context: number;
946
+ }>, import("../../utils").Preset<"alibaba/qwen3-embedding-8b", CatalogModel, {
947
+ name: string;
948
+ created: string;
949
+ modalities: {
950
+ input: readonly ["text"];
951
+ output: readonly ["embedding"];
952
+ };
953
+ context: number;
954
+ providers: readonly ["alibaba", "azure", "deepinfra"];
955
+ }>];
956
+ };