@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,2390 +0,0 @@
1
- export declare const novaMicro: <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<"amazon/nova-micro", {
68
- name: string;
69
- created: string;
70
- knowledge: string;
71
- context: number;
72
- modalities: {
73
- input: readonly ["text"];
74
- output: readonly ["text"];
75
- };
76
- capabilities: readonly ["tool_call", "temperature"];
77
- providers: readonly ["bedrock"];
78
- } & O>;
79
- export declare const novaLite: <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<"amazon/nova-lite", {
146
- name: string;
147
- created: string;
148
- knowledge: string;
149
- context: number;
150
- modalities: {
151
- input: readonly ["text", "image", "video", "pdf"];
152
- output: readonly ["text"];
153
- };
154
- capabilities: readonly ["attachments", "tool_call", "temperature"];
155
- providers: readonly ["bedrock"];
156
- } & O>;
157
- export declare const novaPro: <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<"amazon/nova-pro", {
224
- name: string;
225
- created: string;
226
- knowledge: string;
227
- context: number;
228
- modalities: {
229
- input: readonly ["text", "image", "video", "pdf"];
230
- output: readonly ["text"];
231
- };
232
- capabilities: readonly ["attachments", "tool_call", "temperature"];
233
- providers: readonly ["bedrock"];
234
- } & O>;
235
- export declare const novaPremier: <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<"amazon/nova-premier", {
302
- name: string;
303
- created: string;
304
- knowledge: string;
305
- context: number;
306
- modalities: {
307
- input: readonly ["text", "image", "video", "pdf"];
308
- output: readonly ["text"];
309
- };
310
- capabilities: readonly ["attachments", "tool_call", "temperature"];
311
- providers: readonly ["bedrock"];
312
- } & O>;
313
- export declare const nova2Lite: <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<"amazon/nova-2-lite", {
380
- name: string;
381
- created: string;
382
- knowledge: string;
383
- context: number;
384
- modalities: {
385
- input: readonly ["text"];
386
- output: readonly ["text"];
387
- };
388
- capabilities: readonly ["tool_call", "temperature"];
389
- providers: readonly ["bedrock"];
390
- } & O>;
391
- export declare const nova2MultimodalEmbeddings: <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<"amazon/nova-2-multimodal-embeddings", {
458
- name: string;
459
- created: string;
460
- context: number;
461
- modalities: {
462
- input: readonly ["text", "image", "audio", "video", "pdf"];
463
- output: readonly ["embedding"];
464
- };
465
- providers: readonly ["bedrock"];
466
- } & O>;
467
- export declare const nova: {
468
- readonly latest: readonly [<const O extends {
469
- name?: string | undefined;
470
- created?: string | undefined;
471
- knowledge?: string | undefined;
472
- modalities?: {
473
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
474
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
475
- } | undefined;
476
- context?: number | undefined;
477
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
478
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
479
- readonly [x: number]: string | undefined;
480
- toString?: (() => string) | undefined;
481
- charAt?: {} | undefined;
482
- charCodeAt?: {} | undefined;
483
- concat?: {} | undefined;
484
- indexOf?: {} | undefined;
485
- lastIndexOf?: {} | undefined;
486
- localeCompare?: {} | undefined;
487
- match?: {} | undefined;
488
- replace?: {} | undefined;
489
- search?: {} | undefined;
490
- slice?: {} | undefined;
491
- split?: {} | undefined;
492
- substring?: {} | undefined;
493
- toLowerCase?: (() => string) | undefined;
494
- toLocaleLowerCase?: {} | undefined;
495
- toUpperCase?: (() => string) | undefined;
496
- toLocaleUpperCase?: {} | undefined;
497
- trim?: (() => string) | undefined;
498
- readonly length?: number | undefined;
499
- substr?: {} | undefined;
500
- valueOf?: (() => string) | undefined;
501
- codePointAt?: {} | undefined;
502
- includes?: {} | undefined;
503
- endsWith?: {} | undefined;
504
- normalize?: {} | undefined;
505
- repeat?: {} | undefined;
506
- startsWith?: {} | undefined;
507
- anchor?: {} | undefined;
508
- big?: (() => string) | undefined;
509
- blink?: (() => string) | undefined;
510
- bold?: (() => string) | undefined;
511
- fixed?: (() => string) | undefined;
512
- fontcolor?: {} | undefined;
513
- fontsize?: {} | undefined;
514
- italics?: (() => string) | undefined;
515
- link?: {} | undefined;
516
- small?: (() => string) | undefined;
517
- strike?: (() => string) | undefined;
518
- sub?: (() => string) | undefined;
519
- sup?: (() => string) | undefined;
520
- padStart?: {} | undefined;
521
- padEnd?: {} | undefined;
522
- trimEnd?: (() => string) | undefined;
523
- trimStart?: (() => string) | undefined;
524
- trimLeft?: (() => string) | undefined;
525
- trimRight?: (() => string) | undefined;
526
- matchAll?: {} | undefined;
527
- replaceAll?: {} | undefined;
528
- at?: {} | undefined;
529
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
530
- })[] | undefined;
531
- additionalProperties?: {
532
- [x: string]: unknown;
533
- } | undefined;
534
- }>(override?: O | undefined) => Record<"amazon/nova-micro", {
535
- name: string;
536
- created: string;
537
- knowledge: string;
538
- context: number;
539
- modalities: {
540
- input: readonly ["text"];
541
- output: readonly ["text"];
542
- };
543
- capabilities: readonly ["tool_call", "temperature"];
544
- providers: readonly ["bedrock"];
545
- } & O>, <const O extends {
546
- name?: string | undefined;
547
- created?: string | undefined;
548
- knowledge?: string | undefined;
549
- modalities?: {
550
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
551
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
552
- } | undefined;
553
- context?: number | undefined;
554
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
555
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
556
- readonly [x: number]: string | undefined;
557
- toString?: (() => string) | undefined;
558
- charAt?: {} | undefined;
559
- charCodeAt?: {} | undefined;
560
- concat?: {} | undefined;
561
- indexOf?: {} | undefined;
562
- lastIndexOf?: {} | undefined;
563
- localeCompare?: {} | undefined;
564
- match?: {} | undefined;
565
- replace?: {} | undefined;
566
- search?: {} | undefined;
567
- slice?: {} | undefined;
568
- split?: {} | undefined;
569
- substring?: {} | undefined;
570
- toLowerCase?: (() => string) | undefined;
571
- toLocaleLowerCase?: {} | undefined;
572
- toUpperCase?: (() => string) | undefined;
573
- toLocaleUpperCase?: {} | undefined;
574
- trim?: (() => string) | undefined;
575
- readonly length?: number | undefined;
576
- substr?: {} | undefined;
577
- valueOf?: (() => string) | undefined;
578
- codePointAt?: {} | undefined;
579
- includes?: {} | undefined;
580
- endsWith?: {} | undefined;
581
- normalize?: {} | undefined;
582
- repeat?: {} | undefined;
583
- startsWith?: {} | undefined;
584
- anchor?: {} | undefined;
585
- big?: (() => string) | undefined;
586
- blink?: (() => string) | undefined;
587
- bold?: (() => string) | undefined;
588
- fixed?: (() => string) | undefined;
589
- fontcolor?: {} | undefined;
590
- fontsize?: {} | undefined;
591
- italics?: (() => string) | undefined;
592
- link?: {} | undefined;
593
- small?: (() => string) | undefined;
594
- strike?: (() => string) | undefined;
595
- sub?: (() => string) | undefined;
596
- sup?: (() => string) | undefined;
597
- padStart?: {} | undefined;
598
- padEnd?: {} | undefined;
599
- trimEnd?: (() => string) | undefined;
600
- trimStart?: (() => string) | undefined;
601
- trimLeft?: (() => string) | undefined;
602
- trimRight?: (() => string) | undefined;
603
- matchAll?: {} | undefined;
604
- replaceAll?: {} | undefined;
605
- at?: {} | undefined;
606
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
607
- })[] | undefined;
608
- additionalProperties?: {
609
- [x: string]: unknown;
610
- } | undefined;
611
- }>(override?: O | undefined) => Record<"amazon/nova-lite", {
612
- name: string;
613
- created: string;
614
- knowledge: string;
615
- context: number;
616
- modalities: {
617
- input: readonly ["text", "image", "video", "pdf"];
618
- output: readonly ["text"];
619
- };
620
- capabilities: readonly ["attachments", "tool_call", "temperature"];
621
- providers: readonly ["bedrock"];
622
- } & O>, <const O extends {
623
- name?: string | undefined;
624
- created?: string | undefined;
625
- knowledge?: string | undefined;
626
- modalities?: {
627
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
628
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
629
- } | undefined;
630
- context?: number | undefined;
631
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
632
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
633
- readonly [x: number]: string | undefined;
634
- toString?: (() => string) | undefined;
635
- charAt?: {} | undefined;
636
- charCodeAt?: {} | undefined;
637
- concat?: {} | undefined;
638
- indexOf?: {} | undefined;
639
- lastIndexOf?: {} | undefined;
640
- localeCompare?: {} | undefined;
641
- match?: {} | undefined;
642
- replace?: {} | undefined;
643
- search?: {} | undefined;
644
- slice?: {} | undefined;
645
- split?: {} | undefined;
646
- substring?: {} | undefined;
647
- toLowerCase?: (() => string) | undefined;
648
- toLocaleLowerCase?: {} | undefined;
649
- toUpperCase?: (() => string) | undefined;
650
- toLocaleUpperCase?: {} | undefined;
651
- trim?: (() => string) | undefined;
652
- readonly length?: number | undefined;
653
- substr?: {} | undefined;
654
- valueOf?: (() => string) | undefined;
655
- codePointAt?: {} | undefined;
656
- includes?: {} | undefined;
657
- endsWith?: {} | undefined;
658
- normalize?: {} | undefined;
659
- repeat?: {} | undefined;
660
- startsWith?: {} | undefined;
661
- anchor?: {} | undefined;
662
- big?: (() => string) | undefined;
663
- blink?: (() => string) | undefined;
664
- bold?: (() => string) | undefined;
665
- fixed?: (() => string) | undefined;
666
- fontcolor?: {} | undefined;
667
- fontsize?: {} | undefined;
668
- italics?: (() => string) | undefined;
669
- link?: {} | undefined;
670
- small?: (() => string) | undefined;
671
- strike?: (() => string) | undefined;
672
- sub?: (() => string) | undefined;
673
- sup?: (() => string) | undefined;
674
- padStart?: {} | undefined;
675
- padEnd?: {} | undefined;
676
- trimEnd?: (() => string) | undefined;
677
- trimStart?: (() => string) | undefined;
678
- trimLeft?: (() => string) | undefined;
679
- trimRight?: (() => string) | undefined;
680
- matchAll?: {} | undefined;
681
- replaceAll?: {} | undefined;
682
- at?: {} | undefined;
683
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
684
- })[] | undefined;
685
- additionalProperties?: {
686
- [x: string]: unknown;
687
- } | undefined;
688
- }>(override?: O | undefined) => Record<"amazon/nova-pro", {
689
- name: string;
690
- created: string;
691
- knowledge: string;
692
- context: number;
693
- modalities: {
694
- input: readonly ["text", "image", "video", "pdf"];
695
- output: readonly ["text"];
696
- };
697
- capabilities: readonly ["attachments", "tool_call", "temperature"];
698
- providers: readonly ["bedrock"];
699
- } & O>, <const O extends {
700
- name?: string | undefined;
701
- created?: string | undefined;
702
- knowledge?: string | undefined;
703
- modalities?: {
704
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
705
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
706
- } | undefined;
707
- context?: number | undefined;
708
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
709
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
710
- readonly [x: number]: string | undefined;
711
- toString?: (() => string) | undefined;
712
- charAt?: {} | undefined;
713
- charCodeAt?: {} | undefined;
714
- concat?: {} | undefined;
715
- indexOf?: {} | undefined;
716
- lastIndexOf?: {} | undefined;
717
- localeCompare?: {} | undefined;
718
- match?: {} | undefined;
719
- replace?: {} | undefined;
720
- search?: {} | undefined;
721
- slice?: {} | undefined;
722
- split?: {} | undefined;
723
- substring?: {} | undefined;
724
- toLowerCase?: (() => string) | undefined;
725
- toLocaleLowerCase?: {} | undefined;
726
- toUpperCase?: (() => string) | undefined;
727
- toLocaleUpperCase?: {} | undefined;
728
- trim?: (() => string) | undefined;
729
- readonly length?: number | undefined;
730
- substr?: {} | undefined;
731
- valueOf?: (() => string) | undefined;
732
- codePointAt?: {} | undefined;
733
- includes?: {} | undefined;
734
- endsWith?: {} | undefined;
735
- normalize?: {} | undefined;
736
- repeat?: {} | undefined;
737
- startsWith?: {} | undefined;
738
- anchor?: {} | undefined;
739
- big?: (() => string) | undefined;
740
- blink?: (() => string) | undefined;
741
- bold?: (() => string) | undefined;
742
- fixed?: (() => string) | undefined;
743
- fontcolor?: {} | undefined;
744
- fontsize?: {} | undefined;
745
- italics?: (() => string) | undefined;
746
- link?: {} | undefined;
747
- small?: (() => string) | undefined;
748
- strike?: (() => string) | undefined;
749
- sub?: (() => string) | undefined;
750
- sup?: (() => string) | undefined;
751
- padStart?: {} | undefined;
752
- padEnd?: {} | undefined;
753
- trimEnd?: (() => string) | undefined;
754
- trimStart?: (() => string) | undefined;
755
- trimLeft?: (() => string) | undefined;
756
- trimRight?: (() => string) | undefined;
757
- matchAll?: {} | undefined;
758
- replaceAll?: {} | undefined;
759
- at?: {} | undefined;
760
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
761
- })[] | undefined;
762
- additionalProperties?: {
763
- [x: string]: unknown;
764
- } | undefined;
765
- }>(override?: O | undefined) => Record<"amazon/nova-premier", {
766
- name: string;
767
- created: string;
768
- knowledge: string;
769
- context: number;
770
- modalities: {
771
- input: readonly ["text", "image", "video", "pdf"];
772
- output: readonly ["text"];
773
- };
774
- capabilities: readonly ["attachments", "tool_call", "temperature"];
775
- providers: readonly ["bedrock"];
776
- } & O>, <const O extends {
777
- name?: string | undefined;
778
- created?: string | undefined;
779
- knowledge?: string | undefined;
780
- modalities?: {
781
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
782
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
783
- } | undefined;
784
- context?: number | undefined;
785
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
786
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
787
- readonly [x: number]: string | undefined;
788
- toString?: (() => string) | undefined;
789
- charAt?: {} | undefined;
790
- charCodeAt?: {} | undefined;
791
- concat?: {} | undefined;
792
- indexOf?: {} | undefined;
793
- lastIndexOf?: {} | undefined;
794
- localeCompare?: {} | undefined;
795
- match?: {} | undefined;
796
- replace?: {} | undefined;
797
- search?: {} | undefined;
798
- slice?: {} | undefined;
799
- split?: {} | undefined;
800
- substring?: {} | undefined;
801
- toLowerCase?: (() => string) | undefined;
802
- toLocaleLowerCase?: {} | undefined;
803
- toUpperCase?: (() => string) | undefined;
804
- toLocaleUpperCase?: {} | undefined;
805
- trim?: (() => string) | undefined;
806
- readonly length?: number | undefined;
807
- substr?: {} | undefined;
808
- valueOf?: (() => string) | undefined;
809
- codePointAt?: {} | undefined;
810
- includes?: {} | undefined;
811
- endsWith?: {} | undefined;
812
- normalize?: {} | undefined;
813
- repeat?: {} | undefined;
814
- startsWith?: {} | undefined;
815
- anchor?: {} | undefined;
816
- big?: (() => string) | undefined;
817
- blink?: (() => string) | undefined;
818
- bold?: (() => string) | undefined;
819
- fixed?: (() => string) | undefined;
820
- fontcolor?: {} | undefined;
821
- fontsize?: {} | undefined;
822
- italics?: (() => string) | undefined;
823
- link?: {} | undefined;
824
- small?: (() => string) | undefined;
825
- strike?: (() => string) | undefined;
826
- sub?: (() => string) | undefined;
827
- sup?: (() => string) | undefined;
828
- padStart?: {} | undefined;
829
- padEnd?: {} | undefined;
830
- trimEnd?: (() => string) | undefined;
831
- trimStart?: (() => string) | undefined;
832
- trimLeft?: (() => string) | undefined;
833
- trimRight?: (() => string) | undefined;
834
- matchAll?: {} | undefined;
835
- replaceAll?: {} | undefined;
836
- at?: {} | undefined;
837
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
838
- })[] | undefined;
839
- additionalProperties?: {
840
- [x: string]: unknown;
841
- } | undefined;
842
- }>(override?: O | undefined) => Record<"amazon/nova-2-lite", {
843
- name: string;
844
- created: string;
845
- knowledge: string;
846
- context: number;
847
- modalities: {
848
- input: readonly ["text"];
849
- output: readonly ["text"];
850
- };
851
- capabilities: readonly ["tool_call", "temperature"];
852
- providers: readonly ["bedrock"];
853
- } & O>, <const O extends {
854
- name?: string | undefined;
855
- created?: string | undefined;
856
- knowledge?: string | undefined;
857
- modalities?: {
858
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
859
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
860
- } | undefined;
861
- context?: number | undefined;
862
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
863
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
864
- readonly [x: number]: string | undefined;
865
- toString?: (() => string) | undefined;
866
- charAt?: {} | undefined;
867
- charCodeAt?: {} | undefined;
868
- concat?: {} | undefined;
869
- indexOf?: {} | undefined;
870
- lastIndexOf?: {} | undefined;
871
- localeCompare?: {} | undefined;
872
- match?: {} | undefined;
873
- replace?: {} | undefined;
874
- search?: {} | undefined;
875
- slice?: {} | undefined;
876
- split?: {} | undefined;
877
- substring?: {} | undefined;
878
- toLowerCase?: (() => string) | undefined;
879
- toLocaleLowerCase?: {} | undefined;
880
- toUpperCase?: (() => string) | undefined;
881
- toLocaleUpperCase?: {} | undefined;
882
- trim?: (() => string) | undefined;
883
- readonly length?: number | undefined;
884
- substr?: {} | undefined;
885
- valueOf?: (() => string) | undefined;
886
- codePointAt?: {} | undefined;
887
- includes?: {} | undefined;
888
- endsWith?: {} | undefined;
889
- normalize?: {} | undefined;
890
- repeat?: {} | undefined;
891
- startsWith?: {} | undefined;
892
- anchor?: {} | undefined;
893
- big?: (() => string) | undefined;
894
- blink?: (() => string) | undefined;
895
- bold?: (() => string) | undefined;
896
- fixed?: (() => string) | undefined;
897
- fontcolor?: {} | undefined;
898
- fontsize?: {} | undefined;
899
- italics?: (() => string) | undefined;
900
- link?: {} | undefined;
901
- small?: (() => string) | undefined;
902
- strike?: (() => string) | undefined;
903
- sub?: (() => string) | undefined;
904
- sup?: (() => string) | undefined;
905
- padStart?: {} | undefined;
906
- padEnd?: {} | undefined;
907
- trimEnd?: (() => string) | undefined;
908
- trimStart?: (() => string) | undefined;
909
- trimLeft?: (() => string) | undefined;
910
- trimRight?: (() => string) | undefined;
911
- matchAll?: {} | undefined;
912
- replaceAll?: {} | undefined;
913
- at?: {} | undefined;
914
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
915
- })[] | undefined;
916
- additionalProperties?: {
917
- [x: string]: unknown;
918
- } | undefined;
919
- }>(override?: O | undefined) => Record<"amazon/nova-2-multimodal-embeddings", {
920
- name: string;
921
- created: string;
922
- context: number;
923
- modalities: {
924
- input: readonly ["text", "image", "audio", "video", "pdf"];
925
- output: readonly ["embedding"];
926
- };
927
- providers: readonly ["bedrock"];
928
- } & O>];
929
- readonly embeddings: readonly [<const O extends {
930
- name?: string | undefined;
931
- created?: string | undefined;
932
- knowledge?: string | undefined;
933
- modalities?: {
934
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
935
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
936
- } | undefined;
937
- context?: number | undefined;
938
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
939
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
940
- readonly [x: number]: string | undefined;
941
- toString?: (() => string) | undefined;
942
- charAt?: {} | undefined;
943
- charCodeAt?: {} | undefined;
944
- concat?: {} | undefined;
945
- indexOf?: {} | undefined;
946
- lastIndexOf?: {} | undefined;
947
- localeCompare?: {} | undefined;
948
- match?: {} | undefined;
949
- replace?: {} | undefined;
950
- search?: {} | undefined;
951
- slice?: {} | undefined;
952
- split?: {} | undefined;
953
- substring?: {} | undefined;
954
- toLowerCase?: (() => string) | undefined;
955
- toLocaleLowerCase?: {} | undefined;
956
- toUpperCase?: (() => string) | undefined;
957
- toLocaleUpperCase?: {} | undefined;
958
- trim?: (() => string) | undefined;
959
- readonly length?: number | undefined;
960
- substr?: {} | undefined;
961
- valueOf?: (() => string) | undefined;
962
- codePointAt?: {} | undefined;
963
- includes?: {} | undefined;
964
- endsWith?: {} | undefined;
965
- normalize?: {} | undefined;
966
- repeat?: {} | undefined;
967
- startsWith?: {} | undefined;
968
- anchor?: {} | undefined;
969
- big?: (() => string) | undefined;
970
- blink?: (() => string) | undefined;
971
- bold?: (() => string) | undefined;
972
- fixed?: (() => string) | undefined;
973
- fontcolor?: {} | undefined;
974
- fontsize?: {} | undefined;
975
- italics?: (() => string) | undefined;
976
- link?: {} | undefined;
977
- small?: (() => string) | undefined;
978
- strike?: (() => string) | undefined;
979
- sub?: (() => string) | undefined;
980
- sup?: (() => string) | undefined;
981
- padStart?: {} | undefined;
982
- padEnd?: {} | undefined;
983
- trimEnd?: (() => string) | undefined;
984
- trimStart?: (() => string) | undefined;
985
- trimLeft?: (() => string) | undefined;
986
- trimRight?: (() => string) | undefined;
987
- matchAll?: {} | undefined;
988
- replaceAll?: {} | undefined;
989
- at?: {} | undefined;
990
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
991
- })[] | undefined;
992
- additionalProperties?: {
993
- [x: string]: unknown;
994
- } | undefined;
995
- }>(override?: O | undefined) => Record<"amazon/nova-2-multimodal-embeddings", {
996
- name: string;
997
- created: string;
998
- context: number;
999
- modalities: {
1000
- input: readonly ["text", "image", "audio", "video", "pdf"];
1001
- output: readonly ["embedding"];
1002
- };
1003
- providers: readonly ["bedrock"];
1004
- } & O>];
1005
- readonly all: ((<const O extends {
1006
- name?: string | undefined;
1007
- created?: string | undefined;
1008
- knowledge?: string | undefined;
1009
- modalities?: {
1010
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1011
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1012
- } | undefined;
1013
- context?: number | undefined;
1014
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1015
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1016
- readonly [x: number]: string | undefined;
1017
- toString?: (() => string) | undefined;
1018
- charAt?: {} | undefined;
1019
- charCodeAt?: {} | undefined;
1020
- concat?: {} | undefined;
1021
- indexOf?: {} | undefined;
1022
- lastIndexOf?: {} | undefined;
1023
- localeCompare?: {} | undefined;
1024
- match?: {} | undefined;
1025
- replace?: {} | undefined;
1026
- search?: {} | undefined;
1027
- slice?: {} | undefined;
1028
- split?: {} | undefined;
1029
- substring?: {} | undefined;
1030
- toLowerCase?: (() => string) | undefined;
1031
- toLocaleLowerCase?: {} | undefined;
1032
- toUpperCase?: (() => string) | undefined;
1033
- toLocaleUpperCase?: {} | undefined;
1034
- trim?: (() => string) | undefined;
1035
- readonly length?: number | undefined;
1036
- substr?: {} | undefined;
1037
- valueOf?: (() => string) | undefined;
1038
- codePointAt?: {} | undefined;
1039
- includes?: {} | undefined;
1040
- endsWith?: {} | undefined;
1041
- normalize?: {} | undefined;
1042
- repeat?: {} | undefined;
1043
- startsWith?: {} | undefined;
1044
- anchor?: {} | undefined;
1045
- big?: (() => string) | undefined;
1046
- blink?: (() => string) | undefined;
1047
- bold?: (() => string) | undefined;
1048
- fixed?: (() => string) | undefined;
1049
- fontcolor?: {} | undefined;
1050
- fontsize?: {} | undefined;
1051
- italics?: (() => string) | undefined;
1052
- link?: {} | undefined;
1053
- small?: (() => string) | undefined;
1054
- strike?: (() => string) | undefined;
1055
- sub?: (() => string) | undefined;
1056
- sup?: (() => string) | undefined;
1057
- padStart?: {} | undefined;
1058
- padEnd?: {} | undefined;
1059
- trimEnd?: (() => string) | undefined;
1060
- trimStart?: (() => string) | undefined;
1061
- trimLeft?: (() => string) | undefined;
1062
- trimRight?: (() => string) | undefined;
1063
- matchAll?: {} | undefined;
1064
- replaceAll?: {} | undefined;
1065
- at?: {} | undefined;
1066
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1067
- })[] | undefined;
1068
- additionalProperties?: {
1069
- [x: string]: unknown;
1070
- } | undefined;
1071
- }>(override?: O | undefined) => Record<"amazon/nova-micro", {
1072
- name: string;
1073
- created: string;
1074
- knowledge: string;
1075
- context: number;
1076
- modalities: {
1077
- input: readonly ["text"];
1078
- output: readonly ["text"];
1079
- };
1080
- capabilities: readonly ["tool_call", "temperature"];
1081
- providers: readonly ["bedrock"];
1082
- } & O>) | (<const O extends {
1083
- name?: string | undefined;
1084
- created?: string | undefined;
1085
- knowledge?: string | undefined;
1086
- modalities?: {
1087
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1088
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1089
- } | undefined;
1090
- context?: number | undefined;
1091
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1092
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1093
- readonly [x: number]: string | undefined;
1094
- toString?: (() => string) | undefined;
1095
- charAt?: {} | undefined;
1096
- charCodeAt?: {} | undefined;
1097
- concat?: {} | undefined;
1098
- indexOf?: {} | undefined;
1099
- lastIndexOf?: {} | undefined;
1100
- localeCompare?: {} | undefined;
1101
- match?: {} | undefined;
1102
- replace?: {} | undefined;
1103
- search?: {} | undefined;
1104
- slice?: {} | undefined;
1105
- split?: {} | undefined;
1106
- substring?: {} | undefined;
1107
- toLowerCase?: (() => string) | undefined;
1108
- toLocaleLowerCase?: {} | undefined;
1109
- toUpperCase?: (() => string) | undefined;
1110
- toLocaleUpperCase?: {} | undefined;
1111
- trim?: (() => string) | undefined;
1112
- readonly length?: number | undefined;
1113
- substr?: {} | undefined;
1114
- valueOf?: (() => string) | undefined;
1115
- codePointAt?: {} | undefined;
1116
- includes?: {} | undefined;
1117
- endsWith?: {} | undefined;
1118
- normalize?: {} | undefined;
1119
- repeat?: {} | undefined;
1120
- startsWith?: {} | undefined;
1121
- anchor?: {} | undefined;
1122
- big?: (() => string) | undefined;
1123
- blink?: (() => string) | undefined;
1124
- bold?: (() => string) | undefined;
1125
- fixed?: (() => string) | undefined;
1126
- fontcolor?: {} | undefined;
1127
- fontsize?: {} | undefined;
1128
- italics?: (() => string) | undefined;
1129
- link?: {} | undefined;
1130
- small?: (() => string) | undefined;
1131
- strike?: (() => string) | undefined;
1132
- sub?: (() => string) | undefined;
1133
- sup?: (() => string) | undefined;
1134
- padStart?: {} | undefined;
1135
- padEnd?: {} | undefined;
1136
- trimEnd?: (() => string) | undefined;
1137
- trimStart?: (() => string) | undefined;
1138
- trimLeft?: (() => string) | undefined;
1139
- trimRight?: (() => string) | undefined;
1140
- matchAll?: {} | undefined;
1141
- replaceAll?: {} | undefined;
1142
- at?: {} | undefined;
1143
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1144
- })[] | undefined;
1145
- additionalProperties?: {
1146
- [x: string]: unknown;
1147
- } | undefined;
1148
- }>(override?: O | undefined) => Record<"amazon/nova-lite", {
1149
- name: string;
1150
- created: string;
1151
- knowledge: string;
1152
- context: number;
1153
- modalities: {
1154
- input: readonly ["text", "image", "video", "pdf"];
1155
- output: readonly ["text"];
1156
- };
1157
- capabilities: readonly ["attachments", "tool_call", "temperature"];
1158
- providers: readonly ["bedrock"];
1159
- } & O>) | (<const O extends {
1160
- name?: string | undefined;
1161
- created?: string | undefined;
1162
- knowledge?: string | undefined;
1163
- modalities?: {
1164
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1165
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1166
- } | undefined;
1167
- context?: number | undefined;
1168
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1169
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1170
- readonly [x: number]: string | undefined;
1171
- toString?: (() => string) | undefined;
1172
- charAt?: {} | undefined;
1173
- charCodeAt?: {} | undefined;
1174
- concat?: {} | undefined;
1175
- indexOf?: {} | undefined;
1176
- lastIndexOf?: {} | undefined;
1177
- localeCompare?: {} | undefined;
1178
- match?: {} | undefined;
1179
- replace?: {} | undefined;
1180
- search?: {} | undefined;
1181
- slice?: {} | undefined;
1182
- split?: {} | undefined;
1183
- substring?: {} | undefined;
1184
- toLowerCase?: (() => string) | undefined;
1185
- toLocaleLowerCase?: {} | undefined;
1186
- toUpperCase?: (() => string) | undefined;
1187
- toLocaleUpperCase?: {} | undefined;
1188
- trim?: (() => string) | undefined;
1189
- readonly length?: number | undefined;
1190
- substr?: {} | undefined;
1191
- valueOf?: (() => string) | undefined;
1192
- codePointAt?: {} | undefined;
1193
- includes?: {} | undefined;
1194
- endsWith?: {} | undefined;
1195
- normalize?: {} | undefined;
1196
- repeat?: {} | undefined;
1197
- startsWith?: {} | undefined;
1198
- anchor?: {} | undefined;
1199
- big?: (() => string) | undefined;
1200
- blink?: (() => string) | undefined;
1201
- bold?: (() => string) | undefined;
1202
- fixed?: (() => string) | undefined;
1203
- fontcolor?: {} | undefined;
1204
- fontsize?: {} | undefined;
1205
- italics?: (() => string) | undefined;
1206
- link?: {} | undefined;
1207
- small?: (() => string) | undefined;
1208
- strike?: (() => string) | undefined;
1209
- sub?: (() => string) | undefined;
1210
- sup?: (() => string) | undefined;
1211
- padStart?: {} | undefined;
1212
- padEnd?: {} | undefined;
1213
- trimEnd?: (() => string) | undefined;
1214
- trimStart?: (() => string) | undefined;
1215
- trimLeft?: (() => string) | undefined;
1216
- trimRight?: (() => string) | undefined;
1217
- matchAll?: {} | undefined;
1218
- replaceAll?: {} | undefined;
1219
- at?: {} | undefined;
1220
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1221
- })[] | undefined;
1222
- additionalProperties?: {
1223
- [x: string]: unknown;
1224
- } | undefined;
1225
- }>(override?: O | undefined) => Record<"amazon/nova-pro", {
1226
- name: string;
1227
- created: string;
1228
- knowledge: string;
1229
- context: number;
1230
- modalities: {
1231
- input: readonly ["text", "image", "video", "pdf"];
1232
- output: readonly ["text"];
1233
- };
1234
- capabilities: readonly ["attachments", "tool_call", "temperature"];
1235
- providers: readonly ["bedrock"];
1236
- } & O>) | (<const O extends {
1237
- name?: string | undefined;
1238
- created?: string | undefined;
1239
- knowledge?: string | undefined;
1240
- modalities?: {
1241
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1242
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1243
- } | undefined;
1244
- context?: number | undefined;
1245
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1246
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1247
- readonly [x: number]: string | undefined;
1248
- toString?: (() => string) | undefined;
1249
- charAt?: {} | undefined;
1250
- charCodeAt?: {} | undefined;
1251
- concat?: {} | undefined;
1252
- indexOf?: {} | undefined;
1253
- lastIndexOf?: {} | undefined;
1254
- localeCompare?: {} | undefined;
1255
- match?: {} | undefined;
1256
- replace?: {} | undefined;
1257
- search?: {} | undefined;
1258
- slice?: {} | undefined;
1259
- split?: {} | undefined;
1260
- substring?: {} | undefined;
1261
- toLowerCase?: (() => string) | undefined;
1262
- toLocaleLowerCase?: {} | undefined;
1263
- toUpperCase?: (() => string) | undefined;
1264
- toLocaleUpperCase?: {} | undefined;
1265
- trim?: (() => string) | undefined;
1266
- readonly length?: number | undefined;
1267
- substr?: {} | undefined;
1268
- valueOf?: (() => string) | undefined;
1269
- codePointAt?: {} | undefined;
1270
- includes?: {} | undefined;
1271
- endsWith?: {} | undefined;
1272
- normalize?: {} | undefined;
1273
- repeat?: {} | undefined;
1274
- startsWith?: {} | undefined;
1275
- anchor?: {} | undefined;
1276
- big?: (() => string) | undefined;
1277
- blink?: (() => string) | undefined;
1278
- bold?: (() => string) | undefined;
1279
- fixed?: (() => string) | undefined;
1280
- fontcolor?: {} | undefined;
1281
- fontsize?: {} | undefined;
1282
- italics?: (() => string) | undefined;
1283
- link?: {} | undefined;
1284
- small?: (() => string) | undefined;
1285
- strike?: (() => string) | undefined;
1286
- sub?: (() => string) | undefined;
1287
- sup?: (() => string) | undefined;
1288
- padStart?: {} | undefined;
1289
- padEnd?: {} | undefined;
1290
- trimEnd?: (() => string) | undefined;
1291
- trimStart?: (() => string) | undefined;
1292
- trimLeft?: (() => string) | undefined;
1293
- trimRight?: (() => string) | undefined;
1294
- matchAll?: {} | undefined;
1295
- replaceAll?: {} | undefined;
1296
- at?: {} | undefined;
1297
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1298
- })[] | undefined;
1299
- additionalProperties?: {
1300
- [x: string]: unknown;
1301
- } | undefined;
1302
- }>(override?: O | undefined) => Record<"amazon/nova-premier", {
1303
- name: string;
1304
- created: string;
1305
- knowledge: string;
1306
- context: number;
1307
- modalities: {
1308
- input: readonly ["text", "image", "video", "pdf"];
1309
- output: readonly ["text"];
1310
- };
1311
- capabilities: readonly ["attachments", "tool_call", "temperature"];
1312
- providers: readonly ["bedrock"];
1313
- } & O>) | (<const O extends {
1314
- name?: string | undefined;
1315
- created?: string | undefined;
1316
- knowledge?: string | undefined;
1317
- modalities?: {
1318
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1319
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1320
- } | undefined;
1321
- context?: number | undefined;
1322
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1323
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1324
- readonly [x: number]: string | undefined;
1325
- toString?: (() => string) | undefined;
1326
- charAt?: {} | undefined;
1327
- charCodeAt?: {} | undefined;
1328
- concat?: {} | undefined;
1329
- indexOf?: {} | undefined;
1330
- lastIndexOf?: {} | undefined;
1331
- localeCompare?: {} | undefined;
1332
- match?: {} | undefined;
1333
- replace?: {} | undefined;
1334
- search?: {} | undefined;
1335
- slice?: {} | undefined;
1336
- split?: {} | undefined;
1337
- substring?: {} | undefined;
1338
- toLowerCase?: (() => string) | undefined;
1339
- toLocaleLowerCase?: {} | undefined;
1340
- toUpperCase?: (() => string) | undefined;
1341
- toLocaleUpperCase?: {} | undefined;
1342
- trim?: (() => string) | undefined;
1343
- readonly length?: number | undefined;
1344
- substr?: {} | undefined;
1345
- valueOf?: (() => string) | undefined;
1346
- codePointAt?: {} | undefined;
1347
- includes?: {} | undefined;
1348
- endsWith?: {} | undefined;
1349
- normalize?: {} | undefined;
1350
- repeat?: {} | undefined;
1351
- startsWith?: {} | undefined;
1352
- anchor?: {} | undefined;
1353
- big?: (() => string) | undefined;
1354
- blink?: (() => string) | undefined;
1355
- bold?: (() => string) | undefined;
1356
- fixed?: (() => string) | undefined;
1357
- fontcolor?: {} | undefined;
1358
- fontsize?: {} | undefined;
1359
- italics?: (() => string) | undefined;
1360
- link?: {} | undefined;
1361
- small?: (() => string) | undefined;
1362
- strike?: (() => string) | undefined;
1363
- sub?: (() => string) | undefined;
1364
- sup?: (() => string) | undefined;
1365
- padStart?: {} | undefined;
1366
- padEnd?: {} | undefined;
1367
- trimEnd?: (() => string) | undefined;
1368
- trimStart?: (() => string) | undefined;
1369
- trimLeft?: (() => string) | undefined;
1370
- trimRight?: (() => string) | undefined;
1371
- matchAll?: {} | undefined;
1372
- replaceAll?: {} | undefined;
1373
- at?: {} | undefined;
1374
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1375
- })[] | undefined;
1376
- additionalProperties?: {
1377
- [x: string]: unknown;
1378
- } | undefined;
1379
- }>(override?: O | undefined) => Record<"amazon/nova-2-lite", {
1380
- name: string;
1381
- created: string;
1382
- knowledge: string;
1383
- context: number;
1384
- modalities: {
1385
- input: readonly ["text"];
1386
- output: readonly ["text"];
1387
- };
1388
- capabilities: readonly ["tool_call", "temperature"];
1389
- providers: readonly ["bedrock"];
1390
- } & O>) | (<const O extends {
1391
- name?: string | undefined;
1392
- created?: string | undefined;
1393
- knowledge?: string | undefined;
1394
- modalities?: {
1395
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1396
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1397
- } | undefined;
1398
- context?: number | undefined;
1399
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1400
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1401
- readonly [x: number]: string | undefined;
1402
- toString?: (() => string) | undefined;
1403
- charAt?: {} | undefined;
1404
- charCodeAt?: {} | undefined;
1405
- concat?: {} | undefined;
1406
- indexOf?: {} | undefined;
1407
- lastIndexOf?: {} | undefined;
1408
- localeCompare?: {} | undefined;
1409
- match?: {} | undefined;
1410
- replace?: {} | undefined;
1411
- search?: {} | undefined;
1412
- slice?: {} | undefined;
1413
- split?: {} | undefined;
1414
- substring?: {} | undefined;
1415
- toLowerCase?: (() => string) | undefined;
1416
- toLocaleLowerCase?: {} | undefined;
1417
- toUpperCase?: (() => string) | undefined;
1418
- toLocaleUpperCase?: {} | undefined;
1419
- trim?: (() => string) | undefined;
1420
- readonly length?: number | undefined;
1421
- substr?: {} | undefined;
1422
- valueOf?: (() => string) | undefined;
1423
- codePointAt?: {} | undefined;
1424
- includes?: {} | undefined;
1425
- endsWith?: {} | undefined;
1426
- normalize?: {} | undefined;
1427
- repeat?: {} | undefined;
1428
- startsWith?: {} | undefined;
1429
- anchor?: {} | undefined;
1430
- big?: (() => string) | undefined;
1431
- blink?: (() => string) | undefined;
1432
- bold?: (() => string) | undefined;
1433
- fixed?: (() => string) | undefined;
1434
- fontcolor?: {} | undefined;
1435
- fontsize?: {} | undefined;
1436
- italics?: (() => string) | undefined;
1437
- link?: {} | undefined;
1438
- small?: (() => string) | undefined;
1439
- strike?: (() => string) | undefined;
1440
- sub?: (() => string) | undefined;
1441
- sup?: (() => string) | undefined;
1442
- padStart?: {} | undefined;
1443
- padEnd?: {} | undefined;
1444
- trimEnd?: (() => string) | undefined;
1445
- trimStart?: (() => string) | undefined;
1446
- trimLeft?: (() => string) | undefined;
1447
- trimRight?: (() => string) | undefined;
1448
- matchAll?: {} | undefined;
1449
- replaceAll?: {} | undefined;
1450
- at?: {} | undefined;
1451
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1452
- })[] | undefined;
1453
- additionalProperties?: {
1454
- [x: string]: unknown;
1455
- } | undefined;
1456
- }>(override?: O | undefined) => Record<"amazon/nova-2-multimodal-embeddings", {
1457
- name: string;
1458
- created: string;
1459
- context: number;
1460
- modalities: {
1461
- input: readonly ["text", "image", "audio", "video", "pdf"];
1462
- output: readonly ["embedding"];
1463
- };
1464
- providers: readonly ["bedrock"];
1465
- } & O>))[];
1466
- readonly "v1.x": readonly [<const O extends {
1467
- name?: string | undefined;
1468
- created?: string | undefined;
1469
- knowledge?: string | undefined;
1470
- modalities?: {
1471
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1472
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1473
- } | undefined;
1474
- context?: number | undefined;
1475
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1476
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1477
- readonly [x: number]: string | undefined;
1478
- toString?: (() => string) | undefined;
1479
- charAt?: {} | undefined;
1480
- charCodeAt?: {} | undefined;
1481
- concat?: {} | undefined;
1482
- indexOf?: {} | undefined;
1483
- lastIndexOf?: {} | undefined;
1484
- localeCompare?: {} | undefined;
1485
- match?: {} | undefined;
1486
- replace?: {} | undefined;
1487
- search?: {} | undefined;
1488
- slice?: {} | undefined;
1489
- split?: {} | undefined;
1490
- substring?: {} | undefined;
1491
- toLowerCase?: (() => string) | undefined;
1492
- toLocaleLowerCase?: {} | undefined;
1493
- toUpperCase?: (() => string) | undefined;
1494
- toLocaleUpperCase?: {} | undefined;
1495
- trim?: (() => string) | undefined;
1496
- readonly length?: number | undefined;
1497
- substr?: {} | undefined;
1498
- valueOf?: (() => string) | undefined;
1499
- codePointAt?: {} | undefined;
1500
- includes?: {} | undefined;
1501
- endsWith?: {} | undefined;
1502
- normalize?: {} | undefined;
1503
- repeat?: {} | undefined;
1504
- startsWith?: {} | undefined;
1505
- anchor?: {} | undefined;
1506
- big?: (() => string) | undefined;
1507
- blink?: (() => string) | undefined;
1508
- bold?: (() => string) | undefined;
1509
- fixed?: (() => string) | undefined;
1510
- fontcolor?: {} | undefined;
1511
- fontsize?: {} | undefined;
1512
- italics?: (() => string) | undefined;
1513
- link?: {} | undefined;
1514
- small?: (() => string) | undefined;
1515
- strike?: (() => string) | undefined;
1516
- sub?: (() => string) | undefined;
1517
- sup?: (() => string) | undefined;
1518
- padStart?: {} | undefined;
1519
- padEnd?: {} | undefined;
1520
- trimEnd?: (() => string) | undefined;
1521
- trimStart?: (() => string) | undefined;
1522
- trimLeft?: (() => string) | undefined;
1523
- trimRight?: (() => string) | undefined;
1524
- matchAll?: {} | undefined;
1525
- replaceAll?: {} | undefined;
1526
- at?: {} | undefined;
1527
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1528
- })[] | undefined;
1529
- additionalProperties?: {
1530
- [x: string]: unknown;
1531
- } | undefined;
1532
- }>(override?: O | undefined) => Record<"amazon/nova-micro", {
1533
- name: string;
1534
- created: string;
1535
- knowledge: string;
1536
- context: number;
1537
- modalities: {
1538
- input: readonly ["text"];
1539
- output: readonly ["text"];
1540
- };
1541
- capabilities: readonly ["tool_call", "temperature"];
1542
- providers: readonly ["bedrock"];
1543
- } & O>, <const O extends {
1544
- name?: string | undefined;
1545
- created?: string | undefined;
1546
- knowledge?: string | undefined;
1547
- modalities?: {
1548
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1549
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1550
- } | undefined;
1551
- context?: number | undefined;
1552
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1553
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1554
- readonly [x: number]: string | undefined;
1555
- toString?: (() => string) | undefined;
1556
- charAt?: {} | undefined;
1557
- charCodeAt?: {} | undefined;
1558
- concat?: {} | undefined;
1559
- indexOf?: {} | undefined;
1560
- lastIndexOf?: {} | undefined;
1561
- localeCompare?: {} | undefined;
1562
- match?: {} | undefined;
1563
- replace?: {} | undefined;
1564
- search?: {} | undefined;
1565
- slice?: {} | undefined;
1566
- split?: {} | undefined;
1567
- substring?: {} | undefined;
1568
- toLowerCase?: (() => string) | undefined;
1569
- toLocaleLowerCase?: {} | undefined;
1570
- toUpperCase?: (() => string) | undefined;
1571
- toLocaleUpperCase?: {} | undefined;
1572
- trim?: (() => string) | undefined;
1573
- readonly length?: number | undefined;
1574
- substr?: {} | undefined;
1575
- valueOf?: (() => string) | undefined;
1576
- codePointAt?: {} | undefined;
1577
- includes?: {} | undefined;
1578
- endsWith?: {} | undefined;
1579
- normalize?: {} | undefined;
1580
- repeat?: {} | undefined;
1581
- startsWith?: {} | undefined;
1582
- anchor?: {} | undefined;
1583
- big?: (() => string) | undefined;
1584
- blink?: (() => string) | undefined;
1585
- bold?: (() => string) | undefined;
1586
- fixed?: (() => string) | undefined;
1587
- fontcolor?: {} | undefined;
1588
- fontsize?: {} | undefined;
1589
- italics?: (() => string) | undefined;
1590
- link?: {} | undefined;
1591
- small?: (() => string) | undefined;
1592
- strike?: (() => string) | undefined;
1593
- sub?: (() => string) | undefined;
1594
- sup?: (() => string) | undefined;
1595
- padStart?: {} | undefined;
1596
- padEnd?: {} | undefined;
1597
- trimEnd?: (() => string) | undefined;
1598
- trimStart?: (() => string) | undefined;
1599
- trimLeft?: (() => string) | undefined;
1600
- trimRight?: (() => string) | undefined;
1601
- matchAll?: {} | undefined;
1602
- replaceAll?: {} | undefined;
1603
- at?: {} | undefined;
1604
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1605
- })[] | undefined;
1606
- additionalProperties?: {
1607
- [x: string]: unknown;
1608
- } | undefined;
1609
- }>(override?: O | undefined) => Record<"amazon/nova-lite", {
1610
- name: string;
1611
- created: string;
1612
- knowledge: string;
1613
- context: number;
1614
- modalities: {
1615
- input: readonly ["text", "image", "video", "pdf"];
1616
- output: readonly ["text"];
1617
- };
1618
- capabilities: readonly ["attachments", "tool_call", "temperature"];
1619
- providers: readonly ["bedrock"];
1620
- } & O>, <const O extends {
1621
- name?: string | undefined;
1622
- created?: string | undefined;
1623
- knowledge?: string | undefined;
1624
- modalities?: {
1625
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1626
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1627
- } | undefined;
1628
- context?: number | undefined;
1629
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1630
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1631
- readonly [x: number]: string | undefined;
1632
- toString?: (() => string) | undefined;
1633
- charAt?: {} | undefined;
1634
- charCodeAt?: {} | undefined;
1635
- concat?: {} | undefined;
1636
- indexOf?: {} | undefined;
1637
- lastIndexOf?: {} | undefined;
1638
- localeCompare?: {} | undefined;
1639
- match?: {} | undefined;
1640
- replace?: {} | undefined;
1641
- search?: {} | undefined;
1642
- slice?: {} | undefined;
1643
- split?: {} | undefined;
1644
- substring?: {} | undefined;
1645
- toLowerCase?: (() => string) | undefined;
1646
- toLocaleLowerCase?: {} | undefined;
1647
- toUpperCase?: (() => string) | undefined;
1648
- toLocaleUpperCase?: {} | undefined;
1649
- trim?: (() => string) | undefined;
1650
- readonly length?: number | undefined;
1651
- substr?: {} | undefined;
1652
- valueOf?: (() => string) | undefined;
1653
- codePointAt?: {} | undefined;
1654
- includes?: {} | undefined;
1655
- endsWith?: {} | undefined;
1656
- normalize?: {} | undefined;
1657
- repeat?: {} | undefined;
1658
- startsWith?: {} | undefined;
1659
- anchor?: {} | undefined;
1660
- big?: (() => string) | undefined;
1661
- blink?: (() => string) | undefined;
1662
- bold?: (() => string) | undefined;
1663
- fixed?: (() => string) | undefined;
1664
- fontcolor?: {} | undefined;
1665
- fontsize?: {} | undefined;
1666
- italics?: (() => string) | undefined;
1667
- link?: {} | undefined;
1668
- small?: (() => string) | undefined;
1669
- strike?: (() => string) | undefined;
1670
- sub?: (() => string) | undefined;
1671
- sup?: (() => string) | undefined;
1672
- padStart?: {} | undefined;
1673
- padEnd?: {} | undefined;
1674
- trimEnd?: (() => string) | undefined;
1675
- trimStart?: (() => string) | undefined;
1676
- trimLeft?: (() => string) | undefined;
1677
- trimRight?: (() => string) | undefined;
1678
- matchAll?: {} | undefined;
1679
- replaceAll?: {} | undefined;
1680
- at?: {} | undefined;
1681
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1682
- })[] | undefined;
1683
- additionalProperties?: {
1684
- [x: string]: unknown;
1685
- } | undefined;
1686
- }>(override?: O | undefined) => Record<"amazon/nova-pro", {
1687
- name: string;
1688
- created: string;
1689
- knowledge: string;
1690
- context: number;
1691
- modalities: {
1692
- input: readonly ["text", "image", "video", "pdf"];
1693
- output: readonly ["text"];
1694
- };
1695
- capabilities: readonly ["attachments", "tool_call", "temperature"];
1696
- providers: readonly ["bedrock"];
1697
- } & O>, <const O extends {
1698
- name?: string | undefined;
1699
- created?: string | undefined;
1700
- knowledge?: string | undefined;
1701
- modalities?: {
1702
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1703
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1704
- } | undefined;
1705
- context?: number | undefined;
1706
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1707
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1708
- readonly [x: number]: string | undefined;
1709
- toString?: (() => string) | undefined;
1710
- charAt?: {} | undefined;
1711
- charCodeAt?: {} | undefined;
1712
- concat?: {} | undefined;
1713
- indexOf?: {} | undefined;
1714
- lastIndexOf?: {} | undefined;
1715
- localeCompare?: {} | undefined;
1716
- match?: {} | undefined;
1717
- replace?: {} | undefined;
1718
- search?: {} | undefined;
1719
- slice?: {} | undefined;
1720
- split?: {} | undefined;
1721
- substring?: {} | undefined;
1722
- toLowerCase?: (() => string) | undefined;
1723
- toLocaleLowerCase?: {} | undefined;
1724
- toUpperCase?: (() => string) | undefined;
1725
- toLocaleUpperCase?: {} | undefined;
1726
- trim?: (() => string) | undefined;
1727
- readonly length?: number | undefined;
1728
- substr?: {} | undefined;
1729
- valueOf?: (() => string) | undefined;
1730
- codePointAt?: {} | undefined;
1731
- includes?: {} | undefined;
1732
- endsWith?: {} | undefined;
1733
- normalize?: {} | undefined;
1734
- repeat?: {} | undefined;
1735
- startsWith?: {} | undefined;
1736
- anchor?: {} | undefined;
1737
- big?: (() => string) | undefined;
1738
- blink?: (() => string) | undefined;
1739
- bold?: (() => string) | undefined;
1740
- fixed?: (() => string) | undefined;
1741
- fontcolor?: {} | undefined;
1742
- fontsize?: {} | undefined;
1743
- italics?: (() => string) | undefined;
1744
- link?: {} | undefined;
1745
- small?: (() => string) | undefined;
1746
- strike?: (() => string) | undefined;
1747
- sub?: (() => string) | undefined;
1748
- sup?: (() => string) | undefined;
1749
- padStart?: {} | undefined;
1750
- padEnd?: {} | undefined;
1751
- trimEnd?: (() => string) | undefined;
1752
- trimStart?: (() => string) | undefined;
1753
- trimLeft?: (() => string) | undefined;
1754
- trimRight?: (() => string) | undefined;
1755
- matchAll?: {} | undefined;
1756
- replaceAll?: {} | undefined;
1757
- at?: {} | undefined;
1758
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1759
- })[] | undefined;
1760
- additionalProperties?: {
1761
- [x: string]: unknown;
1762
- } | undefined;
1763
- }>(override?: O | undefined) => Record<"amazon/nova-premier", {
1764
- name: string;
1765
- created: string;
1766
- knowledge: string;
1767
- context: number;
1768
- modalities: {
1769
- input: readonly ["text", "image", "video", "pdf"];
1770
- output: readonly ["text"];
1771
- };
1772
- capabilities: readonly ["attachments", "tool_call", "temperature"];
1773
- providers: readonly ["bedrock"];
1774
- } & O>];
1775
- readonly "v2.x": readonly [<const O extends {
1776
- name?: string | undefined;
1777
- created?: string | undefined;
1778
- knowledge?: string | undefined;
1779
- modalities?: {
1780
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1781
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1782
- } | undefined;
1783
- context?: number | undefined;
1784
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1785
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1786
- readonly [x: number]: string | undefined;
1787
- toString?: (() => string) | undefined;
1788
- charAt?: {} | undefined;
1789
- charCodeAt?: {} | undefined;
1790
- concat?: {} | undefined;
1791
- indexOf?: {} | undefined;
1792
- lastIndexOf?: {} | undefined;
1793
- localeCompare?: {} | undefined;
1794
- match?: {} | undefined;
1795
- replace?: {} | undefined;
1796
- search?: {} | undefined;
1797
- slice?: {} | undefined;
1798
- split?: {} | undefined;
1799
- substring?: {} | undefined;
1800
- toLowerCase?: (() => string) | undefined;
1801
- toLocaleLowerCase?: {} | undefined;
1802
- toUpperCase?: (() => string) | undefined;
1803
- toLocaleUpperCase?: {} | undefined;
1804
- trim?: (() => string) | undefined;
1805
- readonly length?: number | undefined;
1806
- substr?: {} | undefined;
1807
- valueOf?: (() => string) | undefined;
1808
- codePointAt?: {} | undefined;
1809
- includes?: {} | undefined;
1810
- endsWith?: {} | undefined;
1811
- normalize?: {} | undefined;
1812
- repeat?: {} | undefined;
1813
- startsWith?: {} | undefined;
1814
- anchor?: {} | undefined;
1815
- big?: (() => string) | undefined;
1816
- blink?: (() => string) | undefined;
1817
- bold?: (() => string) | undefined;
1818
- fixed?: (() => string) | undefined;
1819
- fontcolor?: {} | undefined;
1820
- fontsize?: {} | undefined;
1821
- italics?: (() => string) | undefined;
1822
- link?: {} | undefined;
1823
- small?: (() => string) | undefined;
1824
- strike?: (() => string) | undefined;
1825
- sub?: (() => string) | undefined;
1826
- sup?: (() => string) | undefined;
1827
- padStart?: {} | undefined;
1828
- padEnd?: {} | undefined;
1829
- trimEnd?: (() => string) | undefined;
1830
- trimStart?: (() => string) | undefined;
1831
- trimLeft?: (() => string) | undefined;
1832
- trimRight?: (() => string) | undefined;
1833
- matchAll?: {} | undefined;
1834
- replaceAll?: {} | undefined;
1835
- at?: {} | undefined;
1836
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1837
- })[] | undefined;
1838
- additionalProperties?: {
1839
- [x: string]: unknown;
1840
- } | undefined;
1841
- }>(override?: O | undefined) => Record<"amazon/nova-2-lite", {
1842
- name: string;
1843
- created: string;
1844
- knowledge: string;
1845
- context: number;
1846
- modalities: {
1847
- input: readonly ["text"];
1848
- output: readonly ["text"];
1849
- };
1850
- capabilities: readonly ["tool_call", "temperature"];
1851
- providers: readonly ["bedrock"];
1852
- } & O>, <const O extends {
1853
- name?: string | undefined;
1854
- created?: string | undefined;
1855
- knowledge?: string | undefined;
1856
- modalities?: {
1857
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1858
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1859
- } | undefined;
1860
- context?: number | undefined;
1861
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1862
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1863
- readonly [x: number]: string | undefined;
1864
- toString?: (() => string) | undefined;
1865
- charAt?: {} | undefined;
1866
- charCodeAt?: {} | undefined;
1867
- concat?: {} | undefined;
1868
- indexOf?: {} | undefined;
1869
- lastIndexOf?: {} | undefined;
1870
- localeCompare?: {} | undefined;
1871
- match?: {} | undefined;
1872
- replace?: {} | undefined;
1873
- search?: {} | undefined;
1874
- slice?: {} | undefined;
1875
- split?: {} | undefined;
1876
- substring?: {} | undefined;
1877
- toLowerCase?: (() => string) | undefined;
1878
- toLocaleLowerCase?: {} | undefined;
1879
- toUpperCase?: (() => string) | undefined;
1880
- toLocaleUpperCase?: {} | undefined;
1881
- trim?: (() => string) | undefined;
1882
- readonly length?: number | undefined;
1883
- substr?: {} | undefined;
1884
- valueOf?: (() => string) | undefined;
1885
- codePointAt?: {} | undefined;
1886
- includes?: {} | undefined;
1887
- endsWith?: {} | undefined;
1888
- normalize?: {} | undefined;
1889
- repeat?: {} | undefined;
1890
- startsWith?: {} | undefined;
1891
- anchor?: {} | undefined;
1892
- big?: (() => string) | undefined;
1893
- blink?: (() => string) | undefined;
1894
- bold?: (() => string) | undefined;
1895
- fixed?: (() => string) | undefined;
1896
- fontcolor?: {} | undefined;
1897
- fontsize?: {} | undefined;
1898
- italics?: (() => string) | undefined;
1899
- link?: {} | undefined;
1900
- small?: (() => string) | undefined;
1901
- strike?: (() => string) | undefined;
1902
- sub?: (() => string) | undefined;
1903
- sup?: (() => string) | undefined;
1904
- padStart?: {} | undefined;
1905
- padEnd?: {} | undefined;
1906
- trimEnd?: (() => string) | undefined;
1907
- trimStart?: (() => string) | undefined;
1908
- trimLeft?: (() => string) | undefined;
1909
- trimRight?: (() => string) | undefined;
1910
- matchAll?: {} | undefined;
1911
- replaceAll?: {} | undefined;
1912
- at?: {} | undefined;
1913
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1914
- })[] | undefined;
1915
- additionalProperties?: {
1916
- [x: string]: unknown;
1917
- } | undefined;
1918
- }>(override?: O | undefined) => Record<"amazon/nova-2-multimodal-embeddings", {
1919
- name: string;
1920
- created: string;
1921
- context: number;
1922
- modalities: {
1923
- input: readonly ["text", "image", "audio", "video", "pdf"];
1924
- output: readonly ["embedding"];
1925
- };
1926
- providers: readonly ["bedrock"];
1927
- } & O>];
1928
- readonly v1: readonly [<const O extends {
1929
- name?: string | undefined;
1930
- created?: string | undefined;
1931
- knowledge?: string | undefined;
1932
- modalities?: {
1933
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1934
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1935
- } | undefined;
1936
- context?: number | undefined;
1937
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1938
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1939
- readonly [x: number]: string | undefined;
1940
- toString?: (() => string) | undefined;
1941
- charAt?: {} | undefined;
1942
- charCodeAt?: {} | undefined;
1943
- concat?: {} | undefined;
1944
- indexOf?: {} | undefined;
1945
- lastIndexOf?: {} | undefined;
1946
- localeCompare?: {} | undefined;
1947
- match?: {} | undefined;
1948
- replace?: {} | undefined;
1949
- search?: {} | undefined;
1950
- slice?: {} | undefined;
1951
- split?: {} | undefined;
1952
- substring?: {} | undefined;
1953
- toLowerCase?: (() => string) | undefined;
1954
- toLocaleLowerCase?: {} | undefined;
1955
- toUpperCase?: (() => string) | undefined;
1956
- toLocaleUpperCase?: {} | undefined;
1957
- trim?: (() => string) | undefined;
1958
- readonly length?: number | undefined;
1959
- substr?: {} | undefined;
1960
- valueOf?: (() => string) | undefined;
1961
- codePointAt?: {} | undefined;
1962
- includes?: {} | undefined;
1963
- endsWith?: {} | undefined;
1964
- normalize?: {} | undefined;
1965
- repeat?: {} | undefined;
1966
- startsWith?: {} | undefined;
1967
- anchor?: {} | undefined;
1968
- big?: (() => string) | undefined;
1969
- blink?: (() => string) | undefined;
1970
- bold?: (() => string) | undefined;
1971
- fixed?: (() => string) | undefined;
1972
- fontcolor?: {} | undefined;
1973
- fontsize?: {} | undefined;
1974
- italics?: (() => string) | undefined;
1975
- link?: {} | undefined;
1976
- small?: (() => string) | undefined;
1977
- strike?: (() => string) | undefined;
1978
- sub?: (() => string) | undefined;
1979
- sup?: (() => string) | undefined;
1980
- padStart?: {} | undefined;
1981
- padEnd?: {} | undefined;
1982
- trimEnd?: (() => string) | undefined;
1983
- trimStart?: (() => string) | undefined;
1984
- trimLeft?: (() => string) | undefined;
1985
- trimRight?: (() => string) | undefined;
1986
- matchAll?: {} | undefined;
1987
- replaceAll?: {} | undefined;
1988
- at?: {} | undefined;
1989
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1990
- })[] | undefined;
1991
- additionalProperties?: {
1992
- [x: string]: unknown;
1993
- } | undefined;
1994
- }>(override?: O | undefined) => Record<"amazon/nova-micro", {
1995
- name: string;
1996
- created: string;
1997
- knowledge: string;
1998
- context: number;
1999
- modalities: {
2000
- input: readonly ["text"];
2001
- output: readonly ["text"];
2002
- };
2003
- capabilities: readonly ["tool_call", "temperature"];
2004
- providers: readonly ["bedrock"];
2005
- } & O>, <const O extends {
2006
- name?: string | undefined;
2007
- created?: string | undefined;
2008
- knowledge?: string | undefined;
2009
- modalities?: {
2010
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2011
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2012
- } | undefined;
2013
- context?: number | undefined;
2014
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2015
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2016
- readonly [x: number]: string | undefined;
2017
- toString?: (() => string) | undefined;
2018
- charAt?: {} | undefined;
2019
- charCodeAt?: {} | undefined;
2020
- concat?: {} | undefined;
2021
- indexOf?: {} | undefined;
2022
- lastIndexOf?: {} | undefined;
2023
- localeCompare?: {} | undefined;
2024
- match?: {} | undefined;
2025
- replace?: {} | undefined;
2026
- search?: {} | undefined;
2027
- slice?: {} | undefined;
2028
- split?: {} | undefined;
2029
- substring?: {} | undefined;
2030
- toLowerCase?: (() => string) | undefined;
2031
- toLocaleLowerCase?: {} | undefined;
2032
- toUpperCase?: (() => string) | undefined;
2033
- toLocaleUpperCase?: {} | undefined;
2034
- trim?: (() => string) | undefined;
2035
- readonly length?: number | undefined;
2036
- substr?: {} | undefined;
2037
- valueOf?: (() => string) | undefined;
2038
- codePointAt?: {} | undefined;
2039
- includes?: {} | undefined;
2040
- endsWith?: {} | undefined;
2041
- normalize?: {} | undefined;
2042
- repeat?: {} | undefined;
2043
- startsWith?: {} | undefined;
2044
- anchor?: {} | undefined;
2045
- big?: (() => string) | undefined;
2046
- blink?: (() => string) | undefined;
2047
- bold?: (() => string) | undefined;
2048
- fixed?: (() => string) | undefined;
2049
- fontcolor?: {} | undefined;
2050
- fontsize?: {} | undefined;
2051
- italics?: (() => string) | undefined;
2052
- link?: {} | undefined;
2053
- small?: (() => string) | undefined;
2054
- strike?: (() => string) | undefined;
2055
- sub?: (() => string) | undefined;
2056
- sup?: (() => string) | undefined;
2057
- padStart?: {} | undefined;
2058
- padEnd?: {} | undefined;
2059
- trimEnd?: (() => string) | undefined;
2060
- trimStart?: (() => string) | undefined;
2061
- trimLeft?: (() => string) | undefined;
2062
- trimRight?: (() => string) | undefined;
2063
- matchAll?: {} | undefined;
2064
- replaceAll?: {} | undefined;
2065
- at?: {} | undefined;
2066
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2067
- })[] | undefined;
2068
- additionalProperties?: {
2069
- [x: string]: unknown;
2070
- } | undefined;
2071
- }>(override?: O | undefined) => Record<"amazon/nova-lite", {
2072
- name: string;
2073
- created: string;
2074
- knowledge: string;
2075
- context: number;
2076
- modalities: {
2077
- input: readonly ["text", "image", "video", "pdf"];
2078
- output: readonly ["text"];
2079
- };
2080
- capabilities: readonly ["attachments", "tool_call", "temperature"];
2081
- providers: readonly ["bedrock"];
2082
- } & O>, <const O extends {
2083
- name?: string | undefined;
2084
- created?: string | undefined;
2085
- knowledge?: string | undefined;
2086
- modalities?: {
2087
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2088
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2089
- } | undefined;
2090
- context?: number | undefined;
2091
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2092
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2093
- readonly [x: number]: string | undefined;
2094
- toString?: (() => string) | undefined;
2095
- charAt?: {} | undefined;
2096
- charCodeAt?: {} | undefined;
2097
- concat?: {} | undefined;
2098
- indexOf?: {} | undefined;
2099
- lastIndexOf?: {} | undefined;
2100
- localeCompare?: {} | undefined;
2101
- match?: {} | undefined;
2102
- replace?: {} | undefined;
2103
- search?: {} | undefined;
2104
- slice?: {} | undefined;
2105
- split?: {} | undefined;
2106
- substring?: {} | undefined;
2107
- toLowerCase?: (() => string) | undefined;
2108
- toLocaleLowerCase?: {} | undefined;
2109
- toUpperCase?: (() => string) | undefined;
2110
- toLocaleUpperCase?: {} | undefined;
2111
- trim?: (() => string) | undefined;
2112
- readonly length?: number | undefined;
2113
- substr?: {} | undefined;
2114
- valueOf?: (() => string) | undefined;
2115
- codePointAt?: {} | undefined;
2116
- includes?: {} | undefined;
2117
- endsWith?: {} | undefined;
2118
- normalize?: {} | undefined;
2119
- repeat?: {} | undefined;
2120
- startsWith?: {} | undefined;
2121
- anchor?: {} | undefined;
2122
- big?: (() => string) | undefined;
2123
- blink?: (() => string) | undefined;
2124
- bold?: (() => string) | undefined;
2125
- fixed?: (() => string) | undefined;
2126
- fontcolor?: {} | undefined;
2127
- fontsize?: {} | undefined;
2128
- italics?: (() => string) | undefined;
2129
- link?: {} | undefined;
2130
- small?: (() => string) | undefined;
2131
- strike?: (() => string) | undefined;
2132
- sub?: (() => string) | undefined;
2133
- sup?: (() => string) | undefined;
2134
- padStart?: {} | undefined;
2135
- padEnd?: {} | undefined;
2136
- trimEnd?: (() => string) | undefined;
2137
- trimStart?: (() => string) | undefined;
2138
- trimLeft?: (() => string) | undefined;
2139
- trimRight?: (() => string) | undefined;
2140
- matchAll?: {} | undefined;
2141
- replaceAll?: {} | undefined;
2142
- at?: {} | undefined;
2143
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2144
- })[] | undefined;
2145
- additionalProperties?: {
2146
- [x: string]: unknown;
2147
- } | undefined;
2148
- }>(override?: O | undefined) => Record<"amazon/nova-pro", {
2149
- name: string;
2150
- created: string;
2151
- knowledge: string;
2152
- context: number;
2153
- modalities: {
2154
- input: readonly ["text", "image", "video", "pdf"];
2155
- output: readonly ["text"];
2156
- };
2157
- capabilities: readonly ["attachments", "tool_call", "temperature"];
2158
- providers: readonly ["bedrock"];
2159
- } & O>, <const O extends {
2160
- name?: string | undefined;
2161
- created?: string | undefined;
2162
- knowledge?: string | undefined;
2163
- modalities?: {
2164
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2165
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2166
- } | undefined;
2167
- context?: number | undefined;
2168
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2169
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2170
- readonly [x: number]: string | undefined;
2171
- toString?: (() => string) | undefined;
2172
- charAt?: {} | undefined;
2173
- charCodeAt?: {} | undefined;
2174
- concat?: {} | undefined;
2175
- indexOf?: {} | undefined;
2176
- lastIndexOf?: {} | undefined;
2177
- localeCompare?: {} | undefined;
2178
- match?: {} | undefined;
2179
- replace?: {} | undefined;
2180
- search?: {} | undefined;
2181
- slice?: {} | undefined;
2182
- split?: {} | undefined;
2183
- substring?: {} | undefined;
2184
- toLowerCase?: (() => string) | undefined;
2185
- toLocaleLowerCase?: {} | undefined;
2186
- toUpperCase?: (() => string) | undefined;
2187
- toLocaleUpperCase?: {} | undefined;
2188
- trim?: (() => string) | undefined;
2189
- readonly length?: number | undefined;
2190
- substr?: {} | undefined;
2191
- valueOf?: (() => string) | undefined;
2192
- codePointAt?: {} | undefined;
2193
- includes?: {} | undefined;
2194
- endsWith?: {} | undefined;
2195
- normalize?: {} | undefined;
2196
- repeat?: {} | undefined;
2197
- startsWith?: {} | undefined;
2198
- anchor?: {} | undefined;
2199
- big?: (() => string) | undefined;
2200
- blink?: (() => string) | undefined;
2201
- bold?: (() => string) | undefined;
2202
- fixed?: (() => string) | undefined;
2203
- fontcolor?: {} | undefined;
2204
- fontsize?: {} | undefined;
2205
- italics?: (() => string) | undefined;
2206
- link?: {} | undefined;
2207
- small?: (() => string) | undefined;
2208
- strike?: (() => string) | undefined;
2209
- sub?: (() => string) | undefined;
2210
- sup?: (() => string) | undefined;
2211
- padStart?: {} | undefined;
2212
- padEnd?: {} | undefined;
2213
- trimEnd?: (() => string) | undefined;
2214
- trimStart?: (() => string) | undefined;
2215
- trimLeft?: (() => string) | undefined;
2216
- trimRight?: (() => string) | undefined;
2217
- matchAll?: {} | undefined;
2218
- replaceAll?: {} | undefined;
2219
- at?: {} | undefined;
2220
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2221
- })[] | undefined;
2222
- additionalProperties?: {
2223
- [x: string]: unknown;
2224
- } | undefined;
2225
- }>(override?: O | undefined) => Record<"amazon/nova-premier", {
2226
- name: string;
2227
- created: string;
2228
- knowledge: string;
2229
- context: number;
2230
- modalities: {
2231
- input: readonly ["text", "image", "video", "pdf"];
2232
- output: readonly ["text"];
2233
- };
2234
- capabilities: readonly ["attachments", "tool_call", "temperature"];
2235
- providers: readonly ["bedrock"];
2236
- } & O>];
2237
- readonly v2: readonly [<const O extends {
2238
- name?: string | undefined;
2239
- created?: string | undefined;
2240
- knowledge?: string | undefined;
2241
- modalities?: {
2242
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2243
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2244
- } | undefined;
2245
- context?: number | undefined;
2246
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2247
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2248
- readonly [x: number]: string | undefined;
2249
- toString?: (() => string) | undefined;
2250
- charAt?: {} | undefined;
2251
- charCodeAt?: {} | undefined;
2252
- concat?: {} | undefined;
2253
- indexOf?: {} | undefined;
2254
- lastIndexOf?: {} | undefined;
2255
- localeCompare?: {} | undefined;
2256
- match?: {} | undefined;
2257
- replace?: {} | undefined;
2258
- search?: {} | undefined;
2259
- slice?: {} | undefined;
2260
- split?: {} | undefined;
2261
- substring?: {} | undefined;
2262
- toLowerCase?: (() => string) | undefined;
2263
- toLocaleLowerCase?: {} | undefined;
2264
- toUpperCase?: (() => string) | undefined;
2265
- toLocaleUpperCase?: {} | undefined;
2266
- trim?: (() => string) | undefined;
2267
- readonly length?: number | undefined;
2268
- substr?: {} | undefined;
2269
- valueOf?: (() => string) | undefined;
2270
- codePointAt?: {} | undefined;
2271
- includes?: {} | undefined;
2272
- endsWith?: {} | undefined;
2273
- normalize?: {} | undefined;
2274
- repeat?: {} | undefined;
2275
- startsWith?: {} | undefined;
2276
- anchor?: {} | undefined;
2277
- big?: (() => string) | undefined;
2278
- blink?: (() => string) | undefined;
2279
- bold?: (() => string) | undefined;
2280
- fixed?: (() => string) | undefined;
2281
- fontcolor?: {} | undefined;
2282
- fontsize?: {} | undefined;
2283
- italics?: (() => string) | undefined;
2284
- link?: {} | undefined;
2285
- small?: (() => string) | undefined;
2286
- strike?: (() => string) | undefined;
2287
- sub?: (() => string) | undefined;
2288
- sup?: (() => string) | undefined;
2289
- padStart?: {} | undefined;
2290
- padEnd?: {} | undefined;
2291
- trimEnd?: (() => string) | undefined;
2292
- trimStart?: (() => string) | undefined;
2293
- trimLeft?: (() => string) | undefined;
2294
- trimRight?: (() => string) | undefined;
2295
- matchAll?: {} | undefined;
2296
- replaceAll?: {} | undefined;
2297
- at?: {} | undefined;
2298
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2299
- })[] | undefined;
2300
- additionalProperties?: {
2301
- [x: string]: unknown;
2302
- } | undefined;
2303
- }>(override?: O | undefined) => Record<"amazon/nova-2-lite", {
2304
- name: string;
2305
- created: string;
2306
- knowledge: string;
2307
- context: number;
2308
- modalities: {
2309
- input: readonly ["text"];
2310
- output: readonly ["text"];
2311
- };
2312
- capabilities: readonly ["tool_call", "temperature"];
2313
- providers: readonly ["bedrock"];
2314
- } & O>, <const O extends {
2315
- name?: string | undefined;
2316
- created?: string | undefined;
2317
- knowledge?: string | undefined;
2318
- modalities?: {
2319
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2320
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2321
- } | undefined;
2322
- context?: number | undefined;
2323
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2324
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2325
- readonly [x: number]: string | undefined;
2326
- toString?: (() => string) | undefined;
2327
- charAt?: {} | undefined;
2328
- charCodeAt?: {} | undefined;
2329
- concat?: {} | undefined;
2330
- indexOf?: {} | undefined;
2331
- lastIndexOf?: {} | undefined;
2332
- localeCompare?: {} | undefined;
2333
- match?: {} | undefined;
2334
- replace?: {} | undefined;
2335
- search?: {} | undefined;
2336
- slice?: {} | undefined;
2337
- split?: {} | undefined;
2338
- substring?: {} | undefined;
2339
- toLowerCase?: (() => string) | undefined;
2340
- toLocaleLowerCase?: {} | undefined;
2341
- toUpperCase?: (() => string) | undefined;
2342
- toLocaleUpperCase?: {} | undefined;
2343
- trim?: (() => string) | undefined;
2344
- readonly length?: number | undefined;
2345
- substr?: {} | undefined;
2346
- valueOf?: (() => string) | undefined;
2347
- codePointAt?: {} | undefined;
2348
- includes?: {} | undefined;
2349
- endsWith?: {} | undefined;
2350
- normalize?: {} | undefined;
2351
- repeat?: {} | undefined;
2352
- startsWith?: {} | undefined;
2353
- anchor?: {} | undefined;
2354
- big?: (() => string) | undefined;
2355
- blink?: (() => string) | undefined;
2356
- bold?: (() => string) | undefined;
2357
- fixed?: (() => string) | undefined;
2358
- fontcolor?: {} | undefined;
2359
- fontsize?: {} | undefined;
2360
- italics?: (() => string) | undefined;
2361
- link?: {} | undefined;
2362
- small?: (() => string) | undefined;
2363
- strike?: (() => string) | undefined;
2364
- sub?: (() => string) | undefined;
2365
- sup?: (() => string) | undefined;
2366
- padStart?: {} | undefined;
2367
- padEnd?: {} | undefined;
2368
- trimEnd?: (() => string) | undefined;
2369
- trimStart?: (() => string) | undefined;
2370
- trimLeft?: (() => string) | undefined;
2371
- trimRight?: (() => string) | undefined;
2372
- matchAll?: {} | undefined;
2373
- replaceAll?: {} | undefined;
2374
- at?: {} | undefined;
2375
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2376
- })[] | undefined;
2377
- additionalProperties?: {
2378
- [x: string]: unknown;
2379
- } | undefined;
2380
- }>(override?: O | undefined) => Record<"amazon/nova-2-multimodal-embeddings", {
2381
- name: string;
2382
- created: string;
2383
- context: number;
2384
- modalities: {
2385
- input: readonly ["text", "image", "audio", "video", "pdf"];
2386
- output: readonly ["embedding"];
2387
- };
2388
- providers: readonly ["bedrock"];
2389
- } & O>];
2390
- };