@hebo-ai/gateway 0.6.2 → 0.8.0-rc0

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 (168) hide show
  1. package/README.md +134 -7
  2. package/package.json +46 -1
  3. package/dist/config.d.ts +0 -2
  4. package/dist/config.js +0 -81
  5. package/dist/endpoints/chat-completions/converters.d.ts +0 -43
  6. package/dist/endpoints/chat-completions/converters.js +0 -625
  7. package/dist/endpoints/chat-completions/handler.d.ts +0 -2
  8. package/dist/endpoints/chat-completions/handler.js +0 -149
  9. package/dist/endpoints/chat-completions/index.d.ts +0 -4
  10. package/dist/endpoints/chat-completions/index.js +0 -4
  11. package/dist/endpoints/chat-completions/otel.d.ts +0 -5
  12. package/dist/endpoints/chat-completions/otel.js +0 -171
  13. package/dist/endpoints/chat-completions/schema.d.ts +0 -1188
  14. package/dist/endpoints/chat-completions/schema.js +0 -298
  15. package/dist/endpoints/embeddings/converters.d.ts +0 -10
  16. package/dist/endpoints/embeddings/converters.js +0 -31
  17. package/dist/endpoints/embeddings/handler.d.ts +0 -2
  18. package/dist/endpoints/embeddings/handler.js +0 -104
  19. package/dist/endpoints/embeddings/index.d.ts +0 -4
  20. package/dist/endpoints/embeddings/index.js +0 -4
  21. package/dist/endpoints/embeddings/otel.d.ts +0 -5
  22. package/dist/endpoints/embeddings/otel.js +0 -29
  23. package/dist/endpoints/embeddings/schema.d.ts +0 -44
  24. package/dist/endpoints/embeddings/schema.js +0 -29
  25. package/dist/endpoints/models/converters.d.ts +0 -6
  26. package/dist/endpoints/models/converters.js +0 -42
  27. package/dist/endpoints/models/handler.d.ts +0 -2
  28. package/dist/endpoints/models/handler.js +0 -29
  29. package/dist/endpoints/models/index.d.ts +0 -3
  30. package/dist/endpoints/models/index.js +0 -3
  31. package/dist/endpoints/models/schema.d.ts +0 -42
  32. package/dist/endpoints/models/schema.js +0 -31
  33. package/dist/errors/ai-sdk.d.ts +0 -2
  34. package/dist/errors/ai-sdk.js +0 -52
  35. package/dist/errors/gateway.d.ts +0 -5
  36. package/dist/errors/gateway.js +0 -13
  37. package/dist/errors/openai.d.ts +0 -20
  38. package/dist/errors/openai.js +0 -40
  39. package/dist/errors/utils.d.ts +0 -22
  40. package/dist/errors/utils.js +0 -44
  41. package/dist/gateway.d.ts +0 -9
  42. package/dist/gateway.js +0 -40
  43. package/dist/index.d.ts +0 -14
  44. package/dist/index.js +0 -13
  45. package/dist/lifecycle.d.ts +0 -2
  46. package/dist/lifecycle.js +0 -98
  47. package/dist/logger/default.d.ts +0 -4
  48. package/dist/logger/default.js +0 -81
  49. package/dist/logger/index.d.ts +0 -11
  50. package/dist/logger/index.js +0 -25
  51. package/dist/middleware/common.d.ts +0 -12
  52. package/dist/middleware/common.js +0 -146
  53. package/dist/middleware/debug.d.ts +0 -3
  54. package/dist/middleware/debug.js +0 -27
  55. package/dist/middleware/matcher.d.ts +0 -28
  56. package/dist/middleware/matcher.js +0 -118
  57. package/dist/middleware/utils.d.ts +0 -2
  58. package/dist/middleware/utils.js +0 -24
  59. package/dist/models/amazon/index.d.ts +0 -2
  60. package/dist/models/amazon/index.js +0 -2
  61. package/dist/models/amazon/middleware.d.ts +0 -3
  62. package/dist/models/amazon/middleware.js +0 -68
  63. package/dist/models/amazon/presets.d.ts +0 -345
  64. package/dist/models/amazon/presets.js +0 -80
  65. package/dist/models/anthropic/index.d.ts +0 -2
  66. package/dist/models/anthropic/index.js +0 -2
  67. package/dist/models/anthropic/middleware.d.ts +0 -5
  68. package/dist/models/anthropic/middleware.js +0 -127
  69. package/dist/models/anthropic/presets.d.ts +0 -711
  70. package/dist/models/anthropic/presets.js +0 -135
  71. package/dist/models/catalog.d.ts +0 -4
  72. package/dist/models/catalog.js +0 -8
  73. package/dist/models/cohere/index.d.ts +0 -2
  74. package/dist/models/cohere/index.js +0 -2
  75. package/dist/models/cohere/middleware.d.ts +0 -3
  76. package/dist/models/cohere/middleware.js +0 -62
  77. package/dist/models/cohere/presets.d.ts +0 -411
  78. package/dist/models/cohere/presets.js +0 -134
  79. package/dist/models/google/index.d.ts +0 -2
  80. package/dist/models/google/index.js +0 -2
  81. package/dist/models/google/middleware.d.ts +0 -8
  82. package/dist/models/google/middleware.js +0 -111
  83. package/dist/models/google/presets.d.ts +0 -375
  84. package/dist/models/google/presets.js +0 -82
  85. package/dist/models/meta/index.d.ts +0 -1
  86. package/dist/models/meta/index.js +0 -1
  87. package/dist/models/meta/presets.d.ts +0 -483
  88. package/dist/models/meta/presets.js +0 -95
  89. package/dist/models/openai/index.d.ts +0 -2
  90. package/dist/models/openai/index.js +0 -2
  91. package/dist/models/openai/middleware.d.ts +0 -4
  92. package/dist/models/openai/middleware.js +0 -88
  93. package/dist/models/openai/presets.d.ts +0 -959
  94. package/dist/models/openai/presets.js +0 -213
  95. package/dist/models/types.d.ts +0 -20
  96. package/dist/models/types.js +0 -84
  97. package/dist/models/voyage/index.d.ts +0 -2
  98. package/dist/models/voyage/index.js +0 -2
  99. package/dist/models/voyage/middleware.d.ts +0 -2
  100. package/dist/models/voyage/middleware.js +0 -19
  101. package/dist/models/voyage/presets.d.ts +0 -436
  102. package/dist/models/voyage/presets.js +0 -85
  103. package/dist/providers/anthropic/canonical.d.ts +0 -3
  104. package/dist/providers/anthropic/canonical.js +0 -9
  105. package/dist/providers/anthropic/index.d.ts +0 -1
  106. package/dist/providers/anthropic/index.js +0 -1
  107. package/dist/providers/bedrock/canonical.d.ts +0 -17
  108. package/dist/providers/bedrock/canonical.js +0 -61
  109. package/dist/providers/bedrock/index.d.ts +0 -2
  110. package/dist/providers/bedrock/index.js +0 -2
  111. package/dist/providers/bedrock/middleware.d.ts +0 -4
  112. package/dist/providers/bedrock/middleware.js +0 -104
  113. package/dist/providers/cohere/canonical.d.ts +0 -3
  114. package/dist/providers/cohere/canonical.js +0 -17
  115. package/dist/providers/cohere/index.d.ts +0 -1
  116. package/dist/providers/cohere/index.js +0 -1
  117. package/dist/providers/groq/canonical.d.ts +0 -3
  118. package/dist/providers/groq/canonical.js +0 -12
  119. package/dist/providers/groq/index.d.ts +0 -1
  120. package/dist/providers/groq/index.js +0 -1
  121. package/dist/providers/openai/canonical.d.ts +0 -3
  122. package/dist/providers/openai/canonical.js +0 -8
  123. package/dist/providers/openai/index.d.ts +0 -1
  124. package/dist/providers/openai/index.js +0 -1
  125. package/dist/providers/registry.d.ts +0 -24
  126. package/dist/providers/registry.js +0 -103
  127. package/dist/providers/types.d.ts +0 -7
  128. package/dist/providers/types.js +0 -11
  129. package/dist/providers/vertex/canonical.d.ts +0 -3
  130. package/dist/providers/vertex/canonical.js +0 -8
  131. package/dist/providers/vertex/index.d.ts +0 -1
  132. package/dist/providers/vertex/index.js +0 -1
  133. package/dist/providers/voyage/canonical.d.ts +0 -3
  134. package/dist/providers/voyage/canonical.js +0 -7
  135. package/dist/providers/voyage/index.d.ts +0 -1
  136. package/dist/providers/voyage/index.js +0 -1
  137. package/dist/telemetry/ai-sdk.d.ts +0 -2
  138. package/dist/telemetry/ai-sdk.js +0 -31
  139. package/dist/telemetry/baggage.d.ts +0 -1
  140. package/dist/telemetry/baggage.js +0 -24
  141. package/dist/telemetry/fetch.d.ts +0 -2
  142. package/dist/telemetry/fetch.js +0 -49
  143. package/dist/telemetry/gen-ai.d.ts +0 -6
  144. package/dist/telemetry/gen-ai.js +0 -78
  145. package/dist/telemetry/http.d.ts +0 -3
  146. package/dist/telemetry/http.js +0 -54
  147. package/dist/telemetry/index.d.ts +0 -1
  148. package/dist/telemetry/index.js +0 -1
  149. package/dist/telemetry/memory.d.ts +0 -2
  150. package/dist/telemetry/memory.js +0 -43
  151. package/dist/telemetry/span.d.ts +0 -13
  152. package/dist/telemetry/span.js +0 -60
  153. package/dist/telemetry/stream.d.ts +0 -3
  154. package/dist/telemetry/stream.js +0 -58
  155. package/dist/types.d.ts +0 -176
  156. package/dist/types.js +0 -1
  157. package/dist/utils/env.d.ts +0 -2
  158. package/dist/utils/env.js +0 -7
  159. package/dist/utils/headers.d.ts +0 -4
  160. package/dist/utils/headers.js +0 -22
  161. package/dist/utils/preset.d.ts +0 -10
  162. package/dist/utils/preset.js +0 -42
  163. package/dist/utils/request.d.ts +0 -2
  164. package/dist/utils/request.js +0 -43
  165. package/dist/utils/response.d.ts +0 -3
  166. package/dist/utils/response.js +0 -70
  167. package/dist/utils/url.d.ts +0 -4
  168. package/dist/utils/url.js +0 -21
