@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,3254 +0,0 @@
1
- export declare const llama31_8b: <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<"meta/llama-3.1-8b", {
68
- name: string;
69
- created: string;
70
- knowledge: string;
71
- modalities: {
72
- input: readonly ["text", "file"];
73
- output: readonly ["text"];
74
- };
75
- capabilities: readonly ["attachments", "tool_call", "temperature"];
76
- context: number;
77
- providers: readonly ["groq", "bedrock", "vertex"];
78
- } & O>;
79
- export declare const llama31_70b: <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<"meta/llama-3.1-70b", {
146
- name: string;
147
- created: string;
148
- knowledge: string;
149
- modalities: {
150
- input: readonly ["text", "file"];
151
- output: readonly ["text"];
152
- };
153
- capabilities: readonly ["attachments", "tool_call", "temperature"];
154
- context: number;
155
- providers: readonly ["groq", "bedrock", "vertex"];
156
- } & O>;
157
- export declare const llama31_405b: <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<"meta/llama-3.1-405b", {
224
- name: string;
225
- created: string;
226
- knowledge: string;
227
- modalities: {
228
- input: readonly ["text", "file"];
229
- output: readonly ["text"];
230
- };
231
- capabilities: readonly ["attachments", "tool_call", "temperature"];
232
- context: number;
233
- providers: readonly ["groq", "bedrock", "vertex"];
234
- } & O>;
235
- export declare const llama32_1b: <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<"meta/llama-3.2-1b", {
302
- name: string;
303
- created: string;
304
- knowledge: string;
305
- modalities: {
306
- input: readonly ["text", "file"];
307
- output: readonly ["text"];
308
- };
309
- capabilities: readonly ["attachments", "tool_call", "temperature"];
310
- context: number;
311
- providers: readonly ["groq", "bedrock", "vertex"];
312
- } & O>;
313
- export declare const llama32_3b: <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<"meta/llama-3.2-3b", {
380
- name: string;
381
- created: string;
382
- knowledge: string;
383
- modalities: {
384
- input: readonly ["text", "file"];
385
- output: readonly ["text"];
386
- };
387
- capabilities: readonly ["attachments", "tool_call", "temperature"];
388
- context: number;
389
- providers: readonly ["groq", "bedrock", "vertex"];
390
- } & O>;
391
- export declare const llama32_11b: <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<"meta/llama-3.2-11b", {
458
- name: string;
459
- created: string;
460
- knowledge: string;
461
- modalities: {
462
- input: readonly ["text", "file"];
463
- output: readonly ["text"];
464
- };
465
- capabilities: readonly ["attachments", "tool_call", "temperature"];
466
- context: number;
467
- providers: readonly ["groq", "bedrock", "vertex"];
468
- } & O>;
469
- export declare const llama32_90b: <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<"meta/llama-3.2-90b", {
536
- name: string;
537
- created: string;
538
- knowledge: string;
539
- modalities: {
540
- input: readonly ["text", "file"];
541
- output: readonly ["text"];
542
- };
543
- capabilities: readonly ["attachments", "tool_call", "temperature"];
544
- context: number;
545
- providers: readonly ["groq", "bedrock", "vertex"];
546
- } & O>;
547
- export declare const llama33_70b: <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<"meta/llama-3.3-70b", {
614
- name: string;
615
- created: string;
616
- knowledge: string;
617
- modalities: {
618
- input: readonly ["text", "file"];
619
- output: readonly ["text"];
620
- };
621
- capabilities: readonly ["attachments", "tool_call", "temperature"];
622
- context: number;
623
- providers: readonly ["groq", "bedrock", "vertex"];
624
- } & O>;
625
- export declare const llama4Scout: <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<"meta/llama-4-scout", {
692
- name: string;
693
- created: string;
694
- knowledge: string;
695
- modalities: {
696
- input: readonly ["text", "image", "file"];
697
- output: readonly ["text"];
698
- };
699
- capabilities: readonly ["attachments", "tool_call", "temperature"];
700
- context: number;
701
- providers: readonly ["groq", "vertex", "bedrock"];
702
- } & O>;
703
- export declare const llama4Maverick: <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<"meta/llama-4-maverick", {
770
- name: string;
771
- created: string;
772
- knowledge: string;
773
- modalities: {
774
- input: readonly ["text", "image", "file"];
775
- output: readonly ["text"];
776
- };
777
- capabilities: readonly ["attachments", "tool_call", "temperature"];
778
- context: number;
779
- providers: readonly ["groq", "vertex", "bedrock"];
780
- } & O>;
781
- export declare const llama: {
782
- readonly latest: readonly [<const O extends {
783
- name?: string | undefined;
784
- created?: string | undefined;
785
- knowledge?: string | undefined;
786
- modalities?: {
787
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
788
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
789
- } | undefined;
790
- context?: number | undefined;
791
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
792
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
793
- readonly [x: number]: string | undefined;
794
- toString?: (() => string) | undefined;
795
- charAt?: {} | undefined;
796
- charCodeAt?: {} | undefined;
797
- concat?: {} | undefined;
798
- indexOf?: {} | undefined;
799
- lastIndexOf?: {} | undefined;
800
- localeCompare?: {} | undefined;
801
- match?: {} | undefined;
802
- replace?: {} | undefined;
803
- search?: {} | undefined;
804
- slice?: {} | undefined;
805
- split?: {} | undefined;
806
- substring?: {} | undefined;
807
- toLowerCase?: (() => string) | undefined;
808
- toLocaleLowerCase?: {} | undefined;
809
- toUpperCase?: (() => string) | undefined;
810
- toLocaleUpperCase?: {} | undefined;
811
- trim?: (() => string) | undefined;
812
- readonly length?: number | undefined;
813
- substr?: {} | undefined;
814
- valueOf?: (() => string) | undefined;
815
- codePointAt?: {} | undefined;
816
- includes?: {} | undefined;
817
- endsWith?: {} | undefined;
818
- normalize?: {} | undefined;
819
- repeat?: {} | undefined;
820
- startsWith?: {} | undefined;
821
- anchor?: {} | undefined;
822
- big?: (() => string) | undefined;
823
- blink?: (() => string) | undefined;
824
- bold?: (() => string) | undefined;
825
- fixed?: (() => string) | undefined;
826
- fontcolor?: {} | undefined;
827
- fontsize?: {} | undefined;
828
- italics?: (() => string) | undefined;
829
- link?: {} | undefined;
830
- small?: (() => string) | undefined;
831
- strike?: (() => string) | undefined;
832
- sub?: (() => string) | undefined;
833
- sup?: (() => string) | undefined;
834
- padStart?: {} | undefined;
835
- padEnd?: {} | undefined;
836
- trimEnd?: (() => string) | undefined;
837
- trimStart?: (() => string) | undefined;
838
- trimLeft?: (() => string) | undefined;
839
- trimRight?: (() => string) | undefined;
840
- matchAll?: {} | undefined;
841
- replaceAll?: {} | undefined;
842
- at?: {} | undefined;
843
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
844
- })[] | undefined;
845
- additionalProperties?: {
846
- [x: string]: unknown;
847
- } | undefined;
848
- }>(override?: O | undefined) => Record<"meta/llama-4-scout", {
849
- name: string;
850
- created: string;
851
- knowledge: string;
852
- modalities: {
853
- input: readonly ["text", "image", "file"];
854
- output: readonly ["text"];
855
- };
856
- capabilities: readonly ["attachments", "tool_call", "temperature"];
857
- context: number;
858
- providers: readonly ["groq", "vertex", "bedrock"];
859
- } & O>, <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<"meta/llama-4-maverick", {
926
- name: string;
927
- created: string;
928
- knowledge: string;
929
- modalities: {
930
- input: readonly ["text", "image", "file"];
931
- output: readonly ["text"];
932
- };
933
- capabilities: readonly ["attachments", "tool_call", "temperature"];
934
- context: number;
935
- providers: readonly ["groq", "vertex", "bedrock"];
936
- } & O>];
937
- readonly all: ((<const O extends {
938
- name?: string | undefined;
939
- created?: string | undefined;
940
- knowledge?: string | undefined;
941
- modalities?: {
942
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
943
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
944
- } | undefined;
945
- context?: number | undefined;
946
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
947
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
948
- readonly [x: number]: string | undefined;
949
- toString?: (() => string) | undefined;
950
- charAt?: {} | undefined;
951
- charCodeAt?: {} | undefined;
952
- concat?: {} | undefined;
953
- indexOf?: {} | undefined;
954
- lastIndexOf?: {} | undefined;
955
- localeCompare?: {} | undefined;
956
- match?: {} | undefined;
957
- replace?: {} | undefined;
958
- search?: {} | undefined;
959
- slice?: {} | undefined;
960
- split?: {} | undefined;
961
- substring?: {} | undefined;
962
- toLowerCase?: (() => string) | undefined;
963
- toLocaleLowerCase?: {} | undefined;
964
- toUpperCase?: (() => string) | undefined;
965
- toLocaleUpperCase?: {} | undefined;
966
- trim?: (() => string) | undefined;
967
- readonly length?: number | undefined;
968
- substr?: {} | undefined;
969
- valueOf?: (() => string) | undefined;
970
- codePointAt?: {} | undefined;
971
- includes?: {} | undefined;
972
- endsWith?: {} | undefined;
973
- normalize?: {} | undefined;
974
- repeat?: {} | undefined;
975
- startsWith?: {} | undefined;
976
- anchor?: {} | undefined;
977
- big?: (() => string) | undefined;
978
- blink?: (() => string) | undefined;
979
- bold?: (() => string) | undefined;
980
- fixed?: (() => string) | undefined;
981
- fontcolor?: {} | undefined;
982
- fontsize?: {} | undefined;
983
- italics?: (() => string) | undefined;
984
- link?: {} | undefined;
985
- small?: (() => string) | undefined;
986
- strike?: (() => string) | undefined;
987
- sub?: (() => string) | undefined;
988
- sup?: (() => string) | undefined;
989
- padStart?: {} | undefined;
990
- padEnd?: {} | undefined;
991
- trimEnd?: (() => string) | undefined;
992
- trimStart?: (() => string) | undefined;
993
- trimLeft?: (() => string) | undefined;
994
- trimRight?: (() => string) | undefined;
995
- matchAll?: {} | undefined;
996
- replaceAll?: {} | undefined;
997
- at?: {} | undefined;
998
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
999
- })[] | undefined;
1000
- additionalProperties?: {
1001
- [x: string]: unknown;
1002
- } | undefined;
1003
- }>(override?: O | undefined) => Record<"meta/llama-3.1-8b", {
1004
- name: string;
1005
- created: string;
1006
- knowledge: string;
1007
- modalities: {
1008
- input: readonly ["text", "file"];
1009
- output: readonly ["text"];
1010
- };
1011
- capabilities: readonly ["attachments", "tool_call", "temperature"];
1012
- context: number;
1013
- providers: readonly ["groq", "bedrock", "vertex"];
1014
- } & O>) | (<const O extends {
1015
- name?: string | undefined;
1016
- created?: string | undefined;
1017
- knowledge?: string | undefined;
1018
- modalities?: {
1019
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1020
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1021
- } | undefined;
1022
- context?: number | undefined;
1023
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1024
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1025
- readonly [x: number]: string | undefined;
1026
- toString?: (() => string) | undefined;
1027
- charAt?: {} | undefined;
1028
- charCodeAt?: {} | undefined;
1029
- concat?: {} | undefined;
1030
- indexOf?: {} | undefined;
1031
- lastIndexOf?: {} | undefined;
1032
- localeCompare?: {} | undefined;
1033
- match?: {} | undefined;
1034
- replace?: {} | undefined;
1035
- search?: {} | undefined;
1036
- slice?: {} | undefined;
1037
- split?: {} | undefined;
1038
- substring?: {} | undefined;
1039
- toLowerCase?: (() => string) | undefined;
1040
- toLocaleLowerCase?: {} | undefined;
1041
- toUpperCase?: (() => string) | undefined;
1042
- toLocaleUpperCase?: {} | undefined;
1043
- trim?: (() => string) | undefined;
1044
- readonly length?: number | undefined;
1045
- substr?: {} | undefined;
1046
- valueOf?: (() => string) | undefined;
1047
- codePointAt?: {} | undefined;
1048
- includes?: {} | undefined;
1049
- endsWith?: {} | undefined;
1050
- normalize?: {} | undefined;
1051
- repeat?: {} | undefined;
1052
- startsWith?: {} | undefined;
1053
- anchor?: {} | undefined;
1054
- big?: (() => string) | undefined;
1055
- blink?: (() => string) | undefined;
1056
- bold?: (() => string) | undefined;
1057
- fixed?: (() => string) | undefined;
1058
- fontcolor?: {} | undefined;
1059
- fontsize?: {} | undefined;
1060
- italics?: (() => string) | undefined;
1061
- link?: {} | undefined;
1062
- small?: (() => string) | undefined;
1063
- strike?: (() => string) | undefined;
1064
- sub?: (() => string) | undefined;
1065
- sup?: (() => string) | undefined;
1066
- padStart?: {} | undefined;
1067
- padEnd?: {} | undefined;
1068
- trimEnd?: (() => string) | undefined;
1069
- trimStart?: (() => string) | undefined;
1070
- trimLeft?: (() => string) | undefined;
1071
- trimRight?: (() => string) | undefined;
1072
- matchAll?: {} | undefined;
1073
- replaceAll?: {} | undefined;
1074
- at?: {} | undefined;
1075
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1076
- })[] | undefined;
1077
- additionalProperties?: {
1078
- [x: string]: unknown;
1079
- } | undefined;
1080
- }>(override?: O | undefined) => Record<"meta/llama-3.1-70b", {
1081
- name: string;
1082
- created: string;
1083
- knowledge: string;
1084
- modalities: {
1085
- input: readonly ["text", "file"];
1086
- output: readonly ["text"];
1087
- };
1088
- capabilities: readonly ["attachments", "tool_call", "temperature"];
1089
- context: number;
1090
- providers: readonly ["groq", "bedrock", "vertex"];
1091
- } & O>) | (<const O extends {
1092
- name?: string | undefined;
1093
- created?: string | undefined;
1094
- knowledge?: string | undefined;
1095
- modalities?: {
1096
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1097
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1098
- } | undefined;
1099
- context?: number | undefined;
1100
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1101
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1102
- readonly [x: number]: string | undefined;
1103
- toString?: (() => string) | undefined;
1104
- charAt?: {} | undefined;
1105
- charCodeAt?: {} | undefined;
1106
- concat?: {} | undefined;
1107
- indexOf?: {} | undefined;
1108
- lastIndexOf?: {} | undefined;
1109
- localeCompare?: {} | undefined;
1110
- match?: {} | undefined;
1111
- replace?: {} | undefined;
1112
- search?: {} | undefined;
1113
- slice?: {} | undefined;
1114
- split?: {} | undefined;
1115
- substring?: {} | undefined;
1116
- toLowerCase?: (() => string) | undefined;
1117
- toLocaleLowerCase?: {} | undefined;
1118
- toUpperCase?: (() => string) | undefined;
1119
- toLocaleUpperCase?: {} | undefined;
1120
- trim?: (() => string) | undefined;
1121
- readonly length?: number | undefined;
1122
- substr?: {} | undefined;
1123
- valueOf?: (() => string) | undefined;
1124
- codePointAt?: {} | undefined;
1125
- includes?: {} | undefined;
1126
- endsWith?: {} | undefined;
1127
- normalize?: {} | undefined;
1128
- repeat?: {} | undefined;
1129
- startsWith?: {} | undefined;
1130
- anchor?: {} | undefined;
1131
- big?: (() => string) | undefined;
1132
- blink?: (() => string) | undefined;
1133
- bold?: (() => string) | undefined;
1134
- fixed?: (() => string) | undefined;
1135
- fontcolor?: {} | undefined;
1136
- fontsize?: {} | undefined;
1137
- italics?: (() => string) | undefined;
1138
- link?: {} | undefined;
1139
- small?: (() => string) | undefined;
1140
- strike?: (() => string) | undefined;
1141
- sub?: (() => string) | undefined;
1142
- sup?: (() => string) | undefined;
1143
- padStart?: {} | undefined;
1144
- padEnd?: {} | undefined;
1145
- trimEnd?: (() => string) | undefined;
1146
- trimStart?: (() => string) | undefined;
1147
- trimLeft?: (() => string) | undefined;
1148
- trimRight?: (() => string) | undefined;
1149
- matchAll?: {} | undefined;
1150
- replaceAll?: {} | undefined;
1151
- at?: {} | undefined;
1152
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1153
- })[] | undefined;
1154
- additionalProperties?: {
1155
- [x: string]: unknown;
1156
- } | undefined;
1157
- }>(override?: O | undefined) => Record<"meta/llama-3.1-405b", {
1158
- name: string;
1159
- created: string;
1160
- knowledge: string;
1161
- modalities: {
1162
- input: readonly ["text", "file"];
1163
- output: readonly ["text"];
1164
- };
1165
- capabilities: readonly ["attachments", "tool_call", "temperature"];
1166
- context: number;
1167
- providers: readonly ["groq", "bedrock", "vertex"];
1168
- } & O>) | (<const O extends {
1169
- name?: string | undefined;
1170
- created?: string | undefined;
1171
- knowledge?: string | undefined;
1172
- modalities?: {
1173
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1174
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1175
- } | undefined;
1176
- context?: number | undefined;
1177
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1178
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1179
- readonly [x: number]: string | undefined;
1180
- toString?: (() => string) | undefined;
1181
- charAt?: {} | undefined;
1182
- charCodeAt?: {} | undefined;
1183
- concat?: {} | undefined;
1184
- indexOf?: {} | undefined;
1185
- lastIndexOf?: {} | undefined;
1186
- localeCompare?: {} | undefined;
1187
- match?: {} | undefined;
1188
- replace?: {} | undefined;
1189
- search?: {} | undefined;
1190
- slice?: {} | undefined;
1191
- split?: {} | undefined;
1192
- substring?: {} | undefined;
1193
- toLowerCase?: (() => string) | undefined;
1194
- toLocaleLowerCase?: {} | undefined;
1195
- toUpperCase?: (() => string) | undefined;
1196
- toLocaleUpperCase?: {} | undefined;
1197
- trim?: (() => string) | undefined;
1198
- readonly length?: number | undefined;
1199
- substr?: {} | undefined;
1200
- valueOf?: (() => string) | undefined;
1201
- codePointAt?: {} | undefined;
1202
- includes?: {} | undefined;
1203
- endsWith?: {} | undefined;
1204
- normalize?: {} | undefined;
1205
- repeat?: {} | undefined;
1206
- startsWith?: {} | undefined;
1207
- anchor?: {} | undefined;
1208
- big?: (() => string) | undefined;
1209
- blink?: (() => string) | undefined;
1210
- bold?: (() => string) | undefined;
1211
- fixed?: (() => string) | undefined;
1212
- fontcolor?: {} | undefined;
1213
- fontsize?: {} | undefined;
1214
- italics?: (() => string) | undefined;
1215
- link?: {} | undefined;
1216
- small?: (() => string) | undefined;
1217
- strike?: (() => string) | undefined;
1218
- sub?: (() => string) | undefined;
1219
- sup?: (() => string) | undefined;
1220
- padStart?: {} | undefined;
1221
- padEnd?: {} | undefined;
1222
- trimEnd?: (() => string) | undefined;
1223
- trimStart?: (() => string) | undefined;
1224
- trimLeft?: (() => string) | undefined;
1225
- trimRight?: (() => string) | undefined;
1226
- matchAll?: {} | undefined;
1227
- replaceAll?: {} | undefined;
1228
- at?: {} | undefined;
1229
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1230
- })[] | undefined;
1231
- additionalProperties?: {
1232
- [x: string]: unknown;
1233
- } | undefined;
1234
- }>(override?: O | undefined) => Record<"meta/llama-3.2-1b", {
1235
- name: string;
1236
- created: string;
1237
- knowledge: string;
1238
- modalities: {
1239
- input: readonly ["text", "file"];
1240
- output: readonly ["text"];
1241
- };
1242
- capabilities: readonly ["attachments", "tool_call", "temperature"];
1243
- context: number;
1244
- providers: readonly ["groq", "bedrock", "vertex"];
1245
- } & O>) | (<const O extends {
1246
- name?: string | undefined;
1247
- created?: string | undefined;
1248
- knowledge?: string | undefined;
1249
- modalities?: {
1250
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1251
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1252
- } | undefined;
1253
- context?: number | undefined;
1254
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1255
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1256
- readonly [x: number]: string | undefined;
1257
- toString?: (() => string) | undefined;
1258
- charAt?: {} | undefined;
1259
- charCodeAt?: {} | undefined;
1260
- concat?: {} | undefined;
1261
- indexOf?: {} | undefined;
1262
- lastIndexOf?: {} | undefined;
1263
- localeCompare?: {} | undefined;
1264
- match?: {} | undefined;
1265
- replace?: {} | undefined;
1266
- search?: {} | undefined;
1267
- slice?: {} | undefined;
1268
- split?: {} | undefined;
1269
- substring?: {} | undefined;
1270
- toLowerCase?: (() => string) | undefined;
1271
- toLocaleLowerCase?: {} | undefined;
1272
- toUpperCase?: (() => string) | undefined;
1273
- toLocaleUpperCase?: {} | undefined;
1274
- trim?: (() => string) | undefined;
1275
- readonly length?: number | undefined;
1276
- substr?: {} | undefined;
1277
- valueOf?: (() => string) | undefined;
1278
- codePointAt?: {} | undefined;
1279
- includes?: {} | undefined;
1280
- endsWith?: {} | undefined;
1281
- normalize?: {} | undefined;
1282
- repeat?: {} | undefined;
1283
- startsWith?: {} | undefined;
1284
- anchor?: {} | undefined;
1285
- big?: (() => string) | undefined;
1286
- blink?: (() => string) | undefined;
1287
- bold?: (() => string) | undefined;
1288
- fixed?: (() => string) | undefined;
1289
- fontcolor?: {} | undefined;
1290
- fontsize?: {} | undefined;
1291
- italics?: (() => string) | undefined;
1292
- link?: {} | undefined;
1293
- small?: (() => string) | undefined;
1294
- strike?: (() => string) | undefined;
1295
- sub?: (() => string) | undefined;
1296
- sup?: (() => string) | undefined;
1297
- padStart?: {} | undefined;
1298
- padEnd?: {} | undefined;
1299
- trimEnd?: (() => string) | undefined;
1300
- trimStart?: (() => string) | undefined;
1301
- trimLeft?: (() => string) | undefined;
1302
- trimRight?: (() => string) | undefined;
1303
- matchAll?: {} | undefined;
1304
- replaceAll?: {} | undefined;
1305
- at?: {} | undefined;
1306
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1307
- })[] | undefined;
1308
- additionalProperties?: {
1309
- [x: string]: unknown;
1310
- } | undefined;
1311
- }>(override?: O | undefined) => Record<"meta/llama-3.2-3b", {
1312
- name: string;
1313
- created: string;
1314
- knowledge: string;
1315
- modalities: {
1316
- input: readonly ["text", "file"];
1317
- output: readonly ["text"];
1318
- };
1319
- capabilities: readonly ["attachments", "tool_call", "temperature"];
1320
- context: number;
1321
- providers: readonly ["groq", "bedrock", "vertex"];
1322
- } & O>) | (<const O extends {
1323
- name?: string | undefined;
1324
- created?: string | undefined;
1325
- knowledge?: string | undefined;
1326
- modalities?: {
1327
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1328
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1329
- } | undefined;
1330
- context?: number | undefined;
1331
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1332
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1333
- readonly [x: number]: string | undefined;
1334
- toString?: (() => string) | undefined;
1335
- charAt?: {} | undefined;
1336
- charCodeAt?: {} | undefined;
1337
- concat?: {} | undefined;
1338
- indexOf?: {} | undefined;
1339
- lastIndexOf?: {} | undefined;
1340
- localeCompare?: {} | undefined;
1341
- match?: {} | undefined;
1342
- replace?: {} | undefined;
1343
- search?: {} | undefined;
1344
- slice?: {} | undefined;
1345
- split?: {} | undefined;
1346
- substring?: {} | undefined;
1347
- toLowerCase?: (() => string) | undefined;
1348
- toLocaleLowerCase?: {} | undefined;
1349
- toUpperCase?: (() => string) | undefined;
1350
- toLocaleUpperCase?: {} | undefined;
1351
- trim?: (() => string) | undefined;
1352
- readonly length?: number | undefined;
1353
- substr?: {} | undefined;
1354
- valueOf?: (() => string) | undefined;
1355
- codePointAt?: {} | undefined;
1356
- includes?: {} | undefined;
1357
- endsWith?: {} | undefined;
1358
- normalize?: {} | undefined;
1359
- repeat?: {} | undefined;
1360
- startsWith?: {} | undefined;
1361
- anchor?: {} | undefined;
1362
- big?: (() => string) | undefined;
1363
- blink?: (() => string) | undefined;
1364
- bold?: (() => string) | undefined;
1365
- fixed?: (() => string) | undefined;
1366
- fontcolor?: {} | undefined;
1367
- fontsize?: {} | undefined;
1368
- italics?: (() => string) | undefined;
1369
- link?: {} | undefined;
1370
- small?: (() => string) | undefined;
1371
- strike?: (() => string) | undefined;
1372
- sub?: (() => string) | undefined;
1373
- sup?: (() => string) | undefined;
1374
- padStart?: {} | undefined;
1375
- padEnd?: {} | undefined;
1376
- trimEnd?: (() => string) | undefined;
1377
- trimStart?: (() => string) | undefined;
1378
- trimLeft?: (() => string) | undefined;
1379
- trimRight?: (() => string) | undefined;
1380
- matchAll?: {} | undefined;
1381
- replaceAll?: {} | undefined;
1382
- at?: {} | undefined;
1383
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1384
- })[] | undefined;
1385
- additionalProperties?: {
1386
- [x: string]: unknown;
1387
- } | undefined;
1388
- }>(override?: O | undefined) => Record<"meta/llama-3.2-11b", {
1389
- name: string;
1390
- created: string;
1391
- knowledge: string;
1392
- modalities: {
1393
- input: readonly ["text", "file"];
1394
- output: readonly ["text"];
1395
- };
1396
- capabilities: readonly ["attachments", "tool_call", "temperature"];
1397
- context: number;
1398
- providers: readonly ["groq", "bedrock", "vertex"];
1399
- } & O>) | (<const O extends {
1400
- name?: string | undefined;
1401
- created?: string | undefined;
1402
- knowledge?: string | undefined;
1403
- modalities?: {
1404
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1405
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1406
- } | undefined;
1407
- context?: number | undefined;
1408
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1409
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1410
- readonly [x: number]: string | undefined;
1411
- toString?: (() => string) | undefined;
1412
- charAt?: {} | undefined;
1413
- charCodeAt?: {} | undefined;
1414
- concat?: {} | undefined;
1415
- indexOf?: {} | undefined;
1416
- lastIndexOf?: {} | undefined;
1417
- localeCompare?: {} | undefined;
1418
- match?: {} | undefined;
1419
- replace?: {} | undefined;
1420
- search?: {} | undefined;
1421
- slice?: {} | undefined;
1422
- split?: {} | undefined;
1423
- substring?: {} | undefined;
1424
- toLowerCase?: (() => string) | undefined;
1425
- toLocaleLowerCase?: {} | undefined;
1426
- toUpperCase?: (() => string) | undefined;
1427
- toLocaleUpperCase?: {} | undefined;
1428
- trim?: (() => string) | undefined;
1429
- readonly length?: number | undefined;
1430
- substr?: {} | undefined;
1431
- valueOf?: (() => string) | undefined;
1432
- codePointAt?: {} | undefined;
1433
- includes?: {} | undefined;
1434
- endsWith?: {} | undefined;
1435
- normalize?: {} | undefined;
1436
- repeat?: {} | undefined;
1437
- startsWith?: {} | undefined;
1438
- anchor?: {} | undefined;
1439
- big?: (() => string) | undefined;
1440
- blink?: (() => string) | undefined;
1441
- bold?: (() => string) | undefined;
1442
- fixed?: (() => string) | undefined;
1443
- fontcolor?: {} | undefined;
1444
- fontsize?: {} | undefined;
1445
- italics?: (() => string) | undefined;
1446
- link?: {} | undefined;
1447
- small?: (() => string) | undefined;
1448
- strike?: (() => string) | undefined;
1449
- sub?: (() => string) | undefined;
1450
- sup?: (() => string) | undefined;
1451
- padStart?: {} | undefined;
1452
- padEnd?: {} | undefined;
1453
- trimEnd?: (() => string) | undefined;
1454
- trimStart?: (() => string) | undefined;
1455
- trimLeft?: (() => string) | undefined;
1456
- trimRight?: (() => string) | undefined;
1457
- matchAll?: {} | undefined;
1458
- replaceAll?: {} | undefined;
1459
- at?: {} | undefined;
1460
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1461
- })[] | undefined;
1462
- additionalProperties?: {
1463
- [x: string]: unknown;
1464
- } | undefined;
1465
- }>(override?: O | undefined) => Record<"meta/llama-3.2-90b", {
1466
- name: string;
1467
- created: string;
1468
- knowledge: string;
1469
- modalities: {
1470
- input: readonly ["text", "file"];
1471
- output: readonly ["text"];
1472
- };
1473
- capabilities: readonly ["attachments", "tool_call", "temperature"];
1474
- context: number;
1475
- providers: readonly ["groq", "bedrock", "vertex"];
1476
- } & O>) | (<const O extends {
1477
- name?: string | undefined;
1478
- created?: string | undefined;
1479
- knowledge?: string | undefined;
1480
- modalities?: {
1481
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1482
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1483
- } | undefined;
1484
- context?: number | undefined;
1485
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1486
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1487
- readonly [x: number]: string | undefined;
1488
- toString?: (() => string) | undefined;
1489
- charAt?: {} | undefined;
1490
- charCodeAt?: {} | undefined;
1491
- concat?: {} | undefined;
1492
- indexOf?: {} | undefined;
1493
- lastIndexOf?: {} | undefined;
1494
- localeCompare?: {} | undefined;
1495
- match?: {} | undefined;
1496
- replace?: {} | undefined;
1497
- search?: {} | undefined;
1498
- slice?: {} | undefined;
1499
- split?: {} | undefined;
1500
- substring?: {} | undefined;
1501
- toLowerCase?: (() => string) | undefined;
1502
- toLocaleLowerCase?: {} | undefined;
1503
- toUpperCase?: (() => string) | undefined;
1504
- toLocaleUpperCase?: {} | undefined;
1505
- trim?: (() => string) | undefined;
1506
- readonly length?: number | undefined;
1507
- substr?: {} | undefined;
1508
- valueOf?: (() => string) | undefined;
1509
- codePointAt?: {} | undefined;
1510
- includes?: {} | undefined;
1511
- endsWith?: {} | undefined;
1512
- normalize?: {} | undefined;
1513
- repeat?: {} | undefined;
1514
- startsWith?: {} | undefined;
1515
- anchor?: {} | undefined;
1516
- big?: (() => string) | undefined;
1517
- blink?: (() => string) | undefined;
1518
- bold?: (() => string) | undefined;
1519
- fixed?: (() => string) | undefined;
1520
- fontcolor?: {} | undefined;
1521
- fontsize?: {} | undefined;
1522
- italics?: (() => string) | undefined;
1523
- link?: {} | undefined;
1524
- small?: (() => string) | undefined;
1525
- strike?: (() => string) | undefined;
1526
- sub?: (() => string) | undefined;
1527
- sup?: (() => string) | undefined;
1528
- padStart?: {} | undefined;
1529
- padEnd?: {} | undefined;
1530
- trimEnd?: (() => string) | undefined;
1531
- trimStart?: (() => string) | undefined;
1532
- trimLeft?: (() => string) | undefined;
1533
- trimRight?: (() => string) | undefined;
1534
- matchAll?: {} | undefined;
1535
- replaceAll?: {} | undefined;
1536
- at?: {} | undefined;
1537
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1538
- })[] | undefined;
1539
- additionalProperties?: {
1540
- [x: string]: unknown;
1541
- } | undefined;
1542
- }>(override?: O | undefined) => Record<"meta/llama-3.3-70b", {
1543
- name: string;
1544
- created: string;
1545
- knowledge: string;
1546
- modalities: {
1547
- input: readonly ["text", "file"];
1548
- output: readonly ["text"];
1549
- };
1550
- capabilities: readonly ["attachments", "tool_call", "temperature"];
1551
- context: number;
1552
- providers: readonly ["groq", "bedrock", "vertex"];
1553
- } & O>) | (<const O extends {
1554
- name?: string | undefined;
1555
- created?: string | undefined;
1556
- knowledge?: string | undefined;
1557
- modalities?: {
1558
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1559
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1560
- } | undefined;
1561
- context?: number | undefined;
1562
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1563
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1564
- readonly [x: number]: string | undefined;
1565
- toString?: (() => string) | undefined;
1566
- charAt?: {} | undefined;
1567
- charCodeAt?: {} | undefined;
1568
- concat?: {} | undefined;
1569
- indexOf?: {} | undefined;
1570
- lastIndexOf?: {} | undefined;
1571
- localeCompare?: {} | undefined;
1572
- match?: {} | undefined;
1573
- replace?: {} | undefined;
1574
- search?: {} | undefined;
1575
- slice?: {} | undefined;
1576
- split?: {} | undefined;
1577
- substring?: {} | undefined;
1578
- toLowerCase?: (() => string) | undefined;
1579
- toLocaleLowerCase?: {} | undefined;
1580
- toUpperCase?: (() => string) | undefined;
1581
- toLocaleUpperCase?: {} | undefined;
1582
- trim?: (() => string) | undefined;
1583
- readonly length?: number | undefined;
1584
- substr?: {} | undefined;
1585
- valueOf?: (() => string) | undefined;
1586
- codePointAt?: {} | undefined;
1587
- includes?: {} | undefined;
1588
- endsWith?: {} | undefined;
1589
- normalize?: {} | undefined;
1590
- repeat?: {} | undefined;
1591
- startsWith?: {} | undefined;
1592
- anchor?: {} | undefined;
1593
- big?: (() => string) | undefined;
1594
- blink?: (() => string) | undefined;
1595
- bold?: (() => string) | undefined;
1596
- fixed?: (() => string) | undefined;
1597
- fontcolor?: {} | undefined;
1598
- fontsize?: {} | undefined;
1599
- italics?: (() => string) | undefined;
1600
- link?: {} | undefined;
1601
- small?: (() => string) | undefined;
1602
- strike?: (() => string) | undefined;
1603
- sub?: (() => string) | undefined;
1604
- sup?: (() => string) | undefined;
1605
- padStart?: {} | undefined;
1606
- padEnd?: {} | undefined;
1607
- trimEnd?: (() => string) | undefined;
1608
- trimStart?: (() => string) | undefined;
1609
- trimLeft?: (() => string) | undefined;
1610
- trimRight?: (() => string) | undefined;
1611
- matchAll?: {} | undefined;
1612
- replaceAll?: {} | undefined;
1613
- at?: {} | undefined;
1614
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1615
- })[] | undefined;
1616
- additionalProperties?: {
1617
- [x: string]: unknown;
1618
- } | undefined;
1619
- }>(override?: O | undefined) => Record<"meta/llama-4-scout", {
1620
- name: string;
1621
- created: string;
1622
- knowledge: string;
1623
- modalities: {
1624
- input: readonly ["text", "image", "file"];
1625
- output: readonly ["text"];
1626
- };
1627
- capabilities: readonly ["attachments", "tool_call", "temperature"];
1628
- context: number;
1629
- providers: readonly ["groq", "vertex", "bedrock"];
1630
- } & O>) | (<const O extends {
1631
- name?: string | undefined;
1632
- created?: string | undefined;
1633
- knowledge?: string | undefined;
1634
- modalities?: {
1635
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1636
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1637
- } | undefined;
1638
- context?: number | undefined;
1639
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1640
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1641
- readonly [x: number]: string | undefined;
1642
- toString?: (() => string) | undefined;
1643
- charAt?: {} | undefined;
1644
- charCodeAt?: {} | undefined;
1645
- concat?: {} | undefined;
1646
- indexOf?: {} | undefined;
1647
- lastIndexOf?: {} | undefined;
1648
- localeCompare?: {} | undefined;
1649
- match?: {} | undefined;
1650
- replace?: {} | undefined;
1651
- search?: {} | undefined;
1652
- slice?: {} | undefined;
1653
- split?: {} | undefined;
1654
- substring?: {} | undefined;
1655
- toLowerCase?: (() => string) | undefined;
1656
- toLocaleLowerCase?: {} | undefined;
1657
- toUpperCase?: (() => string) | undefined;
1658
- toLocaleUpperCase?: {} | undefined;
1659
- trim?: (() => string) | undefined;
1660
- readonly length?: number | undefined;
1661
- substr?: {} | undefined;
1662
- valueOf?: (() => string) | undefined;
1663
- codePointAt?: {} | undefined;
1664
- includes?: {} | undefined;
1665
- endsWith?: {} | undefined;
1666
- normalize?: {} | undefined;
1667
- repeat?: {} | undefined;
1668
- startsWith?: {} | undefined;
1669
- anchor?: {} | undefined;
1670
- big?: (() => string) | undefined;
1671
- blink?: (() => string) | undefined;
1672
- bold?: (() => string) | undefined;
1673
- fixed?: (() => string) | undefined;
1674
- fontcolor?: {} | undefined;
1675
- fontsize?: {} | undefined;
1676
- italics?: (() => string) | undefined;
1677
- link?: {} | undefined;
1678
- small?: (() => string) | undefined;
1679
- strike?: (() => string) | undefined;
1680
- sub?: (() => string) | undefined;
1681
- sup?: (() => string) | undefined;
1682
- padStart?: {} | undefined;
1683
- padEnd?: {} | undefined;
1684
- trimEnd?: (() => string) | undefined;
1685
- trimStart?: (() => string) | undefined;
1686
- trimLeft?: (() => string) | undefined;
1687
- trimRight?: (() => string) | undefined;
1688
- matchAll?: {} | undefined;
1689
- replaceAll?: {} | undefined;
1690
- at?: {} | undefined;
1691
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1692
- })[] | undefined;
1693
- additionalProperties?: {
1694
- [x: string]: unknown;
1695
- } | undefined;
1696
- }>(override?: O | undefined) => Record<"meta/llama-4-maverick", {
1697
- name: string;
1698
- created: string;
1699
- knowledge: string;
1700
- modalities: {
1701
- input: readonly ["text", "image", "file"];
1702
- output: readonly ["text"];
1703
- };
1704
- capabilities: readonly ["attachments", "tool_call", "temperature"];
1705
- context: number;
1706
- providers: readonly ["groq", "vertex", "bedrock"];
1707
- } & O>))[];
1708
- readonly "v3.x": readonly [<const O extends {
1709
- name?: string | undefined;
1710
- created?: string | undefined;
1711
- knowledge?: string | undefined;
1712
- modalities?: {
1713
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1714
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1715
- } | undefined;
1716
- context?: number | undefined;
1717
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1718
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1719
- readonly [x: number]: string | undefined;
1720
- toString?: (() => string) | undefined;
1721
- charAt?: {} | undefined;
1722
- charCodeAt?: {} | undefined;
1723
- concat?: {} | undefined;
1724
- indexOf?: {} | undefined;
1725
- lastIndexOf?: {} | undefined;
1726
- localeCompare?: {} | undefined;
1727
- match?: {} | undefined;
1728
- replace?: {} | undefined;
1729
- search?: {} | undefined;
1730
- slice?: {} | undefined;
1731
- split?: {} | undefined;
1732
- substring?: {} | undefined;
1733
- toLowerCase?: (() => string) | undefined;
1734
- toLocaleLowerCase?: {} | undefined;
1735
- toUpperCase?: (() => string) | undefined;
1736
- toLocaleUpperCase?: {} | undefined;
1737
- trim?: (() => string) | undefined;
1738
- readonly length?: number | undefined;
1739
- substr?: {} | undefined;
1740
- valueOf?: (() => string) | undefined;
1741
- codePointAt?: {} | undefined;
1742
- includes?: {} | undefined;
1743
- endsWith?: {} | undefined;
1744
- normalize?: {} | undefined;
1745
- repeat?: {} | undefined;
1746
- startsWith?: {} | undefined;
1747
- anchor?: {} | undefined;
1748
- big?: (() => string) | undefined;
1749
- blink?: (() => string) | undefined;
1750
- bold?: (() => string) | undefined;
1751
- fixed?: (() => string) | undefined;
1752
- fontcolor?: {} | undefined;
1753
- fontsize?: {} | undefined;
1754
- italics?: (() => string) | undefined;
1755
- link?: {} | undefined;
1756
- small?: (() => string) | undefined;
1757
- strike?: (() => string) | undefined;
1758
- sub?: (() => string) | undefined;
1759
- sup?: (() => string) | undefined;
1760
- padStart?: {} | undefined;
1761
- padEnd?: {} | undefined;
1762
- trimEnd?: (() => string) | undefined;
1763
- trimStart?: (() => string) | undefined;
1764
- trimLeft?: (() => string) | undefined;
1765
- trimRight?: (() => string) | undefined;
1766
- matchAll?: {} | undefined;
1767
- replaceAll?: {} | undefined;
1768
- at?: {} | undefined;
1769
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1770
- })[] | undefined;
1771
- additionalProperties?: {
1772
- [x: string]: unknown;
1773
- } | undefined;
1774
- }>(override?: O | undefined) => Record<"meta/llama-3.1-8b", {
1775
- name: string;
1776
- created: string;
1777
- knowledge: string;
1778
- modalities: {
1779
- input: readonly ["text", "file"];
1780
- output: readonly ["text"];
1781
- };
1782
- capabilities: readonly ["attachments", "tool_call", "temperature"];
1783
- context: number;
1784
- providers: readonly ["groq", "bedrock", "vertex"];
1785
- } & O>, <const O extends {
1786
- name?: string | undefined;
1787
- created?: string | undefined;
1788
- knowledge?: string | undefined;
1789
- modalities?: {
1790
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1791
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1792
- } | undefined;
1793
- context?: number | undefined;
1794
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1795
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1796
- readonly [x: number]: string | undefined;
1797
- toString?: (() => string) | undefined;
1798
- charAt?: {} | undefined;
1799
- charCodeAt?: {} | undefined;
1800
- concat?: {} | undefined;
1801
- indexOf?: {} | undefined;
1802
- lastIndexOf?: {} | undefined;
1803
- localeCompare?: {} | undefined;
1804
- match?: {} | undefined;
1805
- replace?: {} | undefined;
1806
- search?: {} | undefined;
1807
- slice?: {} | undefined;
1808
- split?: {} | undefined;
1809
- substring?: {} | undefined;
1810
- toLowerCase?: (() => string) | undefined;
1811
- toLocaleLowerCase?: {} | undefined;
1812
- toUpperCase?: (() => string) | undefined;
1813
- toLocaleUpperCase?: {} | undefined;
1814
- trim?: (() => string) | undefined;
1815
- readonly length?: number | undefined;
1816
- substr?: {} | undefined;
1817
- valueOf?: (() => string) | undefined;
1818
- codePointAt?: {} | undefined;
1819
- includes?: {} | undefined;
1820
- endsWith?: {} | undefined;
1821
- normalize?: {} | undefined;
1822
- repeat?: {} | undefined;
1823
- startsWith?: {} | undefined;
1824
- anchor?: {} | undefined;
1825
- big?: (() => string) | undefined;
1826
- blink?: (() => string) | undefined;
1827
- bold?: (() => string) | undefined;
1828
- fixed?: (() => string) | undefined;
1829
- fontcolor?: {} | undefined;
1830
- fontsize?: {} | undefined;
1831
- italics?: (() => string) | undefined;
1832
- link?: {} | undefined;
1833
- small?: (() => string) | undefined;
1834
- strike?: (() => string) | undefined;
1835
- sub?: (() => string) | undefined;
1836
- sup?: (() => string) | undefined;
1837
- padStart?: {} | undefined;
1838
- padEnd?: {} | undefined;
1839
- trimEnd?: (() => string) | undefined;
1840
- trimStart?: (() => string) | undefined;
1841
- trimLeft?: (() => string) | undefined;
1842
- trimRight?: (() => string) | undefined;
1843
- matchAll?: {} | undefined;
1844
- replaceAll?: {} | undefined;
1845
- at?: {} | undefined;
1846
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1847
- })[] | undefined;
1848
- additionalProperties?: {
1849
- [x: string]: unknown;
1850
- } | undefined;
1851
- }>(override?: O | undefined) => Record<"meta/llama-3.1-70b", {
1852
- name: string;
1853
- created: string;
1854
- knowledge: string;
1855
- modalities: {
1856
- input: readonly ["text", "file"];
1857
- output: readonly ["text"];
1858
- };
1859
- capabilities: readonly ["attachments", "tool_call", "temperature"];
1860
- context: number;
1861
- providers: readonly ["groq", "bedrock", "vertex"];
1862
- } & O>, <const O extends {
1863
- name?: string | undefined;
1864
- created?: string | undefined;
1865
- knowledge?: string | undefined;
1866
- modalities?: {
1867
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1868
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1869
- } | undefined;
1870
- context?: number | undefined;
1871
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1872
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1873
- readonly [x: number]: string | undefined;
1874
- toString?: (() => string) | undefined;
1875
- charAt?: {} | undefined;
1876
- charCodeAt?: {} | undefined;
1877
- concat?: {} | undefined;
1878
- indexOf?: {} | undefined;
1879
- lastIndexOf?: {} | undefined;
1880
- localeCompare?: {} | undefined;
1881
- match?: {} | undefined;
1882
- replace?: {} | undefined;
1883
- search?: {} | undefined;
1884
- slice?: {} | undefined;
1885
- split?: {} | undefined;
1886
- substring?: {} | undefined;
1887
- toLowerCase?: (() => string) | undefined;
1888
- toLocaleLowerCase?: {} | undefined;
1889
- toUpperCase?: (() => string) | undefined;
1890
- toLocaleUpperCase?: {} | undefined;
1891
- trim?: (() => string) | undefined;
1892
- readonly length?: number | undefined;
1893
- substr?: {} | undefined;
1894
- valueOf?: (() => string) | undefined;
1895
- codePointAt?: {} | undefined;
1896
- includes?: {} | undefined;
1897
- endsWith?: {} | undefined;
1898
- normalize?: {} | undefined;
1899
- repeat?: {} | undefined;
1900
- startsWith?: {} | undefined;
1901
- anchor?: {} | undefined;
1902
- big?: (() => string) | undefined;
1903
- blink?: (() => string) | undefined;
1904
- bold?: (() => string) | undefined;
1905
- fixed?: (() => string) | undefined;
1906
- fontcolor?: {} | undefined;
1907
- fontsize?: {} | undefined;
1908
- italics?: (() => string) | undefined;
1909
- link?: {} | undefined;
1910
- small?: (() => string) | undefined;
1911
- strike?: (() => string) | undefined;
1912
- sub?: (() => string) | undefined;
1913
- sup?: (() => string) | undefined;
1914
- padStart?: {} | undefined;
1915
- padEnd?: {} | undefined;
1916
- trimEnd?: (() => string) | undefined;
1917
- trimStart?: (() => string) | undefined;
1918
- trimLeft?: (() => string) | undefined;
1919
- trimRight?: (() => string) | undefined;
1920
- matchAll?: {} | undefined;
1921
- replaceAll?: {} | undefined;
1922
- at?: {} | undefined;
1923
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1924
- })[] | undefined;
1925
- additionalProperties?: {
1926
- [x: string]: unknown;
1927
- } | undefined;
1928
- }>(override?: O | undefined) => Record<"meta/llama-3.1-405b", {
1929
- name: string;
1930
- created: string;
1931
- knowledge: string;
1932
- modalities: {
1933
- input: readonly ["text", "file"];
1934
- output: readonly ["text"];
1935
- };
1936
- capabilities: readonly ["attachments", "tool_call", "temperature"];
1937
- context: number;
1938
- providers: readonly ["groq", "bedrock", "vertex"];
1939
- } & O>, <const O extends {
1940
- name?: string | undefined;
1941
- created?: string | undefined;
1942
- knowledge?: string | undefined;
1943
- modalities?: {
1944
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1945
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1946
- } | undefined;
1947
- context?: number | undefined;
1948
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1949
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1950
- readonly [x: number]: string | undefined;
1951
- toString?: (() => string) | undefined;
1952
- charAt?: {} | undefined;
1953
- charCodeAt?: {} | undefined;
1954
- concat?: {} | undefined;
1955
- indexOf?: {} | undefined;
1956
- lastIndexOf?: {} | undefined;
1957
- localeCompare?: {} | undefined;
1958
- match?: {} | undefined;
1959
- replace?: {} | undefined;
1960
- search?: {} | undefined;
1961
- slice?: {} | undefined;
1962
- split?: {} | undefined;
1963
- substring?: {} | undefined;
1964
- toLowerCase?: (() => string) | undefined;
1965
- toLocaleLowerCase?: {} | undefined;
1966
- toUpperCase?: (() => string) | undefined;
1967
- toLocaleUpperCase?: {} | undefined;
1968
- trim?: (() => string) | undefined;
1969
- readonly length?: number | undefined;
1970
- substr?: {} | undefined;
1971
- valueOf?: (() => string) | undefined;
1972
- codePointAt?: {} | undefined;
1973
- includes?: {} | undefined;
1974
- endsWith?: {} | undefined;
1975
- normalize?: {} | undefined;
1976
- repeat?: {} | undefined;
1977
- startsWith?: {} | undefined;
1978
- anchor?: {} | undefined;
1979
- big?: (() => string) | undefined;
1980
- blink?: (() => string) | undefined;
1981
- bold?: (() => string) | undefined;
1982
- fixed?: (() => string) | undefined;
1983
- fontcolor?: {} | undefined;
1984
- fontsize?: {} | undefined;
1985
- italics?: (() => string) | undefined;
1986
- link?: {} | undefined;
1987
- small?: (() => string) | undefined;
1988
- strike?: (() => string) | undefined;
1989
- sub?: (() => string) | undefined;
1990
- sup?: (() => string) | undefined;
1991
- padStart?: {} | undefined;
1992
- padEnd?: {} | undefined;
1993
- trimEnd?: (() => string) | undefined;
1994
- trimStart?: (() => string) | undefined;
1995
- trimLeft?: (() => string) | undefined;
1996
- trimRight?: (() => string) | undefined;
1997
- matchAll?: {} | undefined;
1998
- replaceAll?: {} | undefined;
1999
- at?: {} | undefined;
2000
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2001
- })[] | undefined;
2002
- additionalProperties?: {
2003
- [x: string]: unknown;
2004
- } | undefined;
2005
- }>(override?: O | undefined) => Record<"meta/llama-3.2-1b", {
2006
- name: string;
2007
- created: string;
2008
- knowledge: string;
2009
- modalities: {
2010
- input: readonly ["text", "file"];
2011
- output: readonly ["text"];
2012
- };
2013
- capabilities: readonly ["attachments", "tool_call", "temperature"];
2014
- context: number;
2015
- providers: readonly ["groq", "bedrock", "vertex"];
2016
- } & O>, <const O extends {
2017
- name?: string | undefined;
2018
- created?: string | undefined;
2019
- knowledge?: string | undefined;
2020
- modalities?: {
2021
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2022
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2023
- } | undefined;
2024
- context?: number | undefined;
2025
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2026
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2027
- readonly [x: number]: string | undefined;
2028
- toString?: (() => string) | undefined;
2029
- charAt?: {} | undefined;
2030
- charCodeAt?: {} | undefined;
2031
- concat?: {} | undefined;
2032
- indexOf?: {} | undefined;
2033
- lastIndexOf?: {} | undefined;
2034
- localeCompare?: {} | undefined;
2035
- match?: {} | undefined;
2036
- replace?: {} | undefined;
2037
- search?: {} | undefined;
2038
- slice?: {} | undefined;
2039
- split?: {} | undefined;
2040
- substring?: {} | undefined;
2041
- toLowerCase?: (() => string) | undefined;
2042
- toLocaleLowerCase?: {} | undefined;
2043
- toUpperCase?: (() => string) | undefined;
2044
- toLocaleUpperCase?: {} | undefined;
2045
- trim?: (() => string) | undefined;
2046
- readonly length?: number | undefined;
2047
- substr?: {} | undefined;
2048
- valueOf?: (() => string) | undefined;
2049
- codePointAt?: {} | undefined;
2050
- includes?: {} | undefined;
2051
- endsWith?: {} | undefined;
2052
- normalize?: {} | undefined;
2053
- repeat?: {} | undefined;
2054
- startsWith?: {} | undefined;
2055
- anchor?: {} | undefined;
2056
- big?: (() => string) | undefined;
2057
- blink?: (() => string) | undefined;
2058
- bold?: (() => string) | undefined;
2059
- fixed?: (() => string) | undefined;
2060
- fontcolor?: {} | undefined;
2061
- fontsize?: {} | undefined;
2062
- italics?: (() => string) | undefined;
2063
- link?: {} | undefined;
2064
- small?: (() => string) | undefined;
2065
- strike?: (() => string) | undefined;
2066
- sub?: (() => string) | undefined;
2067
- sup?: (() => string) | undefined;
2068
- padStart?: {} | undefined;
2069
- padEnd?: {} | undefined;
2070
- trimEnd?: (() => string) | undefined;
2071
- trimStart?: (() => string) | undefined;
2072
- trimLeft?: (() => string) | undefined;
2073
- trimRight?: (() => string) | undefined;
2074
- matchAll?: {} | undefined;
2075
- replaceAll?: {} | undefined;
2076
- at?: {} | undefined;
2077
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2078
- })[] | undefined;
2079
- additionalProperties?: {
2080
- [x: string]: unknown;
2081
- } | undefined;
2082
- }>(override?: O | undefined) => Record<"meta/llama-3.2-3b", {
2083
- name: string;
2084
- created: string;
2085
- knowledge: string;
2086
- modalities: {
2087
- input: readonly ["text", "file"];
2088
- output: readonly ["text"];
2089
- };
2090
- capabilities: readonly ["attachments", "tool_call", "temperature"];
2091
- context: number;
2092
- providers: readonly ["groq", "bedrock", "vertex"];
2093
- } & O>, <const O extends {
2094
- name?: string | undefined;
2095
- created?: string | undefined;
2096
- knowledge?: string | undefined;
2097
- modalities?: {
2098
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2099
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2100
- } | undefined;
2101
- context?: number | undefined;
2102
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2103
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2104
- readonly [x: number]: string | undefined;
2105
- toString?: (() => string) | undefined;
2106
- charAt?: {} | undefined;
2107
- charCodeAt?: {} | undefined;
2108
- concat?: {} | undefined;
2109
- indexOf?: {} | undefined;
2110
- lastIndexOf?: {} | undefined;
2111
- localeCompare?: {} | undefined;
2112
- match?: {} | undefined;
2113
- replace?: {} | undefined;
2114
- search?: {} | undefined;
2115
- slice?: {} | undefined;
2116
- split?: {} | undefined;
2117
- substring?: {} | undefined;
2118
- toLowerCase?: (() => string) | undefined;
2119
- toLocaleLowerCase?: {} | undefined;
2120
- toUpperCase?: (() => string) | undefined;
2121
- toLocaleUpperCase?: {} | undefined;
2122
- trim?: (() => string) | undefined;
2123
- readonly length?: number | undefined;
2124
- substr?: {} | undefined;
2125
- valueOf?: (() => string) | undefined;
2126
- codePointAt?: {} | undefined;
2127
- includes?: {} | undefined;
2128
- endsWith?: {} | undefined;
2129
- normalize?: {} | undefined;
2130
- repeat?: {} | undefined;
2131
- startsWith?: {} | undefined;
2132
- anchor?: {} | undefined;
2133
- big?: (() => string) | undefined;
2134
- blink?: (() => string) | undefined;
2135
- bold?: (() => string) | undefined;
2136
- fixed?: (() => string) | undefined;
2137
- fontcolor?: {} | undefined;
2138
- fontsize?: {} | undefined;
2139
- italics?: (() => string) | undefined;
2140
- link?: {} | undefined;
2141
- small?: (() => string) | undefined;
2142
- strike?: (() => string) | undefined;
2143
- sub?: (() => string) | undefined;
2144
- sup?: (() => string) | undefined;
2145
- padStart?: {} | undefined;
2146
- padEnd?: {} | undefined;
2147
- trimEnd?: (() => string) | undefined;
2148
- trimStart?: (() => string) | undefined;
2149
- trimLeft?: (() => string) | undefined;
2150
- trimRight?: (() => string) | undefined;
2151
- matchAll?: {} | undefined;
2152
- replaceAll?: {} | undefined;
2153
- at?: {} | undefined;
2154
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2155
- })[] | undefined;
2156
- additionalProperties?: {
2157
- [x: string]: unknown;
2158
- } | undefined;
2159
- }>(override?: O | undefined) => Record<"meta/llama-3.2-11b", {
2160
- name: string;
2161
- created: string;
2162
- knowledge: string;
2163
- modalities: {
2164
- input: readonly ["text", "file"];
2165
- output: readonly ["text"];
2166
- };
2167
- capabilities: readonly ["attachments", "tool_call", "temperature"];
2168
- context: number;
2169
- providers: readonly ["groq", "bedrock", "vertex"];
2170
- } & O>, <const O extends {
2171
- name?: string | undefined;
2172
- created?: string | undefined;
2173
- knowledge?: string | undefined;
2174
- modalities?: {
2175
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2176
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2177
- } | undefined;
2178
- context?: number | undefined;
2179
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2180
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2181
- readonly [x: number]: string | undefined;
2182
- toString?: (() => string) | undefined;
2183
- charAt?: {} | undefined;
2184
- charCodeAt?: {} | undefined;
2185
- concat?: {} | undefined;
2186
- indexOf?: {} | undefined;
2187
- lastIndexOf?: {} | undefined;
2188
- localeCompare?: {} | undefined;
2189
- match?: {} | undefined;
2190
- replace?: {} | undefined;
2191
- search?: {} | undefined;
2192
- slice?: {} | undefined;
2193
- split?: {} | undefined;
2194
- substring?: {} | undefined;
2195
- toLowerCase?: (() => string) | undefined;
2196
- toLocaleLowerCase?: {} | undefined;
2197
- toUpperCase?: (() => string) | undefined;
2198
- toLocaleUpperCase?: {} | undefined;
2199
- trim?: (() => string) | undefined;
2200
- readonly length?: number | undefined;
2201
- substr?: {} | undefined;
2202
- valueOf?: (() => string) | undefined;
2203
- codePointAt?: {} | undefined;
2204
- includes?: {} | undefined;
2205
- endsWith?: {} | undefined;
2206
- normalize?: {} | undefined;
2207
- repeat?: {} | undefined;
2208
- startsWith?: {} | undefined;
2209
- anchor?: {} | undefined;
2210
- big?: (() => string) | undefined;
2211
- blink?: (() => string) | undefined;
2212
- bold?: (() => string) | undefined;
2213
- fixed?: (() => string) | undefined;
2214
- fontcolor?: {} | undefined;
2215
- fontsize?: {} | undefined;
2216
- italics?: (() => string) | undefined;
2217
- link?: {} | undefined;
2218
- small?: (() => string) | undefined;
2219
- strike?: (() => string) | undefined;
2220
- sub?: (() => string) | undefined;
2221
- sup?: (() => string) | undefined;
2222
- padStart?: {} | undefined;
2223
- padEnd?: {} | undefined;
2224
- trimEnd?: (() => string) | undefined;
2225
- trimStart?: (() => string) | undefined;
2226
- trimLeft?: (() => string) | undefined;
2227
- trimRight?: (() => string) | undefined;
2228
- matchAll?: {} | undefined;
2229
- replaceAll?: {} | undefined;
2230
- at?: {} | undefined;
2231
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2232
- })[] | undefined;
2233
- additionalProperties?: {
2234
- [x: string]: unknown;
2235
- } | undefined;
2236
- }>(override?: O | undefined) => Record<"meta/llama-3.2-90b", {
2237
- name: string;
2238
- created: string;
2239
- knowledge: string;
2240
- modalities: {
2241
- input: readonly ["text", "file"];
2242
- output: readonly ["text"];
2243
- };
2244
- capabilities: readonly ["attachments", "tool_call", "temperature"];
2245
- context: number;
2246
- providers: readonly ["groq", "bedrock", "vertex"];
2247
- } & O>, <const O extends {
2248
- name?: string | undefined;
2249
- created?: string | undefined;
2250
- knowledge?: string | undefined;
2251
- modalities?: {
2252
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2253
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2254
- } | undefined;
2255
- context?: number | undefined;
2256
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2257
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2258
- readonly [x: number]: string | undefined;
2259
- toString?: (() => string) | undefined;
2260
- charAt?: {} | undefined;
2261
- charCodeAt?: {} | undefined;
2262
- concat?: {} | undefined;
2263
- indexOf?: {} | undefined;
2264
- lastIndexOf?: {} | undefined;
2265
- localeCompare?: {} | undefined;
2266
- match?: {} | undefined;
2267
- replace?: {} | undefined;
2268
- search?: {} | undefined;
2269
- slice?: {} | undefined;
2270
- split?: {} | undefined;
2271
- substring?: {} | undefined;
2272
- toLowerCase?: (() => string) | undefined;
2273
- toLocaleLowerCase?: {} | undefined;
2274
- toUpperCase?: (() => string) | undefined;
2275
- toLocaleUpperCase?: {} | undefined;
2276
- trim?: (() => string) | undefined;
2277
- readonly length?: number | undefined;
2278
- substr?: {} | undefined;
2279
- valueOf?: (() => string) | undefined;
2280
- codePointAt?: {} | undefined;
2281
- includes?: {} | undefined;
2282
- endsWith?: {} | undefined;
2283
- normalize?: {} | undefined;
2284
- repeat?: {} | undefined;
2285
- startsWith?: {} | undefined;
2286
- anchor?: {} | undefined;
2287
- big?: (() => string) | undefined;
2288
- blink?: (() => string) | undefined;
2289
- bold?: (() => string) | undefined;
2290
- fixed?: (() => string) | undefined;
2291
- fontcolor?: {} | undefined;
2292
- fontsize?: {} | undefined;
2293
- italics?: (() => string) | undefined;
2294
- link?: {} | undefined;
2295
- small?: (() => string) | undefined;
2296
- strike?: (() => string) | undefined;
2297
- sub?: (() => string) | undefined;
2298
- sup?: (() => string) | undefined;
2299
- padStart?: {} | undefined;
2300
- padEnd?: {} | undefined;
2301
- trimEnd?: (() => string) | undefined;
2302
- trimStart?: (() => string) | undefined;
2303
- trimLeft?: (() => string) | undefined;
2304
- trimRight?: (() => string) | undefined;
2305
- matchAll?: {} | undefined;
2306
- replaceAll?: {} | undefined;
2307
- at?: {} | undefined;
2308
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2309
- })[] | undefined;
2310
- additionalProperties?: {
2311
- [x: string]: unknown;
2312
- } | undefined;
2313
- }>(override?: O | undefined) => Record<"meta/llama-3.3-70b", {
2314
- name: string;
2315
- created: string;
2316
- knowledge: string;
2317
- modalities: {
2318
- input: readonly ["text", "file"];
2319
- output: readonly ["text"];
2320
- };
2321
- capabilities: readonly ["attachments", "tool_call", "temperature"];
2322
- context: number;
2323
- providers: readonly ["groq", "bedrock", "vertex"];
2324
- } & O>];
2325
- readonly "v4.x": readonly [<const O extends {
2326
- name?: string | undefined;
2327
- created?: string | undefined;
2328
- knowledge?: string | undefined;
2329
- modalities?: {
2330
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2331
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2332
- } | undefined;
2333
- context?: number | undefined;
2334
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2335
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2336
- readonly [x: number]: string | undefined;
2337
- toString?: (() => string) | undefined;
2338
- charAt?: {} | undefined;
2339
- charCodeAt?: {} | undefined;
2340
- concat?: {} | undefined;
2341
- indexOf?: {} | undefined;
2342
- lastIndexOf?: {} | undefined;
2343
- localeCompare?: {} | undefined;
2344
- match?: {} | undefined;
2345
- replace?: {} | undefined;
2346
- search?: {} | undefined;
2347
- slice?: {} | undefined;
2348
- split?: {} | undefined;
2349
- substring?: {} | undefined;
2350
- toLowerCase?: (() => string) | undefined;
2351
- toLocaleLowerCase?: {} | undefined;
2352
- toUpperCase?: (() => string) | undefined;
2353
- toLocaleUpperCase?: {} | undefined;
2354
- trim?: (() => string) | undefined;
2355
- readonly length?: number | undefined;
2356
- substr?: {} | undefined;
2357
- valueOf?: (() => string) | undefined;
2358
- codePointAt?: {} | undefined;
2359
- includes?: {} | undefined;
2360
- endsWith?: {} | undefined;
2361
- normalize?: {} | undefined;
2362
- repeat?: {} | undefined;
2363
- startsWith?: {} | undefined;
2364
- anchor?: {} | undefined;
2365
- big?: (() => string) | undefined;
2366
- blink?: (() => string) | undefined;
2367
- bold?: (() => string) | undefined;
2368
- fixed?: (() => string) | undefined;
2369
- fontcolor?: {} | undefined;
2370
- fontsize?: {} | undefined;
2371
- italics?: (() => string) | undefined;
2372
- link?: {} | undefined;
2373
- small?: (() => string) | undefined;
2374
- strike?: (() => string) | undefined;
2375
- sub?: (() => string) | undefined;
2376
- sup?: (() => string) | undefined;
2377
- padStart?: {} | undefined;
2378
- padEnd?: {} | undefined;
2379
- trimEnd?: (() => string) | undefined;
2380
- trimStart?: (() => string) | undefined;
2381
- trimLeft?: (() => string) | undefined;
2382
- trimRight?: (() => string) | undefined;
2383
- matchAll?: {} | undefined;
2384
- replaceAll?: {} | undefined;
2385
- at?: {} | undefined;
2386
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2387
- })[] | undefined;
2388
- additionalProperties?: {
2389
- [x: string]: unknown;
2390
- } | undefined;
2391
- }>(override?: O | undefined) => Record<"meta/llama-4-scout", {
2392
- name: string;
2393
- created: string;
2394
- knowledge: string;
2395
- modalities: {
2396
- input: readonly ["text", "image", "file"];
2397
- output: readonly ["text"];
2398
- };
2399
- capabilities: readonly ["attachments", "tool_call", "temperature"];
2400
- context: number;
2401
- providers: readonly ["groq", "vertex", "bedrock"];
2402
- } & O>, <const O extends {
2403
- name?: string | undefined;
2404
- created?: string | undefined;
2405
- knowledge?: string | undefined;
2406
- modalities?: {
2407
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2408
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2409
- } | undefined;
2410
- context?: number | undefined;
2411
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2412
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2413
- readonly [x: number]: string | undefined;
2414
- toString?: (() => string) | undefined;
2415
- charAt?: {} | undefined;
2416
- charCodeAt?: {} | undefined;
2417
- concat?: {} | undefined;
2418
- indexOf?: {} | undefined;
2419
- lastIndexOf?: {} | undefined;
2420
- localeCompare?: {} | undefined;
2421
- match?: {} | undefined;
2422
- replace?: {} | undefined;
2423
- search?: {} | undefined;
2424
- slice?: {} | undefined;
2425
- split?: {} | undefined;
2426
- substring?: {} | undefined;
2427
- toLowerCase?: (() => string) | undefined;
2428
- toLocaleLowerCase?: {} | undefined;
2429
- toUpperCase?: (() => string) | undefined;
2430
- toLocaleUpperCase?: {} | undefined;
2431
- trim?: (() => string) | undefined;
2432
- readonly length?: number | undefined;
2433
- substr?: {} | undefined;
2434
- valueOf?: (() => string) | undefined;
2435
- codePointAt?: {} | undefined;
2436
- includes?: {} | undefined;
2437
- endsWith?: {} | undefined;
2438
- normalize?: {} | undefined;
2439
- repeat?: {} | undefined;
2440
- startsWith?: {} | undefined;
2441
- anchor?: {} | undefined;
2442
- big?: (() => string) | undefined;
2443
- blink?: (() => string) | undefined;
2444
- bold?: (() => string) | undefined;
2445
- fixed?: (() => string) | undefined;
2446
- fontcolor?: {} | undefined;
2447
- fontsize?: {} | undefined;
2448
- italics?: (() => string) | undefined;
2449
- link?: {} | undefined;
2450
- small?: (() => string) | undefined;
2451
- strike?: (() => string) | undefined;
2452
- sub?: (() => string) | undefined;
2453
- sup?: (() => string) | undefined;
2454
- padStart?: {} | undefined;
2455
- padEnd?: {} | undefined;
2456
- trimEnd?: (() => string) | undefined;
2457
- trimStart?: (() => string) | undefined;
2458
- trimLeft?: (() => string) | undefined;
2459
- trimRight?: (() => string) | undefined;
2460
- matchAll?: {} | undefined;
2461
- replaceAll?: {} | undefined;
2462
- at?: {} | undefined;
2463
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2464
- })[] | undefined;
2465
- additionalProperties?: {
2466
- [x: string]: unknown;
2467
- } | undefined;
2468
- }>(override?: O | undefined) => Record<"meta/llama-4-maverick", {
2469
- name: string;
2470
- created: string;
2471
- knowledge: string;
2472
- modalities: {
2473
- input: readonly ["text", "image", "file"];
2474
- output: readonly ["text"];
2475
- };
2476
- capabilities: readonly ["attachments", "tool_call", "temperature"];
2477
- context: number;
2478
- providers: readonly ["groq", "vertex", "bedrock"];
2479
- } & O>];
2480
- readonly "v3.1": readonly [<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<"meta/llama-3.1-8b", {
2547
- name: string;
2548
- created: string;
2549
- knowledge: string;
2550
- modalities: {
2551
- input: readonly ["text", "file"];
2552
- output: readonly ["text"];
2553
- };
2554
- capabilities: readonly ["attachments", "tool_call", "temperature"];
2555
- context: number;
2556
- providers: readonly ["groq", "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<"meta/llama-3.1-70b", {
2624
- name: string;
2625
- created: string;
2626
- knowledge: string;
2627
- modalities: {
2628
- input: readonly ["text", "file"];
2629
- output: readonly ["text"];
2630
- };
2631
- capabilities: readonly ["attachments", "tool_call", "temperature"];
2632
- context: number;
2633
- providers: readonly ["groq", "bedrock", "vertex"];
2634
- } & O>, <const O extends {
2635
- name?: string | undefined;
2636
- created?: string | undefined;
2637
- knowledge?: string | undefined;
2638
- modalities?: {
2639
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2640
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2641
- } | undefined;
2642
- context?: number | undefined;
2643
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2644
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2645
- readonly [x: number]: string | undefined;
2646
- toString?: (() => string) | undefined;
2647
- charAt?: {} | undefined;
2648
- charCodeAt?: {} | undefined;
2649
- concat?: {} | undefined;
2650
- indexOf?: {} | undefined;
2651
- lastIndexOf?: {} | undefined;
2652
- localeCompare?: {} | undefined;
2653
- match?: {} | undefined;
2654
- replace?: {} | undefined;
2655
- search?: {} | undefined;
2656
- slice?: {} | undefined;
2657
- split?: {} | undefined;
2658
- substring?: {} | undefined;
2659
- toLowerCase?: (() => string) | undefined;
2660
- toLocaleLowerCase?: {} | undefined;
2661
- toUpperCase?: (() => string) | undefined;
2662
- toLocaleUpperCase?: {} | undefined;
2663
- trim?: (() => string) | undefined;
2664
- readonly length?: number | undefined;
2665
- substr?: {} | undefined;
2666
- valueOf?: (() => string) | undefined;
2667
- codePointAt?: {} | undefined;
2668
- includes?: {} | undefined;
2669
- endsWith?: {} | undefined;
2670
- normalize?: {} | undefined;
2671
- repeat?: {} | undefined;
2672
- startsWith?: {} | undefined;
2673
- anchor?: {} | undefined;
2674
- big?: (() => string) | undefined;
2675
- blink?: (() => string) | undefined;
2676
- bold?: (() => string) | undefined;
2677
- fixed?: (() => string) | undefined;
2678
- fontcolor?: {} | undefined;
2679
- fontsize?: {} | undefined;
2680
- italics?: (() => string) | undefined;
2681
- link?: {} | undefined;
2682
- small?: (() => string) | undefined;
2683
- strike?: (() => string) | undefined;
2684
- sub?: (() => string) | undefined;
2685
- sup?: (() => string) | undefined;
2686
- padStart?: {} | undefined;
2687
- padEnd?: {} | undefined;
2688
- trimEnd?: (() => string) | undefined;
2689
- trimStart?: (() => string) | undefined;
2690
- trimLeft?: (() => string) | undefined;
2691
- trimRight?: (() => string) | undefined;
2692
- matchAll?: {} | undefined;
2693
- replaceAll?: {} | undefined;
2694
- at?: {} | undefined;
2695
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2696
- })[] | undefined;
2697
- additionalProperties?: {
2698
- [x: string]: unknown;
2699
- } | undefined;
2700
- }>(override?: O | undefined) => Record<"meta/llama-3.1-405b", {
2701
- name: string;
2702
- created: string;
2703
- knowledge: string;
2704
- modalities: {
2705
- input: readonly ["text", "file"];
2706
- output: readonly ["text"];
2707
- };
2708
- capabilities: readonly ["attachments", "tool_call", "temperature"];
2709
- context: number;
2710
- providers: readonly ["groq", "bedrock", "vertex"];
2711
- } & O>];
2712
- readonly "v3.2": readonly [<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<"meta/llama-3.2-1b", {
2779
- name: string;
2780
- created: string;
2781
- knowledge: string;
2782
- modalities: {
2783
- input: readonly ["text", "file"];
2784
- output: readonly ["text"];
2785
- };
2786
- capabilities: readonly ["attachments", "tool_call", "temperature"];
2787
- context: number;
2788
- providers: readonly ["groq", "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<"meta/llama-3.2-3b", {
2856
- name: string;
2857
- created: string;
2858
- knowledge: string;
2859
- modalities: {
2860
- input: readonly ["text", "file"];
2861
- output: readonly ["text"];
2862
- };
2863
- capabilities: readonly ["attachments", "tool_call", "temperature"];
2864
- context: number;
2865
- providers: readonly ["groq", "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<"meta/llama-3.2-11b", {
2933
- name: string;
2934
- created: string;
2935
- knowledge: string;
2936
- modalities: {
2937
- input: readonly ["text", "file"];
2938
- output: readonly ["text"];
2939
- };
2940
- capabilities: readonly ["attachments", "tool_call", "temperature"];
2941
- context: number;
2942
- providers: readonly ["groq", "bedrock", "vertex"];
2943
- } & O>, <const O extends {
2944
- name?: string | undefined;
2945
- created?: string | undefined;
2946
- knowledge?: string | undefined;
2947
- modalities?: {
2948
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2949
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2950
- } | undefined;
2951
- context?: number | undefined;
2952
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2953
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2954
- readonly [x: number]: string | undefined;
2955
- toString?: (() => string) | undefined;
2956
- charAt?: {} | undefined;
2957
- charCodeAt?: {} | undefined;
2958
- concat?: {} | undefined;
2959
- indexOf?: {} | undefined;
2960
- lastIndexOf?: {} | undefined;
2961
- localeCompare?: {} | undefined;
2962
- match?: {} | undefined;
2963
- replace?: {} | undefined;
2964
- search?: {} | undefined;
2965
- slice?: {} | undefined;
2966
- split?: {} | undefined;
2967
- substring?: {} | undefined;
2968
- toLowerCase?: (() => string) | undefined;
2969
- toLocaleLowerCase?: {} | undefined;
2970
- toUpperCase?: (() => string) | undefined;
2971
- toLocaleUpperCase?: {} | undefined;
2972
- trim?: (() => string) | undefined;
2973
- readonly length?: number | undefined;
2974
- substr?: {} | undefined;
2975
- valueOf?: (() => string) | undefined;
2976
- codePointAt?: {} | undefined;
2977
- includes?: {} | undefined;
2978
- endsWith?: {} | undefined;
2979
- normalize?: {} | undefined;
2980
- repeat?: {} | undefined;
2981
- startsWith?: {} | undefined;
2982
- anchor?: {} | undefined;
2983
- big?: (() => string) | undefined;
2984
- blink?: (() => string) | undefined;
2985
- bold?: (() => string) | undefined;
2986
- fixed?: (() => string) | undefined;
2987
- fontcolor?: {} | undefined;
2988
- fontsize?: {} | undefined;
2989
- italics?: (() => string) | undefined;
2990
- link?: {} | undefined;
2991
- small?: (() => string) | undefined;
2992
- strike?: (() => string) | undefined;
2993
- sub?: (() => string) | undefined;
2994
- sup?: (() => string) | undefined;
2995
- padStart?: {} | undefined;
2996
- padEnd?: {} | undefined;
2997
- trimEnd?: (() => string) | undefined;
2998
- trimStart?: (() => string) | undefined;
2999
- trimLeft?: (() => string) | undefined;
3000
- trimRight?: (() => string) | undefined;
3001
- matchAll?: {} | undefined;
3002
- replaceAll?: {} | undefined;
3003
- at?: {} | undefined;
3004
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
3005
- })[] | undefined;
3006
- additionalProperties?: {
3007
- [x: string]: unknown;
3008
- } | undefined;
3009
- }>(override?: O | undefined) => Record<"meta/llama-3.2-90b", {
3010
- name: string;
3011
- created: string;
3012
- knowledge: string;
3013
- modalities: {
3014
- input: readonly ["text", "file"];
3015
- output: readonly ["text"];
3016
- };
3017
- capabilities: readonly ["attachments", "tool_call", "temperature"];
3018
- context: number;
3019
- providers: readonly ["groq", "bedrock", "vertex"];
3020
- } & O>];
3021
- readonly "v3.3": readonly [<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<"meta/llama-3.3-70b", {
3088
- name: string;
3089
- created: string;
3090
- knowledge: string;
3091
- modalities: {
3092
- input: readonly ["text", "file"];
3093
- output: readonly ["text"];
3094
- };
3095
- capabilities: readonly ["attachments", "tool_call", "temperature"];
3096
- context: number;
3097
- providers: readonly ["groq", "bedrock", "vertex"];
3098
- } & O>];
3099
- readonly v4: 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<"meta/llama-4-scout", {
3166
- name: string;
3167
- created: string;
3168
- knowledge: string;
3169
- modalities: {
3170
- input: readonly ["text", "image", "file"];
3171
- output: readonly ["text"];
3172
- };
3173
- capabilities: readonly ["attachments", "tool_call", "temperature"];
3174
- context: number;
3175
- providers: readonly ["groq", "vertex", "bedrock"];
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<"meta/llama-4-maverick", {
3243
- name: string;
3244
- created: string;
3245
- knowledge: string;
3246
- modalities: {
3247
- input: readonly ["text", "image", "file"];
3248
- output: readonly ["text"];
3249
- };
3250
- capabilities: readonly ["attachments", "tool_call", "temperature"];
3251
- context: number;
3252
- providers: readonly ["groq", "vertex", "bedrock"];
3253
- } & O>];
3254
- };