@hebo-ai/gateway 0.5.2 → 0.6.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 (180) hide show
  1. package/README.md +32 -1
  2. package/package.json +17 -12
  3. package/src/endpoints/chat-completions/converters.test.ts +85 -1
  4. package/src/endpoints/chat-completions/converters.ts +139 -18
  5. package/src/endpoints/chat-completions/handler.test.ts +2 -0
  6. package/src/endpoints/chat-completions/index.ts +1 -0
  7. package/src/endpoints/chat-completions/otel.ts +1 -0
  8. package/src/endpoints/chat-completions/schema.ts +38 -4
  9. package/src/endpoints/embeddings/index.ts +1 -0
  10. package/src/lifecycle.ts +2 -2
  11. package/src/models/anthropic/middleware.test.ts +45 -1
  12. package/src/models/anthropic/middleware.ts +21 -1
  13. package/src/models/google/middleware.test.ts +30 -1
  14. package/src/models/google/middleware.ts +20 -1
  15. package/src/models/openai/middleware.test.ts +32 -1
  16. package/src/models/openai/middleware.ts +25 -1
  17. package/src/providers/bedrock/middleware.test.ts +121 -1
  18. package/src/providers/bedrock/middleware.ts +61 -1
  19. package/src/telemetry/fetch.ts +31 -4
  20. package/src/telemetry/index.ts +1 -0
  21. package/dist/config.d.ts +0 -2
  22. package/dist/config.js +0 -81
  23. package/dist/endpoints/chat-completions/converters.d.ts +0 -43
  24. package/dist/endpoints/chat-completions/converters.js +0 -551
  25. package/dist/endpoints/chat-completions/handler.d.ts +0 -2
  26. package/dist/endpoints/chat-completions/handler.js +0 -145
  27. package/dist/endpoints/chat-completions/index.d.ts +0 -3
  28. package/dist/endpoints/chat-completions/index.js +0 -3
  29. package/dist/endpoints/chat-completions/otel.d.ts +0 -6
  30. package/dist/endpoints/chat-completions/otel.js +0 -134
  31. package/dist/endpoints/chat-completions/schema.d.ts +0 -946
  32. package/dist/endpoints/chat-completions/schema.js +0 -257
  33. package/dist/endpoints/embeddings/converters.d.ts +0 -10
  34. package/dist/endpoints/embeddings/converters.js +0 -31
  35. package/dist/endpoints/embeddings/handler.d.ts +0 -2
  36. package/dist/endpoints/embeddings/handler.js +0 -101
  37. package/dist/endpoints/embeddings/index.d.ts +0 -3
  38. package/dist/endpoints/embeddings/index.js +0 -3
  39. package/dist/endpoints/embeddings/otel.d.ts +0 -6
  40. package/dist/endpoints/embeddings/otel.js +0 -35
  41. package/dist/endpoints/embeddings/schema.d.ts +0 -38
  42. package/dist/endpoints/embeddings/schema.js +0 -26
  43. package/dist/endpoints/models/converters.d.ts +0 -6
  44. package/dist/endpoints/models/converters.js +0 -42
  45. package/dist/endpoints/models/handler.d.ts +0 -2
  46. package/dist/endpoints/models/handler.js +0 -29
  47. package/dist/endpoints/models/index.d.ts +0 -3
  48. package/dist/endpoints/models/index.js +0 -3
  49. package/dist/endpoints/models/schema.d.ts +0 -42
  50. package/dist/endpoints/models/schema.js +0 -31
  51. package/dist/errors/ai-sdk.d.ts +0 -2
  52. package/dist/errors/ai-sdk.js +0 -52
  53. package/dist/errors/gateway.d.ts +0 -5
  54. package/dist/errors/gateway.js +0 -13
  55. package/dist/errors/openai.d.ts +0 -20
  56. package/dist/errors/openai.js +0 -40
  57. package/dist/errors/utils.d.ts +0 -22
  58. package/dist/errors/utils.js +0 -44
  59. package/dist/gateway.d.ts +0 -9
  60. package/dist/gateway.js +0 -34
  61. package/dist/index.d.ts +0 -14
  62. package/dist/index.js +0 -13
  63. package/dist/lifecycle.d.ts +0 -2
  64. package/dist/lifecycle.js +0 -94
  65. package/dist/logger/default.d.ts +0 -4
  66. package/dist/logger/default.js +0 -81
  67. package/dist/logger/index.d.ts +0 -14
  68. package/dist/logger/index.js +0 -25
  69. package/dist/middleware/common.d.ts +0 -12
  70. package/dist/middleware/common.js +0 -145
  71. package/dist/middleware/matcher.d.ts +0 -27
  72. package/dist/middleware/matcher.js +0 -112
  73. package/dist/middleware/utils.d.ts +0 -2
  74. package/dist/middleware/utils.js +0 -27
  75. package/dist/models/amazon/index.d.ts +0 -2
  76. package/dist/models/amazon/index.js +0 -2
  77. package/dist/models/amazon/middleware.d.ts +0 -3
  78. package/dist/models/amazon/middleware.js +0 -65
  79. package/dist/models/amazon/presets.d.ts +0 -2390
  80. package/dist/models/amazon/presets.js +0 -80
  81. package/dist/models/anthropic/index.d.ts +0 -2
  82. package/dist/models/anthropic/index.js +0 -2
  83. package/dist/models/anthropic/middleware.d.ts +0 -4
  84. package/dist/models/anthropic/middleware.js +0 -111
  85. package/dist/models/anthropic/presets.d.ts +0 -4802
  86. package/dist/models/anthropic/presets.js +0 -135
  87. package/dist/models/catalog.d.ts +0 -4
  88. package/dist/models/catalog.js +0 -4
  89. package/dist/models/cohere/index.d.ts +0 -2
  90. package/dist/models/cohere/index.js +0 -2
  91. package/dist/models/cohere/middleware.d.ts +0 -3
  92. package/dist/models/cohere/middleware.js +0 -60
  93. package/dist/models/cohere/presets.d.ts +0 -2918
  94. package/dist/models/cohere/presets.js +0 -134
  95. package/dist/models/google/index.d.ts +0 -2
  96. package/dist/models/google/index.js +0 -2
  97. package/dist/models/google/middleware.d.ts +0 -7
  98. package/dist/models/google/middleware.js +0 -103
  99. package/dist/models/google/presets.d.ts +0 -2553
  100. package/dist/models/google/presets.js +0 -83
  101. package/dist/models/meta/index.d.ts +0 -1
  102. package/dist/models/meta/index.js +0 -1
  103. package/dist/models/meta/presets.d.ts +0 -3254
  104. package/dist/models/meta/presets.js +0 -95
  105. package/dist/models/openai/index.d.ts +0 -2
  106. package/dist/models/openai/index.js +0 -2
  107. package/dist/models/openai/middleware.d.ts +0 -3
  108. package/dist/models/openai/middleware.js +0 -62
  109. package/dist/models/openai/presets.d.ts +0 -6634
  110. package/dist/models/openai/presets.js +0 -213
  111. package/dist/models/types.d.ts +0 -20
  112. package/dist/models/types.js +0 -84
  113. package/dist/models/voyage/index.d.ts +0 -2
  114. package/dist/models/voyage/index.js +0 -2
  115. package/dist/models/voyage/middleware.d.ts +0 -2
  116. package/dist/models/voyage/middleware.js +0 -18
  117. package/dist/models/voyage/presets.d.ts +0 -3471
  118. package/dist/models/voyage/presets.js +0 -85
  119. package/dist/providers/anthropic/canonical.d.ts +0 -3
  120. package/dist/providers/anthropic/canonical.js +0 -9
  121. package/dist/providers/anthropic/index.d.ts +0 -1
  122. package/dist/providers/anthropic/index.js +0 -1
  123. package/dist/providers/bedrock/canonical.d.ts +0 -17
  124. package/dist/providers/bedrock/canonical.js +0 -61
  125. package/dist/providers/bedrock/index.d.ts +0 -2
  126. package/dist/providers/bedrock/index.js +0 -2
  127. package/dist/providers/bedrock/middleware.d.ts +0 -3
  128. package/dist/providers/bedrock/middleware.js +0 -55
  129. package/dist/providers/cohere/canonical.d.ts +0 -3
  130. package/dist/providers/cohere/canonical.js +0 -17
  131. package/dist/providers/cohere/index.d.ts +0 -1
  132. package/dist/providers/cohere/index.js +0 -1
  133. package/dist/providers/groq/canonical.d.ts +0 -3
  134. package/dist/providers/groq/canonical.js +0 -12
  135. package/dist/providers/groq/index.d.ts +0 -1
  136. package/dist/providers/groq/index.js +0 -1
  137. package/dist/providers/openai/canonical.d.ts +0 -3
  138. package/dist/providers/openai/canonical.js +0 -8
  139. package/dist/providers/openai/index.d.ts +0 -1
  140. package/dist/providers/openai/index.js +0 -1
  141. package/dist/providers/registry.d.ts +0 -24
  142. package/dist/providers/registry.js +0 -100
  143. package/dist/providers/types.d.ts +0 -7
  144. package/dist/providers/types.js +0 -11
  145. package/dist/providers/vertex/canonical.d.ts +0 -3
  146. package/dist/providers/vertex/canonical.js +0 -8
  147. package/dist/providers/vertex/index.d.ts +0 -1
  148. package/dist/providers/vertex/index.js +0 -1
  149. package/dist/providers/voyage/canonical.d.ts +0 -3
  150. package/dist/providers/voyage/canonical.js +0 -7
  151. package/dist/providers/voyage/index.d.ts +0 -1
  152. package/dist/providers/voyage/index.js +0 -1
  153. package/dist/telemetry/ai-sdk.d.ts +0 -2
  154. package/dist/telemetry/ai-sdk.js +0 -31
  155. package/dist/telemetry/baggage.d.ts +0 -1
  156. package/dist/telemetry/baggage.js +0 -24
  157. package/dist/telemetry/fetch.d.ts +0 -2
  158. package/dist/telemetry/fetch.js +0 -24
  159. package/dist/telemetry/gen-ai.d.ts +0 -5
  160. package/dist/telemetry/gen-ai.js +0 -60
  161. package/dist/telemetry/http.d.ts +0 -3
  162. package/dist/telemetry/http.js +0 -54
  163. package/dist/telemetry/memory.d.ts +0 -2
  164. package/dist/telemetry/memory.js +0 -27
  165. package/dist/telemetry/span.d.ts +0 -13
  166. package/dist/telemetry/span.js +0 -60
  167. package/dist/telemetry/stream.d.ts +0 -3
  168. package/dist/telemetry/stream.js +0 -51
  169. package/dist/types.d.ts +0 -176
  170. package/dist/types.js +0 -1
  171. package/dist/utils/env.d.ts +0 -2
  172. package/dist/utils/env.js +0 -5
  173. package/dist/utils/headers.d.ts +0 -4
  174. package/dist/utils/headers.js +0 -22
  175. package/dist/utils/preset.d.ts +0 -9
  176. package/dist/utils/preset.js +0 -41
  177. package/dist/utils/request.d.ts +0 -2
  178. package/dist/utils/request.js +0 -14
  179. package/dist/utils/response.d.ts +0 -3
  180. package/dist/utils/response.js +0 -68