@@ -1,711 +0,0 @@
1
- import type { CatalogModel } from "../types";
2
- export declare const claudeHaiku45: import("../../utils/preset").Preset<"anthropic/claude-haiku-4.5", CatalogModel, {
3
- name: string;
4
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
5
- created: string;
6
- knowledge: string;
7
- modalities: {
8
- input: readonly ["text", "image", "pdf", "file"];
9
- output: readonly ["text"];
10
- };
11
- context: number;
12
- providers: readonly ["anthropic", "bedrock", "vertex"];
13
- }>;
14
- export declare const claudeHaiku35: import("../../utils/preset").Preset<"anthropic/claude-haiku-3.5", CatalogModel, {
15
- name: string;
16
- created: string;
17
- knowledge: string;
18
- modalities: {
19
- input: readonly ["text", "image", "pdf", "file"];
20
- output: readonly ["text"];
21
- };
22
- capabilities: ("temperature" | "attachments" | "tool_call" | "structured_output")[];
23
- context: number;
24
- providers: readonly ["anthropic", "bedrock", "vertex"];
25
- }>;
26
- export declare const claudeHaiku3: import("../../utils/preset").Preset<"anthropic/claude-haiku-3", CatalogModel, {
27
- name: string;
28
- created: string;
29
- knowledge: string;
30
- modalities: {
31
- input: readonly ["text", "image", "file"];
32
- output: readonly ["text"];
33
- };
34
- capabilities: ("temperature" | "attachments" | "tool_call" | "structured_output")[];
35
- context: number;
36
- providers: readonly ["anthropic", "bedrock", "vertex"];
37
- }>;
38
- export declare const claudeSonnet45: import("../../utils/preset").Preset<"anthropic/claude-sonnet-4.5", CatalogModel, {
39
- name: string;
40
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
41
- created: string;
42
- knowledge: string;
43
- modalities: {
44
- input: readonly ["text", "image", "pdf", "file"];
45
- output: readonly ["text"];
46
- };
47
- context: number;
48
- providers: readonly ["anthropic", "bedrock", "vertex"];
49
- }>;
50
- export declare const claudeSonnet46: import("../../utils/preset").Preset<"anthropic/claude-sonnet-4.6", CatalogModel, {
51
- name: string;
52
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
53
- created: string;
54
- knowledge: string;
55
- modalities: {
56
- input: readonly ["text", "image", "pdf", "file"];
57
- output: readonly ["text"];
58
- };
59
- context: number;
60
- providers: readonly ["anthropic", "bedrock", "vertex"];
61
- }>;
62
- export declare const claudeSonnet4: import("../../utils/preset").Preset<"anthropic/claude-sonnet-4", CatalogModel, {
63
- name: string;
64
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
65
- created: string;
66
- knowledge: string;
67
- modalities: {
68
- input: readonly ["text", "image", "pdf", "file"];
69
- output: readonly ["text"];
70
- };
71
- context: number;
72
- providers: readonly ["anthropic", "bedrock", "vertex"];
73
- }>;
74
- export declare const claudeSonnet37: import("../../utils/preset").Preset<"anthropic/claude-sonnet-3.7", CatalogModel, {
75
- name: string;
76
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
77
- created: string;
78
- knowledge: string;
79
- modalities: {
80
- input: readonly ["text", "image", "pdf", "file"];
81
- output: readonly ["text"];
82
- };
83
- context: number;
84
- providers: readonly ["anthropic", "bedrock", "vertex"];
85
- }>;
86
- export declare const claudeSonnet35: import("../../utils/preset").Preset<"anthropic/claude-sonnet-3.5", CatalogModel, {
87
- name: string;
88
- created: string;
89
- knowledge: string;
90
- modalities: {
91
- input: readonly ["text", "image", "pdf", "file"];
92
- output: readonly ["text"];
93
- };
94
- capabilities: ("temperature" | "attachments" | "tool_call" | "structured_output")[];
95
- context: number;
96
- providers: readonly ["anthropic", "bedrock", "vertex"];
97
- }>;
98
- export declare const claudeOpus45: import("../../utils/preset").Preset<"anthropic/claude-opus-4.5", CatalogModel, {
99
- name: string;
100
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
101
- created: string;
102
- knowledge: string;
103
- modalities: {
104
- input: readonly ["text", "image", "pdf", "file"];
105
- output: readonly ["text"];
106
- };
107
- context: number;
108
- providers: readonly ["anthropic", "bedrock", "vertex"];
109
- }>;
110
- export declare const claudeOpus46: import("../../utils/preset").Preset<"anthropic/claude-opus-4.6", CatalogModel, {
111
- name: string;
112
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
113
- created: string;
114
- knowledge: string;
115
- modalities: {
116
- input: readonly ["text", "image", "pdf", "file"];
117
- output: readonly ["text"];
118
- };
119
- context: number;
120
- providers: readonly ["anthropic", "bedrock", "vertex"];
121
- }>;
122
- export declare const claudeOpus41: import("../../utils/preset").Preset<"anthropic/claude-opus-4.1", CatalogModel, {
123
- name: string;
124
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
125
- created: string;
126
- knowledge: string;
127
- modalities: {
128
- input: readonly ["text", "image", "pdf", "file"];
129
- output: readonly ["text"];
130
- };
131
- context: number;
132
- providers: readonly ["anthropic", "bedrock", "vertex"];
133
- }>;
134
- export declare const claudeOpus4: import("../../utils/preset").Preset<"anthropic/claude-opus-4", CatalogModel, {
135
- name: string;
136
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
137
- created: string;
138
- knowledge: string;
139
- modalities: {
140
- input: readonly ["text", "image", "pdf", "file"];
141
- output: readonly ["text"];
142
- };
143
- context: number;
144
- providers: readonly ["anthropic", "bedrock", "vertex"];
145
- }>;
146
- export declare const claude: {
147
- readonly latest: readonly [import("../../utils/preset").Preset<"anthropic/claude-sonnet-4.6", CatalogModel, {
148
- name: string;
149
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
150
- created: string;
151
- knowledge: string;
152
- modalities: {
153
- input: readonly ["text", "image", "pdf", "file"];
154
- output: readonly ["text"];
155
- };
156
- context: number;
157
- providers: readonly ["anthropic", "bedrock", "vertex"];
158
- }>, import("../../utils/preset").Preset<"anthropic/claude-opus-4.6", CatalogModel, {
159
- name: string;
160
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
161
- created: string;
162
- knowledge: string;
163
- modalities: {
164
- input: readonly ["text", "image", "pdf", "file"];
165
- output: readonly ["text"];
166
- };
167
- context: number;
168
- providers: readonly ["anthropic", "bedrock", "vertex"];
169
- }>];
170
- readonly all: (import("../../utils/preset").Preset<"anthropic/claude-haiku-4.5", CatalogModel, {
171
- name: string;
172
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
173
- created: string;
174
- knowledge: string;
175
- modalities: {
176
- input: readonly ["text", "image", "pdf", "file"];
177
- output: readonly ["text"];
178
- };
179
- context: number;
180
- providers: readonly ["anthropic", "bedrock", "vertex"];
181
- }> | import("../../utils/preset").Preset<"anthropic/claude-haiku-3.5", CatalogModel, {
182
- name: string;
183
- created: string;
184
- knowledge: string;
185
- modalities: {
186
- input: readonly ["text", "image", "pdf", "file"];
187
- output: readonly ["text"];
188
- };
189
- capabilities: ("temperature" | "attachments" | "tool_call" | "structured_output")[];
190
- context: number;
191
- providers: readonly ["anthropic", "bedrock", "vertex"];
192
- }> | import("../../utils/preset").Preset<"anthropic/claude-haiku-3", CatalogModel, {
193
- name: string;
194
- created: string;
195
- knowledge: string;
196
- modalities: {
197
- input: readonly ["text", "image", "file"];
198
- output: readonly ["text"];
199
- };
200
- capabilities: ("temperature" | "attachments" | "tool_call" | "structured_output")[];
201
- context: number;
202
- providers: readonly ["anthropic", "bedrock", "vertex"];
203
- }> | import("../../utils/preset").Preset<"anthropic/claude-sonnet-4.5", CatalogModel, {
204
- name: string;
205
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
206
- created: string;
207
- knowledge: string;
208
- modalities: {
209
- input: readonly ["text", "image", "pdf", "file"];
210
- output: readonly ["text"];
211
- };
212
- context: number;
213
- providers: readonly ["anthropic", "bedrock", "vertex"];
214
- }> | import("../../utils/preset").Preset<"anthropic/claude-sonnet-4.6", CatalogModel, {
215
- name: string;
216
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
217
- created: string;
218
- knowledge: string;
219
- modalities: {
220
- input: readonly ["text", "image", "pdf", "file"];
221
- output: readonly ["text"];
222
- };
223
- context: number;
224
- providers: readonly ["anthropic", "bedrock", "vertex"];
225
- }> | import("../../utils/preset").Preset<"anthropic/claude-sonnet-4", CatalogModel, {
226
- name: string;
227
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
228
- created: string;
229
- knowledge: string;
230
- modalities: {
231
- input: readonly ["text", "image", "pdf", "file"];
232
- output: readonly ["text"];
233
- };
234
- context: number;
235
- providers: readonly ["anthropic", "bedrock", "vertex"];
236
- }> | import("../../utils/preset").Preset<"anthropic/claude-sonnet-3.7", CatalogModel, {
237
- name: string;
238
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
239
- created: string;
240
- knowledge: string;
241
- modalities: {
242
- input: readonly ["text", "image", "pdf", "file"];
243
- output: readonly ["text"];
244
- };
245
- context: number;
246
- providers: readonly ["anthropic", "bedrock", "vertex"];
247
- }> | import("../../utils/preset").Preset<"anthropic/claude-sonnet-3.5", CatalogModel, {
248
- name: string;
249
- created: string;
250
- knowledge: string;
251
- modalities: {
252
- input: readonly ["text", "image", "pdf", "file"];
253
- output: readonly ["text"];
254
- };
255
- capabilities: ("temperature" | "attachments" | "tool_call" | "structured_output")[];
256
- context: number;
257
- providers: readonly ["anthropic", "bedrock", "vertex"];
258
- }> | import("../../utils/preset").Preset<"anthropic/claude-opus-4.5", CatalogModel, {
259
- name: string;
260
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
261
- created: string;
262
- knowledge: string;
263
- modalities: {
264
- input: readonly ["text", "image", "pdf", "file"];
265
- output: readonly ["text"];
266
- };
267
- context: number;
268
- providers: readonly ["anthropic", "bedrock", "vertex"];
269
- }> | import("../../utils/preset").Preset<"anthropic/claude-opus-4.6", CatalogModel, {
270
- name: string;
271
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
272
- created: string;
273
- knowledge: string;
274
- modalities: {
275
- input: readonly ["text", "image", "pdf", "file"];
276
- output: readonly ["text"];
277
- };
278
- context: number;
279
- providers: readonly ["anthropic", "bedrock", "vertex"];
280
- }> | import("../../utils/preset").Preset<"anthropic/claude-opus-4.1", CatalogModel, {
281
- name: string;
282
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
283
- created: string;
284
- knowledge: string;
285
- modalities: {
286
- input: readonly ["text", "image", "pdf", "file"];
287
- output: readonly ["text"];
288
- };
289
- context: number;
290
- providers: readonly ["anthropic", "bedrock", "vertex"];
291
- }> | import("../../utils/preset").Preset<"anthropic/claude-opus-4", CatalogModel, {
292
- name: string;
293
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
294
- created: string;
295
- knowledge: string;
296
- modalities: {
297
- input: readonly ["text", "image", "pdf", "file"];
298
- output: readonly ["text"];
299
- };
300
- context: number;
301
- providers: readonly ["anthropic", "bedrock", "vertex"];
302
- }>)[];
303
- readonly "v4.x": readonly [import("../../utils/preset").Preset<"anthropic/claude-sonnet-4.6", CatalogModel, {
304
- name: string;
305
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
306
- created: string;
307
- knowledge: string;
308
- modalities: {
309
- input: readonly ["text", "image", "pdf", "file"];
310
- output: readonly ["text"];
311
- };
312
- context: number;
313
- providers: readonly ["anthropic", "bedrock", "vertex"];
314
- }>, import("../../utils/preset").Preset<"anthropic/claude-opus-4.6", CatalogModel, {
315
- name: string;
316
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
317
- created: string;
318
- knowledge: string;
319
- modalities: {
320
- input: readonly ["text", "image", "pdf", "file"];
321
- output: readonly ["text"];
322
- };
323
- context: number;
324
- providers: readonly ["anthropic", "bedrock", "vertex"];
325
- }>, import("../../utils/preset").Preset<"anthropic/claude-haiku-4.5", CatalogModel, {
326
- name: string;
327
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
328
- created: string;
329
- knowledge: string;
330
- modalities: {
331
- input: readonly ["text", "image", "pdf", "file"];
332
- output: readonly ["text"];
333
- };
334
- context: number;
335
- providers: readonly ["anthropic", "bedrock", "vertex"];
336
- }>, import("../../utils/preset").Preset<"anthropic/claude-sonnet-4.5", CatalogModel, {
337
- name: string;
338
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
339
- created: string;
340
- knowledge: string;
341
- modalities: {
342
- input: readonly ["text", "image", "pdf", "file"];
343
- output: readonly ["text"];
344
- };
345
- context: number;
346
- providers: readonly ["anthropic", "bedrock", "vertex"];
347
- }>, import("../../utils/preset").Preset<"anthropic/claude-opus-4.5", CatalogModel, {
348
- name: string;
349
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
350
- created: string;
351
- knowledge: string;
352
- modalities: {
353
- input: readonly ["text", "image", "pdf", "file"];
354
- output: readonly ["text"];
355
- };
356
- context: number;
357
- providers: readonly ["anthropic", "bedrock", "vertex"];
358
- }>, import("../../utils/preset").Preset<"anthropic/claude-opus-4.1", CatalogModel, {
359
- name: string;
360
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
361
- created: string;
362
- knowledge: string;
363
- modalities: {
364
- input: readonly ["text", "image", "pdf", "file"];
365
- output: readonly ["text"];
366
- };
367
- context: number;
368
- providers: readonly ["anthropic", "bedrock", "vertex"];
369
- }>, import("../../utils/preset").Preset<"anthropic/claude-sonnet-4", CatalogModel, {
370
- name: string;
371
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
372
- created: string;
373
- knowledge: string;
374
- modalities: {
375
- input: readonly ["text", "image", "pdf", "file"];
376
- output: readonly ["text"];
377
- };
378
- context: number;
379
- providers: readonly ["anthropic", "bedrock", "vertex"];
380
- }>, import("../../utils/preset").Preset<"anthropic/claude-opus-4", CatalogModel, {
381
- name: string;
382
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
383
- created: string;
384
- knowledge: string;
385
- modalities: {
386
- input: readonly ["text", "image", "pdf", "file"];
387
- output: readonly ["text"];
388
- };
389
- context: number;
390
- providers: readonly ["anthropic", "bedrock", "vertex"];
391
- }>];
392
- readonly "v3.x": readonly [import("../../utils/preset").Preset<"anthropic/claude-sonnet-3.7", CatalogModel, {
393
- name: string;
394
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
395
- created: string;
396
- knowledge: string;
397
- modalities: {
398
- input: readonly ["text", "image", "pdf", "file"];
399
- output: readonly ["text"];
400
- };
401
- context: number;
402
- providers: readonly ["anthropic", "bedrock", "vertex"];
403
- }>, import("../../utils/preset").Preset<"anthropic/claude-sonnet-3.5", CatalogModel, {
404
- name: string;
405
- created: string;
406
- knowledge: string;
407
- modalities: {
408
- input: readonly ["text", "image", "pdf", "file"];
409
- output: readonly ["text"];
410
- };
411
- capabilities: ("temperature" | "attachments" | "tool_call" | "structured_output")[];
412
- context: number;
413
- providers: readonly ["anthropic", "bedrock", "vertex"];
414
- }>, import("../../utils/preset").Preset<"anthropic/claude-haiku-3.5", CatalogModel, {
415
- name: string;
416
- created: string;
417
- knowledge: string;
418
- modalities: {
419
- input: readonly ["text", "image", "pdf", "file"];
420
- output: readonly ["text"];
421
- };
422
- capabilities: ("temperature" | "attachments" | "tool_call" | "structured_output")[];
423
- context: number;
424
- providers: readonly ["anthropic", "bedrock", "vertex"];
425
- }>, import("../../utils/preset").Preset<"anthropic/claude-haiku-3", CatalogModel, {
426
- name: string;
427
- created: string;
428
- knowledge: string;
429
- modalities: {
430
- input: readonly ["text", "image", "file"];
431
- output: readonly ["text"];
432
- };
433
- capabilities: ("temperature" | "attachments" | "tool_call" | "structured_output")[];
434
- context: number;
435
- providers: readonly ["anthropic", "bedrock", "vertex"];
436
- }>];
437
- readonly "v4.6": readonly [import("../../utils/preset").Preset<"anthropic/claude-sonnet-4.6", CatalogModel, {
438
- name: string;
439
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
440
- created: string;
441
- knowledge: string;
442
- modalities: {
443
- input: readonly ["text", "image", "pdf", "file"];
444
- output: readonly ["text"];
445
- };
446
- context: number;
447
- providers: readonly ["anthropic", "bedrock", "vertex"];
448
- }>, import("../../utils/preset").Preset<"anthropic/claude-opus-4.6", CatalogModel, {
449
- name: string;
450
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
451
- created: string;
452
- knowledge: string;
453
- modalities: {
454
- input: readonly ["text", "image", "pdf", "file"];
455
- output: readonly ["text"];
456
- };
457
- context: number;
458
- providers: readonly ["anthropic", "bedrock", "vertex"];
459
- }>];
460
- readonly "v4.5": readonly [import("../../utils/preset").Preset<"anthropic/claude-haiku-4.5", CatalogModel, {
461
- name: string;
462
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
463
- created: string;
464
- knowledge: string;
465
- modalities: {
466
- input: readonly ["text", "image", "pdf", "file"];
467
- output: readonly ["text"];
468
- };
469
- context: number;
470
- providers: readonly ["anthropic", "bedrock", "vertex"];
471
- }>, import("../../utils/preset").Preset<"anthropic/claude-sonnet-4.5", CatalogModel, {
472
- name: string;
473
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
474
- created: string;
475
- knowledge: string;
476
- modalities: {
477
- input: readonly ["text", "image", "pdf", "file"];
478
- output: readonly ["text"];
479
- };
480
- context: number;
481
- providers: readonly ["anthropic", "bedrock", "vertex"];
482
- }>, import("../../utils/preset").Preset<"anthropic/claude-opus-4.5", CatalogModel, {
483
- name: string;
484
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
485
- created: string;
486
- knowledge: string;
487
- modalities: {
488
- input: readonly ["text", "image", "pdf", "file"];
489
- output: readonly ["text"];
490
- };
491
- context: number;
492
- providers: readonly ["anthropic", "bedrock", "vertex"];
493
- }>];
494
- readonly "v4.1": readonly [import("../../utils/preset").Preset<"anthropic/claude-opus-4.1", CatalogModel, {
495
- name: string;
496
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
497
- created: string;
498
- knowledge: string;
499
- modalities: {
500
- input: readonly ["text", "image", "pdf", "file"];
501
- output: readonly ["text"];
502
- };
503
- context: number;
504
- providers: readonly ["anthropic", "bedrock", "vertex"];
505
- }>];
506
- readonly v4: readonly [import("../../utils/preset").Preset<"anthropic/claude-sonnet-4", CatalogModel, {
507
- name: string;
508
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
509
- created: string;
510
- knowledge: string;
511
- modalities: {
512
- input: readonly ["text", "image", "pdf", "file"];
513
- output: readonly ["text"];
514
- };
515
- context: number;
516
- providers: readonly ["anthropic", "bedrock", "vertex"];
517
- }>, import("../../utils/preset").Preset<"anthropic/claude-opus-4", CatalogModel, {
518
- name: string;
519
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
520
- created: string;
521
- knowledge: string;
522
- modalities: {
523
- input: readonly ["text", "image", "pdf", "file"];
524
- output: readonly ["text"];
525
- };
526
- context: number;
527
- providers: readonly ["anthropic", "bedrock", "vertex"];
528
- }>];
529
- readonly "v3.7": readonly [import("../../utils/preset").Preset<"anthropic/claude-sonnet-3.7", CatalogModel, {
530
- name: string;
531
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
532
- created: string;
533
- knowledge: string;
534
- modalities: {
535
- input: readonly ["text", "image", "pdf", "file"];
536
- output: readonly ["text"];
537
- };
538
- context: number;
539
- providers: readonly ["anthropic", "bedrock", "vertex"];
540
- }>];
541
- readonly "v3.5": readonly [import("../../utils/preset").Preset<"anthropic/claude-sonnet-3.5", CatalogModel, {
542
- name: string;
543
- created: string;
544
- knowledge: string;
545
- modalities: {
546
- input: readonly ["text", "image", "pdf", "file"];
547
- output: readonly ["text"];
548
- };
549
- capabilities: ("temperature" | "attachments" | "tool_call" | "structured_output")[];
550
- context: number;
551
- providers: readonly ["anthropic", "bedrock", "vertex"];
552
- }>, import("../../utils/preset").Preset<"anthropic/claude-haiku-3.5", CatalogModel, {
553
- name: string;
554
- created: string;
555
- knowledge: string;
556
- modalities: {
557
- input: readonly ["text", "image", "pdf", "file"];
558
- output: readonly ["text"];
559
- };
560
- capabilities: ("temperature" | "attachments" | "tool_call" | "structured_output")[];
561
- context: number;
562
- providers: readonly ["anthropic", "bedrock", "vertex"];
563
- }>];
564
- readonly v3: readonly [import("../../utils/preset").Preset<"anthropic/claude-haiku-3", CatalogModel, {
565
- name: string;
566
- created: string;
567
- knowledge: string;
568
- modalities: {
569
- input: readonly ["text", "image", "file"];
570
- output: readonly ["text"];
571
- };
572
- capabilities: ("temperature" | "attachments" | "tool_call" | "structured_output")[];
573
- context: number;
574
- providers: readonly ["anthropic", "bedrock", "vertex"];
575
- }>];
576
- readonly haiku: readonly [import("../../utils/preset").Preset<"anthropic/claude-haiku-4.5", CatalogModel, {
577
- name: string;
578
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
579
- created: string;
580
- knowledge: string;
581
- modalities: {
582
- input: readonly ["text", "image", "pdf", "file"];
583
- output: readonly ["text"];
584
- };
585
- context: number;
586
- providers: readonly ["anthropic", "bedrock", "vertex"];
587
- }>, import("../../utils/preset").Preset<"anthropic/claude-haiku-3.5", CatalogModel, {
588
- name: string;
589
- created: string;
590
- knowledge: string;
591
- modalities: {
592
- input: readonly ["text", "image", "pdf", "file"];
593
- output: readonly ["text"];
594
- };
595
- capabilities: ("temperature" | "attachments" | "tool_call" | "structured_output")[];
596
- context: number;
597
- providers: readonly ["anthropic", "bedrock", "vertex"];
598
- }>, import("../../utils/preset").Preset<"anthropic/claude-haiku-3", CatalogModel, {
599
- name: string;
600
- created: string;
601
- knowledge: string;
602
- modalities: {
603
- input: readonly ["text", "image", "file"];
604
- output: readonly ["text"];
605
- };
606
- capabilities: ("temperature" | "attachments" | "tool_call" | "structured_output")[];
607
- context: number;
608
- providers: readonly ["anthropic", "bedrock", "vertex"];
609
- }>];
610
- readonly sonnet: readonly [import("../../utils/preset").Preset<"anthropic/claude-sonnet-4.6", CatalogModel, {
611
- name: string;
612
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
613
- created: string;
614
- knowledge: string;
615
- modalities: {
616
- input: readonly ["text", "image", "pdf", "file"];
617
- output: readonly ["text"];
618
- };
619
- context: number;
620
- providers: readonly ["anthropic", "bedrock", "vertex"];
621
- }>, import("../../utils/preset").Preset<"anthropic/claude-sonnet-4.5", CatalogModel, {
622
- name: string;
623
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
624
- created: string;
625
- knowledge: string;
626
- modalities: {
627
- input: readonly ["text", "image", "pdf", "file"];
628
- output: readonly ["text"];
629
- };
630
- context: number;
631
- providers: readonly ["anthropic", "bedrock", "vertex"];
632
- }>, import("../../utils/preset").Preset<"anthropic/claude-sonnet-4", CatalogModel, {
633
- name: string;
634
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
635
- created: string;
636
- knowledge: string;
637
- modalities: {
638
- input: readonly ["text", "image", "pdf", "file"];
639
- output: readonly ["text"];
640
- };
641
- context: number;
642
- providers: readonly ["anthropic", "bedrock", "vertex"];
643
- }>, import("../../utils/preset").Preset<"anthropic/claude-sonnet-3.7", CatalogModel, {
644
- name: string;
645
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
646
- created: string;
647
- knowledge: string;
648
- modalities: {
649
- input: readonly ["text", "image", "pdf", "file"];
650
- output: readonly ["text"];
651
- };
652
- context: number;
653
- providers: readonly ["anthropic", "bedrock", "vertex"];
654
- }>, import("../../utils/preset").Preset<"anthropic/claude-sonnet-3.5", CatalogModel, {
655
- name: string;
656
- created: string;
657
- knowledge: string;
658
- modalities: {
659
- input: readonly ["text", "image", "pdf", "file"];
660
- output: readonly ["text"];
661
- };
662
- capabilities: ("temperature" | "attachments" | "tool_call" | "structured_output")[];
663
- context: number;
664
- providers: readonly ["anthropic", "bedrock", "vertex"];
665
- }>];
666
- readonly opus: readonly [import("../../utils/preset").Preset<"anthropic/claude-opus-4.6", CatalogModel, {
667
- name: string;
668
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
669
- created: string;
670
- knowledge: string;
671
- modalities: {
672
- input: readonly ["text", "image", "pdf", "file"];
673
- output: readonly ["text"];
674
- };
675
- context: number;
676
- providers: readonly ["anthropic", "bedrock", "vertex"];
677
- }>, import("../../utils/preset").Preset<"anthropic/claude-opus-4.5", CatalogModel, {
678
- name: string;
679
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
680
- created: string;
681
- knowledge: string;
682
- modalities: {
683
- input: readonly ["text", "image", "pdf", "file"];
684
- output: readonly ["text"];
685
- };
686
- context: number;
687
- providers: readonly ["anthropic", "bedrock", "vertex"];
688
- }>, import("../../utils/preset").Preset<"anthropic/claude-opus-4.1", CatalogModel, {
689
- name: string;
690
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
691
- created: string;
692
- knowledge: string;
693
- modalities: {
694
- input: readonly ["text", "image", "pdf", "file"];
695
- output: readonly ["text"];
696
- };
697
- context: number;
698
- providers: readonly ["anthropic", "bedrock", "vertex"];
699
- }>, import("../../utils/preset").Preset<"anthropic/claude-opus-4", CatalogModel, {
700
- name: string;
701
- capabilities: ("reasoning" | "temperature" | "attachments" | "tool_call" | "structured_output")[];
702
- created: string;
703
- knowledge: string;
704
- modalities: {
705
- input: readonly ["text", "image", "pdf", "file"];
706
- output: readonly ["text"];
707
- };
708
- context: number;
709
- providers: readonly ["anthropic", "bedrock", "vertex"];
710
- }>];
711
- };