@@ -1,4802 +0,0 @@
1
- export declare const claudeHaiku45: <const O extends {
2
- name?: string | undefined;
3
- created?: string | undefined;
4
- knowledge?: string | undefined;
5
- modalities?: {
6
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
7
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
8
- } | undefined;
9
- context?: number | undefined;
10
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
11
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
12
- readonly [x: number]: string | undefined;
13
- toString?: (() => string) | undefined;
14
- charAt?: {} | undefined;
15
- charCodeAt?: {} | undefined;
16
- concat?: {} | undefined;
17
- indexOf?: {} | undefined;
18
- lastIndexOf?: {} | undefined;
19
- localeCompare?: {} | undefined;
20
- match?: {} | undefined;
21
- replace?: {} | undefined;
22
- search?: {} | undefined;
23
- slice?: {} | undefined;
24
- split?: {} | undefined;
25
- substring?: {} | undefined;
26
- toLowerCase?: (() => string) | undefined;
27
- toLocaleLowerCase?: {} | undefined;
28
- toUpperCase?: (() => string) | undefined;
29
- toLocaleUpperCase?: {} | undefined;
30
- trim?: (() => string) | undefined;
31
- readonly length?: number | undefined;
32
- substr?: {} | undefined;
33
- valueOf?: (() => string) | undefined;
34
- codePointAt?: {} | undefined;
35
- includes?: {} | undefined;
36
- endsWith?: {} | undefined;
37
- normalize?: {} | undefined;
38
- repeat?: {} | undefined;
39
- startsWith?: {} | undefined;
40
- anchor?: {} | undefined;
41
- big?: (() => string) | undefined;
42
- blink?: (() => string) | undefined;
43
- bold?: (() => string) | undefined;
44
- fixed?: (() => string) | undefined;
45
- fontcolor?: {} | undefined;
46
- fontsize?: {} | undefined;
47
- italics?: (() => string) | undefined;
48
- link?: {} | undefined;
49
- small?: (() => string) | undefined;
50
- strike?: (() => string) | undefined;
51
- sub?: (() => string) | undefined;
52
- sup?: (() => string) | undefined;
53
- padStart?: {} | undefined;
54
- padEnd?: {} | undefined;
55
- trimEnd?: (() => string) | undefined;
56
- trimStart?: (() => string) | undefined;
57
- trimLeft?: (() => string) | undefined;
58
- trimRight?: (() => string) | undefined;
59
- matchAll?: {} | undefined;
60
- replaceAll?: {} | undefined;
61
- at?: {} | undefined;
62
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
63
- })[] | undefined;
64
- additionalProperties?: {
65
- [x: string]: unknown;
66
- } | undefined;
67
- }>(override?: O | undefined) => Record<"anthropic/claude-haiku-4.5", {
68
- name: string;
69
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
70
- created: string;
71
- knowledge: string;
72
- modalities: {
73
- input: readonly ["text", "image", "pdf", "file"];
74
- output: readonly ["text"];
75
- };
76
- context: number;
77
- providers: readonly ["anthropic", "bedrock", "vertex"];
78
- } & O>;
79
- export declare const claudeHaiku35: <const O extends {
80
- name?: string | undefined;
81
- created?: string | undefined;
82
- knowledge?: string | undefined;
83
- modalities?: {
84
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
85
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
86
- } | undefined;
87
- context?: number | undefined;
88
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
89
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
90
- readonly [x: number]: string | undefined;
91
- toString?: (() => string) | undefined;
92
- charAt?: {} | undefined;
93
- charCodeAt?: {} | undefined;
94
- concat?: {} | undefined;
95
- indexOf?: {} | undefined;
96
- lastIndexOf?: {} | undefined;
97
- localeCompare?: {} | undefined;
98
- match?: {} | undefined;
99
- replace?: {} | undefined;
100
- search?: {} | undefined;
101
- slice?: {} | undefined;
102
- split?: {} | undefined;
103
- substring?: {} | undefined;
104
- toLowerCase?: (() => string) | undefined;
105
- toLocaleLowerCase?: {} | undefined;
106
- toUpperCase?: (() => string) | undefined;
107
- toLocaleUpperCase?: {} | undefined;
108
- trim?: (() => string) | undefined;
109
- readonly length?: number | undefined;
110
- substr?: {} | undefined;
111
- valueOf?: (() => string) | undefined;
112
- codePointAt?: {} | undefined;
113
- includes?: {} | undefined;
114
- endsWith?: {} | undefined;
115
- normalize?: {} | undefined;
116
- repeat?: {} | undefined;
117
- startsWith?: {} | undefined;
118
- anchor?: {} | undefined;
119
- big?: (() => string) | undefined;
120
- blink?: (() => string) | undefined;
121
- bold?: (() => string) | undefined;
122
- fixed?: (() => string) | undefined;
123
- fontcolor?: {} | undefined;
124
- fontsize?: {} | undefined;
125
- italics?: (() => string) | undefined;
126
- link?: {} | undefined;
127
- small?: (() => string) | undefined;
128
- strike?: (() => string) | undefined;
129
- sub?: (() => string) | undefined;
130
- sup?: (() => string) | undefined;
131
- padStart?: {} | undefined;
132
- padEnd?: {} | undefined;
133
- trimEnd?: (() => string) | undefined;
134
- trimStart?: (() => string) | undefined;
135
- trimLeft?: (() => string) | undefined;
136
- trimRight?: (() => string) | undefined;
137
- matchAll?: {} | undefined;
138
- replaceAll?: {} | undefined;
139
- at?: {} | undefined;
140
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
141
- })[] | undefined;
142
- additionalProperties?: {
143
- [x: string]: unknown;
144
- } | undefined;
145
- }>(override?: O | undefined) => Record<"anthropic/claude-haiku-3.5", {
146
- name: string;
147
- created: string;
148
- knowledge: string;
149
- modalities: {
150
- input: readonly ["text", "image", "pdf", "file"];
151
- output: readonly ["text"];
152
- };
153
- capabilities: ("temperature" | "attachments" | "tool_call" | "structured_output")[];
154
- context: number;
155
- providers: readonly ["anthropic", "bedrock", "vertex"];
156
- } & O>;
157
- export declare const claudeHaiku3: <const O extends {
158
- name?: string | undefined;
159
- created?: string | undefined;
160
- knowledge?: string | undefined;
161
- modalities?: {
162
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
163
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
164
- } | undefined;
165
- context?: number | undefined;
166
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
167
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
168
- readonly [x: number]: string | undefined;
169
- toString?: (() => string) | undefined;
170
- charAt?: {} | undefined;
171
- charCodeAt?: {} | undefined;
172
- concat?: {} | undefined;
173
- indexOf?: {} | undefined;
174
- lastIndexOf?: {} | undefined;
175
- localeCompare?: {} | undefined;
176
- match?: {} | undefined;
177
- replace?: {} | undefined;
178
- search?: {} | undefined;
179
- slice?: {} | undefined;
180
- split?: {} | undefined;
181
- substring?: {} | undefined;
182
- toLowerCase?: (() => string) | undefined;
183
- toLocaleLowerCase?: {} | undefined;
184
- toUpperCase?: (() => string) | undefined;
185
- toLocaleUpperCase?: {} | undefined;
186
- trim?: (() => string) | undefined;
187
- readonly length?: number | undefined;
188
- substr?: {} | undefined;
189
- valueOf?: (() => string) | undefined;
190
- codePointAt?: {} | undefined;
191
- includes?: {} | undefined;
192
- endsWith?: {} | undefined;
193
- normalize?: {} | undefined;
194
- repeat?: {} | undefined;
195
- startsWith?: {} | undefined;
196
- anchor?: {} | undefined;
197
- big?: (() => string) | undefined;
198
- blink?: (() => string) | undefined;
199
- bold?: (() => string) | undefined;
200
- fixed?: (() => string) | undefined;
201
- fontcolor?: {} | undefined;
202
- fontsize?: {} | undefined;
203
- italics?: (() => string) | undefined;
204
- link?: {} | undefined;
205
- small?: (() => string) | undefined;
206
- strike?: (() => string) | undefined;
207
- sub?: (() => string) | undefined;
208
- sup?: (() => string) | undefined;
209
- padStart?: {} | undefined;
210
- padEnd?: {} | undefined;
211
- trimEnd?: (() => string) | undefined;
212
- trimStart?: (() => string) | undefined;
213
- trimLeft?: (() => string) | undefined;
214
- trimRight?: (() => string) | undefined;
215
- matchAll?: {} | undefined;
216
- replaceAll?: {} | undefined;
217
- at?: {} | undefined;
218
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
219
- })[] | undefined;
220
- additionalProperties?: {
221
- [x: string]: unknown;
222
- } | undefined;
223
- }>(override?: O | undefined) => Record<"anthropic/claude-haiku-3", {
224
- name: string;
225
- created: string;
226
- knowledge: string;
227
- modalities: {
228
- input: readonly ["text", "image", "file"];
229
- output: readonly ["text"];
230
- };
231
- capabilities: ("temperature" | "attachments" | "tool_call" | "structured_output")[];
232
- context: number;
233
- providers: readonly ["anthropic", "bedrock", "vertex"];
234
- } & O>;
235
- export declare const claudeSonnet45: <const O extends {
236
- name?: string | undefined;
237
- created?: string | undefined;
238
- knowledge?: string | undefined;
239
- modalities?: {
240
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
241
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
242
- } | undefined;
243
- context?: number | undefined;
244
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
245
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
246
- readonly [x: number]: string | undefined;
247
- toString?: (() => string) | undefined;
248
- charAt?: {} | undefined;
249
- charCodeAt?: {} | undefined;
250
- concat?: {} | undefined;
251
- indexOf?: {} | undefined;
252
- lastIndexOf?: {} | undefined;
253
- localeCompare?: {} | undefined;
254
- match?: {} | undefined;
255
- replace?: {} | undefined;
256
- search?: {} | undefined;
257
- slice?: {} | undefined;
258
- split?: {} | undefined;
259
- substring?: {} | undefined;
260
- toLowerCase?: (() => string) | undefined;
261
- toLocaleLowerCase?: {} | undefined;
262
- toUpperCase?: (() => string) | undefined;
263
- toLocaleUpperCase?: {} | undefined;
264
- trim?: (() => string) | undefined;
265
- readonly length?: number | undefined;
266
- substr?: {} | undefined;
267
- valueOf?: (() => string) | undefined;
268
- codePointAt?: {} | undefined;
269
- includes?: {} | undefined;
270
- endsWith?: {} | undefined;
271
- normalize?: {} | undefined;
272
- repeat?: {} | undefined;
273
- startsWith?: {} | undefined;
274
- anchor?: {} | undefined;
275
- big?: (() => string) | undefined;
276
- blink?: (() => string) | undefined;
277
- bold?: (() => string) | undefined;
278
- fixed?: (() => string) | undefined;
279
- fontcolor?: {} | undefined;
280
- fontsize?: {} | undefined;
281
- italics?: (() => string) | undefined;
282
- link?: {} | undefined;
283
- small?: (() => string) | undefined;
284
- strike?: (() => string) | undefined;
285
- sub?: (() => string) | undefined;
286
- sup?: (() => string) | undefined;
287
- padStart?: {} | undefined;
288
- padEnd?: {} | undefined;
289
- trimEnd?: (() => string) | undefined;
290
- trimStart?: (() => string) | undefined;
291
- trimLeft?: (() => string) | undefined;
292
- trimRight?: (() => string) | undefined;
293
- matchAll?: {} | undefined;
294
- replaceAll?: {} | undefined;
295
- at?: {} | undefined;
296
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
297
- })[] | undefined;
298
- additionalProperties?: {
299
- [x: string]: unknown;
300
- } | undefined;
301
- }>(override?: O | undefined) => Record<"anthropic/claude-sonnet-4.5", {
302
- name: string;
303
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
304
- created: string;
305
- knowledge: string;
306
- modalities: {
307
- input: readonly ["text", "image", "pdf", "file"];
308
- output: readonly ["text"];
309
- };
310
- context: number;
311
- providers: readonly ["anthropic", "bedrock", "vertex"];
312
- } & O>;
313
- export declare const claudeSonnet46: <const O extends {
314
- name?: string | undefined;
315
- created?: string | undefined;
316
- knowledge?: string | undefined;
317
- modalities?: {
318
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
319
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
320
- } | undefined;
321
- context?: number | undefined;
322
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
323
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
324
- readonly [x: number]: string | undefined;
325
- toString?: (() => string) | undefined;
326
- charAt?: {} | undefined;
327
- charCodeAt?: {} | undefined;
328
- concat?: {} | undefined;
329
- indexOf?: {} | undefined;
330
- lastIndexOf?: {} | undefined;
331
- localeCompare?: {} | undefined;
332
- match?: {} | undefined;
333
- replace?: {} | undefined;
334
- search?: {} | undefined;
335
- slice?: {} | undefined;
336
- split?: {} | undefined;
337
- substring?: {} | undefined;
338
- toLowerCase?: (() => string) | undefined;
339
- toLocaleLowerCase?: {} | undefined;
340
- toUpperCase?: (() => string) | undefined;
341
- toLocaleUpperCase?: {} | undefined;
342
- trim?: (() => string) | undefined;
343
- readonly length?: number | undefined;
344
- substr?: {} | undefined;
345
- valueOf?: (() => string) | undefined;
346
- codePointAt?: {} | undefined;
347
- includes?: {} | undefined;
348
- endsWith?: {} | undefined;
349
- normalize?: {} | undefined;
350
- repeat?: {} | undefined;
351
- startsWith?: {} | undefined;
352
- anchor?: {} | undefined;
353
- big?: (() => string) | undefined;
354
- blink?: (() => string) | undefined;
355
- bold?: (() => string) | undefined;
356
- fixed?: (() => string) | undefined;
357
- fontcolor?: {} | undefined;
358
- fontsize?: {} | undefined;
359
- italics?: (() => string) | undefined;
360
- link?: {} | undefined;
361
- small?: (() => string) | undefined;
362
- strike?: (() => string) | undefined;
363
- sub?: (() => string) | undefined;
364
- sup?: (() => string) | undefined;
365
- padStart?: {} | undefined;
366
- padEnd?: {} | undefined;
367
- trimEnd?: (() => string) | undefined;
368
- trimStart?: (() => string) | undefined;
369
- trimLeft?: (() => string) | undefined;
370
- trimRight?: (() => string) | undefined;
371
- matchAll?: {} | undefined;
372
- replaceAll?: {} | undefined;
373
- at?: {} | undefined;
374
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
375
- })[] | undefined;
376
- additionalProperties?: {
377
- [x: string]: unknown;
378
- } | undefined;
379
- }>(override?: O | undefined) => Record<"anthropic/claude-sonnet-4.6", {
380
- name: string;
381
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
382
- created: string;
383
- knowledge: string;
384
- modalities: {
385
- input: readonly ["text", "image", "pdf", "file"];
386
- output: readonly ["text"];
387
- };
388
- context: number;
389
- providers: readonly ["anthropic", "bedrock", "vertex"];
390
- } & O>;
391
- export declare const claudeSonnet4: <const O extends {
392
- name?: string | undefined;
393
- created?: string | undefined;
394
- knowledge?: string | undefined;
395
- modalities?: {
396
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
397
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
398
- } | undefined;
399
- context?: number | undefined;
400
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
401
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
402
- readonly [x: number]: string | undefined;
403
- toString?: (() => string) | undefined;
404
- charAt?: {} | undefined;
405
- charCodeAt?: {} | undefined;
406
- concat?: {} | undefined;
407
- indexOf?: {} | undefined;
408
- lastIndexOf?: {} | undefined;
409
- localeCompare?: {} | undefined;
410
- match?: {} | undefined;
411
- replace?: {} | undefined;
412
- search?: {} | undefined;
413
- slice?: {} | undefined;
414
- split?: {} | undefined;
415
- substring?: {} | undefined;
416
- toLowerCase?: (() => string) | undefined;
417
- toLocaleLowerCase?: {} | undefined;
418
- toUpperCase?: (() => string) | undefined;
419
- toLocaleUpperCase?: {} | undefined;
420
- trim?: (() => string) | undefined;
421
- readonly length?: number | undefined;
422
- substr?: {} | undefined;
423
- valueOf?: (() => string) | undefined;
424
- codePointAt?: {} | undefined;
425
- includes?: {} | undefined;
426
- endsWith?: {} | undefined;
427
- normalize?: {} | undefined;
428
- repeat?: {} | undefined;
429
- startsWith?: {} | undefined;
430
- anchor?: {} | undefined;
431
- big?: (() => string) | undefined;
432
- blink?: (() => string) | undefined;
433
- bold?: (() => string) | undefined;
434
- fixed?: (() => string) | undefined;
435
- fontcolor?: {} | undefined;
436
- fontsize?: {} | undefined;
437
- italics?: (() => string) | undefined;
438
- link?: {} | undefined;
439
- small?: (() => string) | undefined;
440
- strike?: (() => string) | undefined;
441
- sub?: (() => string) | undefined;
442
- sup?: (() => string) | undefined;
443
- padStart?: {} | undefined;
444
- padEnd?: {} | undefined;
445
- trimEnd?: (() => string) | undefined;
446
- trimStart?: (() => string) | undefined;
447
- trimLeft?: (() => string) | undefined;
448
- trimRight?: (() => string) | undefined;
449
- matchAll?: {} | undefined;
450
- replaceAll?: {} | undefined;
451
- at?: {} | undefined;
452
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
453
- })[] | undefined;
454
- additionalProperties?: {
455
- [x: string]: unknown;
456
- } | undefined;
457
- }>(override?: O | undefined) => Record<"anthropic/claude-sonnet-4", {
458
- name: string;
459
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
460
- created: string;
461
- knowledge: string;
462
- modalities: {
463
- input: readonly ["text", "image", "pdf", "file"];
464
- output: readonly ["text"];
465
- };
466
- context: number;
467
- providers: readonly ["anthropic", "bedrock", "vertex"];
468
- } & O>;
469
- export declare const claudeSonnet37: <const O extends {
470
- name?: string | undefined;
471
- created?: string | undefined;
472
- knowledge?: string | undefined;
473
- modalities?: {
474
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
475
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
476
- } | undefined;
477
- context?: number | undefined;
478
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
479
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
480
- readonly [x: number]: string | undefined;
481
- toString?: (() => string) | undefined;
482
- charAt?: {} | undefined;
483
- charCodeAt?: {} | undefined;
484
- concat?: {} | undefined;
485
- indexOf?: {} | undefined;
486
- lastIndexOf?: {} | undefined;
487
- localeCompare?: {} | undefined;
488
- match?: {} | undefined;
489
- replace?: {} | undefined;
490
- search?: {} | undefined;
491
- slice?: {} | undefined;
492
- split?: {} | undefined;
493
- substring?: {} | undefined;
494
- toLowerCase?: (() => string) | undefined;
495
- toLocaleLowerCase?: {} | undefined;
496
- toUpperCase?: (() => string) | undefined;
497
- toLocaleUpperCase?: {} | undefined;
498
- trim?: (() => string) | undefined;
499
- readonly length?: number | undefined;
500
- substr?: {} | undefined;
501
- valueOf?: (() => string) | undefined;
502
- codePointAt?: {} | undefined;
503
- includes?: {} | undefined;
504
- endsWith?: {} | undefined;
505
- normalize?: {} | undefined;
506
- repeat?: {} | undefined;
507
- startsWith?: {} | undefined;
508
- anchor?: {} | undefined;
509
- big?: (() => string) | undefined;
510
- blink?: (() => string) | undefined;
511
- bold?: (() => string) | undefined;
512
- fixed?: (() => string) | undefined;
513
- fontcolor?: {} | undefined;
514
- fontsize?: {} | undefined;
515
- italics?: (() => string) | undefined;
516
- link?: {} | undefined;
517
- small?: (() => string) | undefined;
518
- strike?: (() => string) | undefined;
519
- sub?: (() => string) | undefined;
520
- sup?: (() => string) | undefined;
521
- padStart?: {} | undefined;
522
- padEnd?: {} | undefined;
523
- trimEnd?: (() => string) | undefined;
524
- trimStart?: (() => string) | undefined;
525
- trimLeft?: (() => string) | undefined;
526
- trimRight?: (() => string) | undefined;
527
- matchAll?: {} | undefined;
528
- replaceAll?: {} | undefined;
529
- at?: {} | undefined;
530
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
531
- })[] | undefined;
532
- additionalProperties?: {
533
- [x: string]: unknown;
534
- } | undefined;
535
- }>(override?: O | undefined) => Record<"anthropic/claude-sonnet-3.7", {
536
- name: string;
537
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
538
- created: string;
539
- knowledge: string;
540
- modalities: {
541
- input: readonly ["text", "image", "pdf", "file"];
542
- output: readonly ["text"];
543
- };
544
- context: number;
545
- providers: readonly ["anthropic", "bedrock", "vertex"];
546
- } & O>;
547
- export declare const claudeSonnet35: <const O extends {
548
- name?: string | undefined;
549
- created?: string | undefined;
550
- knowledge?: string | undefined;
551
- modalities?: {
552
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
553
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
554
- } | undefined;
555
- context?: number | undefined;
556
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
557
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
558
- readonly [x: number]: string | undefined;
559
- toString?: (() => string) | undefined;
560
- charAt?: {} | undefined;
561
- charCodeAt?: {} | undefined;
562
- concat?: {} | undefined;
563
- indexOf?: {} | undefined;
564
- lastIndexOf?: {} | undefined;
565
- localeCompare?: {} | undefined;
566
- match?: {} | undefined;
567
- replace?: {} | undefined;
568
- search?: {} | undefined;
569
- slice?: {} | undefined;
570
- split?: {} | undefined;
571
- substring?: {} | undefined;
572
- toLowerCase?: (() => string) | undefined;
573
- toLocaleLowerCase?: {} | undefined;
574
- toUpperCase?: (() => string) | undefined;
575
- toLocaleUpperCase?: {} | undefined;
576
- trim?: (() => string) | undefined;
577
- readonly length?: number | undefined;
578
- substr?: {} | undefined;
579
- valueOf?: (() => string) | undefined;
580
- codePointAt?: {} | undefined;
581
- includes?: {} | undefined;
582
- endsWith?: {} | undefined;
583
- normalize?: {} | undefined;
584
- repeat?: {} | undefined;
585
- startsWith?: {} | undefined;
586
- anchor?: {} | undefined;
587
- big?: (() => string) | undefined;
588
- blink?: (() => string) | undefined;
589
- bold?: (() => string) | undefined;
590
- fixed?: (() => string) | undefined;
591
- fontcolor?: {} | undefined;
592
- fontsize?: {} | undefined;
593
- italics?: (() => string) | undefined;
594
- link?: {} | undefined;
595
- small?: (() => string) | undefined;
596
- strike?: (() => string) | undefined;
597
- sub?: (() => string) | undefined;
598
- sup?: (() => string) | undefined;
599
- padStart?: {} | undefined;
600
- padEnd?: {} | undefined;
601
- trimEnd?: (() => string) | undefined;
602
- trimStart?: (() => string) | undefined;
603
- trimLeft?: (() => string) | undefined;
604
- trimRight?: (() => string) | undefined;
605
- matchAll?: {} | undefined;
606
- replaceAll?: {} | undefined;
607
- at?: {} | undefined;
608
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
609
- })[] | undefined;
610
- additionalProperties?: {
611
- [x: string]: unknown;
612
- } | undefined;
613
- }>(override?: O | undefined) => Record<"anthropic/claude-sonnet-3.5", {
614
- name: string;
615
- created: string;
616
- knowledge: string;
617
- modalities: {
618
- input: readonly ["text", "image", "pdf", "file"];
619
- output: readonly ["text"];
620
- };
621
- capabilities: ("temperature" | "attachments" | "tool_call" | "structured_output")[];
622
- context: number;
623
- providers: readonly ["anthropic", "bedrock", "vertex"];
624
- } & O>;
625
- export declare const claudeOpus45: <const O extends {
626
- name?: string | undefined;
627
- created?: string | undefined;
628
- knowledge?: string | undefined;
629
- modalities?: {
630
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
631
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
632
- } | undefined;
633
- context?: number | undefined;
634
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
635
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
636
- readonly [x: number]: string | undefined;
637
- toString?: (() => string) | undefined;
638
- charAt?: {} | undefined;
639
- charCodeAt?: {} | undefined;
640
- concat?: {} | undefined;
641
- indexOf?: {} | undefined;
642
- lastIndexOf?: {} | undefined;
643
- localeCompare?: {} | undefined;
644
- match?: {} | undefined;
645
- replace?: {} | undefined;
646
- search?: {} | undefined;
647
- slice?: {} | undefined;
648
- split?: {} | undefined;
649
- substring?: {} | undefined;
650
- toLowerCase?: (() => string) | undefined;
651
- toLocaleLowerCase?: {} | undefined;
652
- toUpperCase?: (() => string) | undefined;
653
- toLocaleUpperCase?: {} | undefined;
654
- trim?: (() => string) | undefined;
655
- readonly length?: number | undefined;
656
- substr?: {} | undefined;
657
- valueOf?: (() => string) | undefined;
658
- codePointAt?: {} | undefined;
659
- includes?: {} | undefined;
660
- endsWith?: {} | undefined;
661
- normalize?: {} | undefined;
662
- repeat?: {} | undefined;
663
- startsWith?: {} | undefined;
664
- anchor?: {} | undefined;
665
- big?: (() => string) | undefined;
666
- blink?: (() => string) | undefined;
667
- bold?: (() => string) | undefined;
668
- fixed?: (() => string) | undefined;
669
- fontcolor?: {} | undefined;
670
- fontsize?: {} | undefined;
671
- italics?: (() => string) | undefined;
672
- link?: {} | undefined;
673
- small?: (() => string) | undefined;
674
- strike?: (() => string) | undefined;
675
- sub?: (() => string) | undefined;
676
- sup?: (() => string) | undefined;
677
- padStart?: {} | undefined;
678
- padEnd?: {} | undefined;
679
- trimEnd?: (() => string) | undefined;
680
- trimStart?: (() => string) | undefined;
681
- trimLeft?: (() => string) | undefined;
682
- trimRight?: (() => string) | undefined;
683
- matchAll?: {} | undefined;
684
- replaceAll?: {} | undefined;
685
- at?: {} | undefined;
686
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
687
- })[] | undefined;
688
- additionalProperties?: {
689
- [x: string]: unknown;
690
- } | undefined;
691
- }>(override?: O | undefined) => Record<"anthropic/claude-opus-4.5", {
692
- name: string;
693
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
694
- created: string;
695
- knowledge: string;
696
- modalities: {
697
- input: readonly ["text", "image", "pdf", "file"];
698
- output: readonly ["text"];
699
- };
700
- context: number;
701
- providers: readonly ["anthropic", "bedrock", "vertex"];
702
- } & O>;
703
- export declare const claudeOpus46: <const O extends {
704
- name?: string | undefined;
705
- created?: string | undefined;
706
- knowledge?: string | undefined;
707
- modalities?: {
708
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
709
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
710
- } | undefined;
711
- context?: number | undefined;
712
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
713
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
714
- readonly [x: number]: string | undefined;
715
- toString?: (() => string) | undefined;
716
- charAt?: {} | undefined;
717
- charCodeAt?: {} | undefined;
718
- concat?: {} | undefined;
719
- indexOf?: {} | undefined;
720
- lastIndexOf?: {} | undefined;
721
- localeCompare?: {} | undefined;
722
- match?: {} | undefined;
723
- replace?: {} | undefined;
724
- search?: {} | undefined;
725
- slice?: {} | undefined;
726
- split?: {} | undefined;
727
- substring?: {} | undefined;
728
- toLowerCase?: (() => string) | undefined;
729
- toLocaleLowerCase?: {} | undefined;
730
- toUpperCase?: (() => string) | undefined;
731
- toLocaleUpperCase?: {} | undefined;
732
- trim?: (() => string) | undefined;
733
- readonly length?: number | undefined;
734
- substr?: {} | undefined;
735
- valueOf?: (() => string) | undefined;
736
- codePointAt?: {} | undefined;
737
- includes?: {} | undefined;
738
- endsWith?: {} | undefined;
739
- normalize?: {} | undefined;
740
- repeat?: {} | undefined;
741
- startsWith?: {} | undefined;
742
- anchor?: {} | undefined;
743
- big?: (() => string) | undefined;
744
- blink?: (() => string) | undefined;
745
- bold?: (() => string) | undefined;
746
- fixed?: (() => string) | undefined;
747
- fontcolor?: {} | undefined;
748
- fontsize?: {} | undefined;
749
- italics?: (() => string) | undefined;
750
- link?: {} | undefined;
751
- small?: (() => string) | undefined;
752
- strike?: (() => string) | undefined;
753
- sub?: (() => string) | undefined;
754
- sup?: (() => string) | undefined;
755
- padStart?: {} | undefined;
756
- padEnd?: {} | undefined;
757
- trimEnd?: (() => string) | undefined;
758
- trimStart?: (() => string) | undefined;
759
- trimLeft?: (() => string) | undefined;
760
- trimRight?: (() => string) | undefined;
761
- matchAll?: {} | undefined;
762
- replaceAll?: {} | undefined;
763
- at?: {} | undefined;
764
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
765
- })[] | undefined;
766
- additionalProperties?: {
767
- [x: string]: unknown;
768
- } | undefined;
769
- }>(override?: O | undefined) => Record<"anthropic/claude-opus-4.6", {
770
- name: string;
771
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
772
- created: string;
773
- knowledge: string;
774
- modalities: {
775
- input: readonly ["text", "image", "pdf", "file"];
776
- output: readonly ["text"];
777
- };
778
- context: number;
779
- providers: readonly ["anthropic", "bedrock", "vertex"];
780
- } & O>;
781
- export declare const claudeOpus41: <const O extends {
782
- name?: string | undefined;
783
- created?: string | undefined;
784
- knowledge?: string | undefined;
785
- modalities?: {
786
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
787
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
788
- } | undefined;
789
- context?: number | undefined;
790
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
791
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
792
- readonly [x: number]: string | undefined;
793
- toString?: (() => string) | undefined;
794
- charAt?: {} | undefined;
795
- charCodeAt?: {} | undefined;
796
- concat?: {} | undefined;
797
- indexOf?: {} | undefined;
798
- lastIndexOf?: {} | undefined;
799
- localeCompare?: {} | undefined;
800
- match?: {} | undefined;
801
- replace?: {} | undefined;
802
- search?: {} | undefined;
803
- slice?: {} | undefined;
804
- split?: {} | undefined;
805
- substring?: {} | undefined;
806
- toLowerCase?: (() => string) | undefined;
807
- toLocaleLowerCase?: {} | undefined;
808
- toUpperCase?: (() => string) | undefined;
809
- toLocaleUpperCase?: {} | undefined;
810
- trim?: (() => string) | undefined;
811
- readonly length?: number | undefined;
812
- substr?: {} | undefined;
813
- valueOf?: (() => string) | undefined;
814
- codePointAt?: {} | undefined;
815
- includes?: {} | undefined;
816
- endsWith?: {} | undefined;
817
- normalize?: {} | undefined;
818
- repeat?: {} | undefined;
819
- startsWith?: {} | undefined;
820
- anchor?: {} | undefined;
821
- big?: (() => string) | undefined;
822
- blink?: (() => string) | undefined;
823
- bold?: (() => string) | undefined;
824
- fixed?: (() => string) | undefined;
825
- fontcolor?: {} | undefined;
826
- fontsize?: {} | undefined;
827
- italics?: (() => string) | undefined;
828
- link?: {} | undefined;
829
- small?: (() => string) | undefined;
830
- strike?: (() => string) | undefined;
831
- sub?: (() => string) | undefined;
832
- sup?: (() => string) | undefined;
833
- padStart?: {} | undefined;
834
- padEnd?: {} | undefined;
835
- trimEnd?: (() => string) | undefined;
836
- trimStart?: (() => string) | undefined;
837
- trimLeft?: (() => string) | undefined;
838
- trimRight?: (() => string) | undefined;
839
- matchAll?: {} | undefined;
840
- replaceAll?: {} | undefined;
841
- at?: {} | undefined;
842
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
843
- })[] | undefined;
844
- additionalProperties?: {
845
- [x: string]: unknown;
846
- } | undefined;
847
- }>(override?: O | undefined) => Record<"anthropic/claude-opus-4.1", {
848
- name: string;
849
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
850
- created: string;
851
- knowledge: string;
852
- modalities: {
853
- input: readonly ["text", "image", "pdf", "file"];
854
- output: readonly ["text"];
855
- };
856
- context: number;
857
- providers: readonly ["anthropic", "bedrock", "vertex"];
858
- } & O>;
859
- export declare const claudeOpus4: <const O extends {
860
- name?: string | undefined;
861
- created?: string | undefined;
862
- knowledge?: string | undefined;
863
- modalities?: {
864
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
865
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
866
- } | undefined;
867
- context?: number | undefined;
868
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
869
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
870
- readonly [x: number]: string | undefined;
871
- toString?: (() => string) | undefined;
872
- charAt?: {} | undefined;
873
- charCodeAt?: {} | undefined;
874
- concat?: {} | undefined;
875
- indexOf?: {} | undefined;
876
- lastIndexOf?: {} | undefined;
877
- localeCompare?: {} | undefined;
878
- match?: {} | undefined;
879
- replace?: {} | undefined;
880
- search?: {} | undefined;
881
- slice?: {} | undefined;
882
- split?: {} | undefined;
883
- substring?: {} | undefined;
884
- toLowerCase?: (() => string) | undefined;
885
- toLocaleLowerCase?: {} | undefined;
886
- toUpperCase?: (() => string) | undefined;
887
- toLocaleUpperCase?: {} | undefined;
888
- trim?: (() => string) | undefined;
889
- readonly length?: number | undefined;
890
- substr?: {} | undefined;
891
- valueOf?: (() => string) | undefined;
892
- codePointAt?: {} | undefined;
893
- includes?: {} | undefined;
894
- endsWith?: {} | undefined;
895
- normalize?: {} | undefined;
896
- repeat?: {} | undefined;
897
- startsWith?: {} | undefined;
898
- anchor?: {} | undefined;
899
- big?: (() => string) | undefined;
900
- blink?: (() => string) | undefined;
901
- bold?: (() => string) | undefined;
902
- fixed?: (() => string) | undefined;
903
- fontcolor?: {} | undefined;
904
- fontsize?: {} | undefined;
905
- italics?: (() => string) | undefined;
906
- link?: {} | undefined;
907
- small?: (() => string) | undefined;
908
- strike?: (() => string) | undefined;
909
- sub?: (() => string) | undefined;
910
- sup?: (() => string) | undefined;
911
- padStart?: {} | undefined;
912
- padEnd?: {} | undefined;
913
- trimEnd?: (() => string) | undefined;
914
- trimStart?: (() => string) | undefined;
915
- trimLeft?: (() => string) | undefined;
916
- trimRight?: (() => string) | undefined;
917
- matchAll?: {} | undefined;
918
- replaceAll?: {} | undefined;
919
- at?: {} | undefined;
920
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
921
- })[] | undefined;
922
- additionalProperties?: {
923
- [x: string]: unknown;
924
- } | undefined;
925
- }>(override?: O | undefined) => Record<"anthropic/claude-opus-4", {
926
- name: string;
927
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
928
- created: string;
929
- knowledge: string;
930
- modalities: {
931
- input: readonly ["text", "image", "pdf", "file"];
932
- output: readonly ["text"];
933
- };
934
- context: number;
935
- providers: readonly ["anthropic", "bedrock", "vertex"];
936
- } & O>;
937
- export declare const claude: {
938
- readonly latest: readonly [<const O extends {
939
- name?: string | undefined;
940
- created?: string | undefined;
941
- knowledge?: string | undefined;
942
- modalities?: {
943
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
944
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
945
- } | undefined;
946
- context?: number | undefined;
947
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
948
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
949
- readonly [x: number]: string | undefined;
950
- toString?: (() => string) | undefined;
951
- charAt?: {} | undefined;
952
- charCodeAt?: {} | undefined;
953
- concat?: {} | undefined;
954
- indexOf?: {} | undefined;
955
- lastIndexOf?: {} | undefined;
956
- localeCompare?: {} | undefined;
957
- match?: {} | undefined;
958
- replace?: {} | undefined;
959
- search?: {} | undefined;
960
- slice?: {} | undefined;
961
- split?: {} | undefined;
962
- substring?: {} | undefined;
963
- toLowerCase?: (() => string) | undefined;
964
- toLocaleLowerCase?: {} | undefined;
965
- toUpperCase?: (() => string) | undefined;
966
- toLocaleUpperCase?: {} | undefined;
967
- trim?: (() => string) | undefined;
968
- readonly length?: number | undefined;
969
- substr?: {} | undefined;
970
- valueOf?: (() => string) | undefined;
971
- codePointAt?: {} | undefined;
972
- includes?: {} | undefined;
973
- endsWith?: {} | undefined;
974
- normalize?: {} | undefined;
975
- repeat?: {} | undefined;
976
- startsWith?: {} | undefined;
977
- anchor?: {} | undefined;
978
- big?: (() => string) | undefined;
979
- blink?: (() => string) | undefined;
980
- bold?: (() => string) | undefined;
981
- fixed?: (() => string) | undefined;
982
- fontcolor?: {} | undefined;
983
- fontsize?: {} | undefined;
984
- italics?: (() => string) | undefined;
985
- link?: {} | undefined;
986
- small?: (() => string) | undefined;
987
- strike?: (() => string) | undefined;
988
- sub?: (() => string) | undefined;
989
- sup?: (() => string) | undefined;
990
- padStart?: {} | undefined;
991
- padEnd?: {} | undefined;
992
- trimEnd?: (() => string) | undefined;
993
- trimStart?: (() => string) | undefined;
994
- trimLeft?: (() => string) | undefined;
995
- trimRight?: (() => string) | undefined;
996
- matchAll?: {} | undefined;
997
- replaceAll?: {} | undefined;
998
- at?: {} | undefined;
999
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1000
- })[] | undefined;
1001
- additionalProperties?: {
1002
- [x: string]: unknown;
1003
- } | undefined;
1004
- }>(override?: O | undefined) => Record<"anthropic/claude-sonnet-4.6", {
1005
- name: string;
1006
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
1007
- created: string;
1008
- knowledge: string;
1009
- modalities: {
1010
- input: readonly ["text", "image", "pdf", "file"];
1011
- output: readonly ["text"];
1012
- };
1013
- context: number;
1014
- providers: readonly ["anthropic", "bedrock", "vertex"];
1015
- } & O>, <const O extends {
1016
- name?: string | undefined;
1017
- created?: string | undefined;
1018
- knowledge?: string | undefined;
1019
- modalities?: {
1020
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1021
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1022
- } | undefined;
1023
- context?: number | undefined;
1024
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1025
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1026
- readonly [x: number]: string | undefined;
1027
- toString?: (() => string) | undefined;
1028
- charAt?: {} | undefined;
1029
- charCodeAt?: {} | undefined;
1030
- concat?: {} | undefined;
1031
- indexOf?: {} | undefined;
1032
- lastIndexOf?: {} | undefined;
1033
- localeCompare?: {} | undefined;
1034
- match?: {} | undefined;
1035
- replace?: {} | undefined;
1036
- search?: {} | undefined;
1037
- slice?: {} | undefined;
1038
- split?: {} | undefined;
1039
- substring?: {} | undefined;
1040
- toLowerCase?: (() => string) | undefined;
1041
- toLocaleLowerCase?: {} | undefined;
1042
- toUpperCase?: (() => string) | undefined;
1043
- toLocaleUpperCase?: {} | undefined;
1044
- trim?: (() => string) | undefined;
1045
- readonly length?: number | undefined;
1046
- substr?: {} | undefined;
1047
- valueOf?: (() => string) | undefined;
1048
- codePointAt?: {} | undefined;
1049
- includes?: {} | undefined;
1050
- endsWith?: {} | undefined;
1051
- normalize?: {} | undefined;
1052
- repeat?: {} | undefined;
1053
- startsWith?: {} | undefined;
1054
- anchor?: {} | undefined;
1055
- big?: (() => string) | undefined;
1056
- blink?: (() => string) | undefined;
1057
- bold?: (() => string) | undefined;
1058
- fixed?: (() => string) | undefined;
1059
- fontcolor?: {} | undefined;
1060
- fontsize?: {} | undefined;
1061
- italics?: (() => string) | undefined;
1062
- link?: {} | undefined;
1063
- small?: (() => string) | undefined;
1064
- strike?: (() => string) | undefined;
1065
- sub?: (() => string) | undefined;
1066
- sup?: (() => string) | undefined;
1067
- padStart?: {} | undefined;
1068
- padEnd?: {} | undefined;
1069
- trimEnd?: (() => string) | undefined;
1070
- trimStart?: (() => string) | undefined;
1071
- trimLeft?: (() => string) | undefined;
1072
- trimRight?: (() => string) | undefined;
1073
- matchAll?: {} | undefined;
1074
- replaceAll?: {} | undefined;
1075
- at?: {} | undefined;
1076
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1077
- })[] | undefined;
1078
- additionalProperties?: {
1079
- [x: string]: unknown;
1080
- } | undefined;
1081
- }>(override?: O | undefined) => Record<"anthropic/claude-opus-4.6", {
1082
- name: string;
1083
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
1084
- created: string;
1085
- knowledge: string;
1086
- modalities: {
1087
- input: readonly ["text", "image", "pdf", "file"];
1088
- output: readonly ["text"];
1089
- };
1090
- context: number;
1091
- providers: readonly ["anthropic", "bedrock", "vertex"];
1092
- } & O>];
1093
- readonly all: ((<const O extends {
1094
- name?: string | undefined;
1095
- created?: string | undefined;
1096
- knowledge?: string | undefined;
1097
- modalities?: {
1098
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1099
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1100
- } | undefined;
1101
- context?: number | undefined;
1102
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1103
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1104
- readonly [x: number]: string | undefined;
1105
- toString?: (() => string) | undefined;
1106
- charAt?: {} | undefined;
1107
- charCodeAt?: {} | undefined;
1108
- concat?: {} | undefined;
1109
- indexOf?: {} | undefined;
1110
- lastIndexOf?: {} | undefined;
1111
- localeCompare?: {} | undefined;
1112
- match?: {} | undefined;
1113
- replace?: {} | undefined;
1114
- search?: {} | undefined;
1115
- slice?: {} | undefined;
1116
- split?: {} | undefined;
1117
- substring?: {} | undefined;
1118
- toLowerCase?: (() => string) | undefined;
1119
- toLocaleLowerCase?: {} | undefined;
1120
- toUpperCase?: (() => string) | undefined;
1121
- toLocaleUpperCase?: {} | undefined;
1122
- trim?: (() => string) | undefined;
1123
- readonly length?: number | undefined;
1124
- substr?: {} | undefined;
1125
- valueOf?: (() => string) | undefined;
1126
- codePointAt?: {} | undefined;
1127
- includes?: {} | undefined;
1128
- endsWith?: {} | undefined;
1129
- normalize?: {} | undefined;
1130
- repeat?: {} | undefined;
1131
- startsWith?: {} | undefined;
1132
- anchor?: {} | undefined;
1133
- big?: (() => string) | undefined;
1134
- blink?: (() => string) | undefined;
1135
- bold?: (() => string) | undefined;
1136
- fixed?: (() => string) | undefined;
1137
- fontcolor?: {} | undefined;
1138
- fontsize?: {} | undefined;
1139
- italics?: (() => string) | undefined;
1140
- link?: {} | undefined;
1141
- small?: (() => string) | undefined;
1142
- strike?: (() => string) | undefined;
1143
- sub?: (() => string) | undefined;
1144
- sup?: (() => string) | undefined;
1145
- padStart?: {} | undefined;
1146
- padEnd?: {} | undefined;
1147
- trimEnd?: (() => string) | undefined;
1148
- trimStart?: (() => string) | undefined;
1149
- trimLeft?: (() => string) | undefined;
1150
- trimRight?: (() => string) | undefined;
1151
- matchAll?: {} | undefined;
1152
- replaceAll?: {} | undefined;
1153
- at?: {} | undefined;
1154
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1155
- })[] | undefined;
1156
- additionalProperties?: {
1157
- [x: string]: unknown;
1158
- } | undefined;
1159
- }>(override?: O | undefined) => Record<"anthropic/claude-haiku-4.5", {
1160
- name: string;
1161
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
1162
- created: string;
1163
- knowledge: string;
1164
- modalities: {
1165
- input: readonly ["text", "image", "pdf", "file"];
1166
- output: readonly ["text"];
1167
- };
1168
- context: number;
1169
- providers: readonly ["anthropic", "bedrock", "vertex"];
1170
- } & O>) | (<const O extends {
1171
- name?: string | undefined;
1172
- created?: string | undefined;
1173
- knowledge?: string | undefined;
1174
- modalities?: {
1175
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1176
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1177
- } | undefined;
1178
- context?: number | undefined;
1179
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1180
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1181
- readonly [x: number]: string | undefined;
1182
- toString?: (() => string) | undefined;
1183
- charAt?: {} | undefined;
1184
- charCodeAt?: {} | undefined;
1185
- concat?: {} | undefined;
1186
- indexOf?: {} | undefined;
1187
- lastIndexOf?: {} | undefined;
1188
- localeCompare?: {} | undefined;
1189
- match?: {} | undefined;
1190
- replace?: {} | undefined;
1191
- search?: {} | undefined;
1192
- slice?: {} | undefined;
1193
- split?: {} | undefined;
1194
- substring?: {} | undefined;
1195
- toLowerCase?: (() => string) | undefined;
1196
- toLocaleLowerCase?: {} | undefined;
1197
- toUpperCase?: (() => string) | undefined;
1198
- toLocaleUpperCase?: {} | undefined;
1199
- trim?: (() => string) | undefined;
1200
- readonly length?: number | undefined;
1201
- substr?: {} | undefined;
1202
- valueOf?: (() => string) | undefined;
1203
- codePointAt?: {} | undefined;
1204
- includes?: {} | undefined;
1205
- endsWith?: {} | undefined;
1206
- normalize?: {} | undefined;
1207
- repeat?: {} | undefined;
1208
- startsWith?: {} | undefined;
1209
- anchor?: {} | undefined;
1210
- big?: (() => string) | undefined;
1211
- blink?: (() => string) | undefined;
1212
- bold?: (() => string) | undefined;
1213
- fixed?: (() => string) | undefined;
1214
- fontcolor?: {} | undefined;
1215
- fontsize?: {} | undefined;
1216
- italics?: (() => string) | undefined;
1217
- link?: {} | undefined;
1218
- small?: (() => string) | undefined;
1219
- strike?: (() => string) | undefined;
1220
- sub?: (() => string) | undefined;
1221
- sup?: (() => string) | undefined;
1222
- padStart?: {} | undefined;
1223
- padEnd?: {} | undefined;
1224
- trimEnd?: (() => string) | undefined;
1225
- trimStart?: (() => string) | undefined;
1226
- trimLeft?: (() => string) | undefined;
1227
- trimRight?: (() => string) | undefined;
1228
- matchAll?: {} | undefined;
1229
- replaceAll?: {} | undefined;
1230
- at?: {} | undefined;
1231
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1232
- })[] | undefined;
1233
- additionalProperties?: {
1234
- [x: string]: unknown;
1235
- } | undefined;
1236
- }>(override?: O | undefined) => Record<"anthropic/claude-haiku-3.5", {
1237
- name: string;
1238
- created: string;
1239
- knowledge: string;
1240
- modalities: {
1241
- input: readonly ["text", "image", "pdf", "file"];
1242
- output: readonly ["text"];
1243
- };
1244
- capabilities: ("temperature" | "attachments" | "tool_call" | "structured_output")[];
1245
- context: number;
1246
- providers: readonly ["anthropic", "bedrock", "vertex"];
1247
- } & O>) | (<const O extends {
1248
- name?: string | undefined;
1249
- created?: string | undefined;
1250
- knowledge?: string | undefined;
1251
- modalities?: {
1252
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1253
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1254
- } | undefined;
1255
- context?: number | undefined;
1256
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1257
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1258
- readonly [x: number]: string | undefined;
1259
- toString?: (() => string) | undefined;
1260
- charAt?: {} | undefined;
1261
- charCodeAt?: {} | undefined;
1262
- concat?: {} | undefined;
1263
- indexOf?: {} | undefined;
1264
- lastIndexOf?: {} | undefined;
1265
- localeCompare?: {} | undefined;
1266
- match?: {} | undefined;
1267
- replace?: {} | undefined;
1268
- search?: {} | undefined;
1269
- slice?: {} | undefined;
1270
- split?: {} | undefined;
1271
- substring?: {} | undefined;
1272
- toLowerCase?: (() => string) | undefined;
1273
- toLocaleLowerCase?: {} | undefined;
1274
- toUpperCase?: (() => string) | undefined;
1275
- toLocaleUpperCase?: {} | undefined;
1276
- trim?: (() => string) | undefined;
1277
- readonly length?: number | undefined;
1278
- substr?: {} | undefined;
1279
- valueOf?: (() => string) | undefined;
1280
- codePointAt?: {} | undefined;
1281
- includes?: {} | undefined;
1282
- endsWith?: {} | undefined;
1283
- normalize?: {} | undefined;
1284
- repeat?: {} | undefined;
1285
- startsWith?: {} | undefined;
1286
- anchor?: {} | undefined;
1287
- big?: (() => string) | undefined;
1288
- blink?: (() => string) | undefined;
1289
- bold?: (() => string) | undefined;
1290
- fixed?: (() => string) | undefined;
1291
- fontcolor?: {} | undefined;
1292
- fontsize?: {} | undefined;
1293
- italics?: (() => string) | undefined;
1294
- link?: {} | undefined;
1295
- small?: (() => string) | undefined;
1296
- strike?: (() => string) | undefined;
1297
- sub?: (() => string) | undefined;
1298
- sup?: (() => string) | undefined;
1299
- padStart?: {} | undefined;
1300
- padEnd?: {} | undefined;
1301
- trimEnd?: (() => string) | undefined;
1302
- trimStart?: (() => string) | undefined;
1303
- trimLeft?: (() => string) | undefined;
1304
- trimRight?: (() => string) | undefined;
1305
- matchAll?: {} | undefined;
1306
- replaceAll?: {} | undefined;
1307
- at?: {} | undefined;
1308
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1309
- })[] | undefined;
1310
- additionalProperties?: {
1311
- [x: string]: unknown;
1312
- } | undefined;
1313
- }>(override?: O | undefined) => Record<"anthropic/claude-haiku-3", {
1314
- name: string;
1315
- created: string;
1316
- knowledge: string;
1317
- modalities: {
1318
- input: readonly ["text", "image", "file"];
1319
- output: readonly ["text"];
1320
- };
1321
- capabilities: ("temperature" | "attachments" | "tool_call" | "structured_output")[];
1322
- context: number;
1323
- providers: readonly ["anthropic", "bedrock", "vertex"];
1324
- } & O>) | (<const O extends {
1325
- name?: string | undefined;
1326
- created?: string | undefined;
1327
- knowledge?: string | undefined;
1328
- modalities?: {
1329
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1330
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1331
- } | undefined;
1332
- context?: number | undefined;
1333
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1334
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1335
- readonly [x: number]: string | undefined;
1336
- toString?: (() => string) | undefined;
1337
- charAt?: {} | undefined;
1338
- charCodeAt?: {} | undefined;
1339
- concat?: {} | undefined;
1340
- indexOf?: {} | undefined;
1341
- lastIndexOf?: {} | undefined;
1342
- localeCompare?: {} | undefined;
1343
- match?: {} | undefined;
1344
- replace?: {} | undefined;
1345
- search?: {} | undefined;
1346
- slice?: {} | undefined;
1347
- split?: {} | undefined;
1348
- substring?: {} | undefined;
1349
- toLowerCase?: (() => string) | undefined;
1350
- toLocaleLowerCase?: {} | undefined;
1351
- toUpperCase?: (() => string) | undefined;
1352
- toLocaleUpperCase?: {} | undefined;
1353
- trim?: (() => string) | undefined;
1354
- readonly length?: number | undefined;
1355
- substr?: {} | undefined;
1356
- valueOf?: (() => string) | undefined;
1357
- codePointAt?: {} | undefined;
1358
- includes?: {} | undefined;
1359
- endsWith?: {} | undefined;
1360
- normalize?: {} | undefined;
1361
- repeat?: {} | undefined;
1362
- startsWith?: {} | undefined;
1363
- anchor?: {} | undefined;
1364
- big?: (() => string) | undefined;
1365
- blink?: (() => string) | undefined;
1366
- bold?: (() => string) | undefined;
1367
- fixed?: (() => string) | undefined;
1368
- fontcolor?: {} | undefined;
1369
- fontsize?: {} | undefined;
1370
- italics?: (() => string) | undefined;
1371
- link?: {} | undefined;
1372
- small?: (() => string) | undefined;
1373
- strike?: (() => string) | undefined;
1374
- sub?: (() => string) | undefined;
1375
- sup?: (() => string) | undefined;
1376
- padStart?: {} | undefined;
1377
- padEnd?: {} | undefined;
1378
- trimEnd?: (() => string) | undefined;
1379
- trimStart?: (() => string) | undefined;
1380
- trimLeft?: (() => string) | undefined;
1381
- trimRight?: (() => string) | undefined;
1382
- matchAll?: {} | undefined;
1383
- replaceAll?: {} | undefined;
1384
- at?: {} | undefined;
1385
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1386
- })[] | undefined;
1387
- additionalProperties?: {
1388
- [x: string]: unknown;
1389
- } | undefined;
1390
- }>(override?: O | undefined) => Record<"anthropic/claude-sonnet-4.5", {
1391
- name: string;
1392
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
1393
- created: string;
1394
- knowledge: string;
1395
- modalities: {
1396
- input: readonly ["text", "image", "pdf", "file"];
1397
- output: readonly ["text"];
1398
- };
1399
- context: number;
1400
- providers: readonly ["anthropic", "bedrock", "vertex"];
1401
- } & O>) | (<const O extends {
1402
- name?: string | undefined;
1403
- created?: string | undefined;
1404
- knowledge?: string | undefined;
1405
- modalities?: {
1406
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1407
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1408
- } | undefined;
1409
- context?: number | undefined;
1410
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1411
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1412
- readonly [x: number]: string | undefined;
1413
- toString?: (() => string) | undefined;
1414
- charAt?: {} | undefined;
1415
- charCodeAt?: {} | undefined;
1416
- concat?: {} | undefined;
1417
- indexOf?: {} | undefined;
1418
- lastIndexOf?: {} | undefined;
1419
- localeCompare?: {} | undefined;
1420
- match?: {} | undefined;
1421
- replace?: {} | undefined;
1422
- search?: {} | undefined;
1423
- slice?: {} | undefined;
1424
- split?: {} | undefined;
1425
- substring?: {} | undefined;
1426
- toLowerCase?: (() => string) | undefined;
1427
- toLocaleLowerCase?: {} | undefined;
1428
- toUpperCase?: (() => string) | undefined;
1429
- toLocaleUpperCase?: {} | undefined;
1430
- trim?: (() => string) | undefined;
1431
- readonly length?: number | undefined;
1432
- substr?: {} | undefined;
1433
- valueOf?: (() => string) | undefined;
1434
- codePointAt?: {} | undefined;
1435
- includes?: {} | undefined;
1436
- endsWith?: {} | undefined;
1437
- normalize?: {} | undefined;
1438
- repeat?: {} | undefined;
1439
- startsWith?: {} | undefined;
1440
- anchor?: {} | undefined;
1441
- big?: (() => string) | undefined;
1442
- blink?: (() => string) | undefined;
1443
- bold?: (() => string) | undefined;
1444
- fixed?: (() => string) | undefined;
1445
- fontcolor?: {} | undefined;
1446
- fontsize?: {} | undefined;
1447
- italics?: (() => string) | undefined;
1448
- link?: {} | undefined;
1449
- small?: (() => string) | undefined;
1450
- strike?: (() => string) | undefined;
1451
- sub?: (() => string) | undefined;
1452
- sup?: (() => string) | undefined;
1453
- padStart?: {} | undefined;
1454
- padEnd?: {} | undefined;
1455
- trimEnd?: (() => string) | undefined;
1456
- trimStart?: (() => string) | undefined;
1457
- trimLeft?: (() => string) | undefined;
1458
- trimRight?: (() => string) | undefined;
1459
- matchAll?: {} | undefined;
1460
- replaceAll?: {} | undefined;
1461
- at?: {} | undefined;
1462
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1463
- })[] | undefined;
1464
- additionalProperties?: {
1465
- [x: string]: unknown;
1466
- } | undefined;
1467
- }>(override?: O | undefined) => Record<"anthropic/claude-sonnet-4.6", {
1468
- name: string;
1469
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
1470
- created: string;
1471
- knowledge: string;
1472
- modalities: {
1473
- input: readonly ["text", "image", "pdf", "file"];
1474
- output: readonly ["text"];
1475
- };
1476
- context: number;
1477
- providers: readonly ["anthropic", "bedrock", "vertex"];
1478
- } & O>) | (<const O extends {
1479
- name?: string | undefined;
1480
- created?: string | undefined;
1481
- knowledge?: string | undefined;
1482
- modalities?: {
1483
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1484
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1485
- } | undefined;
1486
- context?: number | undefined;
1487
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1488
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1489
- readonly [x: number]: string | undefined;
1490
- toString?: (() => string) | undefined;
1491
- charAt?: {} | undefined;
1492
- charCodeAt?: {} | undefined;
1493
- concat?: {} | undefined;
1494
- indexOf?: {} | undefined;
1495
- lastIndexOf?: {} | undefined;
1496
- localeCompare?: {} | undefined;
1497
- match?: {} | undefined;
1498
- replace?: {} | undefined;
1499
- search?: {} | undefined;
1500
- slice?: {} | undefined;
1501
- split?: {} | undefined;
1502
- substring?: {} | undefined;
1503
- toLowerCase?: (() => string) | undefined;
1504
- toLocaleLowerCase?: {} | undefined;
1505
- toUpperCase?: (() => string) | undefined;
1506
- toLocaleUpperCase?: {} | undefined;
1507
- trim?: (() => string) | undefined;
1508
- readonly length?: number | undefined;
1509
- substr?: {} | undefined;
1510
- valueOf?: (() => string) | undefined;
1511
- codePointAt?: {} | undefined;
1512
- includes?: {} | undefined;
1513
- endsWith?: {} | undefined;
1514
- normalize?: {} | undefined;
1515
- repeat?: {} | undefined;
1516
- startsWith?: {} | undefined;
1517
- anchor?: {} | undefined;
1518
- big?: (() => string) | undefined;
1519
- blink?: (() => string) | undefined;
1520
- bold?: (() => string) | undefined;
1521
- fixed?: (() => string) | undefined;
1522
- fontcolor?: {} | undefined;
1523
- fontsize?: {} | undefined;
1524
- italics?: (() => string) | undefined;
1525
- link?: {} | undefined;
1526
- small?: (() => string) | undefined;
1527
- strike?: (() => string) | undefined;
1528
- sub?: (() => string) | undefined;
1529
- sup?: (() => string) | undefined;
1530
- padStart?: {} | undefined;
1531
- padEnd?: {} | undefined;
1532
- trimEnd?: (() => string) | undefined;
1533
- trimStart?: (() => string) | undefined;
1534
- trimLeft?: (() => string) | undefined;
1535
- trimRight?: (() => string) | undefined;
1536
- matchAll?: {} | undefined;
1537
- replaceAll?: {} | undefined;
1538
- at?: {} | undefined;
1539
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1540
- })[] | undefined;
1541
- additionalProperties?: {
1542
- [x: string]: unknown;
1543
- } | undefined;
1544
- }>(override?: O | undefined) => Record<"anthropic/claude-sonnet-4", {
1545
- name: string;
1546
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
1547
- created: string;
1548
- knowledge: string;
1549
- modalities: {
1550
- input: readonly ["text", "image", "pdf", "file"];
1551
- output: readonly ["text"];
1552
- };
1553
- context: number;
1554
- providers: readonly ["anthropic", "bedrock", "vertex"];
1555
- } & O>) | (<const O extends {
1556
- name?: string | undefined;
1557
- created?: string | undefined;
1558
- knowledge?: string | undefined;
1559
- modalities?: {
1560
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1561
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1562
- } | undefined;
1563
- context?: number | undefined;
1564
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1565
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1566
- readonly [x: number]: string | undefined;
1567
- toString?: (() => string) | undefined;
1568
- charAt?: {} | undefined;
1569
- charCodeAt?: {} | undefined;
1570
- concat?: {} | undefined;
1571
- indexOf?: {} | undefined;
1572
- lastIndexOf?: {} | undefined;
1573
- localeCompare?: {} | undefined;
1574
- match?: {} | undefined;
1575
- replace?: {} | undefined;
1576
- search?: {} | undefined;
1577
- slice?: {} | undefined;
1578
- split?: {} | undefined;
1579
- substring?: {} | undefined;
1580
- toLowerCase?: (() => string) | undefined;
1581
- toLocaleLowerCase?: {} | undefined;
1582
- toUpperCase?: (() => string) | undefined;
1583
- toLocaleUpperCase?: {} | undefined;
1584
- trim?: (() => string) | undefined;
1585
- readonly length?: number | undefined;
1586
- substr?: {} | undefined;
1587
- valueOf?: (() => string) | undefined;
1588
- codePointAt?: {} | undefined;
1589
- includes?: {} | undefined;
1590
- endsWith?: {} | undefined;
1591
- normalize?: {} | undefined;
1592
- repeat?: {} | undefined;
1593
- startsWith?: {} | undefined;
1594
- anchor?: {} | undefined;
1595
- big?: (() => string) | undefined;
1596
- blink?: (() => string) | undefined;
1597
- bold?: (() => string) | undefined;
1598
- fixed?: (() => string) | undefined;
1599
- fontcolor?: {} | undefined;
1600
- fontsize?: {} | undefined;
1601
- italics?: (() => string) | undefined;
1602
- link?: {} | undefined;
1603
- small?: (() => string) | undefined;
1604
- strike?: (() => string) | undefined;
1605
- sub?: (() => string) | undefined;
1606
- sup?: (() => string) | undefined;
1607
- padStart?: {} | undefined;
1608
- padEnd?: {} | undefined;
1609
- trimEnd?: (() => string) | undefined;
1610
- trimStart?: (() => string) | undefined;
1611
- trimLeft?: (() => string) | undefined;
1612
- trimRight?: (() => string) | undefined;
1613
- matchAll?: {} | undefined;
1614
- replaceAll?: {} | undefined;
1615
- at?: {} | undefined;
1616
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1617
- })[] | undefined;
1618
- additionalProperties?: {
1619
- [x: string]: unknown;
1620
- } | undefined;
1621
- }>(override?: O | undefined) => Record<"anthropic/claude-sonnet-3.7", {
1622
- name: string;
1623
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
1624
- created: string;
1625
- knowledge: string;
1626
- modalities: {
1627
- input: readonly ["text", "image", "pdf", "file"];
1628
- output: readonly ["text"];
1629
- };
1630
- context: number;
1631
- providers: readonly ["anthropic", "bedrock", "vertex"];
1632
- } & O>) | (<const O extends {
1633
- name?: string | undefined;
1634
- created?: string | undefined;
1635
- knowledge?: string | undefined;
1636
- modalities?: {
1637
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1638
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1639
- } | undefined;
1640
- context?: number | undefined;
1641
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1642
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1643
- readonly [x: number]: string | undefined;
1644
- toString?: (() => string) | undefined;
1645
- charAt?: {} | undefined;
1646
- charCodeAt?: {} | undefined;
1647
- concat?: {} | undefined;
1648
- indexOf?: {} | undefined;
1649
- lastIndexOf?: {} | undefined;
1650
- localeCompare?: {} | undefined;
1651
- match?: {} | undefined;
1652
- replace?: {} | undefined;
1653
- search?: {} | undefined;
1654
- slice?: {} | undefined;
1655
- split?: {} | undefined;
1656
- substring?: {} | undefined;
1657
- toLowerCase?: (() => string) | undefined;
1658
- toLocaleLowerCase?: {} | undefined;
1659
- toUpperCase?: (() => string) | undefined;
1660
- toLocaleUpperCase?: {} | undefined;
1661
- trim?: (() => string) | undefined;
1662
- readonly length?: number | undefined;
1663
- substr?: {} | undefined;
1664
- valueOf?: (() => string) | undefined;
1665
- codePointAt?: {} | undefined;
1666
- includes?: {} | undefined;
1667
- endsWith?: {} | undefined;
1668
- normalize?: {} | undefined;
1669
- repeat?: {} | undefined;
1670
- startsWith?: {} | undefined;
1671
- anchor?: {} | undefined;
1672
- big?: (() => string) | undefined;
1673
- blink?: (() => string) | undefined;
1674
- bold?: (() => string) | undefined;
1675
- fixed?: (() => string) | undefined;
1676
- fontcolor?: {} | undefined;
1677
- fontsize?: {} | undefined;
1678
- italics?: (() => string) | undefined;
1679
- link?: {} | undefined;
1680
- small?: (() => string) | undefined;
1681
- strike?: (() => string) | undefined;
1682
- sub?: (() => string) | undefined;
1683
- sup?: (() => string) | undefined;
1684
- padStart?: {} | undefined;
1685
- padEnd?: {} | undefined;
1686
- trimEnd?: (() => string) | undefined;
1687
- trimStart?: (() => string) | undefined;
1688
- trimLeft?: (() => string) | undefined;
1689
- trimRight?: (() => string) | undefined;
1690
- matchAll?: {} | undefined;
1691
- replaceAll?: {} | undefined;
1692
- at?: {} | undefined;
1693
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1694
- })[] | undefined;
1695
- additionalProperties?: {
1696
- [x: string]: unknown;
1697
- } | undefined;
1698
- }>(override?: O | undefined) => Record<"anthropic/claude-sonnet-3.5", {
1699
- name: string;
1700
- created: string;
1701
- knowledge: string;
1702
- modalities: {
1703
- input: readonly ["text", "image", "pdf", "file"];
1704
- output: readonly ["text"];
1705
- };
1706
- capabilities: ("temperature" | "attachments" | "tool_call" | "structured_output")[];
1707
- context: number;
1708
- providers: readonly ["anthropic", "bedrock", "vertex"];
1709
- } & O>) | (<const O extends {
1710
- name?: string | undefined;
1711
- created?: string | undefined;
1712
- knowledge?: string | undefined;
1713
- modalities?: {
1714
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1715
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1716
- } | undefined;
1717
- context?: number | undefined;
1718
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1719
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1720
- readonly [x: number]: string | undefined;
1721
- toString?: (() => string) | undefined;
1722
- charAt?: {} | undefined;
1723
- charCodeAt?: {} | undefined;
1724
- concat?: {} | undefined;
1725
- indexOf?: {} | undefined;
1726
- lastIndexOf?: {} | undefined;
1727
- localeCompare?: {} | undefined;
1728
- match?: {} | undefined;
1729
- replace?: {} | undefined;
1730
- search?: {} | undefined;
1731
- slice?: {} | undefined;
1732
- split?: {} | undefined;
1733
- substring?: {} | undefined;
1734
- toLowerCase?: (() => string) | undefined;
1735
- toLocaleLowerCase?: {} | undefined;
1736
- toUpperCase?: (() => string) | undefined;
1737
- toLocaleUpperCase?: {} | undefined;
1738
- trim?: (() => string) | undefined;
1739
- readonly length?: number | undefined;
1740
- substr?: {} | undefined;
1741
- valueOf?: (() => string) | undefined;
1742
- codePointAt?: {} | undefined;
1743
- includes?: {} | undefined;
1744
- endsWith?: {} | undefined;
1745
- normalize?: {} | undefined;
1746
- repeat?: {} | undefined;
1747
- startsWith?: {} | undefined;
1748
- anchor?: {} | undefined;
1749
- big?: (() => string) | undefined;
1750
- blink?: (() => string) | undefined;
1751
- bold?: (() => string) | undefined;
1752
- fixed?: (() => string) | undefined;
1753
- fontcolor?: {} | undefined;
1754
- fontsize?: {} | undefined;
1755
- italics?: (() => string) | undefined;
1756
- link?: {} | undefined;
1757
- small?: (() => string) | undefined;
1758
- strike?: (() => string) | undefined;
1759
- sub?: (() => string) | undefined;
1760
- sup?: (() => string) | undefined;
1761
- padStart?: {} | undefined;
1762
- padEnd?: {} | undefined;
1763
- trimEnd?: (() => string) | undefined;
1764
- trimStart?: (() => string) | undefined;
1765
- trimLeft?: (() => string) | undefined;
1766
- trimRight?: (() => string) | undefined;
1767
- matchAll?: {} | undefined;
1768
- replaceAll?: {} | undefined;
1769
- at?: {} | undefined;
1770
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1771
- })[] | undefined;
1772
- additionalProperties?: {
1773
- [x: string]: unknown;
1774
- } | undefined;
1775
- }>(override?: O | undefined) => Record<"anthropic/claude-opus-4.5", {
1776
- name: string;
1777
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
1778
- created: string;
1779
- knowledge: string;
1780
- modalities: {
1781
- input: readonly ["text", "image", "pdf", "file"];
1782
- output: readonly ["text"];
1783
- };
1784
- context: number;
1785
- providers: readonly ["anthropic", "bedrock", "vertex"];
1786
- } & O>) | (<const O extends {
1787
- name?: string | undefined;
1788
- created?: string | undefined;
1789
- knowledge?: string | undefined;
1790
- modalities?: {
1791
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1792
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1793
- } | undefined;
1794
- context?: number | undefined;
1795
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1796
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1797
- readonly [x: number]: string | undefined;
1798
- toString?: (() => string) | undefined;
1799
- charAt?: {} | undefined;
1800
- charCodeAt?: {} | undefined;
1801
- concat?: {} | undefined;
1802
- indexOf?: {} | undefined;
1803
- lastIndexOf?: {} | undefined;
1804
- localeCompare?: {} | undefined;
1805
- match?: {} | undefined;
1806
- replace?: {} | undefined;
1807
- search?: {} | undefined;
1808
- slice?: {} | undefined;
1809
- split?: {} | undefined;
1810
- substring?: {} | undefined;
1811
- toLowerCase?: (() => string) | undefined;
1812
- toLocaleLowerCase?: {} | undefined;
1813
- toUpperCase?: (() => string) | undefined;
1814
- toLocaleUpperCase?: {} | undefined;
1815
- trim?: (() => string) | undefined;
1816
- readonly length?: number | undefined;
1817
- substr?: {} | undefined;
1818
- valueOf?: (() => string) | undefined;
1819
- codePointAt?: {} | undefined;
1820
- includes?: {} | undefined;
1821
- endsWith?: {} | undefined;
1822
- normalize?: {} | undefined;
1823
- repeat?: {} | undefined;
1824
- startsWith?: {} | undefined;
1825
- anchor?: {} | undefined;
1826
- big?: (() => string) | undefined;
1827
- blink?: (() => string) | undefined;
1828
- bold?: (() => string) | undefined;
1829
- fixed?: (() => string) | undefined;
1830
- fontcolor?: {} | undefined;
1831
- fontsize?: {} | undefined;
1832
- italics?: (() => string) | undefined;
1833
- link?: {} | undefined;
1834
- small?: (() => string) | undefined;
1835
- strike?: (() => string) | undefined;
1836
- sub?: (() => string) | undefined;
1837
- sup?: (() => string) | undefined;
1838
- padStart?: {} | undefined;
1839
- padEnd?: {} | undefined;
1840
- trimEnd?: (() => string) | undefined;
1841
- trimStart?: (() => string) | undefined;
1842
- trimLeft?: (() => string) | undefined;
1843
- trimRight?: (() => string) | undefined;
1844
- matchAll?: {} | undefined;
1845
- replaceAll?: {} | undefined;
1846
- at?: {} | undefined;
1847
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1848
- })[] | undefined;
1849
- additionalProperties?: {
1850
- [x: string]: unknown;
1851
- } | undefined;
1852
- }>(override?: O | undefined) => Record<"anthropic/claude-opus-4.6", {
1853
- name: string;
1854
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
1855
- created: string;
1856
- knowledge: string;
1857
- modalities: {
1858
- input: readonly ["text", "image", "pdf", "file"];
1859
- output: readonly ["text"];
1860
- };
1861
- context: number;
1862
- providers: readonly ["anthropic", "bedrock", "vertex"];
1863
- } & O>) | (<const O extends {
1864
- name?: string | undefined;
1865
- created?: string | undefined;
1866
- knowledge?: string | undefined;
1867
- modalities?: {
1868
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1869
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1870
- } | undefined;
1871
- context?: number | undefined;
1872
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1873
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1874
- readonly [x: number]: string | undefined;
1875
- toString?: (() => string) | undefined;
1876
- charAt?: {} | undefined;
1877
- charCodeAt?: {} | undefined;
1878
- concat?: {} | undefined;
1879
- indexOf?: {} | undefined;
1880
- lastIndexOf?: {} | undefined;
1881
- localeCompare?: {} | undefined;
1882
- match?: {} | undefined;
1883
- replace?: {} | undefined;
1884
- search?: {} | undefined;
1885
- slice?: {} | undefined;
1886
- split?: {} | undefined;
1887
- substring?: {} | undefined;
1888
- toLowerCase?: (() => string) | undefined;
1889
- toLocaleLowerCase?: {} | undefined;
1890
- toUpperCase?: (() => string) | undefined;
1891
- toLocaleUpperCase?: {} | undefined;
1892
- trim?: (() => string) | undefined;
1893
- readonly length?: number | undefined;
1894
- substr?: {} | undefined;
1895
- valueOf?: (() => string) | undefined;
1896
- codePointAt?: {} | undefined;
1897
- includes?: {} | undefined;
1898
- endsWith?: {} | undefined;
1899
- normalize?: {} | undefined;
1900
- repeat?: {} | undefined;
1901
- startsWith?: {} | undefined;
1902
- anchor?: {} | undefined;
1903
- big?: (() => string) | undefined;
1904
- blink?: (() => string) | undefined;
1905
- bold?: (() => string) | undefined;
1906
- fixed?: (() => string) | undefined;
1907
- fontcolor?: {} | undefined;
1908
- fontsize?: {} | undefined;
1909
- italics?: (() => string) | undefined;
1910
- link?: {} | undefined;
1911
- small?: (() => string) | undefined;
1912
- strike?: (() => string) | undefined;
1913
- sub?: (() => string) | undefined;
1914
- sup?: (() => string) | undefined;
1915
- padStart?: {} | undefined;
1916
- padEnd?: {} | undefined;
1917
- trimEnd?: (() => string) | undefined;
1918
- trimStart?: (() => string) | undefined;
1919
- trimLeft?: (() => string) | undefined;
1920
- trimRight?: (() => string) | undefined;
1921
- matchAll?: {} | undefined;
1922
- replaceAll?: {} | undefined;
1923
- at?: {} | undefined;
1924
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1925
- })[] | undefined;
1926
- additionalProperties?: {
1927
- [x: string]: unknown;
1928
- } | undefined;
1929
- }>(override?: O | undefined) => Record<"anthropic/claude-opus-4.1", {
1930
- name: string;
1931
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
1932
- created: string;
1933
- knowledge: string;
1934
- modalities: {
1935
- input: readonly ["text", "image", "pdf", "file"];
1936
- output: readonly ["text"];
1937
- };
1938
- context: number;
1939
- providers: readonly ["anthropic", "bedrock", "vertex"];
1940
- } & O>) | (<const O extends {
1941
- name?: string | undefined;
1942
- created?: string | undefined;
1943
- knowledge?: string | undefined;
1944
- modalities?: {
1945
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1946
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1947
- } | undefined;
1948
- context?: number | undefined;
1949
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1950
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1951
- readonly [x: number]: string | undefined;
1952
- toString?: (() => string) | undefined;
1953
- charAt?: {} | undefined;
1954
- charCodeAt?: {} | undefined;
1955
- concat?: {} | undefined;
1956
- indexOf?: {} | undefined;
1957
- lastIndexOf?: {} | undefined;
1958
- localeCompare?: {} | undefined;
1959
- match?: {} | undefined;
1960
- replace?: {} | undefined;
1961
- search?: {} | undefined;
1962
- slice?: {} | undefined;
1963
- split?: {} | undefined;
1964
- substring?: {} | undefined;
1965
- toLowerCase?: (() => string) | undefined;
1966
- toLocaleLowerCase?: {} | undefined;
1967
- toUpperCase?: (() => string) | undefined;
1968
- toLocaleUpperCase?: {} | undefined;
1969
- trim?: (() => string) | undefined;
1970
- readonly length?: number | undefined;
1971
- substr?: {} | undefined;
1972
- valueOf?: (() => string) | undefined;
1973
- codePointAt?: {} | undefined;
1974
- includes?: {} | undefined;
1975
- endsWith?: {} | undefined;
1976
- normalize?: {} | undefined;
1977
- repeat?: {} | undefined;
1978
- startsWith?: {} | undefined;
1979
- anchor?: {} | undefined;
1980
- big?: (() => string) | undefined;
1981
- blink?: (() => string) | undefined;
1982
- bold?: (() => string) | undefined;
1983
- fixed?: (() => string) | undefined;
1984
- fontcolor?: {} | undefined;
1985
- fontsize?: {} | undefined;
1986
- italics?: (() => string) | undefined;
1987
- link?: {} | undefined;
1988
- small?: (() => string) | undefined;
1989
- strike?: (() => string) | undefined;
1990
- sub?: (() => string) | undefined;
1991
- sup?: (() => string) | undefined;
1992
- padStart?: {} | undefined;
1993
- padEnd?: {} | undefined;
1994
- trimEnd?: (() => string) | undefined;
1995
- trimStart?: (() => string) | undefined;
1996
- trimLeft?: (() => string) | undefined;
1997
- trimRight?: (() => string) | undefined;
1998
- matchAll?: {} | undefined;
1999
- replaceAll?: {} | undefined;
2000
- at?: {} | undefined;
2001
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2002
- })[] | undefined;
2003
- additionalProperties?: {
2004
- [x: string]: unknown;
2005
- } | undefined;
2006
- }>(override?: O | undefined) => Record<"anthropic/claude-opus-4", {
2007
- name: string;
2008
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
2009
- created: string;
2010
- knowledge: string;
2011
- modalities: {
2012
- input: readonly ["text", "image", "pdf", "file"];
2013
- output: readonly ["text"];
2014
- };
2015
- context: number;
2016
- providers: readonly ["anthropic", "bedrock", "vertex"];
2017
- } & O>))[];
2018
- readonly "v4.x": readonly [<const O extends {
2019
- name?: string | undefined;
2020
- created?: string | undefined;
2021
- knowledge?: string | undefined;
2022
- modalities?: {
2023
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2024
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2025
- } | undefined;
2026
- context?: number | undefined;
2027
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2028
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2029
- readonly [x: number]: string | undefined;
2030
- toString?: (() => string) | undefined;
2031
- charAt?: {} | undefined;
2032
- charCodeAt?: {} | undefined;
2033
- concat?: {} | undefined;
2034
- indexOf?: {} | undefined;
2035
- lastIndexOf?: {} | undefined;
2036
- localeCompare?: {} | undefined;
2037
- match?: {} | undefined;
2038
- replace?: {} | undefined;
2039
- search?: {} | undefined;
2040
- slice?: {} | undefined;
2041
- split?: {} | undefined;
2042
- substring?: {} | undefined;
2043
- toLowerCase?: (() => string) | undefined;
2044
- toLocaleLowerCase?: {} | undefined;
2045
- toUpperCase?: (() => string) | undefined;
2046
- toLocaleUpperCase?: {} | undefined;
2047
- trim?: (() => string) | undefined;
2048
- readonly length?: number | undefined;
2049
- substr?: {} | undefined;
2050
- valueOf?: (() => string) | undefined;
2051
- codePointAt?: {} | undefined;
2052
- includes?: {} | undefined;
2053
- endsWith?: {} | undefined;
2054
- normalize?: {} | undefined;
2055
- repeat?: {} | undefined;
2056
- startsWith?: {} | undefined;
2057
- anchor?: {} | undefined;
2058
- big?: (() => string) | undefined;
2059
- blink?: (() => string) | undefined;
2060
- bold?: (() => string) | undefined;
2061
- fixed?: (() => string) | undefined;
2062
- fontcolor?: {} | undefined;
2063
- fontsize?: {} | undefined;
2064
- italics?: (() => string) | undefined;
2065
- link?: {} | undefined;
2066
- small?: (() => string) | undefined;
2067
- strike?: (() => string) | undefined;
2068
- sub?: (() => string) | undefined;
2069
- sup?: (() => string) | undefined;
2070
- padStart?: {} | undefined;
2071
- padEnd?: {} | undefined;
2072
- trimEnd?: (() => string) | undefined;
2073
- trimStart?: (() => string) | undefined;
2074
- trimLeft?: (() => string) | undefined;
2075
- trimRight?: (() => string) | undefined;
2076
- matchAll?: {} | undefined;
2077
- replaceAll?: {} | undefined;
2078
- at?: {} | undefined;
2079
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2080
- })[] | undefined;
2081
- additionalProperties?: {
2082
- [x: string]: unknown;
2083
- } | undefined;
2084
- }>(override?: O | undefined) => Record<"anthropic/claude-sonnet-4.6", {
2085
- name: string;
2086
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
2087
- created: string;
2088
- knowledge: string;
2089
- modalities: {
2090
- input: readonly ["text", "image", "pdf", "file"];
2091
- output: readonly ["text"];
2092
- };
2093
- context: number;
2094
- providers: readonly ["anthropic", "bedrock", "vertex"];
2095
- } & O>, <const O extends {
2096
- name?: string | undefined;
2097
- created?: string | undefined;
2098
- knowledge?: string | undefined;
2099
- modalities?: {
2100
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2101
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2102
- } | undefined;
2103
- context?: number | undefined;
2104
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2105
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2106
- readonly [x: number]: string | undefined;
2107
- toString?: (() => string) | undefined;
2108
- charAt?: {} | undefined;
2109
- charCodeAt?: {} | undefined;
2110
- concat?: {} | undefined;
2111
- indexOf?: {} | undefined;
2112
- lastIndexOf?: {} | undefined;
2113
- localeCompare?: {} | undefined;
2114
- match?: {} | undefined;
2115
- replace?: {} | undefined;
2116
- search?: {} | undefined;
2117
- slice?: {} | undefined;
2118
- split?: {} | undefined;
2119
- substring?: {} | undefined;
2120
- toLowerCase?: (() => string) | undefined;
2121
- toLocaleLowerCase?: {} | undefined;
2122
- toUpperCase?: (() => string) | undefined;
2123
- toLocaleUpperCase?: {} | undefined;
2124
- trim?: (() => string) | undefined;
2125
- readonly length?: number | undefined;
2126
- substr?: {} | undefined;
2127
- valueOf?: (() => string) | undefined;
2128
- codePointAt?: {} | undefined;
2129
- includes?: {} | undefined;
2130
- endsWith?: {} | undefined;
2131
- normalize?: {} | undefined;
2132
- repeat?: {} | undefined;
2133
- startsWith?: {} | undefined;
2134
- anchor?: {} | undefined;
2135
- big?: (() => string) | undefined;
2136
- blink?: (() => string) | undefined;
2137
- bold?: (() => string) | undefined;
2138
- fixed?: (() => string) | undefined;
2139
- fontcolor?: {} | undefined;
2140
- fontsize?: {} | undefined;
2141
- italics?: (() => string) | undefined;
2142
- link?: {} | undefined;
2143
- small?: (() => string) | undefined;
2144
- strike?: (() => string) | undefined;
2145
- sub?: (() => string) | undefined;
2146
- sup?: (() => string) | undefined;
2147
- padStart?: {} | undefined;
2148
- padEnd?: {} | undefined;
2149
- trimEnd?: (() => string) | undefined;
2150
- trimStart?: (() => string) | undefined;
2151
- trimLeft?: (() => string) | undefined;
2152
- trimRight?: (() => string) | undefined;
2153
- matchAll?: {} | undefined;
2154
- replaceAll?: {} | undefined;
2155
- at?: {} | undefined;
2156
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2157
- })[] | undefined;
2158
- additionalProperties?: {
2159
- [x: string]: unknown;
2160
- } | undefined;
2161
- }>(override?: O | undefined) => Record<"anthropic/claude-opus-4.6", {
2162
- name: string;
2163
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
2164
- created: string;
2165
- knowledge: string;
2166
- modalities: {
2167
- input: readonly ["text", "image", "pdf", "file"];
2168
- output: readonly ["text"];
2169
- };
2170
- context: number;
2171
- providers: readonly ["anthropic", "bedrock", "vertex"];
2172
- } & O>, <const O extends {
2173
- name?: string | undefined;
2174
- created?: string | undefined;
2175
- knowledge?: string | undefined;
2176
- modalities?: {
2177
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2178
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2179
- } | undefined;
2180
- context?: number | undefined;
2181
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2182
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2183
- readonly [x: number]: string | undefined;
2184
- toString?: (() => string) | undefined;
2185
- charAt?: {} | undefined;
2186
- charCodeAt?: {} | undefined;
2187
- concat?: {} | undefined;
2188
- indexOf?: {} | undefined;
2189
- lastIndexOf?: {} | undefined;
2190
- localeCompare?: {} | undefined;
2191
- match?: {} | undefined;
2192
- replace?: {} | undefined;
2193
- search?: {} | undefined;
2194
- slice?: {} | undefined;
2195
- split?: {} | undefined;
2196
- substring?: {} | undefined;
2197
- toLowerCase?: (() => string) | undefined;
2198
- toLocaleLowerCase?: {} | undefined;
2199
- toUpperCase?: (() => string) | undefined;
2200
- toLocaleUpperCase?: {} | undefined;
2201
- trim?: (() => string) | undefined;
2202
- readonly length?: number | undefined;
2203
- substr?: {} | undefined;
2204
- valueOf?: (() => string) | undefined;
2205
- codePointAt?: {} | undefined;
2206
- includes?: {} | undefined;
2207
- endsWith?: {} | undefined;
2208
- normalize?: {} | undefined;
2209
- repeat?: {} | undefined;
2210
- startsWith?: {} | undefined;
2211
- anchor?: {} | undefined;
2212
- big?: (() => string) | undefined;
2213
- blink?: (() => string) | undefined;
2214
- bold?: (() => string) | undefined;
2215
- fixed?: (() => string) | undefined;
2216
- fontcolor?: {} | undefined;
2217
- fontsize?: {} | undefined;
2218
- italics?: (() => string) | undefined;
2219
- link?: {} | undefined;
2220
- small?: (() => string) | undefined;
2221
- strike?: (() => string) | undefined;
2222
- sub?: (() => string) | undefined;
2223
- sup?: (() => string) | undefined;
2224
- padStart?: {} | undefined;
2225
- padEnd?: {} | undefined;
2226
- trimEnd?: (() => string) | undefined;
2227
- trimStart?: (() => string) | undefined;
2228
- trimLeft?: (() => string) | undefined;
2229
- trimRight?: (() => string) | undefined;
2230
- matchAll?: {} | undefined;
2231
- replaceAll?: {} | undefined;
2232
- at?: {} | undefined;
2233
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2234
- })[] | undefined;
2235
- additionalProperties?: {
2236
- [x: string]: unknown;
2237
- } | undefined;
2238
- }>(override?: O | undefined) => Record<"anthropic/claude-haiku-4.5", {
2239
- name: string;
2240
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
2241
- created: string;
2242
- knowledge: string;
2243
- modalities: {
2244
- input: readonly ["text", "image", "pdf", "file"];
2245
- output: readonly ["text"];
2246
- };
2247
- context: number;
2248
- providers: readonly ["anthropic", "bedrock", "vertex"];
2249
- } & O>, <const O extends {
2250
- name?: string | undefined;
2251
- created?: string | undefined;
2252
- knowledge?: string | undefined;
2253
- modalities?: {
2254
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2255
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2256
- } | undefined;
2257
- context?: number | undefined;
2258
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2259
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2260
- readonly [x: number]: string | undefined;
2261
- toString?: (() => string) | undefined;
2262
- charAt?: {} | undefined;
2263
- charCodeAt?: {} | undefined;
2264
- concat?: {} | undefined;
2265
- indexOf?: {} | undefined;
2266
- lastIndexOf?: {} | undefined;
2267
- localeCompare?: {} | undefined;
2268
- match?: {} | undefined;
2269
- replace?: {} | undefined;
2270
- search?: {} | undefined;
2271
- slice?: {} | undefined;
2272
- split?: {} | undefined;
2273
- substring?: {} | undefined;
2274
- toLowerCase?: (() => string) | undefined;
2275
- toLocaleLowerCase?: {} | undefined;
2276
- toUpperCase?: (() => string) | undefined;
2277
- toLocaleUpperCase?: {} | undefined;
2278
- trim?: (() => string) | undefined;
2279
- readonly length?: number | undefined;
2280
- substr?: {} | undefined;
2281
- valueOf?: (() => string) | undefined;
2282
- codePointAt?: {} | undefined;
2283
- includes?: {} | undefined;
2284
- endsWith?: {} | undefined;
2285
- normalize?: {} | undefined;
2286
- repeat?: {} | undefined;
2287
- startsWith?: {} | undefined;
2288
- anchor?: {} | undefined;
2289
- big?: (() => string) | undefined;
2290
- blink?: (() => string) | undefined;
2291
- bold?: (() => string) | undefined;
2292
- fixed?: (() => string) | undefined;
2293
- fontcolor?: {} | undefined;
2294
- fontsize?: {} | undefined;
2295
- italics?: (() => string) | undefined;
2296
- link?: {} | undefined;
2297
- small?: (() => string) | undefined;
2298
- strike?: (() => string) | undefined;
2299
- sub?: (() => string) | undefined;
2300
- sup?: (() => string) | undefined;
2301
- padStart?: {} | undefined;
2302
- padEnd?: {} | undefined;
2303
- trimEnd?: (() => string) | undefined;
2304
- trimStart?: (() => string) | undefined;
2305
- trimLeft?: (() => string) | undefined;
2306
- trimRight?: (() => string) | undefined;
2307
- matchAll?: {} | undefined;
2308
- replaceAll?: {} | undefined;
2309
- at?: {} | undefined;
2310
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2311
- })[] | undefined;
2312
- additionalProperties?: {
2313
- [x: string]: unknown;
2314
- } | undefined;
2315
- }>(override?: O | undefined) => Record<"anthropic/claude-sonnet-4.5", {
2316
- name: string;
2317
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
2318
- created: string;
2319
- knowledge: string;
2320
- modalities: {
2321
- input: readonly ["text", "image", "pdf", "file"];
2322
- output: readonly ["text"];
2323
- };
2324
- context: number;
2325
- providers: readonly ["anthropic", "bedrock", "vertex"];
2326
- } & O>, <const O extends {
2327
- name?: string | undefined;
2328
- created?: string | undefined;
2329
- knowledge?: string | undefined;
2330
- modalities?: {
2331
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2332
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2333
- } | undefined;
2334
- context?: number | undefined;
2335
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2336
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2337
- readonly [x: number]: string | undefined;
2338
- toString?: (() => string) | undefined;
2339
- charAt?: {} | undefined;
2340
- charCodeAt?: {} | undefined;
2341
- concat?: {} | undefined;
2342
- indexOf?: {} | undefined;
2343
- lastIndexOf?: {} | undefined;
2344
- localeCompare?: {} | undefined;
2345
- match?: {} | undefined;
2346
- replace?: {} | undefined;
2347
- search?: {} | undefined;
2348
- slice?: {} | undefined;
2349
- split?: {} | undefined;
2350
- substring?: {} | undefined;
2351
- toLowerCase?: (() => string) | undefined;
2352
- toLocaleLowerCase?: {} | undefined;
2353
- toUpperCase?: (() => string) | undefined;
2354
- toLocaleUpperCase?: {} | undefined;
2355
- trim?: (() => string) | undefined;
2356
- readonly length?: number | undefined;
2357
- substr?: {} | undefined;
2358
- valueOf?: (() => string) | undefined;
2359
- codePointAt?: {} | undefined;
2360
- includes?: {} | undefined;
2361
- endsWith?: {} | undefined;
2362
- normalize?: {} | undefined;
2363
- repeat?: {} | undefined;
2364
- startsWith?: {} | undefined;
2365
- anchor?: {} | undefined;
2366
- big?: (() => string) | undefined;
2367
- blink?: (() => string) | undefined;
2368
- bold?: (() => string) | undefined;
2369
- fixed?: (() => string) | undefined;
2370
- fontcolor?: {} | undefined;
2371
- fontsize?: {} | undefined;
2372
- italics?: (() => string) | undefined;
2373
- link?: {} | undefined;
2374
- small?: (() => string) | undefined;
2375
- strike?: (() => string) | undefined;
2376
- sub?: (() => string) | undefined;
2377
- sup?: (() => string) | undefined;
2378
- padStart?: {} | undefined;
2379
- padEnd?: {} | undefined;
2380
- trimEnd?: (() => string) | undefined;
2381
- trimStart?: (() => string) | undefined;
2382
- trimLeft?: (() => string) | undefined;
2383
- trimRight?: (() => string) | undefined;
2384
- matchAll?: {} | undefined;
2385
- replaceAll?: {} | undefined;
2386
- at?: {} | undefined;
2387
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2388
- })[] | undefined;
2389
- additionalProperties?: {
2390
- [x: string]: unknown;
2391
- } | undefined;
2392
- }>(override?: O | undefined) => Record<"anthropic/claude-opus-4.5", {
2393
- name: string;
2394
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
2395
- created: string;
2396
- knowledge: string;
2397
- modalities: {
2398
- input: readonly ["text", "image", "pdf", "file"];
2399
- output: readonly ["text"];
2400
- };
2401
- context: number;
2402
- providers: readonly ["anthropic", "bedrock", "vertex"];
2403
- } & O>, <const O extends {
2404
- name?: string | undefined;
2405
- created?: string | undefined;
2406
- knowledge?: string | undefined;
2407
- modalities?: {
2408
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2409
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2410
- } | undefined;
2411
- context?: number | undefined;
2412
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2413
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2414
- readonly [x: number]: string | undefined;
2415
- toString?: (() => string) | undefined;
2416
- charAt?: {} | undefined;
2417
- charCodeAt?: {} | undefined;
2418
- concat?: {} | undefined;
2419
- indexOf?: {} | undefined;
2420
- lastIndexOf?: {} | undefined;
2421
- localeCompare?: {} | undefined;
2422
- match?: {} | undefined;
2423
- replace?: {} | undefined;
2424
- search?: {} | undefined;
2425
- slice?: {} | undefined;
2426
- split?: {} | undefined;
2427
- substring?: {} | undefined;
2428
- toLowerCase?: (() => string) | undefined;
2429
- toLocaleLowerCase?: {} | undefined;
2430
- toUpperCase?: (() => string) | undefined;
2431
- toLocaleUpperCase?: {} | undefined;
2432
- trim?: (() => string) | undefined;
2433
- readonly length?: number | undefined;
2434
- substr?: {} | undefined;
2435
- valueOf?: (() => string) | undefined;
2436
- codePointAt?: {} | undefined;
2437
- includes?: {} | undefined;
2438
- endsWith?: {} | undefined;
2439
- normalize?: {} | undefined;
2440
- repeat?: {} | undefined;
2441
- startsWith?: {} | undefined;
2442
- anchor?: {} | undefined;
2443
- big?: (() => string) | undefined;
2444
- blink?: (() => string) | undefined;
2445
- bold?: (() => string) | undefined;
2446
- fixed?: (() => string) | undefined;
2447
- fontcolor?: {} | undefined;
2448
- fontsize?: {} | undefined;
2449
- italics?: (() => string) | undefined;
2450
- link?: {} | undefined;
2451
- small?: (() => string) | undefined;
2452
- strike?: (() => string) | undefined;
2453
- sub?: (() => string) | undefined;
2454
- sup?: (() => string) | undefined;
2455
- padStart?: {} | undefined;
2456
- padEnd?: {} | undefined;
2457
- trimEnd?: (() => string) | undefined;
2458
- trimStart?: (() => string) | undefined;
2459
- trimLeft?: (() => string) | undefined;
2460
- trimRight?: (() => string) | undefined;
2461
- matchAll?: {} | undefined;
2462
- replaceAll?: {} | undefined;
2463
- at?: {} | undefined;
2464
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2465
- })[] | undefined;
2466
- additionalProperties?: {
2467
- [x: string]: unknown;
2468
- } | undefined;
2469
- }>(override?: O | undefined) => Record<"anthropic/claude-opus-4.1", {
2470
- name: string;
2471
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
2472
- created: string;
2473
- knowledge: string;
2474
- modalities: {
2475
- input: readonly ["text", "image", "pdf", "file"];
2476
- output: readonly ["text"];
2477
- };
2478
- context: number;
2479
- providers: readonly ["anthropic", "bedrock", "vertex"];
2480
- } & O>, <const O extends {
2481
- name?: string | undefined;
2482
- created?: string | undefined;
2483
- knowledge?: string | undefined;
2484
- modalities?: {
2485
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2486
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2487
- } | undefined;
2488
- context?: number | undefined;
2489
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2490
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2491
- readonly [x: number]: string | undefined;
2492
- toString?: (() => string) | undefined;
2493
- charAt?: {} | undefined;
2494
- charCodeAt?: {} | undefined;
2495
- concat?: {} | undefined;
2496
- indexOf?: {} | undefined;
2497
- lastIndexOf?: {} | undefined;
2498
- localeCompare?: {} | undefined;
2499
- match?: {} | undefined;
2500
- replace?: {} | undefined;
2501
- search?: {} | undefined;
2502
- slice?: {} | undefined;
2503
- split?: {} | undefined;
2504
- substring?: {} | undefined;
2505
- toLowerCase?: (() => string) | undefined;
2506
- toLocaleLowerCase?: {} | undefined;
2507
- toUpperCase?: (() => string) | undefined;
2508
- toLocaleUpperCase?: {} | undefined;
2509
- trim?: (() => string) | undefined;
2510
- readonly length?: number | undefined;
2511
- substr?: {} | undefined;
2512
- valueOf?: (() => string) | undefined;
2513
- codePointAt?: {} | undefined;
2514
- includes?: {} | undefined;
2515
- endsWith?: {} | undefined;
2516
- normalize?: {} | undefined;
2517
- repeat?: {} | undefined;
2518
- startsWith?: {} | undefined;
2519
- anchor?: {} | undefined;
2520
- big?: (() => string) | undefined;
2521
- blink?: (() => string) | undefined;
2522
- bold?: (() => string) | undefined;
2523
- fixed?: (() => string) | undefined;
2524
- fontcolor?: {} | undefined;
2525
- fontsize?: {} | undefined;
2526
- italics?: (() => string) | undefined;
2527
- link?: {} | undefined;
2528
- small?: (() => string) | undefined;
2529
- strike?: (() => string) | undefined;
2530
- sub?: (() => string) | undefined;
2531
- sup?: (() => string) | undefined;
2532
- padStart?: {} | undefined;
2533
- padEnd?: {} | undefined;
2534
- trimEnd?: (() => string) | undefined;
2535
- trimStart?: (() => string) | undefined;
2536
- trimLeft?: (() => string) | undefined;
2537
- trimRight?: (() => string) | undefined;
2538
- matchAll?: {} | undefined;
2539
- replaceAll?: {} | undefined;
2540
- at?: {} | undefined;
2541
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2542
- })[] | undefined;
2543
- additionalProperties?: {
2544
- [x: string]: unknown;
2545
- } | undefined;
2546
- }>(override?: O | undefined) => Record<"anthropic/claude-sonnet-4", {
2547
- name: string;
2548
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
2549
- created: string;
2550
- knowledge: string;
2551
- modalities: {
2552
- input: readonly ["text", "image", "pdf", "file"];
2553
- output: readonly ["text"];
2554
- };
2555
- context: number;
2556
- providers: readonly ["anthropic", "bedrock", "vertex"];
2557
- } & O>, <const O extends {
2558
- name?: string | undefined;
2559
- created?: string | undefined;
2560
- knowledge?: string | undefined;
2561
- modalities?: {
2562
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2563
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2564
- } | undefined;
2565
- context?: number | undefined;
2566
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2567
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2568
- readonly [x: number]: string | undefined;
2569
- toString?: (() => string) | undefined;
2570
- charAt?: {} | undefined;
2571
- charCodeAt?: {} | undefined;
2572
- concat?: {} | undefined;
2573
- indexOf?: {} | undefined;
2574
- lastIndexOf?: {} | undefined;
2575
- localeCompare?: {} | undefined;
2576
- match?: {} | undefined;
2577
- replace?: {} | undefined;
2578
- search?: {} | undefined;
2579
- slice?: {} | undefined;
2580
- split?: {} | undefined;
2581
- substring?: {} | undefined;
2582
- toLowerCase?: (() => string) | undefined;
2583
- toLocaleLowerCase?: {} | undefined;
2584
- toUpperCase?: (() => string) | undefined;
2585
- toLocaleUpperCase?: {} | undefined;
2586
- trim?: (() => string) | undefined;
2587
- readonly length?: number | undefined;
2588
- substr?: {} | undefined;
2589
- valueOf?: (() => string) | undefined;
2590
- codePointAt?: {} | undefined;
2591
- includes?: {} | undefined;
2592
- endsWith?: {} | undefined;
2593
- normalize?: {} | undefined;
2594
- repeat?: {} | undefined;
2595
- startsWith?: {} | undefined;
2596
- anchor?: {} | undefined;
2597
- big?: (() => string) | undefined;
2598
- blink?: (() => string) | undefined;
2599
- bold?: (() => string) | undefined;
2600
- fixed?: (() => string) | undefined;
2601
- fontcolor?: {} | undefined;
2602
- fontsize?: {} | undefined;
2603
- italics?: (() => string) | undefined;
2604
- link?: {} | undefined;
2605
- small?: (() => string) | undefined;
2606
- strike?: (() => string) | undefined;
2607
- sub?: (() => string) | undefined;
2608
- sup?: (() => string) | undefined;
2609
- padStart?: {} | undefined;
2610
- padEnd?: {} | undefined;
2611
- trimEnd?: (() => string) | undefined;
2612
- trimStart?: (() => string) | undefined;
2613
- trimLeft?: (() => string) | undefined;
2614
- trimRight?: (() => string) | undefined;
2615
- matchAll?: {} | undefined;
2616
- replaceAll?: {} | undefined;
2617
- at?: {} | undefined;
2618
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2619
- })[] | undefined;
2620
- additionalProperties?: {
2621
- [x: string]: unknown;
2622
- } | undefined;
2623
- }>(override?: O | undefined) => Record<"anthropic/claude-opus-4", {
2624
- name: string;
2625
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
2626
- created: string;
2627
- knowledge: string;
2628
- modalities: {
2629
- input: readonly ["text", "image", "pdf", "file"];
2630
- output: readonly ["text"];
2631
- };
2632
- context: number;
2633
- providers: readonly ["anthropic", "bedrock", "vertex"];
2634
- } & O>];
2635
- readonly "v3.x": readonly [<const O extends {
2636
- name?: string | undefined;
2637
- created?: string | undefined;
2638
- knowledge?: string | undefined;
2639
- modalities?: {
2640
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2641
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2642
- } | undefined;
2643
- context?: number | undefined;
2644
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2645
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2646
- readonly [x: number]: string | undefined;
2647
- toString?: (() => string) | undefined;
2648
- charAt?: {} | undefined;
2649
- charCodeAt?: {} | undefined;
2650
- concat?: {} | undefined;
2651
- indexOf?: {} | undefined;
2652
- lastIndexOf?: {} | undefined;
2653
- localeCompare?: {} | undefined;
2654
- match?: {} | undefined;
2655
- replace?: {} | undefined;
2656
- search?: {} | undefined;
2657
- slice?: {} | undefined;
2658
- split?: {} | undefined;
2659
- substring?: {} | undefined;
2660
- toLowerCase?: (() => string) | undefined;
2661
- toLocaleLowerCase?: {} | undefined;
2662
- toUpperCase?: (() => string) | undefined;
2663
- toLocaleUpperCase?: {} | undefined;
2664
- trim?: (() => string) | undefined;
2665
- readonly length?: number | undefined;
2666
- substr?: {} | undefined;
2667
- valueOf?: (() => string) | undefined;
2668
- codePointAt?: {} | undefined;
2669
- includes?: {} | undefined;
2670
- endsWith?: {} | undefined;
2671
- normalize?: {} | undefined;
2672
- repeat?: {} | undefined;
2673
- startsWith?: {} | undefined;
2674
- anchor?: {} | undefined;
2675
- big?: (() => string) | undefined;
2676
- blink?: (() => string) | undefined;
2677
- bold?: (() => string) | undefined;
2678
- fixed?: (() => string) | undefined;
2679
- fontcolor?: {} | undefined;
2680
- fontsize?: {} | undefined;
2681
- italics?: (() => string) | undefined;
2682
- link?: {} | undefined;
2683
- small?: (() => string) | undefined;
2684
- strike?: (() => string) | undefined;
2685
- sub?: (() => string) | undefined;
2686
- sup?: (() => string) | undefined;
2687
- padStart?: {} | undefined;
2688
- padEnd?: {} | undefined;
2689
- trimEnd?: (() => string) | undefined;
2690
- trimStart?: (() => string) | undefined;
2691
- trimLeft?: (() => string) | undefined;
2692
- trimRight?: (() => string) | undefined;
2693
- matchAll?: {} | undefined;
2694
- replaceAll?: {} | undefined;
2695
- at?: {} | undefined;
2696
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2697
- })[] | undefined;
2698
- additionalProperties?: {
2699
- [x: string]: unknown;
2700
- } | undefined;
2701
- }>(override?: O | undefined) => Record<"anthropic/claude-sonnet-3.7", {
2702
- name: string;
2703
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
2704
- created: string;
2705
- knowledge: string;
2706
- modalities: {
2707
- input: readonly ["text", "image", "pdf", "file"];
2708
- output: readonly ["text"];
2709
- };
2710
- context: number;
2711
- providers: readonly ["anthropic", "bedrock", "vertex"];
2712
- } & O>, <const O extends {
2713
- name?: string | undefined;
2714
- created?: string | undefined;
2715
- knowledge?: string | undefined;
2716
- modalities?: {
2717
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2718
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2719
- } | undefined;
2720
- context?: number | undefined;
2721
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2722
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2723
- readonly [x: number]: string | undefined;
2724
- toString?: (() => string) | undefined;
2725
- charAt?: {} | undefined;
2726
- charCodeAt?: {} | undefined;
2727
- concat?: {} | undefined;
2728
- indexOf?: {} | undefined;
2729
- lastIndexOf?: {} | undefined;
2730
- localeCompare?: {} | undefined;
2731
- match?: {} | undefined;
2732
- replace?: {} | undefined;
2733
- search?: {} | undefined;
2734
- slice?: {} | undefined;
2735
- split?: {} | undefined;
2736
- substring?: {} | undefined;
2737
- toLowerCase?: (() => string) | undefined;
2738
- toLocaleLowerCase?: {} | undefined;
2739
- toUpperCase?: (() => string) | undefined;
2740
- toLocaleUpperCase?: {} | undefined;
2741
- trim?: (() => string) | undefined;
2742
- readonly length?: number | undefined;
2743
- substr?: {} | undefined;
2744
- valueOf?: (() => string) | undefined;
2745
- codePointAt?: {} | undefined;
2746
- includes?: {} | undefined;
2747
- endsWith?: {} | undefined;
2748
- normalize?: {} | undefined;
2749
- repeat?: {} | undefined;
2750
- startsWith?: {} | undefined;
2751
- anchor?: {} | undefined;
2752
- big?: (() => string) | undefined;
2753
- blink?: (() => string) | undefined;
2754
- bold?: (() => string) | undefined;
2755
- fixed?: (() => string) | undefined;
2756
- fontcolor?: {} | undefined;
2757
- fontsize?: {} | undefined;
2758
- italics?: (() => string) | undefined;
2759
- link?: {} | undefined;
2760
- small?: (() => string) | undefined;
2761
- strike?: (() => string) | undefined;
2762
- sub?: (() => string) | undefined;
2763
- sup?: (() => string) | undefined;
2764
- padStart?: {} | undefined;
2765
- padEnd?: {} | undefined;
2766
- trimEnd?: (() => string) | undefined;
2767
- trimStart?: (() => string) | undefined;
2768
- trimLeft?: (() => string) | undefined;
2769
- trimRight?: (() => string) | undefined;
2770
- matchAll?: {} | undefined;
2771
- replaceAll?: {} | undefined;
2772
- at?: {} | undefined;
2773
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2774
- })[] | undefined;
2775
- additionalProperties?: {
2776
- [x: string]: unknown;
2777
- } | undefined;
2778
- }>(override?: O | undefined) => Record<"anthropic/claude-sonnet-3.5", {
2779
- name: string;
2780
- created: string;
2781
- knowledge: string;
2782
- modalities: {
2783
- input: readonly ["text", "image", "pdf", "file"];
2784
- output: readonly ["text"];
2785
- };
2786
- capabilities: ("temperature" | "attachments" | "tool_call" | "structured_output")[];
2787
- context: number;
2788
- providers: readonly ["anthropic", "bedrock", "vertex"];
2789
- } & O>, <const O extends {
2790
- name?: string | undefined;
2791
- created?: string | undefined;
2792
- knowledge?: string | undefined;
2793
- modalities?: {
2794
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2795
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2796
- } | undefined;
2797
- context?: number | undefined;
2798
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2799
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2800
- readonly [x: number]: string | undefined;
2801
- toString?: (() => string) | undefined;
2802
- charAt?: {} | undefined;
2803
- charCodeAt?: {} | undefined;
2804
- concat?: {} | undefined;
2805
- indexOf?: {} | undefined;
2806
- lastIndexOf?: {} | undefined;
2807
- localeCompare?: {} | undefined;
2808
- match?: {} | undefined;
2809
- replace?: {} | undefined;
2810
- search?: {} | undefined;
2811
- slice?: {} | undefined;
2812
- split?: {} | undefined;
2813
- substring?: {} | undefined;
2814
- toLowerCase?: (() => string) | undefined;
2815
- toLocaleLowerCase?: {} | undefined;
2816
- toUpperCase?: (() => string) | undefined;
2817
- toLocaleUpperCase?: {} | undefined;
2818
- trim?: (() => string) | undefined;
2819
- readonly length?: number | undefined;
2820
- substr?: {} | undefined;
2821
- valueOf?: (() => string) | undefined;
2822
- codePointAt?: {} | undefined;
2823
- includes?: {} | undefined;
2824
- endsWith?: {} | undefined;
2825
- normalize?: {} | undefined;
2826
- repeat?: {} | undefined;
2827
- startsWith?: {} | undefined;
2828
- anchor?: {} | undefined;
2829
- big?: (() => string) | undefined;
2830
- blink?: (() => string) | undefined;
2831
- bold?: (() => string) | undefined;
2832
- fixed?: (() => string) | undefined;
2833
- fontcolor?: {} | undefined;
2834
- fontsize?: {} | undefined;
2835
- italics?: (() => string) | undefined;
2836
- link?: {} | undefined;
2837
- small?: (() => string) | undefined;
2838
- strike?: (() => string) | undefined;
2839
- sub?: (() => string) | undefined;
2840
- sup?: (() => string) | undefined;
2841
- padStart?: {} | undefined;
2842
- padEnd?: {} | undefined;
2843
- trimEnd?: (() => string) | undefined;
2844
- trimStart?: (() => string) | undefined;
2845
- trimLeft?: (() => string) | undefined;
2846
- trimRight?: (() => string) | undefined;
2847
- matchAll?: {} | undefined;
2848
- replaceAll?: {} | undefined;
2849
- at?: {} | undefined;
2850
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2851
- })[] | undefined;
2852
- additionalProperties?: {
2853
- [x: string]: unknown;
2854
- } | undefined;
2855
- }>(override?: O | undefined) => Record<"anthropic/claude-haiku-3.5", {
2856
- name: string;
2857
- created: string;
2858
- knowledge: string;
2859
- modalities: {
2860
- input: readonly ["text", "image", "pdf", "file"];
2861
- output: readonly ["text"];
2862
- };
2863
- capabilities: ("temperature" | "attachments" | "tool_call" | "structured_output")[];
2864
- context: number;
2865
- providers: readonly ["anthropic", "bedrock", "vertex"];
2866
- } & O>, <const O extends {
2867
- name?: string | undefined;
2868
- created?: string | undefined;
2869
- knowledge?: string | undefined;
2870
- modalities?: {
2871
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2872
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2873
- } | undefined;
2874
- context?: number | undefined;
2875
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2876
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2877
- readonly [x: number]: string | undefined;
2878
- toString?: (() => string) | undefined;
2879
- charAt?: {} | undefined;
2880
- charCodeAt?: {} | undefined;
2881
- concat?: {} | undefined;
2882
- indexOf?: {} | undefined;
2883
- lastIndexOf?: {} | undefined;
2884
- localeCompare?: {} | undefined;
2885
- match?: {} | undefined;
2886
- replace?: {} | undefined;
2887
- search?: {} | undefined;
2888
- slice?: {} | undefined;
2889
- split?: {} | undefined;
2890
- substring?: {} | undefined;
2891
- toLowerCase?: (() => string) | undefined;
2892
- toLocaleLowerCase?: {} | undefined;
2893
- toUpperCase?: (() => string) | undefined;
2894
- toLocaleUpperCase?: {} | undefined;
2895
- trim?: (() => string) | undefined;
2896
- readonly length?: number | undefined;
2897
- substr?: {} | undefined;
2898
- valueOf?: (() => string) | undefined;
2899
- codePointAt?: {} | undefined;
2900
- includes?: {} | undefined;
2901
- endsWith?: {} | undefined;
2902
- normalize?: {} | undefined;
2903
- repeat?: {} | undefined;
2904
- startsWith?: {} | undefined;
2905
- anchor?: {} | undefined;
2906
- big?: (() => string) | undefined;
2907
- blink?: (() => string) | undefined;
2908
- bold?: (() => string) | undefined;
2909
- fixed?: (() => string) | undefined;
2910
- fontcolor?: {} | undefined;
2911
- fontsize?: {} | undefined;
2912
- italics?: (() => string) | undefined;
2913
- link?: {} | undefined;
2914
- small?: (() => string) | undefined;
2915
- strike?: (() => string) | undefined;
2916
- sub?: (() => string) | undefined;
2917
- sup?: (() => string) | undefined;
2918
- padStart?: {} | undefined;
2919
- padEnd?: {} | undefined;
2920
- trimEnd?: (() => string) | undefined;
2921
- trimStart?: (() => string) | undefined;
2922
- trimLeft?: (() => string) | undefined;
2923
- trimRight?: (() => string) | undefined;
2924
- matchAll?: {} | undefined;
2925
- replaceAll?: {} | undefined;
2926
- at?: {} | undefined;
2927
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2928
- })[] | undefined;
2929
- additionalProperties?: {
2930
- [x: string]: unknown;
2931
- } | undefined;
2932
- }>(override?: O | undefined) => Record<"anthropic/claude-haiku-3", {
2933
- name: string;
2934
- created: string;
2935
- knowledge: string;
2936
- modalities: {
2937
- input: readonly ["text", "image", "file"];
2938
- output: readonly ["text"];
2939
- };
2940
- capabilities: ("temperature" | "attachments" | "tool_call" | "structured_output")[];
2941
- context: number;
2942
- providers: readonly ["anthropic", "bedrock", "vertex"];
2943
- } & O>];
2944
- readonly "v4.6": readonly [<const O extends {
2945
- name?: string | undefined;
2946
- created?: string | undefined;
2947
- knowledge?: string | undefined;
2948
- modalities?: {
2949
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2950
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2951
- } | undefined;
2952
- context?: number | undefined;
2953
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2954
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2955
- readonly [x: number]: string | undefined;
2956
- toString?: (() => string) | undefined;
2957
- charAt?: {} | undefined;
2958
- charCodeAt?: {} | undefined;
2959
- concat?: {} | undefined;
2960
- indexOf?: {} | undefined;
2961
- lastIndexOf?: {} | undefined;
2962
- localeCompare?: {} | undefined;
2963
- match?: {} | undefined;
2964
- replace?: {} | undefined;
2965
- search?: {} | undefined;
2966
- slice?: {} | undefined;
2967
- split?: {} | undefined;
2968
- substring?: {} | undefined;
2969
- toLowerCase?: (() => string) | undefined;
2970
- toLocaleLowerCase?: {} | undefined;
2971
- toUpperCase?: (() => string) | undefined;
2972
- toLocaleUpperCase?: {} | undefined;
2973
- trim?: (() => string) | undefined;
2974
- readonly length?: number | undefined;
2975
- substr?: {} | undefined;
2976
- valueOf?: (() => string) | undefined;
2977
- codePointAt?: {} | undefined;
2978
- includes?: {} | undefined;
2979
- endsWith?: {} | undefined;
2980
- normalize?: {} | undefined;
2981
- repeat?: {} | undefined;
2982
- startsWith?: {} | undefined;
2983
- anchor?: {} | undefined;
2984
- big?: (() => string) | undefined;
2985
- blink?: (() => string) | undefined;
2986
- bold?: (() => string) | undefined;
2987
- fixed?: (() => string) | undefined;
2988
- fontcolor?: {} | undefined;
2989
- fontsize?: {} | undefined;
2990
- italics?: (() => string) | undefined;
2991
- link?: {} | undefined;
2992
- small?: (() => string) | undefined;
2993
- strike?: (() => string) | undefined;
2994
- sub?: (() => string) | undefined;
2995
- sup?: (() => string) | undefined;
2996
- padStart?: {} | undefined;
2997
- padEnd?: {} | undefined;
2998
- trimEnd?: (() => string) | undefined;
2999
- trimStart?: (() => string) | undefined;
3000
- trimLeft?: (() => string) | undefined;
3001
- trimRight?: (() => string) | undefined;
3002
- matchAll?: {} | undefined;
3003
- replaceAll?: {} | undefined;
3004
- at?: {} | undefined;
3005
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
3006
- })[] | undefined;
3007
- additionalProperties?: {
3008
- [x: string]: unknown;
3009
- } | undefined;
3010
- }>(override?: O | undefined) => Record<"anthropic/claude-sonnet-4.6", {
3011
- name: string;
3012
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
3013
- created: string;
3014
- knowledge: string;
3015
- modalities: {
3016
- input: readonly ["text", "image", "pdf", "file"];
3017
- output: readonly ["text"];
3018
- };
3019
- context: number;
3020
- providers: readonly ["anthropic", "bedrock", "vertex"];
3021
- } & O>, <const O extends {
3022
- name?: string | undefined;
3023
- created?: string | undefined;
3024
- knowledge?: string | undefined;
3025
- modalities?: {
3026
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
3027
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
3028
- } | undefined;
3029
- context?: number | undefined;
3030
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
3031
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
3032
- readonly [x: number]: string | undefined;
3033
- toString?: (() => string) | undefined;
3034
- charAt?: {} | undefined;
3035
- charCodeAt?: {} | undefined;
3036
- concat?: {} | undefined;
3037
- indexOf?: {} | undefined;
3038
- lastIndexOf?: {} | undefined;
3039
- localeCompare?: {} | undefined;
3040
- match?: {} | undefined;
3041
- replace?: {} | undefined;
3042
- search?: {} | undefined;
3043
- slice?: {} | undefined;
3044
- split?: {} | undefined;
3045
- substring?: {} | undefined;
3046
- toLowerCase?: (() => string) | undefined;
3047
- toLocaleLowerCase?: {} | undefined;
3048
- toUpperCase?: (() => string) | undefined;
3049
- toLocaleUpperCase?: {} | undefined;
3050
- trim?: (() => string) | undefined;
3051
- readonly length?: number | undefined;
3052
- substr?: {} | undefined;
3053
- valueOf?: (() => string) | undefined;
3054
- codePointAt?: {} | undefined;
3055
- includes?: {} | undefined;
3056
- endsWith?: {} | undefined;
3057
- normalize?: {} | undefined;
3058
- repeat?: {} | undefined;
3059
- startsWith?: {} | undefined;
3060
- anchor?: {} | undefined;
3061
- big?: (() => string) | undefined;
3062
- blink?: (() => string) | undefined;
3063
- bold?: (() => string) | undefined;
3064
- fixed?: (() => string) | undefined;
3065
- fontcolor?: {} | undefined;
3066
- fontsize?: {} | undefined;
3067
- italics?: (() => string) | undefined;
3068
- link?: {} | undefined;
3069
- small?: (() => string) | undefined;
3070
- strike?: (() => string) | undefined;
3071
- sub?: (() => string) | undefined;
3072
- sup?: (() => string) | undefined;
3073
- padStart?: {} | undefined;
3074
- padEnd?: {} | undefined;
3075
- trimEnd?: (() => string) | undefined;
3076
- trimStart?: (() => string) | undefined;
3077
- trimLeft?: (() => string) | undefined;
3078
- trimRight?: (() => string) | undefined;
3079
- matchAll?: {} | undefined;
3080
- replaceAll?: {} | undefined;
3081
- at?: {} | undefined;
3082
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
3083
- })[] | undefined;
3084
- additionalProperties?: {
3085
- [x: string]: unknown;
3086
- } | undefined;
3087
- }>(override?: O | undefined) => Record<"anthropic/claude-opus-4.6", {
3088
- name: string;
3089
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
3090
- created: string;
3091
- knowledge: string;
3092
- modalities: {
3093
- input: readonly ["text", "image", "pdf", "file"];
3094
- output: readonly ["text"];
3095
- };
3096
- context: number;
3097
- providers: readonly ["anthropic", "bedrock", "vertex"];
3098
- } & O>];
3099
- readonly "v4.5": readonly [<const O extends {
3100
- name?: string | undefined;
3101
- created?: string | undefined;
3102
- knowledge?: string | undefined;
3103
- modalities?: {
3104
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
3105
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
3106
- } | undefined;
3107
- context?: number | undefined;
3108
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
3109
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
3110
- readonly [x: number]: string | undefined;
3111
- toString?: (() => string) | undefined;
3112
- charAt?: {} | undefined;
3113
- charCodeAt?: {} | undefined;
3114
- concat?: {} | undefined;
3115
- indexOf?: {} | undefined;
3116
- lastIndexOf?: {} | undefined;
3117
- localeCompare?: {} | undefined;
3118
- match?: {} | undefined;
3119
- replace?: {} | undefined;
3120
- search?: {} | undefined;
3121
- slice?: {} | undefined;
3122
- split?: {} | undefined;
3123
- substring?: {} | undefined;
3124
- toLowerCase?: (() => string) | undefined;
3125
- toLocaleLowerCase?: {} | undefined;
3126
- toUpperCase?: (() => string) | undefined;
3127
- toLocaleUpperCase?: {} | undefined;
3128
- trim?: (() => string) | undefined;
3129
- readonly length?: number | undefined;
3130
- substr?: {} | undefined;
3131
- valueOf?: (() => string) | undefined;
3132
- codePointAt?: {} | undefined;
3133
- includes?: {} | undefined;
3134
- endsWith?: {} | undefined;
3135
- normalize?: {} | undefined;
3136
- repeat?: {} | undefined;
3137
- startsWith?: {} | undefined;
3138
- anchor?: {} | undefined;
3139
- big?: (() => string) | undefined;
3140
- blink?: (() => string) | undefined;
3141
- bold?: (() => string) | undefined;
3142
- fixed?: (() => string) | undefined;
3143
- fontcolor?: {} | undefined;
3144
- fontsize?: {} | undefined;
3145
- italics?: (() => string) | undefined;
3146
- link?: {} | undefined;
3147
- small?: (() => string) | undefined;
3148
- strike?: (() => string) | undefined;
3149
- sub?: (() => string) | undefined;
3150
- sup?: (() => string) | undefined;
3151
- padStart?: {} | undefined;
3152
- padEnd?: {} | undefined;
3153
- trimEnd?: (() => string) | undefined;
3154
- trimStart?: (() => string) | undefined;
3155
- trimLeft?: (() => string) | undefined;
3156
- trimRight?: (() => string) | undefined;
3157
- matchAll?: {} | undefined;
3158
- replaceAll?: {} | undefined;
3159
- at?: {} | undefined;
3160
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
3161
- })[] | undefined;
3162
- additionalProperties?: {
3163
- [x: string]: unknown;
3164
- } | undefined;
3165
- }>(override?: O | undefined) => Record<"anthropic/claude-haiku-4.5", {
3166
- name: string;
3167
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
3168
- created: string;
3169
- knowledge: string;
3170
- modalities: {
3171
- input: readonly ["text", "image", "pdf", "file"];
3172
- output: readonly ["text"];
3173
- };
3174
- context: number;
3175
- providers: readonly ["anthropic", "bedrock", "vertex"];
3176
- } & O>, <const O extends {
3177
- name?: string | undefined;
3178
- created?: string | undefined;
3179
- knowledge?: string | undefined;
3180
- modalities?: {
3181
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
3182
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
3183
- } | undefined;
3184
- context?: number | undefined;
3185
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
3186
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
3187
- readonly [x: number]: string | undefined;
3188
- toString?: (() => string) | undefined;
3189
- charAt?: {} | undefined;
3190
- charCodeAt?: {} | undefined;
3191
- concat?: {} | undefined;
3192
- indexOf?: {} | undefined;
3193
- lastIndexOf?: {} | undefined;
3194
- localeCompare?: {} | undefined;
3195
- match?: {} | undefined;
3196
- replace?: {} | undefined;
3197
- search?: {} | undefined;
3198
- slice?: {} | undefined;
3199
- split?: {} | undefined;
3200
- substring?: {} | undefined;
3201
- toLowerCase?: (() => string) | undefined;
3202
- toLocaleLowerCase?: {} | undefined;
3203
- toUpperCase?: (() => string) | undefined;
3204
- toLocaleUpperCase?: {} | undefined;
3205
- trim?: (() => string) | undefined;
3206
- readonly length?: number | undefined;
3207
- substr?: {} | undefined;
3208
- valueOf?: (() => string) | undefined;
3209
- codePointAt?: {} | undefined;
3210
- includes?: {} | undefined;
3211
- endsWith?: {} | undefined;
3212
- normalize?: {} | undefined;
3213
- repeat?: {} | undefined;
3214
- startsWith?: {} | undefined;
3215
- anchor?: {} | undefined;
3216
- big?: (() => string) | undefined;
3217
- blink?: (() => string) | undefined;
3218
- bold?: (() => string) | undefined;
3219
- fixed?: (() => string) | undefined;
3220
- fontcolor?: {} | undefined;
3221
- fontsize?: {} | undefined;
3222
- italics?: (() => string) | undefined;
3223
- link?: {} | undefined;
3224
- small?: (() => string) | undefined;
3225
- strike?: (() => string) | undefined;
3226
- sub?: (() => string) | undefined;
3227
- sup?: (() => string) | undefined;
3228
- padStart?: {} | undefined;
3229
- padEnd?: {} | undefined;
3230
- trimEnd?: (() => string) | undefined;
3231
- trimStart?: (() => string) | undefined;
3232
- trimLeft?: (() => string) | undefined;
3233
- trimRight?: (() => string) | undefined;
3234
- matchAll?: {} | undefined;
3235
- replaceAll?: {} | undefined;
3236
- at?: {} | undefined;
3237
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
3238
- })[] | undefined;
3239
- additionalProperties?: {
3240
- [x: string]: unknown;
3241
- } | undefined;
3242
- }>(override?: O | undefined) => Record<"anthropic/claude-sonnet-4.5", {
3243
- name: string;
3244
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
3245
- created: string;
3246
- knowledge: string;
3247
- modalities: {
3248
- input: readonly ["text", "image", "pdf", "file"];
3249
- output: readonly ["text"];
3250
- };
3251
- context: number;
3252
- providers: readonly ["anthropic", "bedrock", "vertex"];
3253
- } & O>, <const O extends {
3254
- name?: string | undefined;
3255
- created?: string | undefined;
3256
- knowledge?: string | undefined;
3257
- modalities?: {
3258
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
3259
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
3260
- } | undefined;
3261
- context?: number | undefined;
3262
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
3263
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
3264
- readonly [x: number]: string | undefined;
3265
- toString?: (() => string) | undefined;
3266
- charAt?: {} | undefined;
3267
- charCodeAt?: {} | undefined;
3268
- concat?: {} | undefined;
3269
- indexOf?: {} | undefined;
3270
- lastIndexOf?: {} | undefined;
3271
- localeCompare?: {} | undefined;
3272
- match?: {} | undefined;
3273
- replace?: {} | undefined;
3274
- search?: {} | undefined;
3275
- slice?: {} | undefined;
3276
- split?: {} | undefined;
3277
- substring?: {} | undefined;
3278
- toLowerCase?: (() => string) | undefined;
3279
- toLocaleLowerCase?: {} | undefined;
3280
- toUpperCase?: (() => string) | undefined;
3281
- toLocaleUpperCase?: {} | undefined;
3282
- trim?: (() => string) | undefined;
3283
- readonly length?: number | undefined;
3284
- substr?: {} | undefined;
3285
- valueOf?: (() => string) | undefined;
3286
- codePointAt?: {} | undefined;
3287
- includes?: {} | undefined;
3288
- endsWith?: {} | undefined;
3289
- normalize?: {} | undefined;
3290
- repeat?: {} | undefined;
3291
- startsWith?: {} | undefined;
3292
- anchor?: {} | undefined;
3293
- big?: (() => string) | undefined;
3294
- blink?: (() => string) | undefined;
3295
- bold?: (() => string) | undefined;
3296
- fixed?: (() => string) | undefined;
3297
- fontcolor?: {} | undefined;
3298
- fontsize?: {} | undefined;
3299
- italics?: (() => string) | undefined;
3300
- link?: {} | undefined;
3301
- small?: (() => string) | undefined;
3302
- strike?: (() => string) | undefined;
3303
- sub?: (() => string) | undefined;
3304
- sup?: (() => string) | undefined;
3305
- padStart?: {} | undefined;
3306
- padEnd?: {} | undefined;
3307
- trimEnd?: (() => string) | undefined;
3308
- trimStart?: (() => string) | undefined;
3309
- trimLeft?: (() => string) | undefined;
3310
- trimRight?: (() => string) | undefined;
3311
- matchAll?: {} | undefined;
3312
- replaceAll?: {} | undefined;
3313
- at?: {} | undefined;
3314
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
3315
- })[] | undefined;
3316
- additionalProperties?: {
3317
- [x: string]: unknown;
3318
- } | undefined;
3319
- }>(override?: O | undefined) => Record<"anthropic/claude-opus-4.5", {
3320
- name: string;
3321
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
3322
- created: string;
3323
- knowledge: string;
3324
- modalities: {
3325
- input: readonly ["text", "image", "pdf", "file"];
3326
- output: readonly ["text"];
3327
- };
3328
- context: number;
3329
- providers: readonly ["anthropic", "bedrock", "vertex"];
3330
- } & O>];
3331
- readonly "v4.1": readonly [<const O extends {
3332
- name?: string | undefined;
3333
- created?: string | undefined;
3334
- knowledge?: string | undefined;
3335
- modalities?: {
3336
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
3337
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
3338
- } | undefined;
3339
- context?: number | undefined;
3340
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
3341
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
3342
- readonly [x: number]: string | undefined;
3343
- toString?: (() => string) | undefined;
3344
- charAt?: {} | undefined;
3345
- charCodeAt?: {} | undefined;
3346
- concat?: {} | undefined;
3347
- indexOf?: {} | undefined;
3348
- lastIndexOf?: {} | undefined;
3349
- localeCompare?: {} | undefined;
3350
- match?: {} | undefined;
3351
- replace?: {} | undefined;
3352
- search?: {} | undefined;
3353
- slice?: {} | undefined;
3354
- split?: {} | undefined;
3355
- substring?: {} | undefined;
3356
- toLowerCase?: (() => string) | undefined;
3357
- toLocaleLowerCase?: {} | undefined;
3358
- toUpperCase?: (() => string) | undefined;
3359
- toLocaleUpperCase?: {} | undefined;
3360
- trim?: (() => string) | undefined;
3361
- readonly length?: number | undefined;
3362
- substr?: {} | undefined;
3363
- valueOf?: (() => string) | undefined;
3364
- codePointAt?: {} | undefined;
3365
- includes?: {} | undefined;
3366
- endsWith?: {} | undefined;
3367
- normalize?: {} | undefined;
3368
- repeat?: {} | undefined;
3369
- startsWith?: {} | undefined;
3370
- anchor?: {} | undefined;
3371
- big?: (() => string) | undefined;
3372
- blink?: (() => string) | undefined;
3373
- bold?: (() => string) | undefined;
3374
- fixed?: (() => string) | undefined;
3375
- fontcolor?: {} | undefined;
3376
- fontsize?: {} | undefined;
3377
- italics?: (() => string) | undefined;
3378
- link?: {} | undefined;
3379
- small?: (() => string) | undefined;
3380
- strike?: (() => string) | undefined;
3381
- sub?: (() => string) | undefined;
3382
- sup?: (() => string) | undefined;
3383
- padStart?: {} | undefined;
3384
- padEnd?: {} | undefined;
3385
- trimEnd?: (() => string) | undefined;
3386
- trimStart?: (() => string) | undefined;
3387
- trimLeft?: (() => string) | undefined;
3388
- trimRight?: (() => string) | undefined;
3389
- matchAll?: {} | undefined;
3390
- replaceAll?: {} | undefined;
3391
- at?: {} | undefined;
3392
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
3393
- })[] | undefined;
3394
- additionalProperties?: {
3395
- [x: string]: unknown;
3396
- } | undefined;
3397
- }>(override?: O | undefined) => Record<"anthropic/claude-opus-4.1", {
3398
- name: string;
3399
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
3400
- created: string;
3401
- knowledge: string;
3402
- modalities: {
3403
- input: readonly ["text", "image", "pdf", "file"];
3404
- output: readonly ["text"];
3405
- };
3406
- context: number;
3407
- providers: readonly ["anthropic", "bedrock", "vertex"];
3408
- } & O>];
3409
- readonly v4: readonly [<const O extends {
3410
- name?: string | undefined;
3411
- created?: string | undefined;
3412
- knowledge?: string | undefined;
3413
- modalities?: {
3414
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
3415
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
3416
- } | undefined;
3417
- context?: number | undefined;
3418
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
3419
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
3420
- readonly [x: number]: string | undefined;
3421
- toString?: (() => string) | undefined;
3422
- charAt?: {} | undefined;
3423
- charCodeAt?: {} | undefined;
3424
- concat?: {} | undefined;
3425
- indexOf?: {} | undefined;
3426
- lastIndexOf?: {} | undefined;
3427
- localeCompare?: {} | undefined;
3428
- match?: {} | undefined;
3429
- replace?: {} | undefined;
3430
- search?: {} | undefined;
3431
- slice?: {} | undefined;
3432
- split?: {} | undefined;
3433
- substring?: {} | undefined;
3434
- toLowerCase?: (() => string) | undefined;
3435
- toLocaleLowerCase?: {} | undefined;
3436
- toUpperCase?: (() => string) | undefined;
3437
- toLocaleUpperCase?: {} | undefined;
3438
- trim?: (() => string) | undefined;
3439
- readonly length?: number | undefined;
3440
- substr?: {} | undefined;
3441
- valueOf?: (() => string) | undefined;
3442
- codePointAt?: {} | undefined;
3443
- includes?: {} | undefined;
3444
- endsWith?: {} | undefined;
3445
- normalize?: {} | undefined;
3446
- repeat?: {} | undefined;
3447
- startsWith?: {} | undefined;
3448
- anchor?: {} | undefined;
3449
- big?: (() => string) | undefined;
3450
- blink?: (() => string) | undefined;
3451
- bold?: (() => string) | undefined;
3452
- fixed?: (() => string) | undefined;
3453
- fontcolor?: {} | undefined;
3454
- fontsize?: {} | undefined;
3455
- italics?: (() => string) | undefined;
3456
- link?: {} | undefined;
3457
- small?: (() => string) | undefined;
3458
- strike?: (() => string) | undefined;
3459
- sub?: (() => string) | undefined;
3460
- sup?: (() => string) | undefined;
3461
- padStart?: {} | undefined;
3462
- padEnd?: {} | undefined;
3463
- trimEnd?: (() => string) | undefined;
3464
- trimStart?: (() => string) | undefined;
3465
- trimLeft?: (() => string) | undefined;
3466
- trimRight?: (() => string) | undefined;
3467
- matchAll?: {} | undefined;
3468
- replaceAll?: {} | undefined;
3469
- at?: {} | undefined;
3470
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
3471
- })[] | undefined;
3472
- additionalProperties?: {
3473
- [x: string]: unknown;
3474
- } | undefined;
3475
- }>(override?: O | undefined) => Record<"anthropic/claude-sonnet-4", {
3476
- name: string;
3477
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
3478
- created: string;
3479
- knowledge: string;
3480
- modalities: {
3481
- input: readonly ["text", "image", "pdf", "file"];
3482
- output: readonly ["text"];
3483
- };
3484
- context: number;
3485
- providers: readonly ["anthropic", "bedrock", "vertex"];
3486
- } & O>, <const O extends {
3487
- name?: string | undefined;
3488
- created?: string | undefined;
3489
- knowledge?: string | undefined;
3490
- modalities?: {
3491
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
3492
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
3493
- } | undefined;
3494
- context?: number | undefined;
3495
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
3496
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
3497
- readonly [x: number]: string | undefined;
3498
- toString?: (() => string) | undefined;
3499
- charAt?: {} | undefined;
3500
- charCodeAt?: {} | undefined;
3501
- concat?: {} | undefined;
3502
- indexOf?: {} | undefined;
3503
- lastIndexOf?: {} | undefined;
3504
- localeCompare?: {} | undefined;
3505
- match?: {} | undefined;
3506
- replace?: {} | undefined;
3507
- search?: {} | undefined;
3508
- slice?: {} | undefined;
3509
- split?: {} | undefined;
3510
- substring?: {} | undefined;
3511
- toLowerCase?: (() => string) | undefined;
3512
- toLocaleLowerCase?: {} | undefined;
3513
- toUpperCase?: (() => string) | undefined;
3514
- toLocaleUpperCase?: {} | undefined;
3515
- trim?: (() => string) | undefined;
3516
- readonly length?: number | undefined;
3517
- substr?: {} | undefined;
3518
- valueOf?: (() => string) | undefined;
3519
- codePointAt?: {} | undefined;
3520
- includes?: {} | undefined;
3521
- endsWith?: {} | undefined;
3522
- normalize?: {} | undefined;
3523
- repeat?: {} | undefined;
3524
- startsWith?: {} | undefined;
3525
- anchor?: {} | undefined;
3526
- big?: (() => string) | undefined;
3527
- blink?: (() => string) | undefined;
3528
- bold?: (() => string) | undefined;
3529
- fixed?: (() => string) | undefined;
3530
- fontcolor?: {} | undefined;
3531
- fontsize?: {} | undefined;
3532
- italics?: (() => string) | undefined;
3533
- link?: {} | undefined;
3534
- small?: (() => string) | undefined;
3535
- strike?: (() => string) | undefined;
3536
- sub?: (() => string) | undefined;
3537
- sup?: (() => string) | undefined;
3538
- padStart?: {} | undefined;
3539
- padEnd?: {} | undefined;
3540
- trimEnd?: (() => string) | undefined;
3541
- trimStart?: (() => string) | undefined;
3542
- trimLeft?: (() => string) | undefined;
3543
- trimRight?: (() => string) | undefined;
3544
- matchAll?: {} | undefined;
3545
- replaceAll?: {} | undefined;
3546
- at?: {} | undefined;
3547
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
3548
- })[] | undefined;
3549
- additionalProperties?: {
3550
- [x: string]: unknown;
3551
- } | undefined;
3552
- }>(override?: O | undefined) => Record<"anthropic/claude-opus-4", {
3553
- name: string;
3554
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
3555
- created: string;
3556
- knowledge: string;
3557
- modalities: {
3558
- input: readonly ["text", "image", "pdf", "file"];
3559
- output: readonly ["text"];
3560
- };
3561
- context: number;
3562
- providers: readonly ["anthropic", "bedrock", "vertex"];
3563
- } & O>];
3564
- readonly "v3.7": readonly [<const O extends {
3565
- name?: string | undefined;
3566
- created?: string | undefined;
3567
- knowledge?: string | undefined;
3568
- modalities?: {
3569
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
3570
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
3571
- } | undefined;
3572
- context?: number | undefined;
3573
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
3574
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
3575
- readonly [x: number]: string | undefined;
3576
- toString?: (() => string) | undefined;
3577
- charAt?: {} | undefined;
3578
- charCodeAt?: {} | undefined;
3579
- concat?: {} | undefined;
3580
- indexOf?: {} | undefined;
3581
- lastIndexOf?: {} | undefined;
3582
- localeCompare?: {} | undefined;
3583
- match?: {} | undefined;
3584
- replace?: {} | undefined;
3585
- search?: {} | undefined;
3586
- slice?: {} | undefined;
3587
- split?: {} | undefined;
3588
- substring?: {} | undefined;
3589
- toLowerCase?: (() => string) | undefined;
3590
- toLocaleLowerCase?: {} | undefined;
3591
- toUpperCase?: (() => string) | undefined;
3592
- toLocaleUpperCase?: {} | undefined;
3593
- trim?: (() => string) | undefined;
3594
- readonly length?: number | undefined;
3595
- substr?: {} | undefined;
3596
- valueOf?: (() => string) | undefined;
3597
- codePointAt?: {} | undefined;
3598
- includes?: {} | undefined;
3599
- endsWith?: {} | undefined;
3600
- normalize?: {} | undefined;
3601
- repeat?: {} | undefined;
3602
- startsWith?: {} | undefined;
3603
- anchor?: {} | undefined;
3604
- big?: (() => string) | undefined;
3605
- blink?: (() => string) | undefined;
3606
- bold?: (() => string) | undefined;
3607
- fixed?: (() => string) | undefined;
3608
- fontcolor?: {} | undefined;
3609
- fontsize?: {} | undefined;
3610
- italics?: (() => string) | undefined;
3611
- link?: {} | undefined;
3612
- small?: (() => string) | undefined;
3613
- strike?: (() => string) | undefined;
3614
- sub?: (() => string) | undefined;
3615
- sup?: (() => string) | undefined;
3616
- padStart?: {} | undefined;
3617
- padEnd?: {} | undefined;
3618
- trimEnd?: (() => string) | undefined;
3619
- trimStart?: (() => string) | undefined;
3620
- trimLeft?: (() => string) | undefined;
3621
- trimRight?: (() => string) | undefined;
3622
- matchAll?: {} | undefined;
3623
- replaceAll?: {} | undefined;
3624
- at?: {} | undefined;
3625
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
3626
- })[] | undefined;
3627
- additionalProperties?: {
3628
- [x: string]: unknown;
3629
- } | undefined;
3630
- }>(override?: O | undefined) => Record<"anthropic/claude-sonnet-3.7", {
3631
- name: string;
3632
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
3633
- created: string;
3634
- knowledge: string;
3635
- modalities: {
3636
- input: readonly ["text", "image", "pdf", "file"];
3637
- output: readonly ["text"];
3638
- };
3639
- context: number;
3640
- providers: readonly ["anthropic", "bedrock", "vertex"];
3641
- } & O>];
3642
- readonly "v3.5": readonly [<const O extends {
3643
- name?: string | undefined;
3644
- created?: string | undefined;
3645
- knowledge?: string | undefined;
3646
- modalities?: {
3647
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
3648
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
3649
- } | undefined;
3650
- context?: number | undefined;
3651
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
3652
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
3653
- readonly [x: number]: string | undefined;
3654
- toString?: (() => string) | undefined;
3655
- charAt?: {} | undefined;
3656
- charCodeAt?: {} | undefined;
3657
- concat?: {} | undefined;
3658
- indexOf?: {} | undefined;
3659
- lastIndexOf?: {} | undefined;
3660
- localeCompare?: {} | undefined;
3661
- match?: {} | undefined;
3662
- replace?: {} | undefined;
3663
- search?: {} | undefined;
3664
- slice?: {} | undefined;
3665
- split?: {} | undefined;
3666
- substring?: {} | undefined;
3667
- toLowerCase?: (() => string) | undefined;
3668
- toLocaleLowerCase?: {} | undefined;
3669
- toUpperCase?: (() => string) | undefined;
3670
- toLocaleUpperCase?: {} | undefined;
3671
- trim?: (() => string) | undefined;
3672
- readonly length?: number | undefined;
3673
- substr?: {} | undefined;
3674
- valueOf?: (() => string) | undefined;
3675
- codePointAt?: {} | undefined;
3676
- includes?: {} | undefined;
3677
- endsWith?: {} | undefined;
3678
- normalize?: {} | undefined;
3679
- repeat?: {} | undefined;
3680
- startsWith?: {} | undefined;
3681
- anchor?: {} | undefined;
3682
- big?: (() => string) | undefined;
3683
- blink?: (() => string) | undefined;
3684
- bold?: (() => string) | undefined;
3685
- fixed?: (() => string) | undefined;
3686
- fontcolor?: {} | undefined;
3687
- fontsize?: {} | undefined;
3688
- italics?: (() => string) | undefined;
3689
- link?: {} | undefined;
3690
- small?: (() => string) | undefined;
3691
- strike?: (() => string) | undefined;
3692
- sub?: (() => string) | undefined;
3693
- sup?: (() => string) | undefined;
3694
- padStart?: {} | undefined;
3695
- padEnd?: {} | undefined;
3696
- trimEnd?: (() => string) | undefined;
3697
- trimStart?: (() => string) | undefined;
3698
- trimLeft?: (() => string) | undefined;
3699
- trimRight?: (() => string) | undefined;
3700
- matchAll?: {} | undefined;
3701
- replaceAll?: {} | undefined;
3702
- at?: {} | undefined;
3703
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
3704
- })[] | undefined;
3705
- additionalProperties?: {
3706
- [x: string]: unknown;
3707
- } | undefined;
3708
- }>(override?: O | undefined) => Record<"anthropic/claude-sonnet-3.5", {
3709
- name: string;
3710
- created: string;
3711
- knowledge: string;
3712
- modalities: {
3713
- input: readonly ["text", "image", "pdf", "file"];
3714
- output: readonly ["text"];
3715
- };
3716
- capabilities: ("temperature" | "attachments" | "tool_call" | "structured_output")[];
3717
- context: number;
3718
- providers: readonly ["anthropic", "bedrock", "vertex"];
3719
- } & O>, <const O extends {
3720
- name?: string | undefined;
3721
- created?: string | undefined;
3722
- knowledge?: string | undefined;
3723
- modalities?: {
3724
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
3725
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
3726
- } | undefined;
3727
- context?: number | undefined;
3728
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
3729
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
3730
- readonly [x: number]: string | undefined;
3731
- toString?: (() => string) | undefined;
3732
- charAt?: {} | undefined;
3733
- charCodeAt?: {} | undefined;
3734
- concat?: {} | undefined;
3735
- indexOf?: {} | undefined;
3736
- lastIndexOf?: {} | undefined;
3737
- localeCompare?: {} | undefined;
3738
- match?: {} | undefined;
3739
- replace?: {} | undefined;
3740
- search?: {} | undefined;
3741
- slice?: {} | undefined;
3742
- split?: {} | undefined;
3743
- substring?: {} | undefined;
3744
- toLowerCase?: (() => string) | undefined;
3745
- toLocaleLowerCase?: {} | undefined;
3746
- toUpperCase?: (() => string) | undefined;
3747
- toLocaleUpperCase?: {} | undefined;
3748
- trim?: (() => string) | undefined;
3749
- readonly length?: number | undefined;
3750
- substr?: {} | undefined;
3751
- valueOf?: (() => string) | undefined;
3752
- codePointAt?: {} | undefined;
3753
- includes?: {} | undefined;
3754
- endsWith?: {} | undefined;
3755
- normalize?: {} | undefined;
3756
- repeat?: {} | undefined;
3757
- startsWith?: {} | undefined;
3758
- anchor?: {} | undefined;
3759
- big?: (() => string) | undefined;
3760
- blink?: (() => string) | undefined;
3761
- bold?: (() => string) | undefined;
3762
- fixed?: (() => string) | undefined;
3763
- fontcolor?: {} | undefined;
3764
- fontsize?: {} | undefined;
3765
- italics?: (() => string) | undefined;
3766
- link?: {} | undefined;
3767
- small?: (() => string) | undefined;
3768
- strike?: (() => string) | undefined;
3769
- sub?: (() => string) | undefined;
3770
- sup?: (() => string) | undefined;
3771
- padStart?: {} | undefined;
3772
- padEnd?: {} | undefined;
3773
- trimEnd?: (() => string) | undefined;
3774
- trimStart?: (() => string) | undefined;
3775
- trimLeft?: (() => string) | undefined;
3776
- trimRight?: (() => string) | undefined;
3777
- matchAll?: {} | undefined;
3778
- replaceAll?: {} | undefined;
3779
- at?: {} | undefined;
3780
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
3781
- })[] | undefined;
3782
- additionalProperties?: {
3783
- [x: string]: unknown;
3784
- } | undefined;
3785
- }>(override?: O | undefined) => Record<"anthropic/claude-haiku-3.5", {
3786
- name: string;
3787
- created: string;
3788
- knowledge: string;
3789
- modalities: {
3790
- input: readonly ["text", "image", "pdf", "file"];
3791
- output: readonly ["text"];
3792
- };
3793
- capabilities: ("temperature" | "attachments" | "tool_call" | "structured_output")[];
3794
- context: number;
3795
- providers: readonly ["anthropic", "bedrock", "vertex"];
3796
- } & O>];
3797
- readonly v3: readonly [<const O extends {
3798
- name?: string | undefined;
3799
- created?: string | undefined;
3800
- knowledge?: string | undefined;
3801
- modalities?: {
3802
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
3803
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
3804
- } | undefined;
3805
- context?: number | undefined;
3806
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
3807
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
3808
- readonly [x: number]: string | undefined;
3809
- toString?: (() => string) | undefined;
3810
- charAt?: {} | undefined;
3811
- charCodeAt?: {} | undefined;
3812
- concat?: {} | undefined;
3813
- indexOf?: {} | undefined;
3814
- lastIndexOf?: {} | undefined;
3815
- localeCompare?: {} | undefined;
3816
- match?: {} | undefined;
3817
- replace?: {} | undefined;
3818
- search?: {} | undefined;
3819
- slice?: {} | undefined;
3820
- split?: {} | undefined;
3821
- substring?: {} | undefined;
3822
- toLowerCase?: (() => string) | undefined;
3823
- toLocaleLowerCase?: {} | undefined;
3824
- toUpperCase?: (() => string) | undefined;
3825
- toLocaleUpperCase?: {} | undefined;
3826
- trim?: (() => string) | undefined;
3827
- readonly length?: number | undefined;
3828
- substr?: {} | undefined;
3829
- valueOf?: (() => string) | undefined;
3830
- codePointAt?: {} | undefined;
3831
- includes?: {} | undefined;
3832
- endsWith?: {} | undefined;
3833
- normalize?: {} | undefined;
3834
- repeat?: {} | undefined;
3835
- startsWith?: {} | undefined;
3836
- anchor?: {} | undefined;
3837
- big?: (() => string) | undefined;
3838
- blink?: (() => string) | undefined;
3839
- bold?: (() => string) | undefined;
3840
- fixed?: (() => string) | undefined;
3841
- fontcolor?: {} | undefined;
3842
- fontsize?: {} | undefined;
3843
- italics?: (() => string) | undefined;
3844
- link?: {} | undefined;
3845
- small?: (() => string) | undefined;
3846
- strike?: (() => string) | undefined;
3847
- sub?: (() => string) | undefined;
3848
- sup?: (() => string) | undefined;
3849
- padStart?: {} | undefined;
3850
- padEnd?: {} | undefined;
3851
- trimEnd?: (() => string) | undefined;
3852
- trimStart?: (() => string) | undefined;
3853
- trimLeft?: (() => string) | undefined;
3854
- trimRight?: (() => string) | undefined;
3855
- matchAll?: {} | undefined;
3856
- replaceAll?: {} | undefined;
3857
- at?: {} | undefined;
3858
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
3859
- })[] | undefined;
3860
- additionalProperties?: {
3861
- [x: string]: unknown;
3862
- } | undefined;
3863
- }>(override?: O | undefined) => Record<"anthropic/claude-haiku-3", {
3864
- name: string;
3865
- created: string;
3866
- knowledge: string;
3867
- modalities: {
3868
- input: readonly ["text", "image", "file"];
3869
- output: readonly ["text"];
3870
- };
3871
- capabilities: ("temperature" | "attachments" | "tool_call" | "structured_output")[];
3872
- context: number;
3873
- providers: readonly ["anthropic", "bedrock", "vertex"];
3874
- } & O>];
3875
- readonly haiku: readonly [<const O extends {
3876
- name?: string | undefined;
3877
- created?: string | undefined;
3878
- knowledge?: string | undefined;
3879
- modalities?: {
3880
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
3881
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
3882
- } | undefined;
3883
- context?: number | undefined;
3884
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
3885
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
3886
- readonly [x: number]: string | undefined;
3887
- toString?: (() => string) | undefined;
3888
- charAt?: {} | undefined;
3889
- charCodeAt?: {} | undefined;
3890
- concat?: {} | undefined;
3891
- indexOf?: {} | undefined;
3892
- lastIndexOf?: {} | undefined;
3893
- localeCompare?: {} | undefined;
3894
- match?: {} | undefined;
3895
- replace?: {} | undefined;
3896
- search?: {} | undefined;
3897
- slice?: {} | undefined;
3898
- split?: {} | undefined;
3899
- substring?: {} | undefined;
3900
- toLowerCase?: (() => string) | undefined;
3901
- toLocaleLowerCase?: {} | undefined;
3902
- toUpperCase?: (() => string) | undefined;
3903
- toLocaleUpperCase?: {} | undefined;
3904
- trim?: (() => string) | undefined;
3905
- readonly length?: number | undefined;
3906
- substr?: {} | undefined;
3907
- valueOf?: (() => string) | undefined;
3908
- codePointAt?: {} | undefined;
3909
- includes?: {} | undefined;
3910
- endsWith?: {} | undefined;
3911
- normalize?: {} | undefined;
3912
- repeat?: {} | undefined;
3913
- startsWith?: {} | undefined;
3914
- anchor?: {} | undefined;
3915
- big?: (() => string) | undefined;
3916
- blink?: (() => string) | undefined;
3917
- bold?: (() => string) | undefined;
3918
- fixed?: (() => string) | undefined;
3919
- fontcolor?: {} | undefined;
3920
- fontsize?: {} | undefined;
3921
- italics?: (() => string) | undefined;
3922
- link?: {} | undefined;
3923
- small?: (() => string) | undefined;
3924
- strike?: (() => string) | undefined;
3925
- sub?: (() => string) | undefined;
3926
- sup?: (() => string) | undefined;
3927
- padStart?: {} | undefined;
3928
- padEnd?: {} | undefined;
3929
- trimEnd?: (() => string) | undefined;
3930
- trimStart?: (() => string) | undefined;
3931
- trimLeft?: (() => string) | undefined;
3932
- trimRight?: (() => string) | undefined;
3933
- matchAll?: {} | undefined;
3934
- replaceAll?: {} | undefined;
3935
- at?: {} | undefined;
3936
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
3937
- })[] | undefined;
3938
- additionalProperties?: {
3939
- [x: string]: unknown;
3940
- } | undefined;
3941
- }>(override?: O | undefined) => Record<"anthropic/claude-haiku-4.5", {
3942
- name: string;
3943
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
3944
- created: string;
3945
- knowledge: string;
3946
- modalities: {
3947
- input: readonly ["text", "image", "pdf", "file"];
3948
- output: readonly ["text"];
3949
- };
3950
- context: number;
3951
- providers: readonly ["anthropic", "bedrock", "vertex"];
3952
- } & O>, <const O extends {
3953
- name?: string | undefined;
3954
- created?: string | undefined;
3955
- knowledge?: string | undefined;
3956
- modalities?: {
3957
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
3958
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
3959
- } | undefined;
3960
- context?: number | undefined;
3961
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
3962
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
3963
- readonly [x: number]: string | undefined;
3964
- toString?: (() => string) | undefined;
3965
- charAt?: {} | undefined;
3966
- charCodeAt?: {} | undefined;
3967
- concat?: {} | undefined;
3968
- indexOf?: {} | undefined;
3969
- lastIndexOf?: {} | undefined;
3970
- localeCompare?: {} | undefined;
3971
- match?: {} | undefined;
3972
- replace?: {} | undefined;
3973
- search?: {} | undefined;
3974
- slice?: {} | undefined;
3975
- split?: {} | undefined;
3976
- substring?: {} | undefined;
3977
- toLowerCase?: (() => string) | undefined;
3978
- toLocaleLowerCase?: {} | undefined;
3979
- toUpperCase?: (() => string) | undefined;
3980
- toLocaleUpperCase?: {} | undefined;
3981
- trim?: (() => string) | undefined;
3982
- readonly length?: number | undefined;
3983
- substr?: {} | undefined;
3984
- valueOf?: (() => string) | undefined;
3985
- codePointAt?: {} | undefined;
3986
- includes?: {} | undefined;
3987
- endsWith?: {} | undefined;
3988
- normalize?: {} | undefined;
3989
- repeat?: {} | undefined;
3990
- startsWith?: {} | undefined;
3991
- anchor?: {} | undefined;
3992
- big?: (() => string) | undefined;
3993
- blink?: (() => string) | undefined;
3994
- bold?: (() => string) | undefined;
3995
- fixed?: (() => string) | undefined;
3996
- fontcolor?: {} | undefined;
3997
- fontsize?: {} | undefined;
3998
- italics?: (() => string) | undefined;
3999
- link?: {} | undefined;
4000
- small?: (() => string) | undefined;
4001
- strike?: (() => string) | undefined;
4002
- sub?: (() => string) | undefined;
4003
- sup?: (() => string) | undefined;
4004
- padStart?: {} | undefined;
4005
- padEnd?: {} | undefined;
4006
- trimEnd?: (() => string) | undefined;
4007
- trimStart?: (() => string) | undefined;
4008
- trimLeft?: (() => string) | undefined;
4009
- trimRight?: (() => string) | undefined;
4010
- matchAll?: {} | undefined;
4011
- replaceAll?: {} | undefined;
4012
- at?: {} | undefined;
4013
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
4014
- })[] | undefined;
4015
- additionalProperties?: {
4016
- [x: string]: unknown;
4017
- } | undefined;
4018
- }>(override?: O | undefined) => Record<"anthropic/claude-haiku-3.5", {
4019
- name: string;
4020
- created: string;
4021
- knowledge: string;
4022
- modalities: {
4023
- input: readonly ["text", "image", "pdf", "file"];
4024
- output: readonly ["text"];
4025
- };
4026
- capabilities: ("temperature" | "attachments" | "tool_call" | "structured_output")[];
4027
- context: number;
4028
- providers: readonly ["anthropic", "bedrock", "vertex"];
4029
- } & O>, <const O extends {
4030
- name?: string | undefined;
4031
- created?: string | undefined;
4032
- knowledge?: string | undefined;
4033
- modalities?: {
4034
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
4035
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
4036
- } | undefined;
4037
- context?: number | undefined;
4038
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
4039
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
4040
- readonly [x: number]: string | undefined;
4041
- toString?: (() => string) | undefined;
4042
- charAt?: {} | undefined;
4043
- charCodeAt?: {} | undefined;
4044
- concat?: {} | undefined;
4045
- indexOf?: {} | undefined;
4046
- lastIndexOf?: {} | undefined;
4047
- localeCompare?: {} | undefined;
4048
- match?: {} | undefined;
4049
- replace?: {} | undefined;
4050
- search?: {} | undefined;
4051
- slice?: {} | undefined;
4052
- split?: {} | undefined;
4053
- substring?: {} | undefined;
4054
- toLowerCase?: (() => string) | undefined;
4055
- toLocaleLowerCase?: {} | undefined;
4056
- toUpperCase?: (() => string) | undefined;
4057
- toLocaleUpperCase?: {} | undefined;
4058
- trim?: (() => string) | undefined;
4059
- readonly length?: number | undefined;
4060
- substr?: {} | undefined;
4061
- valueOf?: (() => string) | undefined;
4062
- codePointAt?: {} | undefined;
4063
- includes?: {} | undefined;
4064
- endsWith?: {} | undefined;
4065
- normalize?: {} | undefined;
4066
- repeat?: {} | undefined;
4067
- startsWith?: {} | undefined;
4068
- anchor?: {} | undefined;
4069
- big?: (() => string) | undefined;
4070
- blink?: (() => string) | undefined;
4071
- bold?: (() => string) | undefined;
4072
- fixed?: (() => string) | undefined;
4073
- fontcolor?: {} | undefined;
4074
- fontsize?: {} | undefined;
4075
- italics?: (() => string) | undefined;
4076
- link?: {} | undefined;
4077
- small?: (() => string) | undefined;
4078
- strike?: (() => string) | undefined;
4079
- sub?: (() => string) | undefined;
4080
- sup?: (() => string) | undefined;
4081
- padStart?: {} | undefined;
4082
- padEnd?: {} | undefined;
4083
- trimEnd?: (() => string) | undefined;
4084
- trimStart?: (() => string) | undefined;
4085
- trimLeft?: (() => string) | undefined;
4086
- trimRight?: (() => string) | undefined;
4087
- matchAll?: {} | undefined;
4088
- replaceAll?: {} | undefined;
4089
- at?: {} | undefined;
4090
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
4091
- })[] | undefined;
4092
- additionalProperties?: {
4093
- [x: string]: unknown;
4094
- } | undefined;
4095
- }>(override?: O | undefined) => Record<"anthropic/claude-haiku-3", {
4096
- name: string;
4097
- created: string;
4098
- knowledge: string;
4099
- modalities: {
4100
- input: readonly ["text", "image", "file"];
4101
- output: readonly ["text"];
4102
- };
4103
- capabilities: ("temperature" | "attachments" | "tool_call" | "structured_output")[];
4104
- context: number;
4105
- providers: readonly ["anthropic", "bedrock", "vertex"];
4106
- } & O>];
4107
- readonly sonnet: readonly [<const O extends {
4108
- name?: string | undefined;
4109
- created?: string | undefined;
4110
- knowledge?: string | undefined;
4111
- modalities?: {
4112
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
4113
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
4114
- } | undefined;
4115
- context?: number | undefined;
4116
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
4117
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
4118
- readonly [x: number]: string | undefined;
4119
- toString?: (() => string) | undefined;
4120
- charAt?: {} | undefined;
4121
- charCodeAt?: {} | undefined;
4122
- concat?: {} | undefined;
4123
- indexOf?: {} | undefined;
4124
- lastIndexOf?: {} | undefined;
4125
- localeCompare?: {} | undefined;
4126
- match?: {} | undefined;
4127
- replace?: {} | undefined;
4128
- search?: {} | undefined;
4129
- slice?: {} | undefined;
4130
- split?: {} | undefined;
4131
- substring?: {} | undefined;
4132
- toLowerCase?: (() => string) | undefined;
4133
- toLocaleLowerCase?: {} | undefined;
4134
- toUpperCase?: (() => string) | undefined;
4135
- toLocaleUpperCase?: {} | undefined;
4136
- trim?: (() => string) | undefined;
4137
- readonly length?: number | undefined;
4138
- substr?: {} | undefined;
4139
- valueOf?: (() => string) | undefined;
4140
- codePointAt?: {} | undefined;
4141
- includes?: {} | undefined;
4142
- endsWith?: {} | undefined;
4143
- normalize?: {} | undefined;
4144
- repeat?: {} | undefined;
4145
- startsWith?: {} | undefined;
4146
- anchor?: {} | undefined;
4147
- big?: (() => string) | undefined;
4148
- blink?: (() => string) | undefined;
4149
- bold?: (() => string) | undefined;
4150
- fixed?: (() => string) | undefined;
4151
- fontcolor?: {} | undefined;
4152
- fontsize?: {} | undefined;
4153
- italics?: (() => string) | undefined;
4154
- link?: {} | undefined;
4155
- small?: (() => string) | undefined;
4156
- strike?: (() => string) | undefined;
4157
- sub?: (() => string) | undefined;
4158
- sup?: (() => string) | undefined;
4159
- padStart?: {} | undefined;
4160
- padEnd?: {} | undefined;
4161
- trimEnd?: (() => string) | undefined;
4162
- trimStart?: (() => string) | undefined;
4163
- trimLeft?: (() => string) | undefined;
4164
- trimRight?: (() => string) | undefined;
4165
- matchAll?: {} | undefined;
4166
- replaceAll?: {} | undefined;
4167
- at?: {} | undefined;
4168
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
4169
- })[] | undefined;
4170
- additionalProperties?: {
4171
- [x: string]: unknown;
4172
- } | undefined;
4173
- }>(override?: O | undefined) => Record<"anthropic/claude-sonnet-4.6", {
4174
- name: string;
4175
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
4176
- created: string;
4177
- knowledge: string;
4178
- modalities: {
4179
- input: readonly ["text", "image", "pdf", "file"];
4180
- output: readonly ["text"];
4181
- };
4182
- context: number;
4183
- providers: readonly ["anthropic", "bedrock", "vertex"];
4184
- } & O>, <const O extends {
4185
- name?: string | undefined;
4186
- created?: string | undefined;
4187
- knowledge?: string | undefined;
4188
- modalities?: {
4189
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
4190
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
4191
- } | undefined;
4192
- context?: number | undefined;
4193
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
4194
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
4195
- readonly [x: number]: string | undefined;
4196
- toString?: (() => string) | undefined;
4197
- charAt?: {} | undefined;
4198
- charCodeAt?: {} | undefined;
4199
- concat?: {} | undefined;
4200
- indexOf?: {} | undefined;
4201
- lastIndexOf?: {} | undefined;
4202
- localeCompare?: {} | undefined;
4203
- match?: {} | undefined;
4204
- replace?: {} | undefined;
4205
- search?: {} | undefined;
4206
- slice?: {} | undefined;
4207
- split?: {} | undefined;
4208
- substring?: {} | undefined;
4209
- toLowerCase?: (() => string) | undefined;
4210
- toLocaleLowerCase?: {} | undefined;
4211
- toUpperCase?: (() => string) | undefined;
4212
- toLocaleUpperCase?: {} | undefined;
4213
- trim?: (() => string) | undefined;
4214
- readonly length?: number | undefined;
4215
- substr?: {} | undefined;
4216
- valueOf?: (() => string) | undefined;
4217
- codePointAt?: {} | undefined;
4218
- includes?: {} | undefined;
4219
- endsWith?: {} | undefined;
4220
- normalize?: {} | undefined;
4221
- repeat?: {} | undefined;
4222
- startsWith?: {} | undefined;
4223
- anchor?: {} | undefined;
4224
- big?: (() => string) | undefined;
4225
- blink?: (() => string) | undefined;
4226
- bold?: (() => string) | undefined;
4227
- fixed?: (() => string) | undefined;
4228
- fontcolor?: {} | undefined;
4229
- fontsize?: {} | undefined;
4230
- italics?: (() => string) | undefined;
4231
- link?: {} | undefined;
4232
- small?: (() => string) | undefined;
4233
- strike?: (() => string) | undefined;
4234
- sub?: (() => string) | undefined;
4235
- sup?: (() => string) | undefined;
4236
- padStart?: {} | undefined;
4237
- padEnd?: {} | undefined;
4238
- trimEnd?: (() => string) | undefined;
4239
- trimStart?: (() => string) | undefined;
4240
- trimLeft?: (() => string) | undefined;
4241
- trimRight?: (() => string) | undefined;
4242
- matchAll?: {} | undefined;
4243
- replaceAll?: {} | undefined;
4244
- at?: {} | undefined;
4245
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
4246
- })[] | undefined;
4247
- additionalProperties?: {
4248
- [x: string]: unknown;
4249
- } | undefined;
4250
- }>(override?: O | undefined) => Record<"anthropic/claude-sonnet-4.5", {
4251
- name: string;
4252
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
4253
- created: string;
4254
- knowledge: string;
4255
- modalities: {
4256
- input: readonly ["text", "image", "pdf", "file"];
4257
- output: readonly ["text"];
4258
- };
4259
- context: number;
4260
- providers: readonly ["anthropic", "bedrock", "vertex"];
4261
- } & O>, <const O extends {
4262
- name?: string | undefined;
4263
- created?: string | undefined;
4264
- knowledge?: string | undefined;
4265
- modalities?: {
4266
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
4267
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
4268
- } | undefined;
4269
- context?: number | undefined;
4270
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
4271
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
4272
- readonly [x: number]: string | undefined;
4273
- toString?: (() => string) | undefined;
4274
- charAt?: {} | undefined;
4275
- charCodeAt?: {} | undefined;
4276
- concat?: {} | undefined;
4277
- indexOf?: {} | undefined;
4278
- lastIndexOf?: {} | undefined;
4279
- localeCompare?: {} | undefined;
4280
- match?: {} | undefined;
4281
- replace?: {} | undefined;
4282
- search?: {} | undefined;
4283
- slice?: {} | undefined;
4284
- split?: {} | undefined;
4285
- substring?: {} | undefined;
4286
- toLowerCase?: (() => string) | undefined;
4287
- toLocaleLowerCase?: {} | undefined;
4288
- toUpperCase?: (() => string) | undefined;
4289
- toLocaleUpperCase?: {} | undefined;
4290
- trim?: (() => string) | undefined;
4291
- readonly length?: number | undefined;
4292
- substr?: {} | undefined;
4293
- valueOf?: (() => string) | undefined;
4294
- codePointAt?: {} | undefined;
4295
- includes?: {} | undefined;
4296
- endsWith?: {} | undefined;
4297
- normalize?: {} | undefined;
4298
- repeat?: {} | undefined;
4299
- startsWith?: {} | undefined;
4300
- anchor?: {} | undefined;
4301
- big?: (() => string) | undefined;
4302
- blink?: (() => string) | undefined;
4303
- bold?: (() => string) | undefined;
4304
- fixed?: (() => string) | undefined;
4305
- fontcolor?: {} | undefined;
4306
- fontsize?: {} | undefined;
4307
- italics?: (() => string) | undefined;
4308
- link?: {} | undefined;
4309
- small?: (() => string) | undefined;
4310
- strike?: (() => string) | undefined;
4311
- sub?: (() => string) | undefined;
4312
- sup?: (() => string) | undefined;
4313
- padStart?: {} | undefined;
4314
- padEnd?: {} | undefined;
4315
- trimEnd?: (() => string) | undefined;
4316
- trimStart?: (() => string) | undefined;
4317
- trimLeft?: (() => string) | undefined;
4318
- trimRight?: (() => string) | undefined;
4319
- matchAll?: {} | undefined;
4320
- replaceAll?: {} | undefined;
4321
- at?: {} | undefined;
4322
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
4323
- })[] | undefined;
4324
- additionalProperties?: {
4325
- [x: string]: unknown;
4326
- } | undefined;
4327
- }>(override?: O | undefined) => Record<"anthropic/claude-sonnet-4", {
4328
- name: string;
4329
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
4330
- created: string;
4331
- knowledge: string;
4332
- modalities: {
4333
- input: readonly ["text", "image", "pdf", "file"];
4334
- output: readonly ["text"];
4335
- };
4336
- context: number;
4337
- providers: readonly ["anthropic", "bedrock", "vertex"];
4338
- } & O>, <const O extends {
4339
- name?: string | undefined;
4340
- created?: string | undefined;
4341
- knowledge?: string | undefined;
4342
- modalities?: {
4343
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
4344
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
4345
- } | undefined;
4346
- context?: number | undefined;
4347
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
4348
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
4349
- readonly [x: number]: string | undefined;
4350
- toString?: (() => string) | undefined;
4351
- charAt?: {} | undefined;
4352
- charCodeAt?: {} | undefined;
4353
- concat?: {} | undefined;
4354
- indexOf?: {} | undefined;
4355
- lastIndexOf?: {} | undefined;
4356
- localeCompare?: {} | undefined;
4357
- match?: {} | undefined;
4358
- replace?: {} | undefined;
4359
- search?: {} | undefined;
4360
- slice?: {} | undefined;
4361
- split?: {} | undefined;
4362
- substring?: {} | undefined;
4363
- toLowerCase?: (() => string) | undefined;
4364
- toLocaleLowerCase?: {} | undefined;
4365
- toUpperCase?: (() => string) | undefined;
4366
- toLocaleUpperCase?: {} | undefined;
4367
- trim?: (() => string) | undefined;
4368
- readonly length?: number | undefined;
4369
- substr?: {} | undefined;
4370
- valueOf?: (() => string) | undefined;
4371
- codePointAt?: {} | undefined;
4372
- includes?: {} | undefined;
4373
- endsWith?: {} | undefined;
4374
- normalize?: {} | undefined;
4375
- repeat?: {} | undefined;
4376
- startsWith?: {} | undefined;
4377
- anchor?: {} | undefined;
4378
- big?: (() => string) | undefined;
4379
- blink?: (() => string) | undefined;
4380
- bold?: (() => string) | undefined;
4381
- fixed?: (() => string) | undefined;
4382
- fontcolor?: {} | undefined;
4383
- fontsize?: {} | undefined;
4384
- italics?: (() => string) | undefined;
4385
- link?: {} | undefined;
4386
- small?: (() => string) | undefined;
4387
- strike?: (() => string) | undefined;
4388
- sub?: (() => string) | undefined;
4389
- sup?: (() => string) | undefined;
4390
- padStart?: {} | undefined;
4391
- padEnd?: {} | undefined;
4392
- trimEnd?: (() => string) | undefined;
4393
- trimStart?: (() => string) | undefined;
4394
- trimLeft?: (() => string) | undefined;
4395
- trimRight?: (() => string) | undefined;
4396
- matchAll?: {} | undefined;
4397
- replaceAll?: {} | undefined;
4398
- at?: {} | undefined;
4399
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
4400
- })[] | undefined;
4401
- additionalProperties?: {
4402
- [x: string]: unknown;
4403
- } | undefined;
4404
- }>(override?: O | undefined) => Record<"anthropic/claude-sonnet-3.7", {
4405
- name: string;
4406
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
4407
- created: string;
4408
- knowledge: string;
4409
- modalities: {
4410
- input: readonly ["text", "image", "pdf", "file"];
4411
- output: readonly ["text"];
4412
- };
4413
- context: number;
4414
- providers: readonly ["anthropic", "bedrock", "vertex"];
4415
- } & O>, <const O extends {
4416
- name?: string | undefined;
4417
- created?: string | undefined;
4418
- knowledge?: string | undefined;
4419
- modalities?: {
4420
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
4421
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
4422
- } | undefined;
4423
- context?: number | undefined;
4424
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
4425
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
4426
- readonly [x: number]: string | undefined;
4427
- toString?: (() => string) | undefined;
4428
- charAt?: {} | undefined;
4429
- charCodeAt?: {} | undefined;
4430
- concat?: {} | undefined;
4431
- indexOf?: {} | undefined;
4432
- lastIndexOf?: {} | undefined;
4433
- localeCompare?: {} | undefined;
4434
- match?: {} | undefined;
4435
- replace?: {} | undefined;
4436
- search?: {} | undefined;
4437
- slice?: {} | undefined;
4438
- split?: {} | undefined;
4439
- substring?: {} | undefined;
4440
- toLowerCase?: (() => string) | undefined;
4441
- toLocaleLowerCase?: {} | undefined;
4442
- toUpperCase?: (() => string) | undefined;
4443
- toLocaleUpperCase?: {} | undefined;
4444
- trim?: (() => string) | undefined;
4445
- readonly length?: number | undefined;
4446
- substr?: {} | undefined;
4447
- valueOf?: (() => string) | undefined;
4448
- codePointAt?: {} | undefined;
4449
- includes?: {} | undefined;
4450
- endsWith?: {} | undefined;
4451
- normalize?: {} | undefined;
4452
- repeat?: {} | undefined;
4453
- startsWith?: {} | undefined;
4454
- anchor?: {} | undefined;
4455
- big?: (() => string) | undefined;
4456
- blink?: (() => string) | undefined;
4457
- bold?: (() => string) | undefined;
4458
- fixed?: (() => string) | undefined;
4459
- fontcolor?: {} | undefined;
4460
- fontsize?: {} | undefined;
4461
- italics?: (() => string) | undefined;
4462
- link?: {} | undefined;
4463
- small?: (() => string) | undefined;
4464
- strike?: (() => string) | undefined;
4465
- sub?: (() => string) | undefined;
4466
- sup?: (() => string) | undefined;
4467
- padStart?: {} | undefined;
4468
- padEnd?: {} | undefined;
4469
- trimEnd?: (() => string) | undefined;
4470
- trimStart?: (() => string) | undefined;
4471
- trimLeft?: (() => string) | undefined;
4472
- trimRight?: (() => string) | undefined;
4473
- matchAll?: {} | undefined;
4474
- replaceAll?: {} | undefined;
4475
- at?: {} | undefined;
4476
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
4477
- })[] | undefined;
4478
- additionalProperties?: {
4479
- [x: string]: unknown;
4480
- } | undefined;
4481
- }>(override?: O | undefined) => Record<"anthropic/claude-sonnet-3.5", {
4482
- name: string;
4483
- created: string;
4484
- knowledge: string;
4485
- modalities: {
4486
- input: readonly ["text", "image", "pdf", "file"];
4487
- output: readonly ["text"];
4488
- };
4489
- capabilities: ("temperature" | "attachments" | "tool_call" | "structured_output")[];
4490
- context: number;
4491
- providers: readonly ["anthropic", "bedrock", "vertex"];
4492
- } & O>];
4493
- readonly opus: readonly [<const O extends {
4494
- name?: string | undefined;
4495
- created?: string | undefined;
4496
- knowledge?: string | undefined;
4497
- modalities?: {
4498
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
4499
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
4500
- } | undefined;
4501
- context?: number | undefined;
4502
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
4503
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
4504
- readonly [x: number]: string | undefined;
4505
- toString?: (() => string) | undefined;
4506
- charAt?: {} | undefined;
4507
- charCodeAt?: {} | undefined;
4508
- concat?: {} | undefined;
4509
- indexOf?: {} | undefined;
4510
- lastIndexOf?: {} | undefined;
4511
- localeCompare?: {} | undefined;
4512
- match?: {} | undefined;
4513
- replace?: {} | undefined;
4514
- search?: {} | undefined;
4515
- slice?: {} | undefined;
4516
- split?: {} | undefined;
4517
- substring?: {} | undefined;
4518
- toLowerCase?: (() => string) | undefined;
4519
- toLocaleLowerCase?: {} | undefined;
4520
- toUpperCase?: (() => string) | undefined;
4521
- toLocaleUpperCase?: {} | undefined;
4522
- trim?: (() => string) | undefined;
4523
- readonly length?: number | undefined;
4524
- substr?: {} | undefined;
4525
- valueOf?: (() => string) | undefined;
4526
- codePointAt?: {} | undefined;
4527
- includes?: {} | undefined;
4528
- endsWith?: {} | undefined;
4529
- normalize?: {} | undefined;
4530
- repeat?: {} | undefined;
4531
- startsWith?: {} | undefined;
4532
- anchor?: {} | undefined;
4533
- big?: (() => string) | undefined;
4534
- blink?: (() => string) | undefined;
4535
- bold?: (() => string) | undefined;
4536
- fixed?: (() => string) | undefined;
4537
- fontcolor?: {} | undefined;
4538
- fontsize?: {} | undefined;
4539
- italics?: (() => string) | undefined;
4540
- link?: {} | undefined;
4541
- small?: (() => string) | undefined;
4542
- strike?: (() => string) | undefined;
4543
- sub?: (() => string) | undefined;
4544
- sup?: (() => string) | undefined;
4545
- padStart?: {} | undefined;
4546
- padEnd?: {} | undefined;
4547
- trimEnd?: (() => string) | undefined;
4548
- trimStart?: (() => string) | undefined;
4549
- trimLeft?: (() => string) | undefined;
4550
- trimRight?: (() => string) | undefined;
4551
- matchAll?: {} | undefined;
4552
- replaceAll?: {} | undefined;
4553
- at?: {} | undefined;
4554
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
4555
- })[] | undefined;
4556
- additionalProperties?: {
4557
- [x: string]: unknown;
4558
- } | undefined;
4559
- }>(override?: O | undefined) => Record<"anthropic/claude-opus-4.6", {
4560
- name: string;
4561
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
4562
- created: string;
4563
- knowledge: string;
4564
- modalities: {
4565
- input: readonly ["text", "image", "pdf", "file"];
4566
- output: readonly ["text"];
4567
- };
4568
- context: number;
4569
- providers: readonly ["anthropic", "bedrock", "vertex"];
4570
- } & O>, <const O extends {
4571
- name?: string | undefined;
4572
- created?: string | undefined;
4573
- knowledge?: string | undefined;
4574
- modalities?: {
4575
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
4576
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
4577
- } | undefined;
4578
- context?: number | undefined;
4579
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
4580
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
4581
- readonly [x: number]: string | undefined;
4582
- toString?: (() => string) | undefined;
4583
- charAt?: {} | undefined;
4584
- charCodeAt?: {} | undefined;
4585
- concat?: {} | undefined;
4586
- indexOf?: {} | undefined;
4587
- lastIndexOf?: {} | undefined;
4588
- localeCompare?: {} | undefined;
4589
- match?: {} | undefined;
4590
- replace?: {} | undefined;
4591
- search?: {} | undefined;
4592
- slice?: {} | undefined;
4593
- split?: {} | undefined;
4594
- substring?: {} | undefined;
4595
- toLowerCase?: (() => string) | undefined;
4596
- toLocaleLowerCase?: {} | undefined;
4597
- toUpperCase?: (() => string) | undefined;
4598
- toLocaleUpperCase?: {} | undefined;
4599
- trim?: (() => string) | undefined;
4600
- readonly length?: number | undefined;
4601
- substr?: {} | undefined;
4602
- valueOf?: (() => string) | undefined;
4603
- codePointAt?: {} | undefined;
4604
- includes?: {} | undefined;
4605
- endsWith?: {} | undefined;
4606
- normalize?: {} | undefined;
4607
- repeat?: {} | undefined;
4608
- startsWith?: {} | undefined;
4609
- anchor?: {} | undefined;
4610
- big?: (() => string) | undefined;
4611
- blink?: (() => string) | undefined;
4612
- bold?: (() => string) | undefined;
4613
- fixed?: (() => string) | undefined;
4614
- fontcolor?: {} | undefined;
4615
- fontsize?: {} | undefined;
4616
- italics?: (() => string) | undefined;
4617
- link?: {} | undefined;
4618
- small?: (() => string) | undefined;
4619
- strike?: (() => string) | undefined;
4620
- sub?: (() => string) | undefined;
4621
- sup?: (() => string) | undefined;
4622
- padStart?: {} | undefined;
4623
- padEnd?: {} | undefined;
4624
- trimEnd?: (() => string) | undefined;
4625
- trimStart?: (() => string) | undefined;
4626
- trimLeft?: (() => string) | undefined;
4627
- trimRight?: (() => string) | undefined;
4628
- matchAll?: {} | undefined;
4629
- replaceAll?: {} | undefined;
4630
- at?: {} | undefined;
4631
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
4632
- })[] | undefined;
4633
- additionalProperties?: {
4634
- [x: string]: unknown;
4635
- } | undefined;
4636
- }>(override?: O | undefined) => Record<"anthropic/claude-opus-4.5", {
4637
- name: string;
4638
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
4639
- created: string;
4640
- knowledge: string;
4641
- modalities: {
4642
- input: readonly ["text", "image", "pdf", "file"];
4643
- output: readonly ["text"];
4644
- };
4645
- context: number;
4646
- providers: readonly ["anthropic", "bedrock", "vertex"];
4647
- } & O>, <const O extends {
4648
- name?: string | undefined;
4649
- created?: string | undefined;
4650
- knowledge?: string | undefined;
4651
- modalities?: {
4652
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
4653
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
4654
- } | undefined;
4655
- context?: number | undefined;
4656
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
4657
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
4658
- readonly [x: number]: string | undefined;
4659
- toString?: (() => string) | undefined;
4660
- charAt?: {} | undefined;
4661
- charCodeAt?: {} | undefined;
4662
- concat?: {} | undefined;
4663
- indexOf?: {} | undefined;
4664
- lastIndexOf?: {} | undefined;
4665
- localeCompare?: {} | undefined;
4666
- match?: {} | undefined;
4667
- replace?: {} | undefined;
4668
- search?: {} | undefined;
4669
- slice?: {} | undefined;
4670
- split?: {} | undefined;
4671
- substring?: {} | undefined;
4672
- toLowerCase?: (() => string) | undefined;
4673
- toLocaleLowerCase?: {} | undefined;
4674
- toUpperCase?: (() => string) | undefined;
4675
- toLocaleUpperCase?: {} | undefined;
4676
- trim?: (() => string) | undefined;
4677
- readonly length?: number | undefined;
4678
- substr?: {} | undefined;
4679
- valueOf?: (() => string) | undefined;
4680
- codePointAt?: {} | undefined;
4681
- includes?: {} | undefined;
4682
- endsWith?: {} | undefined;
4683
- normalize?: {} | undefined;
4684
- repeat?: {} | undefined;
4685
- startsWith?: {} | undefined;
4686
- anchor?: {} | undefined;
4687
- big?: (() => string) | undefined;
4688
- blink?: (() => string) | undefined;
4689
- bold?: (() => string) | undefined;
4690
- fixed?: (() => string) | undefined;
4691
- fontcolor?: {} | undefined;
4692
- fontsize?: {} | undefined;
4693
- italics?: (() => string) | undefined;
4694
- link?: {} | undefined;
4695
- small?: (() => string) | undefined;
4696
- strike?: (() => string) | undefined;
4697
- sub?: (() => string) | undefined;
4698
- sup?: (() => string) | undefined;
4699
- padStart?: {} | undefined;
4700
- padEnd?: {} | undefined;
4701
- trimEnd?: (() => string) | undefined;
4702
- trimStart?: (() => string) | undefined;
4703
- trimLeft?: (() => string) | undefined;
4704
- trimRight?: (() => string) | undefined;
4705
- matchAll?: {} | undefined;
4706
- replaceAll?: {} | undefined;
4707
- at?: {} | undefined;
4708
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
4709
- })[] | undefined;
4710
- additionalProperties?: {
4711
- [x: string]: unknown;
4712
- } | undefined;
4713
- }>(override?: O | undefined) => Record<"anthropic/claude-opus-4.1", {
4714
- name: string;
4715
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
4716
- created: string;
4717
- knowledge: string;
4718
- modalities: {
4719
- input: readonly ["text", "image", "pdf", "file"];
4720
- output: readonly ["text"];
4721
- };
4722
- context: number;
4723
- providers: readonly ["anthropic", "bedrock", "vertex"];
4724
- } & O>, <const O extends {
4725
- name?: string | undefined;
4726
- created?: string | undefined;
4727
- knowledge?: string | undefined;
4728
- modalities?: {
4729
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
4730
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
4731
- } | undefined;
4732
- context?: number | undefined;
4733
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
4734
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
4735
- readonly [x: number]: string | undefined;
4736
- toString?: (() => string) | undefined;
4737
- charAt?: {} | undefined;
4738
- charCodeAt?: {} | undefined;
4739
- concat?: {} | undefined;
4740
- indexOf?: {} | undefined;
4741
- lastIndexOf?: {} | undefined;
4742
- localeCompare?: {} | undefined;
4743
- match?: {} | undefined;
4744
- replace?: {} | undefined;
4745
- search?: {} | undefined;
4746
- slice?: {} | undefined;
4747
- split?: {} | undefined;
4748
- substring?: {} | undefined;
4749
- toLowerCase?: (() => string) | undefined;
4750
- toLocaleLowerCase?: {} | undefined;
4751
- toUpperCase?: (() => string) | undefined;
4752
- toLocaleUpperCase?: {} | undefined;
4753
- trim?: (() => string) | undefined;
4754
- readonly length?: number | undefined;
4755
- substr?: {} | undefined;
4756
- valueOf?: (() => string) | undefined;
4757
- codePointAt?: {} | undefined;
4758
- includes?: {} | undefined;
4759
- endsWith?: {} | undefined;
4760
- normalize?: {} | undefined;
4761
- repeat?: {} | undefined;
4762
- startsWith?: {} | undefined;
4763
- anchor?: {} | undefined;
4764
- big?: (() => string) | undefined;
4765
- blink?: (() => string) | undefined;
4766
- bold?: (() => string) | undefined;
4767
- fixed?: (() => string) | undefined;
4768
- fontcolor?: {} | undefined;
4769
- fontsize?: {} | undefined;
4770
- italics?: (() => string) | undefined;
4771
- link?: {} | undefined;
4772
- small?: (() => string) | undefined;
4773
- strike?: (() => string) | undefined;
4774
- sub?: (() => string) | undefined;
4775
- sup?: (() => string) | undefined;
4776
- padStart?: {} | undefined;
4777
- padEnd?: {} | undefined;
4778
- trimEnd?: (() => string) | undefined;
4779
- trimStart?: (() => string) | undefined;
4780
- trimLeft?: (() => string) | undefined;
4781
- trimRight?: (() => string) | undefined;
4782
- matchAll?: {} | undefined;
4783
- replaceAll?: {} | undefined;
4784
- at?: {} | undefined;
4785
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
4786
- })[] | undefined;
4787
- additionalProperties?: {
4788
- [x: string]: unknown;
4789
- } | undefined;
4790
- }>(override?: O | undefined) => Record<"anthropic/claude-opus-4", {
4791
- name: string;
4792
- capabilities: ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[];
4793
- created: string;
4794
- knowledge: string;
4795
- modalities: {
4796
- input: readonly ["text", "image", "pdf", "file"];
4797
- output: readonly ["text"];
4798
- };
4799
- context: number;
4800
- providers: readonly ["anthropic", "bedrock", "vertex"];
4801
- } & O>];
4802
- };