@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,3471 +0,0 @@
1
- export declare const voyage2Code: <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<"voyage/voyage-2-code", {
68
- name: string;
69
- created: string;
70
- context: number;
71
- modalities: {
72
- input: readonly ["text"];
73
- output: readonly ["embedding"];
74
- };
75
- providers: readonly ["voyage"];
76
- } & O>;
77
- export declare const voyage2Finance: <const O extends {
78
- name?: string | undefined;
79
- created?: string | undefined;
80
- knowledge?: string | undefined;
81
- modalities?: {
82
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
83
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
84
- } | undefined;
85
- context?: number | undefined;
86
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
87
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
88
- readonly [x: number]: string | undefined;
89
- toString?: (() => string) | undefined;
90
- charAt?: {} | undefined;
91
- charCodeAt?: {} | undefined;
92
- concat?: {} | undefined;
93
- indexOf?: {} | undefined;
94
- lastIndexOf?: {} | undefined;
95
- localeCompare?: {} | undefined;
96
- match?: {} | undefined;
97
- replace?: {} | undefined;
98
- search?: {} | undefined;
99
- slice?: {} | undefined;
100
- split?: {} | undefined;
101
- substring?: {} | undefined;
102
- toLowerCase?: (() => string) | undefined;
103
- toLocaleLowerCase?: {} | undefined;
104
- toUpperCase?: (() => string) | undefined;
105
- toLocaleUpperCase?: {} | undefined;
106
- trim?: (() => string) | undefined;
107
- readonly length?: number | undefined;
108
- substr?: {} | undefined;
109
- valueOf?: (() => string) | undefined;
110
- codePointAt?: {} | undefined;
111
- includes?: {} | undefined;
112
- endsWith?: {} | undefined;
113
- normalize?: {} | undefined;
114
- repeat?: {} | undefined;
115
- startsWith?: {} | undefined;
116
- anchor?: {} | undefined;
117
- big?: (() => string) | undefined;
118
- blink?: (() => string) | undefined;
119
- bold?: (() => string) | undefined;
120
- fixed?: (() => string) | undefined;
121
- fontcolor?: {} | undefined;
122
- fontsize?: {} | undefined;
123
- italics?: (() => string) | undefined;
124
- link?: {} | undefined;
125
- small?: (() => string) | undefined;
126
- strike?: (() => string) | undefined;
127
- sub?: (() => string) | undefined;
128
- sup?: (() => string) | undefined;
129
- padStart?: {} | undefined;
130
- padEnd?: {} | undefined;
131
- trimEnd?: (() => string) | undefined;
132
- trimStart?: (() => string) | undefined;
133
- trimLeft?: (() => string) | undefined;
134
- trimRight?: (() => string) | undefined;
135
- matchAll?: {} | undefined;
136
- replaceAll?: {} | undefined;
137
- at?: {} | undefined;
138
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
139
- })[] | undefined;
140
- additionalProperties?: {
141
- [x: string]: unknown;
142
- } | undefined;
143
- }>(override?: O | undefined) => Record<"voyage/voyage-2-finance", {
144
- name: string;
145
- created: string;
146
- context: number;
147
- modalities: {
148
- input: readonly ["text"];
149
- output: readonly ["embedding"];
150
- };
151
- providers: readonly ["voyage"];
152
- } & O>;
153
- export declare const voyage2Law: <const O extends {
154
- name?: string | undefined;
155
- created?: string | undefined;
156
- knowledge?: string | undefined;
157
- modalities?: {
158
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
159
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
160
- } | undefined;
161
- context?: number | undefined;
162
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
163
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
164
- readonly [x: number]: string | undefined;
165
- toString?: (() => string) | undefined;
166
- charAt?: {} | undefined;
167
- charCodeAt?: {} | undefined;
168
- concat?: {} | undefined;
169
- indexOf?: {} | undefined;
170
- lastIndexOf?: {} | undefined;
171
- localeCompare?: {} | undefined;
172
- match?: {} | undefined;
173
- replace?: {} | undefined;
174
- search?: {} | undefined;
175
- slice?: {} | undefined;
176
- split?: {} | undefined;
177
- substring?: {} | undefined;
178
- toLowerCase?: (() => string) | undefined;
179
- toLocaleLowerCase?: {} | undefined;
180
- toUpperCase?: (() => string) | undefined;
181
- toLocaleUpperCase?: {} | undefined;
182
- trim?: (() => string) | undefined;
183
- readonly length?: number | undefined;
184
- substr?: {} | undefined;
185
- valueOf?: (() => string) | undefined;
186
- codePointAt?: {} | undefined;
187
- includes?: {} | undefined;
188
- endsWith?: {} | undefined;
189
- normalize?: {} | undefined;
190
- repeat?: {} | undefined;
191
- startsWith?: {} | undefined;
192
- anchor?: {} | undefined;
193
- big?: (() => string) | undefined;
194
- blink?: (() => string) | undefined;
195
- bold?: (() => string) | undefined;
196
- fixed?: (() => string) | undefined;
197
- fontcolor?: {} | undefined;
198
- fontsize?: {} | undefined;
199
- italics?: (() => string) | undefined;
200
- link?: {} | undefined;
201
- small?: (() => string) | undefined;
202
- strike?: (() => string) | undefined;
203
- sub?: (() => string) | undefined;
204
- sup?: (() => string) | undefined;
205
- padStart?: {} | undefined;
206
- padEnd?: {} | undefined;
207
- trimEnd?: (() => string) | undefined;
208
- trimStart?: (() => string) | undefined;
209
- trimLeft?: (() => string) | undefined;
210
- trimRight?: (() => string) | undefined;
211
- matchAll?: {} | undefined;
212
- replaceAll?: {} | undefined;
213
- at?: {} | undefined;
214
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
215
- })[] | undefined;
216
- additionalProperties?: {
217
- [x: string]: unknown;
218
- } | undefined;
219
- }>(override?: O | undefined) => Record<"voyage/voyage-2-law", {
220
- name: string;
221
- created: string;
222
- context: number;
223
- modalities: {
224
- input: readonly ["text"];
225
- output: readonly ["embedding"];
226
- };
227
- providers: readonly ["voyage"];
228
- } & O>;
229
- export declare const voyage3Code: <const O extends {
230
- name?: string | undefined;
231
- created?: string | undefined;
232
- knowledge?: string | undefined;
233
- modalities?: {
234
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
235
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
236
- } | undefined;
237
- context?: number | undefined;
238
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
239
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
240
- readonly [x: number]: string | undefined;
241
- toString?: (() => string) | undefined;
242
- charAt?: {} | undefined;
243
- charCodeAt?: {} | undefined;
244
- concat?: {} | undefined;
245
- indexOf?: {} | undefined;
246
- lastIndexOf?: {} | undefined;
247
- localeCompare?: {} | undefined;
248
- match?: {} | undefined;
249
- replace?: {} | undefined;
250
- search?: {} | undefined;
251
- slice?: {} | undefined;
252
- split?: {} | undefined;
253
- substring?: {} | undefined;
254
- toLowerCase?: (() => string) | undefined;
255
- toLocaleLowerCase?: {} | undefined;
256
- toUpperCase?: (() => string) | undefined;
257
- toLocaleUpperCase?: {} | undefined;
258
- trim?: (() => string) | undefined;
259
- readonly length?: number | undefined;
260
- substr?: {} | undefined;
261
- valueOf?: (() => string) | undefined;
262
- codePointAt?: {} | undefined;
263
- includes?: {} | undefined;
264
- endsWith?: {} | undefined;
265
- normalize?: {} | undefined;
266
- repeat?: {} | undefined;
267
- startsWith?: {} | undefined;
268
- anchor?: {} | undefined;
269
- big?: (() => string) | undefined;
270
- blink?: (() => string) | undefined;
271
- bold?: (() => string) | undefined;
272
- fixed?: (() => string) | undefined;
273
- fontcolor?: {} | undefined;
274
- fontsize?: {} | undefined;
275
- italics?: (() => string) | undefined;
276
- link?: {} | undefined;
277
- small?: (() => string) | undefined;
278
- strike?: (() => string) | undefined;
279
- sub?: (() => string) | undefined;
280
- sup?: (() => string) | undefined;
281
- padStart?: {} | undefined;
282
- padEnd?: {} | undefined;
283
- trimEnd?: (() => string) | undefined;
284
- trimStart?: (() => string) | undefined;
285
- trimLeft?: (() => string) | undefined;
286
- trimRight?: (() => string) | undefined;
287
- matchAll?: {} | undefined;
288
- replaceAll?: {} | undefined;
289
- at?: {} | undefined;
290
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
291
- })[] | undefined;
292
- additionalProperties?: {
293
- [x: string]: unknown;
294
- } | undefined;
295
- }>(override?: O | undefined) => Record<"voyage/voyage-3-code", {
296
- name: string;
297
- created: string;
298
- context: number;
299
- modalities: {
300
- input: readonly ["text"];
301
- output: readonly ["embedding"];
302
- };
303
- providers: readonly ["voyage"];
304
- } & O>;
305
- export declare const voyage3Large: <const O extends {
306
- name?: string | undefined;
307
- created?: string | undefined;
308
- knowledge?: string | undefined;
309
- modalities?: {
310
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
311
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
312
- } | undefined;
313
- context?: number | undefined;
314
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
315
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
316
- readonly [x: number]: string | undefined;
317
- toString?: (() => string) | undefined;
318
- charAt?: {} | undefined;
319
- charCodeAt?: {} | undefined;
320
- concat?: {} | undefined;
321
- indexOf?: {} | undefined;
322
- lastIndexOf?: {} | undefined;
323
- localeCompare?: {} | undefined;
324
- match?: {} | undefined;
325
- replace?: {} | undefined;
326
- search?: {} | undefined;
327
- slice?: {} | undefined;
328
- split?: {} | undefined;
329
- substring?: {} | undefined;
330
- toLowerCase?: (() => string) | undefined;
331
- toLocaleLowerCase?: {} | undefined;
332
- toUpperCase?: (() => string) | undefined;
333
- toLocaleUpperCase?: {} | undefined;
334
- trim?: (() => string) | undefined;
335
- readonly length?: number | undefined;
336
- substr?: {} | undefined;
337
- valueOf?: (() => string) | undefined;
338
- codePointAt?: {} | undefined;
339
- includes?: {} | undefined;
340
- endsWith?: {} | undefined;
341
- normalize?: {} | undefined;
342
- repeat?: {} | undefined;
343
- startsWith?: {} | undefined;
344
- anchor?: {} | undefined;
345
- big?: (() => string) | undefined;
346
- blink?: (() => string) | undefined;
347
- bold?: (() => string) | undefined;
348
- fixed?: (() => string) | undefined;
349
- fontcolor?: {} | undefined;
350
- fontsize?: {} | undefined;
351
- italics?: (() => string) | undefined;
352
- link?: {} | undefined;
353
- small?: (() => string) | undefined;
354
- strike?: (() => string) | undefined;
355
- sub?: (() => string) | undefined;
356
- sup?: (() => string) | undefined;
357
- padStart?: {} | undefined;
358
- padEnd?: {} | undefined;
359
- trimEnd?: (() => string) | undefined;
360
- trimStart?: (() => string) | undefined;
361
- trimLeft?: (() => string) | undefined;
362
- trimRight?: (() => string) | undefined;
363
- matchAll?: {} | undefined;
364
- replaceAll?: {} | undefined;
365
- at?: {} | undefined;
366
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
367
- })[] | undefined;
368
- additionalProperties?: {
369
- [x: string]: unknown;
370
- } | undefined;
371
- }>(override?: O | undefined) => Record<"voyage/voyage-3-large", {
372
- name: string;
373
- created: string;
374
- context: number;
375
- modalities: {
376
- input: readonly ["text"];
377
- output: readonly ["embedding"];
378
- };
379
- providers: readonly ["voyage"];
380
- } & O>;
381
- export declare const voyage35: <const O extends {
382
- name?: string | undefined;
383
- created?: string | undefined;
384
- knowledge?: string | undefined;
385
- modalities?: {
386
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
387
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
388
- } | undefined;
389
- context?: number | undefined;
390
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
391
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
392
- readonly [x: number]: string | undefined;
393
- toString?: (() => string) | undefined;
394
- charAt?: {} | undefined;
395
- charCodeAt?: {} | undefined;
396
- concat?: {} | undefined;
397
- indexOf?: {} | undefined;
398
- lastIndexOf?: {} | undefined;
399
- localeCompare?: {} | undefined;
400
- match?: {} | undefined;
401
- replace?: {} | undefined;
402
- search?: {} | undefined;
403
- slice?: {} | undefined;
404
- split?: {} | undefined;
405
- substring?: {} | undefined;
406
- toLowerCase?: (() => string) | undefined;
407
- toLocaleLowerCase?: {} | undefined;
408
- toUpperCase?: (() => string) | undefined;
409
- toLocaleUpperCase?: {} | undefined;
410
- trim?: (() => string) | undefined;
411
- readonly length?: number | undefined;
412
- substr?: {} | undefined;
413
- valueOf?: (() => string) | undefined;
414
- codePointAt?: {} | undefined;
415
- includes?: {} | undefined;
416
- endsWith?: {} | undefined;
417
- normalize?: {} | undefined;
418
- repeat?: {} | undefined;
419
- startsWith?: {} | undefined;
420
- anchor?: {} | undefined;
421
- big?: (() => string) | undefined;
422
- blink?: (() => string) | undefined;
423
- bold?: (() => string) | undefined;
424
- fixed?: (() => string) | undefined;
425
- fontcolor?: {} | undefined;
426
- fontsize?: {} | undefined;
427
- italics?: (() => string) | undefined;
428
- link?: {} | undefined;
429
- small?: (() => string) | undefined;
430
- strike?: (() => string) | undefined;
431
- sub?: (() => string) | undefined;
432
- sup?: (() => string) | undefined;
433
- padStart?: {} | undefined;
434
- padEnd?: {} | undefined;
435
- trimEnd?: (() => string) | undefined;
436
- trimStart?: (() => string) | undefined;
437
- trimLeft?: (() => string) | undefined;
438
- trimRight?: (() => string) | undefined;
439
- matchAll?: {} | undefined;
440
- replaceAll?: {} | undefined;
441
- at?: {} | undefined;
442
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
443
- })[] | undefined;
444
- additionalProperties?: {
445
- [x: string]: unknown;
446
- } | undefined;
447
- }>(override?: O | undefined) => Record<"voyage/voyage-3.5", {
448
- name: string;
449
- created: string;
450
- context: number;
451
- modalities: {
452
- input: readonly ["text"];
453
- output: readonly ["embedding"];
454
- };
455
- providers: readonly ["voyage"];
456
- } & O>;
457
- export declare const voyage35Lite: <const O extends {
458
- name?: string | undefined;
459
- created?: string | undefined;
460
- knowledge?: string | undefined;
461
- modalities?: {
462
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
463
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
464
- } | undefined;
465
- context?: number | undefined;
466
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
467
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
468
- readonly [x: number]: string | undefined;
469
- toString?: (() => string) | undefined;
470
- charAt?: {} | undefined;
471
- charCodeAt?: {} | undefined;
472
- concat?: {} | undefined;
473
- indexOf?: {} | undefined;
474
- lastIndexOf?: {} | undefined;
475
- localeCompare?: {} | undefined;
476
- match?: {} | undefined;
477
- replace?: {} | undefined;
478
- search?: {} | undefined;
479
- slice?: {} | undefined;
480
- split?: {} | undefined;
481
- substring?: {} | undefined;
482
- toLowerCase?: (() => string) | undefined;
483
- toLocaleLowerCase?: {} | undefined;
484
- toUpperCase?: (() => string) | undefined;
485
- toLocaleUpperCase?: {} | undefined;
486
- trim?: (() => string) | undefined;
487
- readonly length?: number | undefined;
488
- substr?: {} | undefined;
489
- valueOf?: (() => string) | undefined;
490
- codePointAt?: {} | undefined;
491
- includes?: {} | undefined;
492
- endsWith?: {} | undefined;
493
- normalize?: {} | undefined;
494
- repeat?: {} | undefined;
495
- startsWith?: {} | undefined;
496
- anchor?: {} | undefined;
497
- big?: (() => string) | undefined;
498
- blink?: (() => string) | undefined;
499
- bold?: (() => string) | undefined;
500
- fixed?: (() => string) | undefined;
501
- fontcolor?: {} | undefined;
502
- fontsize?: {} | undefined;
503
- italics?: (() => string) | undefined;
504
- link?: {} | undefined;
505
- small?: (() => string) | undefined;
506
- strike?: (() => string) | undefined;
507
- sub?: (() => string) | undefined;
508
- sup?: (() => string) | undefined;
509
- padStart?: {} | undefined;
510
- padEnd?: {} | undefined;
511
- trimEnd?: (() => string) | undefined;
512
- trimStart?: (() => string) | undefined;
513
- trimLeft?: (() => string) | undefined;
514
- trimRight?: (() => string) | undefined;
515
- matchAll?: {} | undefined;
516
- replaceAll?: {} | undefined;
517
- at?: {} | undefined;
518
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
519
- })[] | undefined;
520
- additionalProperties?: {
521
- [x: string]: unknown;
522
- } | undefined;
523
- }>(override?: O | undefined) => Record<"voyage/voyage-3.5-lite", {
524
- name: string;
525
- created: string;
526
- context: number;
527
- modalities: {
528
- input: readonly ["text"];
529
- output: readonly ["embedding"];
530
- };
531
- providers: readonly ["voyage"];
532
- } & O>;
533
- export declare const voyage4Lite: <const O extends {
534
- name?: string | undefined;
535
- created?: string | undefined;
536
- knowledge?: string | undefined;
537
- modalities?: {
538
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
539
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
540
- } | undefined;
541
- context?: number | undefined;
542
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
543
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
544
- readonly [x: number]: string | undefined;
545
- toString?: (() => string) | undefined;
546
- charAt?: {} | undefined;
547
- charCodeAt?: {} | undefined;
548
- concat?: {} | undefined;
549
- indexOf?: {} | undefined;
550
- lastIndexOf?: {} | undefined;
551
- localeCompare?: {} | undefined;
552
- match?: {} | undefined;
553
- replace?: {} | undefined;
554
- search?: {} | undefined;
555
- slice?: {} | undefined;
556
- split?: {} | undefined;
557
- substring?: {} | undefined;
558
- toLowerCase?: (() => string) | undefined;
559
- toLocaleLowerCase?: {} | undefined;
560
- toUpperCase?: (() => string) | undefined;
561
- toLocaleUpperCase?: {} | undefined;
562
- trim?: (() => string) | undefined;
563
- readonly length?: number | undefined;
564
- substr?: {} | undefined;
565
- valueOf?: (() => string) | undefined;
566
- codePointAt?: {} | undefined;
567
- includes?: {} | undefined;
568
- endsWith?: {} | undefined;
569
- normalize?: {} | undefined;
570
- repeat?: {} | undefined;
571
- startsWith?: {} | undefined;
572
- anchor?: {} | undefined;
573
- big?: (() => string) | undefined;
574
- blink?: (() => string) | undefined;
575
- bold?: (() => string) | undefined;
576
- fixed?: (() => string) | undefined;
577
- fontcolor?: {} | undefined;
578
- fontsize?: {} | undefined;
579
- italics?: (() => string) | undefined;
580
- link?: {} | undefined;
581
- small?: (() => string) | undefined;
582
- strike?: (() => string) | undefined;
583
- sub?: (() => string) | undefined;
584
- sup?: (() => string) | undefined;
585
- padStart?: {} | undefined;
586
- padEnd?: {} | undefined;
587
- trimEnd?: (() => string) | undefined;
588
- trimStart?: (() => string) | undefined;
589
- trimLeft?: (() => string) | undefined;
590
- trimRight?: (() => string) | undefined;
591
- matchAll?: {} | undefined;
592
- replaceAll?: {} | undefined;
593
- at?: {} | undefined;
594
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
595
- })[] | undefined;
596
- additionalProperties?: {
597
- [x: string]: unknown;
598
- } | undefined;
599
- }>(override?: O | undefined) => Record<"voyage/voyage-4-lite", {
600
- name: string;
601
- created: string;
602
- context: number;
603
- modalities: {
604
- input: readonly ["text"];
605
- output: readonly ["embedding"];
606
- };
607
- providers: readonly ["voyage"];
608
- } & O>;
609
- export declare const voyage4: <const O extends {
610
- name?: string | undefined;
611
- created?: string | undefined;
612
- knowledge?: string | undefined;
613
- modalities?: {
614
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
615
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
616
- } | undefined;
617
- context?: number | undefined;
618
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
619
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
620
- readonly [x: number]: string | undefined;
621
- toString?: (() => string) | undefined;
622
- charAt?: {} | undefined;
623
- charCodeAt?: {} | undefined;
624
- concat?: {} | undefined;
625
- indexOf?: {} | undefined;
626
- lastIndexOf?: {} | undefined;
627
- localeCompare?: {} | undefined;
628
- match?: {} | undefined;
629
- replace?: {} | undefined;
630
- search?: {} | undefined;
631
- slice?: {} | undefined;
632
- split?: {} | undefined;
633
- substring?: {} | undefined;
634
- toLowerCase?: (() => string) | undefined;
635
- toLocaleLowerCase?: {} | undefined;
636
- toUpperCase?: (() => string) | undefined;
637
- toLocaleUpperCase?: {} | undefined;
638
- trim?: (() => string) | undefined;
639
- readonly length?: number | undefined;
640
- substr?: {} | undefined;
641
- valueOf?: (() => string) | undefined;
642
- codePointAt?: {} | undefined;
643
- includes?: {} | undefined;
644
- endsWith?: {} | undefined;
645
- normalize?: {} | undefined;
646
- repeat?: {} | undefined;
647
- startsWith?: {} | undefined;
648
- anchor?: {} | undefined;
649
- big?: (() => string) | undefined;
650
- blink?: (() => string) | undefined;
651
- bold?: (() => string) | undefined;
652
- fixed?: (() => string) | undefined;
653
- fontcolor?: {} | undefined;
654
- fontsize?: {} | undefined;
655
- italics?: (() => string) | undefined;
656
- link?: {} | undefined;
657
- small?: (() => string) | undefined;
658
- strike?: (() => string) | undefined;
659
- sub?: (() => string) | undefined;
660
- sup?: (() => string) | undefined;
661
- padStart?: {} | undefined;
662
- padEnd?: {} | undefined;
663
- trimEnd?: (() => string) | undefined;
664
- trimStart?: (() => string) | undefined;
665
- trimLeft?: (() => string) | undefined;
666
- trimRight?: (() => string) | undefined;
667
- matchAll?: {} | undefined;
668
- replaceAll?: {} | undefined;
669
- at?: {} | undefined;
670
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
671
- })[] | undefined;
672
- additionalProperties?: {
673
- [x: string]: unknown;
674
- } | undefined;
675
- }>(override?: O | undefined) => Record<"voyage/voyage-4", {
676
- name: string;
677
- created: string;
678
- context: number;
679
- modalities: {
680
- input: readonly ["text"];
681
- output: readonly ["embedding"];
682
- };
683
- providers: readonly ["voyage"];
684
- } & O>;
685
- export declare const voyage4Large: <const O extends {
686
- name?: string | undefined;
687
- created?: string | undefined;
688
- knowledge?: string | undefined;
689
- modalities?: {
690
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
691
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
692
- } | undefined;
693
- context?: number | undefined;
694
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
695
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
696
- readonly [x: number]: string | undefined;
697
- toString?: (() => string) | undefined;
698
- charAt?: {} | undefined;
699
- charCodeAt?: {} | undefined;
700
- concat?: {} | undefined;
701
- indexOf?: {} | undefined;
702
- lastIndexOf?: {} | undefined;
703
- localeCompare?: {} | undefined;
704
- match?: {} | undefined;
705
- replace?: {} | undefined;
706
- search?: {} | undefined;
707
- slice?: {} | undefined;
708
- split?: {} | undefined;
709
- substring?: {} | undefined;
710
- toLowerCase?: (() => string) | undefined;
711
- toLocaleLowerCase?: {} | undefined;
712
- toUpperCase?: (() => string) | undefined;
713
- toLocaleUpperCase?: {} | undefined;
714
- trim?: (() => string) | undefined;
715
- readonly length?: number | undefined;
716
- substr?: {} | undefined;
717
- valueOf?: (() => string) | undefined;
718
- codePointAt?: {} | undefined;
719
- includes?: {} | undefined;
720
- endsWith?: {} | undefined;
721
- normalize?: {} | undefined;
722
- repeat?: {} | undefined;
723
- startsWith?: {} | undefined;
724
- anchor?: {} | undefined;
725
- big?: (() => string) | undefined;
726
- blink?: (() => string) | undefined;
727
- bold?: (() => string) | undefined;
728
- fixed?: (() => string) | undefined;
729
- fontcolor?: {} | undefined;
730
- fontsize?: {} | undefined;
731
- italics?: (() => string) | undefined;
732
- link?: {} | undefined;
733
- small?: (() => string) | undefined;
734
- strike?: (() => string) | undefined;
735
- sub?: (() => string) | undefined;
736
- sup?: (() => string) | undefined;
737
- padStart?: {} | undefined;
738
- padEnd?: {} | undefined;
739
- trimEnd?: (() => string) | undefined;
740
- trimStart?: (() => string) | undefined;
741
- trimLeft?: (() => string) | undefined;
742
- trimRight?: (() => string) | undefined;
743
- matchAll?: {} | undefined;
744
- replaceAll?: {} | undefined;
745
- at?: {} | undefined;
746
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
747
- })[] | undefined;
748
- additionalProperties?: {
749
- [x: string]: unknown;
750
- } | undefined;
751
- }>(override?: O | undefined) => Record<"voyage/voyage-4-large", {
752
- name: string;
753
- created: string;
754
- context: number;
755
- modalities: {
756
- input: readonly ["text"];
757
- output: readonly ["embedding"];
758
- };
759
- providers: readonly ["voyage"];
760
- } & O>;
761
- export declare const voyage: {
762
- readonly latest: readonly [<const O extends {
763
- name?: string | undefined;
764
- created?: string | undefined;
765
- knowledge?: string | undefined;
766
- modalities?: {
767
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
768
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
769
- } | undefined;
770
- context?: number | undefined;
771
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
772
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
773
- readonly [x: number]: string | undefined;
774
- toString?: (() => string) | undefined;
775
- charAt?: {} | undefined;
776
- charCodeAt?: {} | undefined;
777
- concat?: {} | undefined;
778
- indexOf?: {} | undefined;
779
- lastIndexOf?: {} | undefined;
780
- localeCompare?: {} | undefined;
781
- match?: {} | undefined;
782
- replace?: {} | undefined;
783
- search?: {} | undefined;
784
- slice?: {} | undefined;
785
- split?: {} | undefined;
786
- substring?: {} | undefined;
787
- toLowerCase?: (() => string) | undefined;
788
- toLocaleLowerCase?: {} | undefined;
789
- toUpperCase?: (() => string) | undefined;
790
- toLocaleUpperCase?: {} | undefined;
791
- trim?: (() => string) | undefined;
792
- readonly length?: number | undefined;
793
- substr?: {} | undefined;
794
- valueOf?: (() => string) | undefined;
795
- codePointAt?: {} | undefined;
796
- includes?: {} | undefined;
797
- endsWith?: {} | undefined;
798
- normalize?: {} | undefined;
799
- repeat?: {} | undefined;
800
- startsWith?: {} | undefined;
801
- anchor?: {} | undefined;
802
- big?: (() => string) | undefined;
803
- blink?: (() => string) | undefined;
804
- bold?: (() => string) | undefined;
805
- fixed?: (() => string) | undefined;
806
- fontcolor?: {} | undefined;
807
- fontsize?: {} | undefined;
808
- italics?: (() => string) | undefined;
809
- link?: {} | undefined;
810
- small?: (() => string) | undefined;
811
- strike?: (() => string) | undefined;
812
- sub?: (() => string) | undefined;
813
- sup?: (() => string) | undefined;
814
- padStart?: {} | undefined;
815
- padEnd?: {} | undefined;
816
- trimEnd?: (() => string) | undefined;
817
- trimStart?: (() => string) | undefined;
818
- trimLeft?: (() => string) | undefined;
819
- trimRight?: (() => string) | undefined;
820
- matchAll?: {} | undefined;
821
- replaceAll?: {} | undefined;
822
- at?: {} | undefined;
823
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
824
- })[] | undefined;
825
- additionalProperties?: {
826
- [x: string]: unknown;
827
- } | undefined;
828
- }>(override?: O | undefined) => Record<"voyage/voyage-2-finance", {
829
- name: string;
830
- created: string;
831
- context: number;
832
- modalities: {
833
- input: readonly ["text"];
834
- output: readonly ["embedding"];
835
- };
836
- providers: readonly ["voyage"];
837
- } & O>, <const O extends {
838
- name?: string | undefined;
839
- created?: string | undefined;
840
- knowledge?: string | undefined;
841
- modalities?: {
842
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
843
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
844
- } | undefined;
845
- context?: number | undefined;
846
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
847
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
848
- readonly [x: number]: string | undefined;
849
- toString?: (() => string) | undefined;
850
- charAt?: {} | undefined;
851
- charCodeAt?: {} | undefined;
852
- concat?: {} | undefined;
853
- indexOf?: {} | undefined;
854
- lastIndexOf?: {} | undefined;
855
- localeCompare?: {} | undefined;
856
- match?: {} | undefined;
857
- replace?: {} | undefined;
858
- search?: {} | undefined;
859
- slice?: {} | undefined;
860
- split?: {} | undefined;
861
- substring?: {} | undefined;
862
- toLowerCase?: (() => string) | undefined;
863
- toLocaleLowerCase?: {} | undefined;
864
- toUpperCase?: (() => string) | undefined;
865
- toLocaleUpperCase?: {} | undefined;
866
- trim?: (() => string) | undefined;
867
- readonly length?: number | undefined;
868
- substr?: {} | undefined;
869
- valueOf?: (() => string) | undefined;
870
- codePointAt?: {} | undefined;
871
- includes?: {} | undefined;
872
- endsWith?: {} | undefined;
873
- normalize?: {} | undefined;
874
- repeat?: {} | undefined;
875
- startsWith?: {} | undefined;
876
- anchor?: {} | undefined;
877
- big?: (() => string) | undefined;
878
- blink?: (() => string) | undefined;
879
- bold?: (() => string) | undefined;
880
- fixed?: (() => string) | undefined;
881
- fontcolor?: {} | undefined;
882
- fontsize?: {} | undefined;
883
- italics?: (() => string) | undefined;
884
- link?: {} | undefined;
885
- small?: (() => string) | undefined;
886
- strike?: (() => string) | undefined;
887
- sub?: (() => string) | undefined;
888
- sup?: (() => string) | undefined;
889
- padStart?: {} | undefined;
890
- padEnd?: {} | undefined;
891
- trimEnd?: (() => string) | undefined;
892
- trimStart?: (() => string) | undefined;
893
- trimLeft?: (() => string) | undefined;
894
- trimRight?: (() => string) | undefined;
895
- matchAll?: {} | undefined;
896
- replaceAll?: {} | undefined;
897
- at?: {} | undefined;
898
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
899
- })[] | undefined;
900
- additionalProperties?: {
901
- [x: string]: unknown;
902
- } | undefined;
903
- }>(override?: O | undefined) => Record<"voyage/voyage-2-law", {
904
- name: string;
905
- created: string;
906
- context: number;
907
- modalities: {
908
- input: readonly ["text"];
909
- output: readonly ["embedding"];
910
- };
911
- providers: readonly ["voyage"];
912
- } & O>, <const O extends {
913
- name?: string | undefined;
914
- created?: string | undefined;
915
- knowledge?: string | undefined;
916
- modalities?: {
917
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
918
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
919
- } | undefined;
920
- context?: number | undefined;
921
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
922
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
923
- readonly [x: number]: string | undefined;
924
- toString?: (() => string) | undefined;
925
- charAt?: {} | undefined;
926
- charCodeAt?: {} | undefined;
927
- concat?: {} | undefined;
928
- indexOf?: {} | undefined;
929
- lastIndexOf?: {} | undefined;
930
- localeCompare?: {} | undefined;
931
- match?: {} | undefined;
932
- replace?: {} | undefined;
933
- search?: {} | undefined;
934
- slice?: {} | undefined;
935
- split?: {} | undefined;
936
- substring?: {} | undefined;
937
- toLowerCase?: (() => string) | undefined;
938
- toLocaleLowerCase?: {} | undefined;
939
- toUpperCase?: (() => string) | undefined;
940
- toLocaleUpperCase?: {} | undefined;
941
- trim?: (() => string) | undefined;
942
- readonly length?: number | undefined;
943
- substr?: {} | undefined;
944
- valueOf?: (() => string) | undefined;
945
- codePointAt?: {} | undefined;
946
- includes?: {} | undefined;
947
- endsWith?: {} | undefined;
948
- normalize?: {} | undefined;
949
- repeat?: {} | undefined;
950
- startsWith?: {} | undefined;
951
- anchor?: {} | undefined;
952
- big?: (() => string) | undefined;
953
- blink?: (() => string) | undefined;
954
- bold?: (() => string) | undefined;
955
- fixed?: (() => string) | undefined;
956
- fontcolor?: {} | undefined;
957
- fontsize?: {} | undefined;
958
- italics?: (() => string) | undefined;
959
- link?: {} | undefined;
960
- small?: (() => string) | undefined;
961
- strike?: (() => string) | undefined;
962
- sub?: (() => string) | undefined;
963
- sup?: (() => string) | undefined;
964
- padStart?: {} | undefined;
965
- padEnd?: {} | undefined;
966
- trimEnd?: (() => string) | undefined;
967
- trimStart?: (() => string) | undefined;
968
- trimLeft?: (() => string) | undefined;
969
- trimRight?: (() => string) | undefined;
970
- matchAll?: {} | undefined;
971
- replaceAll?: {} | undefined;
972
- at?: {} | undefined;
973
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
974
- })[] | undefined;
975
- additionalProperties?: {
976
- [x: string]: unknown;
977
- } | undefined;
978
- }>(override?: O | undefined) => Record<"voyage/voyage-3-code", {
979
- name: string;
980
- created: string;
981
- context: number;
982
- modalities: {
983
- input: readonly ["text"];
984
- output: readonly ["embedding"];
985
- };
986
- providers: readonly ["voyage"];
987
- } & O>, <const O extends {
988
- name?: string | undefined;
989
- created?: string | undefined;
990
- knowledge?: string | undefined;
991
- modalities?: {
992
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
993
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
994
- } | undefined;
995
- context?: number | undefined;
996
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
997
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
998
- readonly [x: number]: string | undefined;
999
- toString?: (() => string) | undefined;
1000
- charAt?: {} | undefined;
1001
- charCodeAt?: {} | undefined;
1002
- concat?: {} | undefined;
1003
- indexOf?: {} | undefined;
1004
- lastIndexOf?: {} | undefined;
1005
- localeCompare?: {} | undefined;
1006
- match?: {} | undefined;
1007
- replace?: {} | undefined;
1008
- search?: {} | undefined;
1009
- slice?: {} | undefined;
1010
- split?: {} | undefined;
1011
- substring?: {} | undefined;
1012
- toLowerCase?: (() => string) | undefined;
1013
- toLocaleLowerCase?: {} | undefined;
1014
- toUpperCase?: (() => string) | undefined;
1015
- toLocaleUpperCase?: {} | undefined;
1016
- trim?: (() => string) | undefined;
1017
- readonly length?: number | undefined;
1018
- substr?: {} | undefined;
1019
- valueOf?: (() => string) | undefined;
1020
- codePointAt?: {} | undefined;
1021
- includes?: {} | undefined;
1022
- endsWith?: {} | undefined;
1023
- normalize?: {} | undefined;
1024
- repeat?: {} | undefined;
1025
- startsWith?: {} | undefined;
1026
- anchor?: {} | undefined;
1027
- big?: (() => string) | undefined;
1028
- blink?: (() => string) | undefined;
1029
- bold?: (() => string) | undefined;
1030
- fixed?: (() => string) | undefined;
1031
- fontcolor?: {} | undefined;
1032
- fontsize?: {} | undefined;
1033
- italics?: (() => string) | undefined;
1034
- link?: {} | undefined;
1035
- small?: (() => string) | undefined;
1036
- strike?: (() => string) | undefined;
1037
- sub?: (() => string) | undefined;
1038
- sup?: (() => string) | undefined;
1039
- padStart?: {} | undefined;
1040
- padEnd?: {} | undefined;
1041
- trimEnd?: (() => string) | undefined;
1042
- trimStart?: (() => string) | undefined;
1043
- trimLeft?: (() => string) | undefined;
1044
- trimRight?: (() => string) | undefined;
1045
- matchAll?: {} | undefined;
1046
- replaceAll?: {} | undefined;
1047
- at?: {} | undefined;
1048
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1049
- })[] | undefined;
1050
- additionalProperties?: {
1051
- [x: string]: unknown;
1052
- } | undefined;
1053
- }>(override?: O | undefined) => Record<"voyage/voyage-4-lite", {
1054
- name: string;
1055
- created: string;
1056
- context: number;
1057
- modalities: {
1058
- input: readonly ["text"];
1059
- output: readonly ["embedding"];
1060
- };
1061
- providers: readonly ["voyage"];
1062
- } & O>, <const O extends {
1063
- name?: string | undefined;
1064
- created?: string | undefined;
1065
- knowledge?: string | undefined;
1066
- modalities?: {
1067
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1068
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1069
- } | undefined;
1070
- context?: number | undefined;
1071
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1072
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1073
- readonly [x: number]: string | undefined;
1074
- toString?: (() => string) | undefined;
1075
- charAt?: {} | undefined;
1076
- charCodeAt?: {} | undefined;
1077
- concat?: {} | undefined;
1078
- indexOf?: {} | undefined;
1079
- lastIndexOf?: {} | undefined;
1080
- localeCompare?: {} | undefined;
1081
- match?: {} | undefined;
1082
- replace?: {} | undefined;
1083
- search?: {} | undefined;
1084
- slice?: {} | undefined;
1085
- split?: {} | undefined;
1086
- substring?: {} | undefined;
1087
- toLowerCase?: (() => string) | undefined;
1088
- toLocaleLowerCase?: {} | undefined;
1089
- toUpperCase?: (() => string) | undefined;
1090
- toLocaleUpperCase?: {} | undefined;
1091
- trim?: (() => string) | undefined;
1092
- readonly length?: number | undefined;
1093
- substr?: {} | undefined;
1094
- valueOf?: (() => string) | undefined;
1095
- codePointAt?: {} | undefined;
1096
- includes?: {} | undefined;
1097
- endsWith?: {} | undefined;
1098
- normalize?: {} | undefined;
1099
- repeat?: {} | undefined;
1100
- startsWith?: {} | undefined;
1101
- anchor?: {} | undefined;
1102
- big?: (() => string) | undefined;
1103
- blink?: (() => string) | undefined;
1104
- bold?: (() => string) | undefined;
1105
- fixed?: (() => string) | undefined;
1106
- fontcolor?: {} | undefined;
1107
- fontsize?: {} | undefined;
1108
- italics?: (() => string) | undefined;
1109
- link?: {} | undefined;
1110
- small?: (() => string) | undefined;
1111
- strike?: (() => string) | undefined;
1112
- sub?: (() => string) | undefined;
1113
- sup?: (() => string) | undefined;
1114
- padStart?: {} | undefined;
1115
- padEnd?: {} | undefined;
1116
- trimEnd?: (() => string) | undefined;
1117
- trimStart?: (() => string) | undefined;
1118
- trimLeft?: (() => string) | undefined;
1119
- trimRight?: (() => string) | undefined;
1120
- matchAll?: {} | undefined;
1121
- replaceAll?: {} | undefined;
1122
- at?: {} | undefined;
1123
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1124
- })[] | undefined;
1125
- additionalProperties?: {
1126
- [x: string]: unknown;
1127
- } | undefined;
1128
- }>(override?: O | undefined) => Record<"voyage/voyage-4", {
1129
- name: string;
1130
- created: string;
1131
- context: number;
1132
- modalities: {
1133
- input: readonly ["text"];
1134
- output: readonly ["embedding"];
1135
- };
1136
- providers: readonly ["voyage"];
1137
- } & O>, <const O extends {
1138
- name?: string | undefined;
1139
- created?: string | undefined;
1140
- knowledge?: string | undefined;
1141
- modalities?: {
1142
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1143
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1144
- } | undefined;
1145
- context?: number | undefined;
1146
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1147
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1148
- readonly [x: number]: string | undefined;
1149
- toString?: (() => string) | undefined;
1150
- charAt?: {} | undefined;
1151
- charCodeAt?: {} | undefined;
1152
- concat?: {} | undefined;
1153
- indexOf?: {} | undefined;
1154
- lastIndexOf?: {} | undefined;
1155
- localeCompare?: {} | undefined;
1156
- match?: {} | undefined;
1157
- replace?: {} | undefined;
1158
- search?: {} | undefined;
1159
- slice?: {} | undefined;
1160
- split?: {} | undefined;
1161
- substring?: {} | undefined;
1162
- toLowerCase?: (() => string) | undefined;
1163
- toLocaleLowerCase?: {} | undefined;
1164
- toUpperCase?: (() => string) | undefined;
1165
- toLocaleUpperCase?: {} | undefined;
1166
- trim?: (() => string) | undefined;
1167
- readonly length?: number | undefined;
1168
- substr?: {} | undefined;
1169
- valueOf?: (() => string) | undefined;
1170
- codePointAt?: {} | undefined;
1171
- includes?: {} | undefined;
1172
- endsWith?: {} | undefined;
1173
- normalize?: {} | undefined;
1174
- repeat?: {} | undefined;
1175
- startsWith?: {} | undefined;
1176
- anchor?: {} | undefined;
1177
- big?: (() => string) | undefined;
1178
- blink?: (() => string) | undefined;
1179
- bold?: (() => string) | undefined;
1180
- fixed?: (() => string) | undefined;
1181
- fontcolor?: {} | undefined;
1182
- fontsize?: {} | undefined;
1183
- italics?: (() => string) | undefined;
1184
- link?: {} | undefined;
1185
- small?: (() => string) | undefined;
1186
- strike?: (() => string) | undefined;
1187
- sub?: (() => string) | undefined;
1188
- sup?: (() => string) | undefined;
1189
- padStart?: {} | undefined;
1190
- padEnd?: {} | undefined;
1191
- trimEnd?: (() => string) | undefined;
1192
- trimStart?: (() => string) | undefined;
1193
- trimLeft?: (() => string) | undefined;
1194
- trimRight?: (() => string) | undefined;
1195
- matchAll?: {} | undefined;
1196
- replaceAll?: {} | undefined;
1197
- at?: {} | undefined;
1198
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1199
- })[] | undefined;
1200
- additionalProperties?: {
1201
- [x: string]: unknown;
1202
- } | undefined;
1203
- }>(override?: O | undefined) => Record<"voyage/voyage-4-large", {
1204
- name: string;
1205
- created: string;
1206
- context: number;
1207
- modalities: {
1208
- input: readonly ["text"];
1209
- output: readonly ["embedding"];
1210
- };
1211
- providers: readonly ["voyage"];
1212
- } & O>];
1213
- readonly all: ((<const O extends {
1214
- name?: string | undefined;
1215
- created?: string | undefined;
1216
- knowledge?: string | undefined;
1217
- modalities?: {
1218
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1219
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1220
- } | undefined;
1221
- context?: number | undefined;
1222
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1223
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1224
- readonly [x: number]: string | undefined;
1225
- toString?: (() => string) | undefined;
1226
- charAt?: {} | undefined;
1227
- charCodeAt?: {} | undefined;
1228
- concat?: {} | undefined;
1229
- indexOf?: {} | undefined;
1230
- lastIndexOf?: {} | undefined;
1231
- localeCompare?: {} | undefined;
1232
- match?: {} | undefined;
1233
- replace?: {} | undefined;
1234
- search?: {} | undefined;
1235
- slice?: {} | undefined;
1236
- split?: {} | undefined;
1237
- substring?: {} | undefined;
1238
- toLowerCase?: (() => string) | undefined;
1239
- toLocaleLowerCase?: {} | undefined;
1240
- toUpperCase?: (() => string) | undefined;
1241
- toLocaleUpperCase?: {} | undefined;
1242
- trim?: (() => string) | undefined;
1243
- readonly length?: number | undefined;
1244
- substr?: {} | undefined;
1245
- valueOf?: (() => string) | undefined;
1246
- codePointAt?: {} | undefined;
1247
- includes?: {} | undefined;
1248
- endsWith?: {} | undefined;
1249
- normalize?: {} | undefined;
1250
- repeat?: {} | undefined;
1251
- startsWith?: {} | undefined;
1252
- anchor?: {} | undefined;
1253
- big?: (() => string) | undefined;
1254
- blink?: (() => string) | undefined;
1255
- bold?: (() => string) | undefined;
1256
- fixed?: (() => string) | undefined;
1257
- fontcolor?: {} | undefined;
1258
- fontsize?: {} | undefined;
1259
- italics?: (() => string) | undefined;
1260
- link?: {} | undefined;
1261
- small?: (() => string) | undefined;
1262
- strike?: (() => string) | undefined;
1263
- sub?: (() => string) | undefined;
1264
- sup?: (() => string) | undefined;
1265
- padStart?: {} | undefined;
1266
- padEnd?: {} | undefined;
1267
- trimEnd?: (() => string) | undefined;
1268
- trimStart?: (() => string) | undefined;
1269
- trimLeft?: (() => string) | undefined;
1270
- trimRight?: (() => string) | undefined;
1271
- matchAll?: {} | undefined;
1272
- replaceAll?: {} | undefined;
1273
- at?: {} | undefined;
1274
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1275
- })[] | undefined;
1276
- additionalProperties?: {
1277
- [x: string]: unknown;
1278
- } | undefined;
1279
- }>(override?: O | undefined) => Record<"voyage/voyage-2-code", {
1280
- name: string;
1281
- created: string;
1282
- context: number;
1283
- modalities: {
1284
- input: readonly ["text"];
1285
- output: readonly ["embedding"];
1286
- };
1287
- providers: readonly ["voyage"];
1288
- } & O>) | (<const O extends {
1289
- name?: string | undefined;
1290
- created?: string | undefined;
1291
- knowledge?: string | undefined;
1292
- modalities?: {
1293
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1294
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1295
- } | undefined;
1296
- context?: number | undefined;
1297
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1298
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1299
- readonly [x: number]: string | undefined;
1300
- toString?: (() => string) | undefined;
1301
- charAt?: {} | undefined;
1302
- charCodeAt?: {} | undefined;
1303
- concat?: {} | undefined;
1304
- indexOf?: {} | undefined;
1305
- lastIndexOf?: {} | undefined;
1306
- localeCompare?: {} | undefined;
1307
- match?: {} | undefined;
1308
- replace?: {} | undefined;
1309
- search?: {} | undefined;
1310
- slice?: {} | undefined;
1311
- split?: {} | undefined;
1312
- substring?: {} | undefined;
1313
- toLowerCase?: (() => string) | undefined;
1314
- toLocaleLowerCase?: {} | undefined;
1315
- toUpperCase?: (() => string) | undefined;
1316
- toLocaleUpperCase?: {} | undefined;
1317
- trim?: (() => string) | undefined;
1318
- readonly length?: number | undefined;
1319
- substr?: {} | undefined;
1320
- valueOf?: (() => string) | undefined;
1321
- codePointAt?: {} | undefined;
1322
- includes?: {} | undefined;
1323
- endsWith?: {} | undefined;
1324
- normalize?: {} | undefined;
1325
- repeat?: {} | undefined;
1326
- startsWith?: {} | undefined;
1327
- anchor?: {} | undefined;
1328
- big?: (() => string) | undefined;
1329
- blink?: (() => string) | undefined;
1330
- bold?: (() => string) | undefined;
1331
- fixed?: (() => string) | undefined;
1332
- fontcolor?: {} | undefined;
1333
- fontsize?: {} | undefined;
1334
- italics?: (() => string) | undefined;
1335
- link?: {} | undefined;
1336
- small?: (() => string) | undefined;
1337
- strike?: (() => string) | undefined;
1338
- sub?: (() => string) | undefined;
1339
- sup?: (() => string) | undefined;
1340
- padStart?: {} | undefined;
1341
- padEnd?: {} | undefined;
1342
- trimEnd?: (() => string) | undefined;
1343
- trimStart?: (() => string) | undefined;
1344
- trimLeft?: (() => string) | undefined;
1345
- trimRight?: (() => string) | undefined;
1346
- matchAll?: {} | undefined;
1347
- replaceAll?: {} | undefined;
1348
- at?: {} | undefined;
1349
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1350
- })[] | undefined;
1351
- additionalProperties?: {
1352
- [x: string]: unknown;
1353
- } | undefined;
1354
- }>(override?: O | undefined) => Record<"voyage/voyage-2-finance", {
1355
- name: string;
1356
- created: string;
1357
- context: number;
1358
- modalities: {
1359
- input: readonly ["text"];
1360
- output: readonly ["embedding"];
1361
- };
1362
- providers: readonly ["voyage"];
1363
- } & O>) | (<const O extends {
1364
- name?: string | undefined;
1365
- created?: string | undefined;
1366
- knowledge?: string | undefined;
1367
- modalities?: {
1368
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1369
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1370
- } | undefined;
1371
- context?: number | undefined;
1372
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1373
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1374
- readonly [x: number]: string | undefined;
1375
- toString?: (() => string) | undefined;
1376
- charAt?: {} | undefined;
1377
- charCodeAt?: {} | undefined;
1378
- concat?: {} | undefined;
1379
- indexOf?: {} | undefined;
1380
- lastIndexOf?: {} | undefined;
1381
- localeCompare?: {} | undefined;
1382
- match?: {} | undefined;
1383
- replace?: {} | undefined;
1384
- search?: {} | undefined;
1385
- slice?: {} | undefined;
1386
- split?: {} | undefined;
1387
- substring?: {} | undefined;
1388
- toLowerCase?: (() => string) | undefined;
1389
- toLocaleLowerCase?: {} | undefined;
1390
- toUpperCase?: (() => string) | undefined;
1391
- toLocaleUpperCase?: {} | undefined;
1392
- trim?: (() => string) | undefined;
1393
- readonly length?: number | undefined;
1394
- substr?: {} | undefined;
1395
- valueOf?: (() => string) | undefined;
1396
- codePointAt?: {} | undefined;
1397
- includes?: {} | undefined;
1398
- endsWith?: {} | undefined;
1399
- normalize?: {} | undefined;
1400
- repeat?: {} | undefined;
1401
- startsWith?: {} | undefined;
1402
- anchor?: {} | undefined;
1403
- big?: (() => string) | undefined;
1404
- blink?: (() => string) | undefined;
1405
- bold?: (() => string) | undefined;
1406
- fixed?: (() => string) | undefined;
1407
- fontcolor?: {} | undefined;
1408
- fontsize?: {} | undefined;
1409
- italics?: (() => string) | undefined;
1410
- link?: {} | undefined;
1411
- small?: (() => string) | undefined;
1412
- strike?: (() => string) | undefined;
1413
- sub?: (() => string) | undefined;
1414
- sup?: (() => string) | undefined;
1415
- padStart?: {} | undefined;
1416
- padEnd?: {} | undefined;
1417
- trimEnd?: (() => string) | undefined;
1418
- trimStart?: (() => string) | undefined;
1419
- trimLeft?: (() => string) | undefined;
1420
- trimRight?: (() => string) | undefined;
1421
- matchAll?: {} | undefined;
1422
- replaceAll?: {} | undefined;
1423
- at?: {} | undefined;
1424
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1425
- })[] | undefined;
1426
- additionalProperties?: {
1427
- [x: string]: unknown;
1428
- } | undefined;
1429
- }>(override?: O | undefined) => Record<"voyage/voyage-2-law", {
1430
- name: string;
1431
- created: string;
1432
- context: number;
1433
- modalities: {
1434
- input: readonly ["text"];
1435
- output: readonly ["embedding"];
1436
- };
1437
- providers: readonly ["voyage"];
1438
- } & O>) | (<const O extends {
1439
- name?: string | undefined;
1440
- created?: string | undefined;
1441
- knowledge?: string | undefined;
1442
- modalities?: {
1443
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1444
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1445
- } | undefined;
1446
- context?: number | undefined;
1447
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1448
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1449
- readonly [x: number]: string | undefined;
1450
- toString?: (() => string) | undefined;
1451
- charAt?: {} | undefined;
1452
- charCodeAt?: {} | undefined;
1453
- concat?: {} | undefined;
1454
- indexOf?: {} | undefined;
1455
- lastIndexOf?: {} | undefined;
1456
- localeCompare?: {} | undefined;
1457
- match?: {} | undefined;
1458
- replace?: {} | undefined;
1459
- search?: {} | undefined;
1460
- slice?: {} | undefined;
1461
- split?: {} | undefined;
1462
- substring?: {} | undefined;
1463
- toLowerCase?: (() => string) | undefined;
1464
- toLocaleLowerCase?: {} | undefined;
1465
- toUpperCase?: (() => string) | undefined;
1466
- toLocaleUpperCase?: {} | undefined;
1467
- trim?: (() => string) | undefined;
1468
- readonly length?: number | undefined;
1469
- substr?: {} | undefined;
1470
- valueOf?: (() => string) | undefined;
1471
- codePointAt?: {} | undefined;
1472
- includes?: {} | undefined;
1473
- endsWith?: {} | undefined;
1474
- normalize?: {} | undefined;
1475
- repeat?: {} | undefined;
1476
- startsWith?: {} | undefined;
1477
- anchor?: {} | undefined;
1478
- big?: (() => string) | undefined;
1479
- blink?: (() => string) | undefined;
1480
- bold?: (() => string) | undefined;
1481
- fixed?: (() => string) | undefined;
1482
- fontcolor?: {} | undefined;
1483
- fontsize?: {} | undefined;
1484
- italics?: (() => string) | undefined;
1485
- link?: {} | undefined;
1486
- small?: (() => string) | undefined;
1487
- strike?: (() => string) | undefined;
1488
- sub?: (() => string) | undefined;
1489
- sup?: (() => string) | undefined;
1490
- padStart?: {} | undefined;
1491
- padEnd?: {} | undefined;
1492
- trimEnd?: (() => string) | undefined;
1493
- trimStart?: (() => string) | undefined;
1494
- trimLeft?: (() => string) | undefined;
1495
- trimRight?: (() => string) | undefined;
1496
- matchAll?: {} | undefined;
1497
- replaceAll?: {} | undefined;
1498
- at?: {} | undefined;
1499
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1500
- })[] | undefined;
1501
- additionalProperties?: {
1502
- [x: string]: unknown;
1503
- } | undefined;
1504
- }>(override?: O | undefined) => Record<"voyage/voyage-3-code", {
1505
- name: string;
1506
- created: string;
1507
- context: number;
1508
- modalities: {
1509
- input: readonly ["text"];
1510
- output: readonly ["embedding"];
1511
- };
1512
- providers: readonly ["voyage"];
1513
- } & O>) | (<const O extends {
1514
- name?: string | undefined;
1515
- created?: string | undefined;
1516
- knowledge?: string | undefined;
1517
- modalities?: {
1518
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1519
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1520
- } | undefined;
1521
- context?: number | undefined;
1522
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1523
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1524
- readonly [x: number]: string | undefined;
1525
- toString?: (() => string) | undefined;
1526
- charAt?: {} | undefined;
1527
- charCodeAt?: {} | undefined;
1528
- concat?: {} | undefined;
1529
- indexOf?: {} | undefined;
1530
- lastIndexOf?: {} | undefined;
1531
- localeCompare?: {} | undefined;
1532
- match?: {} | undefined;
1533
- replace?: {} | undefined;
1534
- search?: {} | undefined;
1535
- slice?: {} | undefined;
1536
- split?: {} | undefined;
1537
- substring?: {} | undefined;
1538
- toLowerCase?: (() => string) | undefined;
1539
- toLocaleLowerCase?: {} | undefined;
1540
- toUpperCase?: (() => string) | undefined;
1541
- toLocaleUpperCase?: {} | undefined;
1542
- trim?: (() => string) | undefined;
1543
- readonly length?: number | undefined;
1544
- substr?: {} | undefined;
1545
- valueOf?: (() => string) | undefined;
1546
- codePointAt?: {} | undefined;
1547
- includes?: {} | undefined;
1548
- endsWith?: {} | undefined;
1549
- normalize?: {} | undefined;
1550
- repeat?: {} | undefined;
1551
- startsWith?: {} | undefined;
1552
- anchor?: {} | undefined;
1553
- big?: (() => string) | undefined;
1554
- blink?: (() => string) | undefined;
1555
- bold?: (() => string) | undefined;
1556
- fixed?: (() => string) | undefined;
1557
- fontcolor?: {} | undefined;
1558
- fontsize?: {} | undefined;
1559
- italics?: (() => string) | undefined;
1560
- link?: {} | undefined;
1561
- small?: (() => string) | undefined;
1562
- strike?: (() => string) | undefined;
1563
- sub?: (() => string) | undefined;
1564
- sup?: (() => string) | undefined;
1565
- padStart?: {} | undefined;
1566
- padEnd?: {} | undefined;
1567
- trimEnd?: (() => string) | undefined;
1568
- trimStart?: (() => string) | undefined;
1569
- trimLeft?: (() => string) | undefined;
1570
- trimRight?: (() => string) | undefined;
1571
- matchAll?: {} | undefined;
1572
- replaceAll?: {} | undefined;
1573
- at?: {} | undefined;
1574
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1575
- })[] | undefined;
1576
- additionalProperties?: {
1577
- [x: string]: unknown;
1578
- } | undefined;
1579
- }>(override?: O | undefined) => Record<"voyage/voyage-3-large", {
1580
- name: string;
1581
- created: string;
1582
- context: number;
1583
- modalities: {
1584
- input: readonly ["text"];
1585
- output: readonly ["embedding"];
1586
- };
1587
- providers: readonly ["voyage"];
1588
- } & O>) | (<const O extends {
1589
- name?: string | undefined;
1590
- created?: string | undefined;
1591
- knowledge?: string | undefined;
1592
- modalities?: {
1593
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1594
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1595
- } | undefined;
1596
- context?: number | undefined;
1597
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1598
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1599
- readonly [x: number]: string | undefined;
1600
- toString?: (() => string) | undefined;
1601
- charAt?: {} | undefined;
1602
- charCodeAt?: {} | undefined;
1603
- concat?: {} | undefined;
1604
- indexOf?: {} | undefined;
1605
- lastIndexOf?: {} | undefined;
1606
- localeCompare?: {} | undefined;
1607
- match?: {} | undefined;
1608
- replace?: {} | undefined;
1609
- search?: {} | undefined;
1610
- slice?: {} | undefined;
1611
- split?: {} | undefined;
1612
- substring?: {} | undefined;
1613
- toLowerCase?: (() => string) | undefined;
1614
- toLocaleLowerCase?: {} | undefined;
1615
- toUpperCase?: (() => string) | undefined;
1616
- toLocaleUpperCase?: {} | undefined;
1617
- trim?: (() => string) | undefined;
1618
- readonly length?: number | undefined;
1619
- substr?: {} | undefined;
1620
- valueOf?: (() => string) | undefined;
1621
- codePointAt?: {} | undefined;
1622
- includes?: {} | undefined;
1623
- endsWith?: {} | undefined;
1624
- normalize?: {} | undefined;
1625
- repeat?: {} | undefined;
1626
- startsWith?: {} | undefined;
1627
- anchor?: {} | undefined;
1628
- big?: (() => string) | undefined;
1629
- blink?: (() => string) | undefined;
1630
- bold?: (() => string) | undefined;
1631
- fixed?: (() => string) | undefined;
1632
- fontcolor?: {} | undefined;
1633
- fontsize?: {} | undefined;
1634
- italics?: (() => string) | undefined;
1635
- link?: {} | undefined;
1636
- small?: (() => string) | undefined;
1637
- strike?: (() => string) | undefined;
1638
- sub?: (() => string) | undefined;
1639
- sup?: (() => string) | undefined;
1640
- padStart?: {} | undefined;
1641
- padEnd?: {} | undefined;
1642
- trimEnd?: (() => string) | undefined;
1643
- trimStart?: (() => string) | undefined;
1644
- trimLeft?: (() => string) | undefined;
1645
- trimRight?: (() => string) | undefined;
1646
- matchAll?: {} | undefined;
1647
- replaceAll?: {} | undefined;
1648
- at?: {} | undefined;
1649
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1650
- })[] | undefined;
1651
- additionalProperties?: {
1652
- [x: string]: unknown;
1653
- } | undefined;
1654
- }>(override?: O | undefined) => Record<"voyage/voyage-3.5", {
1655
- name: string;
1656
- created: string;
1657
- context: number;
1658
- modalities: {
1659
- input: readonly ["text"];
1660
- output: readonly ["embedding"];
1661
- };
1662
- providers: readonly ["voyage"];
1663
- } & O>) | (<const O extends {
1664
- name?: string | undefined;
1665
- created?: string | undefined;
1666
- knowledge?: string | undefined;
1667
- modalities?: {
1668
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1669
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1670
- } | undefined;
1671
- context?: number | undefined;
1672
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1673
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1674
- readonly [x: number]: string | undefined;
1675
- toString?: (() => string) | undefined;
1676
- charAt?: {} | undefined;
1677
- charCodeAt?: {} | undefined;
1678
- concat?: {} | undefined;
1679
- indexOf?: {} | undefined;
1680
- lastIndexOf?: {} | undefined;
1681
- localeCompare?: {} | undefined;
1682
- match?: {} | undefined;
1683
- replace?: {} | undefined;
1684
- search?: {} | undefined;
1685
- slice?: {} | undefined;
1686
- split?: {} | undefined;
1687
- substring?: {} | undefined;
1688
- toLowerCase?: (() => string) | undefined;
1689
- toLocaleLowerCase?: {} | undefined;
1690
- toUpperCase?: (() => string) | undefined;
1691
- toLocaleUpperCase?: {} | undefined;
1692
- trim?: (() => string) | undefined;
1693
- readonly length?: number | undefined;
1694
- substr?: {} | undefined;
1695
- valueOf?: (() => string) | undefined;
1696
- codePointAt?: {} | undefined;
1697
- includes?: {} | undefined;
1698
- endsWith?: {} | undefined;
1699
- normalize?: {} | undefined;
1700
- repeat?: {} | undefined;
1701
- startsWith?: {} | undefined;
1702
- anchor?: {} | undefined;
1703
- big?: (() => string) | undefined;
1704
- blink?: (() => string) | undefined;
1705
- bold?: (() => string) | undefined;
1706
- fixed?: (() => string) | undefined;
1707
- fontcolor?: {} | undefined;
1708
- fontsize?: {} | undefined;
1709
- italics?: (() => string) | undefined;
1710
- link?: {} | undefined;
1711
- small?: (() => string) | undefined;
1712
- strike?: (() => string) | undefined;
1713
- sub?: (() => string) | undefined;
1714
- sup?: (() => string) | undefined;
1715
- padStart?: {} | undefined;
1716
- padEnd?: {} | undefined;
1717
- trimEnd?: (() => string) | undefined;
1718
- trimStart?: (() => string) | undefined;
1719
- trimLeft?: (() => string) | undefined;
1720
- trimRight?: (() => string) | undefined;
1721
- matchAll?: {} | undefined;
1722
- replaceAll?: {} | undefined;
1723
- at?: {} | undefined;
1724
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1725
- })[] | undefined;
1726
- additionalProperties?: {
1727
- [x: string]: unknown;
1728
- } | undefined;
1729
- }>(override?: O | undefined) => Record<"voyage/voyage-3.5-lite", {
1730
- name: string;
1731
- created: string;
1732
- context: number;
1733
- modalities: {
1734
- input: readonly ["text"];
1735
- output: readonly ["embedding"];
1736
- };
1737
- providers: readonly ["voyage"];
1738
- } & O>) | (<const O extends {
1739
- name?: string | undefined;
1740
- created?: string | undefined;
1741
- knowledge?: string | undefined;
1742
- modalities?: {
1743
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1744
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1745
- } | undefined;
1746
- context?: number | undefined;
1747
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1748
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1749
- readonly [x: number]: string | undefined;
1750
- toString?: (() => string) | undefined;
1751
- charAt?: {} | undefined;
1752
- charCodeAt?: {} | undefined;
1753
- concat?: {} | undefined;
1754
- indexOf?: {} | undefined;
1755
- lastIndexOf?: {} | undefined;
1756
- localeCompare?: {} | undefined;
1757
- match?: {} | undefined;
1758
- replace?: {} | undefined;
1759
- search?: {} | undefined;
1760
- slice?: {} | undefined;
1761
- split?: {} | undefined;
1762
- substring?: {} | undefined;
1763
- toLowerCase?: (() => string) | undefined;
1764
- toLocaleLowerCase?: {} | undefined;
1765
- toUpperCase?: (() => string) | undefined;
1766
- toLocaleUpperCase?: {} | undefined;
1767
- trim?: (() => string) | undefined;
1768
- readonly length?: number | undefined;
1769
- substr?: {} | undefined;
1770
- valueOf?: (() => string) | undefined;
1771
- codePointAt?: {} | undefined;
1772
- includes?: {} | undefined;
1773
- endsWith?: {} | undefined;
1774
- normalize?: {} | undefined;
1775
- repeat?: {} | undefined;
1776
- startsWith?: {} | undefined;
1777
- anchor?: {} | undefined;
1778
- big?: (() => string) | undefined;
1779
- blink?: (() => string) | undefined;
1780
- bold?: (() => string) | undefined;
1781
- fixed?: (() => string) | undefined;
1782
- fontcolor?: {} | undefined;
1783
- fontsize?: {} | undefined;
1784
- italics?: (() => string) | undefined;
1785
- link?: {} | undefined;
1786
- small?: (() => string) | undefined;
1787
- strike?: (() => string) | undefined;
1788
- sub?: (() => string) | undefined;
1789
- sup?: (() => string) | undefined;
1790
- padStart?: {} | undefined;
1791
- padEnd?: {} | undefined;
1792
- trimEnd?: (() => string) | undefined;
1793
- trimStart?: (() => string) | undefined;
1794
- trimLeft?: (() => string) | undefined;
1795
- trimRight?: (() => string) | undefined;
1796
- matchAll?: {} | undefined;
1797
- replaceAll?: {} | undefined;
1798
- at?: {} | undefined;
1799
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1800
- })[] | undefined;
1801
- additionalProperties?: {
1802
- [x: string]: unknown;
1803
- } | undefined;
1804
- }>(override?: O | undefined) => Record<"voyage/voyage-4-lite", {
1805
- name: string;
1806
- created: string;
1807
- context: number;
1808
- modalities: {
1809
- input: readonly ["text"];
1810
- output: readonly ["embedding"];
1811
- };
1812
- providers: readonly ["voyage"];
1813
- } & O>) | (<const O extends {
1814
- name?: string | undefined;
1815
- created?: string | undefined;
1816
- knowledge?: string | undefined;
1817
- modalities?: {
1818
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1819
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1820
- } | undefined;
1821
- context?: number | undefined;
1822
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1823
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1824
- readonly [x: number]: string | undefined;
1825
- toString?: (() => string) | undefined;
1826
- charAt?: {} | undefined;
1827
- charCodeAt?: {} | undefined;
1828
- concat?: {} | undefined;
1829
- indexOf?: {} | undefined;
1830
- lastIndexOf?: {} | undefined;
1831
- localeCompare?: {} | undefined;
1832
- match?: {} | undefined;
1833
- replace?: {} | undefined;
1834
- search?: {} | undefined;
1835
- slice?: {} | undefined;
1836
- split?: {} | undefined;
1837
- substring?: {} | undefined;
1838
- toLowerCase?: (() => string) | undefined;
1839
- toLocaleLowerCase?: {} | undefined;
1840
- toUpperCase?: (() => string) | undefined;
1841
- toLocaleUpperCase?: {} | undefined;
1842
- trim?: (() => string) | undefined;
1843
- readonly length?: number | undefined;
1844
- substr?: {} | undefined;
1845
- valueOf?: (() => string) | undefined;
1846
- codePointAt?: {} | undefined;
1847
- includes?: {} | undefined;
1848
- endsWith?: {} | undefined;
1849
- normalize?: {} | undefined;
1850
- repeat?: {} | undefined;
1851
- startsWith?: {} | undefined;
1852
- anchor?: {} | undefined;
1853
- big?: (() => string) | undefined;
1854
- blink?: (() => string) | undefined;
1855
- bold?: (() => string) | undefined;
1856
- fixed?: (() => string) | undefined;
1857
- fontcolor?: {} | undefined;
1858
- fontsize?: {} | undefined;
1859
- italics?: (() => string) | undefined;
1860
- link?: {} | undefined;
1861
- small?: (() => string) | undefined;
1862
- strike?: (() => string) | undefined;
1863
- sub?: (() => string) | undefined;
1864
- sup?: (() => string) | undefined;
1865
- padStart?: {} | undefined;
1866
- padEnd?: {} | undefined;
1867
- trimEnd?: (() => string) | undefined;
1868
- trimStart?: (() => string) | undefined;
1869
- trimLeft?: (() => string) | undefined;
1870
- trimRight?: (() => string) | undefined;
1871
- matchAll?: {} | undefined;
1872
- replaceAll?: {} | undefined;
1873
- at?: {} | undefined;
1874
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1875
- })[] | undefined;
1876
- additionalProperties?: {
1877
- [x: string]: unknown;
1878
- } | undefined;
1879
- }>(override?: O | undefined) => Record<"voyage/voyage-4", {
1880
- name: string;
1881
- created: string;
1882
- context: number;
1883
- modalities: {
1884
- input: readonly ["text"];
1885
- output: readonly ["embedding"];
1886
- };
1887
- providers: readonly ["voyage"];
1888
- } & O>) | (<const O extends {
1889
- name?: string | undefined;
1890
- created?: string | undefined;
1891
- knowledge?: string | undefined;
1892
- modalities?: {
1893
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1894
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1895
- } | undefined;
1896
- context?: number | undefined;
1897
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1898
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1899
- readonly [x: number]: string | undefined;
1900
- toString?: (() => string) | undefined;
1901
- charAt?: {} | undefined;
1902
- charCodeAt?: {} | undefined;
1903
- concat?: {} | undefined;
1904
- indexOf?: {} | undefined;
1905
- lastIndexOf?: {} | undefined;
1906
- localeCompare?: {} | undefined;
1907
- match?: {} | undefined;
1908
- replace?: {} | undefined;
1909
- search?: {} | undefined;
1910
- slice?: {} | undefined;
1911
- split?: {} | undefined;
1912
- substring?: {} | undefined;
1913
- toLowerCase?: (() => string) | undefined;
1914
- toLocaleLowerCase?: {} | undefined;
1915
- toUpperCase?: (() => string) | undefined;
1916
- toLocaleUpperCase?: {} | undefined;
1917
- trim?: (() => string) | undefined;
1918
- readonly length?: number | undefined;
1919
- substr?: {} | undefined;
1920
- valueOf?: (() => string) | undefined;
1921
- codePointAt?: {} | undefined;
1922
- includes?: {} | undefined;
1923
- endsWith?: {} | undefined;
1924
- normalize?: {} | undefined;
1925
- repeat?: {} | undefined;
1926
- startsWith?: {} | undefined;
1927
- anchor?: {} | undefined;
1928
- big?: (() => string) | undefined;
1929
- blink?: (() => string) | undefined;
1930
- bold?: (() => string) | undefined;
1931
- fixed?: (() => string) | undefined;
1932
- fontcolor?: {} | undefined;
1933
- fontsize?: {} | undefined;
1934
- italics?: (() => string) | undefined;
1935
- link?: {} | undefined;
1936
- small?: (() => string) | undefined;
1937
- strike?: (() => string) | undefined;
1938
- sub?: (() => string) | undefined;
1939
- sup?: (() => string) | undefined;
1940
- padStart?: {} | undefined;
1941
- padEnd?: {} | undefined;
1942
- trimEnd?: (() => string) | undefined;
1943
- trimStart?: (() => string) | undefined;
1944
- trimLeft?: (() => string) | undefined;
1945
- trimRight?: (() => string) | undefined;
1946
- matchAll?: {} | undefined;
1947
- replaceAll?: {} | undefined;
1948
- at?: {} | undefined;
1949
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
1950
- })[] | undefined;
1951
- additionalProperties?: {
1952
- [x: string]: unknown;
1953
- } | undefined;
1954
- }>(override?: O | undefined) => Record<"voyage/voyage-4-large", {
1955
- name: string;
1956
- created: string;
1957
- context: number;
1958
- modalities: {
1959
- input: readonly ["text"];
1960
- output: readonly ["embedding"];
1961
- };
1962
- providers: readonly ["voyage"];
1963
- } & O>))[];
1964
- readonly "v2.x": readonly [<const O extends {
1965
- name?: string | undefined;
1966
- created?: string | undefined;
1967
- knowledge?: string | undefined;
1968
- modalities?: {
1969
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
1970
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
1971
- } | undefined;
1972
- context?: number | undefined;
1973
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
1974
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
1975
- readonly [x: number]: string | undefined;
1976
- toString?: (() => string) | undefined;
1977
- charAt?: {} | undefined;
1978
- charCodeAt?: {} | undefined;
1979
- concat?: {} | undefined;
1980
- indexOf?: {} | undefined;
1981
- lastIndexOf?: {} | undefined;
1982
- localeCompare?: {} | undefined;
1983
- match?: {} | undefined;
1984
- replace?: {} | undefined;
1985
- search?: {} | undefined;
1986
- slice?: {} | undefined;
1987
- split?: {} | undefined;
1988
- substring?: {} | undefined;
1989
- toLowerCase?: (() => string) | undefined;
1990
- toLocaleLowerCase?: {} | undefined;
1991
- toUpperCase?: (() => string) | undefined;
1992
- toLocaleUpperCase?: {} | undefined;
1993
- trim?: (() => string) | undefined;
1994
- readonly length?: number | undefined;
1995
- substr?: {} | undefined;
1996
- valueOf?: (() => string) | undefined;
1997
- codePointAt?: {} | undefined;
1998
- includes?: {} | undefined;
1999
- endsWith?: {} | undefined;
2000
- normalize?: {} | undefined;
2001
- repeat?: {} | undefined;
2002
- startsWith?: {} | undefined;
2003
- anchor?: {} | undefined;
2004
- big?: (() => string) | undefined;
2005
- blink?: (() => string) | undefined;
2006
- bold?: (() => string) | undefined;
2007
- fixed?: (() => string) | undefined;
2008
- fontcolor?: {} | undefined;
2009
- fontsize?: {} | undefined;
2010
- italics?: (() => string) | undefined;
2011
- link?: {} | undefined;
2012
- small?: (() => string) | undefined;
2013
- strike?: (() => string) | undefined;
2014
- sub?: (() => string) | undefined;
2015
- sup?: (() => string) | undefined;
2016
- padStart?: {} | undefined;
2017
- padEnd?: {} | undefined;
2018
- trimEnd?: (() => string) | undefined;
2019
- trimStart?: (() => string) | undefined;
2020
- trimLeft?: (() => string) | undefined;
2021
- trimRight?: (() => string) | undefined;
2022
- matchAll?: {} | undefined;
2023
- replaceAll?: {} | undefined;
2024
- at?: {} | undefined;
2025
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2026
- })[] | undefined;
2027
- additionalProperties?: {
2028
- [x: string]: unknown;
2029
- } | undefined;
2030
- }>(override?: O | undefined) => Record<"voyage/voyage-2-code", {
2031
- name: string;
2032
- created: string;
2033
- context: number;
2034
- modalities: {
2035
- input: readonly ["text"];
2036
- output: readonly ["embedding"];
2037
- };
2038
- providers: readonly ["voyage"];
2039
- } & O>, <const O extends {
2040
- name?: string | undefined;
2041
- created?: string | undefined;
2042
- knowledge?: string | undefined;
2043
- modalities?: {
2044
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2045
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2046
- } | undefined;
2047
- context?: number | undefined;
2048
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2049
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2050
- readonly [x: number]: string | undefined;
2051
- toString?: (() => string) | undefined;
2052
- charAt?: {} | undefined;
2053
- charCodeAt?: {} | undefined;
2054
- concat?: {} | undefined;
2055
- indexOf?: {} | undefined;
2056
- lastIndexOf?: {} | undefined;
2057
- localeCompare?: {} | undefined;
2058
- match?: {} | undefined;
2059
- replace?: {} | undefined;
2060
- search?: {} | undefined;
2061
- slice?: {} | undefined;
2062
- split?: {} | undefined;
2063
- substring?: {} | undefined;
2064
- toLowerCase?: (() => string) | undefined;
2065
- toLocaleLowerCase?: {} | undefined;
2066
- toUpperCase?: (() => string) | undefined;
2067
- toLocaleUpperCase?: {} | undefined;
2068
- trim?: (() => string) | undefined;
2069
- readonly length?: number | undefined;
2070
- substr?: {} | undefined;
2071
- valueOf?: (() => string) | undefined;
2072
- codePointAt?: {} | undefined;
2073
- includes?: {} | undefined;
2074
- endsWith?: {} | undefined;
2075
- normalize?: {} | undefined;
2076
- repeat?: {} | undefined;
2077
- startsWith?: {} | undefined;
2078
- anchor?: {} | undefined;
2079
- big?: (() => string) | undefined;
2080
- blink?: (() => string) | undefined;
2081
- bold?: (() => string) | undefined;
2082
- fixed?: (() => string) | undefined;
2083
- fontcolor?: {} | undefined;
2084
- fontsize?: {} | undefined;
2085
- italics?: (() => string) | undefined;
2086
- link?: {} | undefined;
2087
- small?: (() => string) | undefined;
2088
- strike?: (() => string) | undefined;
2089
- sub?: (() => string) | undefined;
2090
- sup?: (() => string) | undefined;
2091
- padStart?: {} | undefined;
2092
- padEnd?: {} | undefined;
2093
- trimEnd?: (() => string) | undefined;
2094
- trimStart?: (() => string) | undefined;
2095
- trimLeft?: (() => string) | undefined;
2096
- trimRight?: (() => string) | undefined;
2097
- matchAll?: {} | undefined;
2098
- replaceAll?: {} | undefined;
2099
- at?: {} | undefined;
2100
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2101
- })[] | undefined;
2102
- additionalProperties?: {
2103
- [x: string]: unknown;
2104
- } | undefined;
2105
- }>(override?: O | undefined) => Record<"voyage/voyage-2-finance", {
2106
- name: string;
2107
- created: string;
2108
- context: number;
2109
- modalities: {
2110
- input: readonly ["text"];
2111
- output: readonly ["embedding"];
2112
- };
2113
- providers: readonly ["voyage"];
2114
- } & O>, <const O extends {
2115
- name?: string | undefined;
2116
- created?: string | undefined;
2117
- knowledge?: string | undefined;
2118
- modalities?: {
2119
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2120
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2121
- } | undefined;
2122
- context?: number | undefined;
2123
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2124
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2125
- readonly [x: number]: string | undefined;
2126
- toString?: (() => string) | undefined;
2127
- charAt?: {} | undefined;
2128
- charCodeAt?: {} | undefined;
2129
- concat?: {} | undefined;
2130
- indexOf?: {} | undefined;
2131
- lastIndexOf?: {} | undefined;
2132
- localeCompare?: {} | undefined;
2133
- match?: {} | undefined;
2134
- replace?: {} | undefined;
2135
- search?: {} | undefined;
2136
- slice?: {} | undefined;
2137
- split?: {} | undefined;
2138
- substring?: {} | undefined;
2139
- toLowerCase?: (() => string) | undefined;
2140
- toLocaleLowerCase?: {} | undefined;
2141
- toUpperCase?: (() => string) | undefined;
2142
- toLocaleUpperCase?: {} | undefined;
2143
- trim?: (() => string) | undefined;
2144
- readonly length?: number | undefined;
2145
- substr?: {} | undefined;
2146
- valueOf?: (() => string) | undefined;
2147
- codePointAt?: {} | undefined;
2148
- includes?: {} | undefined;
2149
- endsWith?: {} | undefined;
2150
- normalize?: {} | undefined;
2151
- repeat?: {} | undefined;
2152
- startsWith?: {} | undefined;
2153
- anchor?: {} | undefined;
2154
- big?: (() => string) | undefined;
2155
- blink?: (() => string) | undefined;
2156
- bold?: (() => string) | undefined;
2157
- fixed?: (() => string) | undefined;
2158
- fontcolor?: {} | undefined;
2159
- fontsize?: {} | undefined;
2160
- italics?: (() => string) | undefined;
2161
- link?: {} | undefined;
2162
- small?: (() => string) | undefined;
2163
- strike?: (() => string) | undefined;
2164
- sub?: (() => string) | undefined;
2165
- sup?: (() => string) | undefined;
2166
- padStart?: {} | undefined;
2167
- padEnd?: {} | undefined;
2168
- trimEnd?: (() => string) | undefined;
2169
- trimStart?: (() => string) | undefined;
2170
- trimLeft?: (() => string) | undefined;
2171
- trimRight?: (() => string) | undefined;
2172
- matchAll?: {} | undefined;
2173
- replaceAll?: {} | undefined;
2174
- at?: {} | undefined;
2175
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2176
- })[] | undefined;
2177
- additionalProperties?: {
2178
- [x: string]: unknown;
2179
- } | undefined;
2180
- }>(override?: O | undefined) => Record<"voyage/voyage-2-law", {
2181
- name: string;
2182
- created: string;
2183
- context: number;
2184
- modalities: {
2185
- input: readonly ["text"];
2186
- output: readonly ["embedding"];
2187
- };
2188
- providers: readonly ["voyage"];
2189
- } & O>];
2190
- readonly "v3.x": readonly [<const O extends {
2191
- name?: string | undefined;
2192
- created?: string | undefined;
2193
- knowledge?: string | undefined;
2194
- modalities?: {
2195
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2196
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2197
- } | undefined;
2198
- context?: number | undefined;
2199
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2200
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2201
- readonly [x: number]: string | undefined;
2202
- toString?: (() => string) | undefined;
2203
- charAt?: {} | undefined;
2204
- charCodeAt?: {} | undefined;
2205
- concat?: {} | undefined;
2206
- indexOf?: {} | undefined;
2207
- lastIndexOf?: {} | undefined;
2208
- localeCompare?: {} | undefined;
2209
- match?: {} | undefined;
2210
- replace?: {} | undefined;
2211
- search?: {} | undefined;
2212
- slice?: {} | undefined;
2213
- split?: {} | undefined;
2214
- substring?: {} | undefined;
2215
- toLowerCase?: (() => string) | undefined;
2216
- toLocaleLowerCase?: {} | undefined;
2217
- toUpperCase?: (() => string) | undefined;
2218
- toLocaleUpperCase?: {} | undefined;
2219
- trim?: (() => string) | undefined;
2220
- readonly length?: number | undefined;
2221
- substr?: {} | undefined;
2222
- valueOf?: (() => string) | undefined;
2223
- codePointAt?: {} | undefined;
2224
- includes?: {} | undefined;
2225
- endsWith?: {} | undefined;
2226
- normalize?: {} | undefined;
2227
- repeat?: {} | undefined;
2228
- startsWith?: {} | undefined;
2229
- anchor?: {} | undefined;
2230
- big?: (() => string) | undefined;
2231
- blink?: (() => string) | undefined;
2232
- bold?: (() => string) | undefined;
2233
- fixed?: (() => string) | undefined;
2234
- fontcolor?: {} | undefined;
2235
- fontsize?: {} | undefined;
2236
- italics?: (() => string) | undefined;
2237
- link?: {} | undefined;
2238
- small?: (() => string) | undefined;
2239
- strike?: (() => string) | undefined;
2240
- sub?: (() => string) | undefined;
2241
- sup?: (() => string) | undefined;
2242
- padStart?: {} | undefined;
2243
- padEnd?: {} | undefined;
2244
- trimEnd?: (() => string) | undefined;
2245
- trimStart?: (() => string) | undefined;
2246
- trimLeft?: (() => string) | undefined;
2247
- trimRight?: (() => string) | undefined;
2248
- matchAll?: {} | undefined;
2249
- replaceAll?: {} | undefined;
2250
- at?: {} | undefined;
2251
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2252
- })[] | undefined;
2253
- additionalProperties?: {
2254
- [x: string]: unknown;
2255
- } | undefined;
2256
- }>(override?: O | undefined) => Record<"voyage/voyage-3-code", {
2257
- name: string;
2258
- created: string;
2259
- context: number;
2260
- modalities: {
2261
- input: readonly ["text"];
2262
- output: readonly ["embedding"];
2263
- };
2264
- providers: readonly ["voyage"];
2265
- } & O>, <const O extends {
2266
- name?: string | undefined;
2267
- created?: string | undefined;
2268
- knowledge?: string | undefined;
2269
- modalities?: {
2270
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2271
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2272
- } | undefined;
2273
- context?: number | undefined;
2274
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2275
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2276
- readonly [x: number]: string | undefined;
2277
- toString?: (() => string) | undefined;
2278
- charAt?: {} | undefined;
2279
- charCodeAt?: {} | undefined;
2280
- concat?: {} | undefined;
2281
- indexOf?: {} | undefined;
2282
- lastIndexOf?: {} | undefined;
2283
- localeCompare?: {} | undefined;
2284
- match?: {} | undefined;
2285
- replace?: {} | undefined;
2286
- search?: {} | undefined;
2287
- slice?: {} | undefined;
2288
- split?: {} | undefined;
2289
- substring?: {} | undefined;
2290
- toLowerCase?: (() => string) | undefined;
2291
- toLocaleLowerCase?: {} | undefined;
2292
- toUpperCase?: (() => string) | undefined;
2293
- toLocaleUpperCase?: {} | undefined;
2294
- trim?: (() => string) | undefined;
2295
- readonly length?: number | undefined;
2296
- substr?: {} | undefined;
2297
- valueOf?: (() => string) | undefined;
2298
- codePointAt?: {} | undefined;
2299
- includes?: {} | undefined;
2300
- endsWith?: {} | undefined;
2301
- normalize?: {} | undefined;
2302
- repeat?: {} | undefined;
2303
- startsWith?: {} | undefined;
2304
- anchor?: {} | undefined;
2305
- big?: (() => string) | undefined;
2306
- blink?: (() => string) | undefined;
2307
- bold?: (() => string) | undefined;
2308
- fixed?: (() => string) | undefined;
2309
- fontcolor?: {} | undefined;
2310
- fontsize?: {} | undefined;
2311
- italics?: (() => string) | undefined;
2312
- link?: {} | undefined;
2313
- small?: (() => string) | undefined;
2314
- strike?: (() => string) | undefined;
2315
- sub?: (() => string) | undefined;
2316
- sup?: (() => string) | undefined;
2317
- padStart?: {} | undefined;
2318
- padEnd?: {} | undefined;
2319
- trimEnd?: (() => string) | undefined;
2320
- trimStart?: (() => string) | undefined;
2321
- trimLeft?: (() => string) | undefined;
2322
- trimRight?: (() => string) | undefined;
2323
- matchAll?: {} | undefined;
2324
- replaceAll?: {} | undefined;
2325
- at?: {} | undefined;
2326
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2327
- })[] | undefined;
2328
- additionalProperties?: {
2329
- [x: string]: unknown;
2330
- } | undefined;
2331
- }>(override?: O | undefined) => Record<"voyage/voyage-3-large", {
2332
- name: string;
2333
- created: string;
2334
- context: number;
2335
- modalities: {
2336
- input: readonly ["text"];
2337
- output: readonly ["embedding"];
2338
- };
2339
- providers: readonly ["voyage"];
2340
- } & O>, <const O extends {
2341
- name?: string | undefined;
2342
- created?: string | undefined;
2343
- knowledge?: string | undefined;
2344
- modalities?: {
2345
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2346
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2347
- } | undefined;
2348
- context?: number | undefined;
2349
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2350
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2351
- readonly [x: number]: string | undefined;
2352
- toString?: (() => string) | undefined;
2353
- charAt?: {} | undefined;
2354
- charCodeAt?: {} | undefined;
2355
- concat?: {} | undefined;
2356
- indexOf?: {} | undefined;
2357
- lastIndexOf?: {} | undefined;
2358
- localeCompare?: {} | undefined;
2359
- match?: {} | undefined;
2360
- replace?: {} | undefined;
2361
- search?: {} | undefined;
2362
- slice?: {} | undefined;
2363
- split?: {} | undefined;
2364
- substring?: {} | undefined;
2365
- toLowerCase?: (() => string) | undefined;
2366
- toLocaleLowerCase?: {} | undefined;
2367
- toUpperCase?: (() => string) | undefined;
2368
- toLocaleUpperCase?: {} | undefined;
2369
- trim?: (() => string) | undefined;
2370
- readonly length?: number | undefined;
2371
- substr?: {} | undefined;
2372
- valueOf?: (() => string) | undefined;
2373
- codePointAt?: {} | undefined;
2374
- includes?: {} | undefined;
2375
- endsWith?: {} | undefined;
2376
- normalize?: {} | undefined;
2377
- repeat?: {} | undefined;
2378
- startsWith?: {} | undefined;
2379
- anchor?: {} | undefined;
2380
- big?: (() => string) | undefined;
2381
- blink?: (() => string) | undefined;
2382
- bold?: (() => string) | undefined;
2383
- fixed?: (() => string) | undefined;
2384
- fontcolor?: {} | undefined;
2385
- fontsize?: {} | undefined;
2386
- italics?: (() => string) | undefined;
2387
- link?: {} | undefined;
2388
- small?: (() => string) | undefined;
2389
- strike?: (() => string) | undefined;
2390
- sub?: (() => string) | undefined;
2391
- sup?: (() => string) | undefined;
2392
- padStart?: {} | undefined;
2393
- padEnd?: {} | undefined;
2394
- trimEnd?: (() => string) | undefined;
2395
- trimStart?: (() => string) | undefined;
2396
- trimLeft?: (() => string) | undefined;
2397
- trimRight?: (() => string) | undefined;
2398
- matchAll?: {} | undefined;
2399
- replaceAll?: {} | undefined;
2400
- at?: {} | undefined;
2401
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2402
- })[] | undefined;
2403
- additionalProperties?: {
2404
- [x: string]: unknown;
2405
- } | undefined;
2406
- }>(override?: O | undefined) => Record<"voyage/voyage-3.5", {
2407
- name: string;
2408
- created: string;
2409
- context: number;
2410
- modalities: {
2411
- input: readonly ["text"];
2412
- output: readonly ["embedding"];
2413
- };
2414
- providers: readonly ["voyage"];
2415
- } & O>, <const O extends {
2416
- name?: string | undefined;
2417
- created?: string | undefined;
2418
- knowledge?: string | undefined;
2419
- modalities?: {
2420
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2421
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2422
- } | undefined;
2423
- context?: number | undefined;
2424
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2425
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2426
- readonly [x: number]: string | undefined;
2427
- toString?: (() => string) | undefined;
2428
- charAt?: {} | undefined;
2429
- charCodeAt?: {} | undefined;
2430
- concat?: {} | undefined;
2431
- indexOf?: {} | undefined;
2432
- lastIndexOf?: {} | undefined;
2433
- localeCompare?: {} | undefined;
2434
- match?: {} | undefined;
2435
- replace?: {} | undefined;
2436
- search?: {} | undefined;
2437
- slice?: {} | undefined;
2438
- split?: {} | undefined;
2439
- substring?: {} | undefined;
2440
- toLowerCase?: (() => string) | undefined;
2441
- toLocaleLowerCase?: {} | undefined;
2442
- toUpperCase?: (() => string) | undefined;
2443
- toLocaleUpperCase?: {} | undefined;
2444
- trim?: (() => string) | undefined;
2445
- readonly length?: number | undefined;
2446
- substr?: {} | undefined;
2447
- valueOf?: (() => string) | undefined;
2448
- codePointAt?: {} | undefined;
2449
- includes?: {} | undefined;
2450
- endsWith?: {} | undefined;
2451
- normalize?: {} | undefined;
2452
- repeat?: {} | undefined;
2453
- startsWith?: {} | undefined;
2454
- anchor?: {} | undefined;
2455
- big?: (() => string) | undefined;
2456
- blink?: (() => string) | undefined;
2457
- bold?: (() => string) | undefined;
2458
- fixed?: (() => string) | undefined;
2459
- fontcolor?: {} | undefined;
2460
- fontsize?: {} | undefined;
2461
- italics?: (() => string) | undefined;
2462
- link?: {} | undefined;
2463
- small?: (() => string) | undefined;
2464
- strike?: (() => string) | undefined;
2465
- sub?: (() => string) | undefined;
2466
- sup?: (() => string) | undefined;
2467
- padStart?: {} | undefined;
2468
- padEnd?: {} | undefined;
2469
- trimEnd?: (() => string) | undefined;
2470
- trimStart?: (() => string) | undefined;
2471
- trimLeft?: (() => string) | undefined;
2472
- trimRight?: (() => string) | undefined;
2473
- matchAll?: {} | undefined;
2474
- replaceAll?: {} | undefined;
2475
- at?: {} | undefined;
2476
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2477
- })[] | undefined;
2478
- additionalProperties?: {
2479
- [x: string]: unknown;
2480
- } | undefined;
2481
- }>(override?: O | undefined) => Record<"voyage/voyage-3.5-lite", {
2482
- name: string;
2483
- created: string;
2484
- context: number;
2485
- modalities: {
2486
- input: readonly ["text"];
2487
- output: readonly ["embedding"];
2488
- };
2489
- providers: readonly ["voyage"];
2490
- } & O>];
2491
- readonly "v4.x": readonly [<const O extends {
2492
- name?: string | undefined;
2493
- created?: string | undefined;
2494
- knowledge?: string | undefined;
2495
- modalities?: {
2496
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2497
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2498
- } | undefined;
2499
- context?: number | undefined;
2500
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2501
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2502
- readonly [x: number]: string | undefined;
2503
- toString?: (() => string) | undefined;
2504
- charAt?: {} | undefined;
2505
- charCodeAt?: {} | undefined;
2506
- concat?: {} | undefined;
2507
- indexOf?: {} | undefined;
2508
- lastIndexOf?: {} | undefined;
2509
- localeCompare?: {} | undefined;
2510
- match?: {} | undefined;
2511
- replace?: {} | undefined;
2512
- search?: {} | undefined;
2513
- slice?: {} | undefined;
2514
- split?: {} | undefined;
2515
- substring?: {} | undefined;
2516
- toLowerCase?: (() => string) | undefined;
2517
- toLocaleLowerCase?: {} | undefined;
2518
- toUpperCase?: (() => string) | undefined;
2519
- toLocaleUpperCase?: {} | undefined;
2520
- trim?: (() => string) | undefined;
2521
- readonly length?: number | undefined;
2522
- substr?: {} | undefined;
2523
- valueOf?: (() => string) | undefined;
2524
- codePointAt?: {} | undefined;
2525
- includes?: {} | undefined;
2526
- endsWith?: {} | undefined;
2527
- normalize?: {} | undefined;
2528
- repeat?: {} | undefined;
2529
- startsWith?: {} | undefined;
2530
- anchor?: {} | undefined;
2531
- big?: (() => string) | undefined;
2532
- blink?: (() => string) | undefined;
2533
- bold?: (() => string) | undefined;
2534
- fixed?: (() => string) | undefined;
2535
- fontcolor?: {} | undefined;
2536
- fontsize?: {} | undefined;
2537
- italics?: (() => string) | undefined;
2538
- link?: {} | undefined;
2539
- small?: (() => string) | undefined;
2540
- strike?: (() => string) | undefined;
2541
- sub?: (() => string) | undefined;
2542
- sup?: (() => string) | undefined;
2543
- padStart?: {} | undefined;
2544
- padEnd?: {} | undefined;
2545
- trimEnd?: (() => string) | undefined;
2546
- trimStart?: (() => string) | undefined;
2547
- trimLeft?: (() => string) | undefined;
2548
- trimRight?: (() => string) | undefined;
2549
- matchAll?: {} | undefined;
2550
- replaceAll?: {} | undefined;
2551
- at?: {} | undefined;
2552
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2553
- })[] | undefined;
2554
- additionalProperties?: {
2555
- [x: string]: unknown;
2556
- } | undefined;
2557
- }>(override?: O | undefined) => Record<"voyage/voyage-4-lite", {
2558
- name: string;
2559
- created: string;
2560
- context: number;
2561
- modalities: {
2562
- input: readonly ["text"];
2563
- output: readonly ["embedding"];
2564
- };
2565
- providers: readonly ["voyage"];
2566
- } & O>, <const O extends {
2567
- name?: string | undefined;
2568
- created?: string | undefined;
2569
- knowledge?: string | undefined;
2570
- modalities?: {
2571
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2572
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2573
- } | undefined;
2574
- context?: number | undefined;
2575
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2576
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2577
- readonly [x: number]: string | undefined;
2578
- toString?: (() => string) | undefined;
2579
- charAt?: {} | undefined;
2580
- charCodeAt?: {} | undefined;
2581
- concat?: {} | undefined;
2582
- indexOf?: {} | undefined;
2583
- lastIndexOf?: {} | undefined;
2584
- localeCompare?: {} | undefined;
2585
- match?: {} | undefined;
2586
- replace?: {} | undefined;
2587
- search?: {} | undefined;
2588
- slice?: {} | undefined;
2589
- split?: {} | undefined;
2590
- substring?: {} | undefined;
2591
- toLowerCase?: (() => string) | undefined;
2592
- toLocaleLowerCase?: {} | undefined;
2593
- toUpperCase?: (() => string) | undefined;
2594
- toLocaleUpperCase?: {} | undefined;
2595
- trim?: (() => string) | undefined;
2596
- readonly length?: number | undefined;
2597
- substr?: {} | undefined;
2598
- valueOf?: (() => string) | undefined;
2599
- codePointAt?: {} | undefined;
2600
- includes?: {} | undefined;
2601
- endsWith?: {} | undefined;
2602
- normalize?: {} | undefined;
2603
- repeat?: {} | undefined;
2604
- startsWith?: {} | undefined;
2605
- anchor?: {} | undefined;
2606
- big?: (() => string) | undefined;
2607
- blink?: (() => string) | undefined;
2608
- bold?: (() => string) | undefined;
2609
- fixed?: (() => string) | undefined;
2610
- fontcolor?: {} | undefined;
2611
- fontsize?: {} | undefined;
2612
- italics?: (() => string) | undefined;
2613
- link?: {} | undefined;
2614
- small?: (() => string) | undefined;
2615
- strike?: (() => string) | undefined;
2616
- sub?: (() => string) | undefined;
2617
- sup?: (() => string) | undefined;
2618
- padStart?: {} | undefined;
2619
- padEnd?: {} | undefined;
2620
- trimEnd?: (() => string) | undefined;
2621
- trimStart?: (() => string) | undefined;
2622
- trimLeft?: (() => string) | undefined;
2623
- trimRight?: (() => string) | undefined;
2624
- matchAll?: {} | undefined;
2625
- replaceAll?: {} | undefined;
2626
- at?: {} | undefined;
2627
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2628
- })[] | undefined;
2629
- additionalProperties?: {
2630
- [x: string]: unknown;
2631
- } | undefined;
2632
- }>(override?: O | undefined) => Record<"voyage/voyage-4", {
2633
- name: string;
2634
- created: string;
2635
- context: number;
2636
- modalities: {
2637
- input: readonly ["text"];
2638
- output: readonly ["embedding"];
2639
- };
2640
- providers: readonly ["voyage"];
2641
- } & O>, <const O extends {
2642
- name?: string | undefined;
2643
- created?: string | undefined;
2644
- knowledge?: string | undefined;
2645
- modalities?: {
2646
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2647
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2648
- } | undefined;
2649
- context?: number | undefined;
2650
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2651
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2652
- readonly [x: number]: string | undefined;
2653
- toString?: (() => string) | undefined;
2654
- charAt?: {} | undefined;
2655
- charCodeAt?: {} | undefined;
2656
- concat?: {} | undefined;
2657
- indexOf?: {} | undefined;
2658
- lastIndexOf?: {} | undefined;
2659
- localeCompare?: {} | undefined;
2660
- match?: {} | undefined;
2661
- replace?: {} | undefined;
2662
- search?: {} | undefined;
2663
- slice?: {} | undefined;
2664
- split?: {} | undefined;
2665
- substring?: {} | undefined;
2666
- toLowerCase?: (() => string) | undefined;
2667
- toLocaleLowerCase?: {} | undefined;
2668
- toUpperCase?: (() => string) | undefined;
2669
- toLocaleUpperCase?: {} | undefined;
2670
- trim?: (() => string) | undefined;
2671
- readonly length?: number | undefined;
2672
- substr?: {} | undefined;
2673
- valueOf?: (() => string) | undefined;
2674
- codePointAt?: {} | undefined;
2675
- includes?: {} | undefined;
2676
- endsWith?: {} | undefined;
2677
- normalize?: {} | undefined;
2678
- repeat?: {} | undefined;
2679
- startsWith?: {} | undefined;
2680
- anchor?: {} | undefined;
2681
- big?: (() => string) | undefined;
2682
- blink?: (() => string) | undefined;
2683
- bold?: (() => string) | undefined;
2684
- fixed?: (() => string) | undefined;
2685
- fontcolor?: {} | undefined;
2686
- fontsize?: {} | undefined;
2687
- italics?: (() => string) | undefined;
2688
- link?: {} | undefined;
2689
- small?: (() => string) | undefined;
2690
- strike?: (() => string) | undefined;
2691
- sub?: (() => string) | undefined;
2692
- sup?: (() => string) | undefined;
2693
- padStart?: {} | undefined;
2694
- padEnd?: {} | undefined;
2695
- trimEnd?: (() => string) | undefined;
2696
- trimStart?: (() => string) | undefined;
2697
- trimLeft?: (() => string) | undefined;
2698
- trimRight?: (() => string) | undefined;
2699
- matchAll?: {} | undefined;
2700
- replaceAll?: {} | undefined;
2701
- at?: {} | undefined;
2702
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2703
- })[] | undefined;
2704
- additionalProperties?: {
2705
- [x: string]: unknown;
2706
- } | undefined;
2707
- }>(override?: O | undefined) => Record<"voyage/voyage-4-large", {
2708
- name: string;
2709
- created: string;
2710
- context: number;
2711
- modalities: {
2712
- input: readonly ["text"];
2713
- output: readonly ["embedding"];
2714
- };
2715
- providers: readonly ["voyage"];
2716
- } & O>];
2717
- readonly v2: readonly [<const O extends {
2718
- name?: string | undefined;
2719
- created?: string | undefined;
2720
- knowledge?: string | undefined;
2721
- modalities?: {
2722
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2723
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2724
- } | undefined;
2725
- context?: number | undefined;
2726
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2727
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2728
- readonly [x: number]: string | undefined;
2729
- toString?: (() => string) | undefined;
2730
- charAt?: {} | undefined;
2731
- charCodeAt?: {} | undefined;
2732
- concat?: {} | undefined;
2733
- indexOf?: {} | undefined;
2734
- lastIndexOf?: {} | undefined;
2735
- localeCompare?: {} | undefined;
2736
- match?: {} | undefined;
2737
- replace?: {} | undefined;
2738
- search?: {} | undefined;
2739
- slice?: {} | undefined;
2740
- split?: {} | undefined;
2741
- substring?: {} | undefined;
2742
- toLowerCase?: (() => string) | undefined;
2743
- toLocaleLowerCase?: {} | undefined;
2744
- toUpperCase?: (() => string) | undefined;
2745
- toLocaleUpperCase?: {} | undefined;
2746
- trim?: (() => string) | undefined;
2747
- readonly length?: number | undefined;
2748
- substr?: {} | undefined;
2749
- valueOf?: (() => string) | undefined;
2750
- codePointAt?: {} | undefined;
2751
- includes?: {} | undefined;
2752
- endsWith?: {} | undefined;
2753
- normalize?: {} | undefined;
2754
- repeat?: {} | undefined;
2755
- startsWith?: {} | undefined;
2756
- anchor?: {} | undefined;
2757
- big?: (() => string) | undefined;
2758
- blink?: (() => string) | undefined;
2759
- bold?: (() => string) | undefined;
2760
- fixed?: (() => string) | undefined;
2761
- fontcolor?: {} | undefined;
2762
- fontsize?: {} | undefined;
2763
- italics?: (() => string) | undefined;
2764
- link?: {} | undefined;
2765
- small?: (() => string) | undefined;
2766
- strike?: (() => string) | undefined;
2767
- sub?: (() => string) | undefined;
2768
- sup?: (() => string) | undefined;
2769
- padStart?: {} | undefined;
2770
- padEnd?: {} | undefined;
2771
- trimEnd?: (() => string) | undefined;
2772
- trimStart?: (() => string) | undefined;
2773
- trimLeft?: (() => string) | undefined;
2774
- trimRight?: (() => string) | undefined;
2775
- matchAll?: {} | undefined;
2776
- replaceAll?: {} | undefined;
2777
- at?: {} | undefined;
2778
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2779
- })[] | undefined;
2780
- additionalProperties?: {
2781
- [x: string]: unknown;
2782
- } | undefined;
2783
- }>(override?: O | undefined) => Record<"voyage/voyage-2-code", {
2784
- name: string;
2785
- created: string;
2786
- context: number;
2787
- modalities: {
2788
- input: readonly ["text"];
2789
- output: readonly ["embedding"];
2790
- };
2791
- providers: readonly ["voyage"];
2792
- } & O>, <const O extends {
2793
- name?: string | undefined;
2794
- created?: string | undefined;
2795
- knowledge?: string | undefined;
2796
- modalities?: {
2797
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2798
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2799
- } | undefined;
2800
- context?: number | undefined;
2801
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2802
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2803
- readonly [x: number]: string | undefined;
2804
- toString?: (() => string) | undefined;
2805
- charAt?: {} | undefined;
2806
- charCodeAt?: {} | undefined;
2807
- concat?: {} | undefined;
2808
- indexOf?: {} | undefined;
2809
- lastIndexOf?: {} | undefined;
2810
- localeCompare?: {} | undefined;
2811
- match?: {} | undefined;
2812
- replace?: {} | undefined;
2813
- search?: {} | undefined;
2814
- slice?: {} | undefined;
2815
- split?: {} | undefined;
2816
- substring?: {} | undefined;
2817
- toLowerCase?: (() => string) | undefined;
2818
- toLocaleLowerCase?: {} | undefined;
2819
- toUpperCase?: (() => string) | undefined;
2820
- toLocaleUpperCase?: {} | undefined;
2821
- trim?: (() => string) | undefined;
2822
- readonly length?: number | undefined;
2823
- substr?: {} | undefined;
2824
- valueOf?: (() => string) | undefined;
2825
- codePointAt?: {} | undefined;
2826
- includes?: {} | undefined;
2827
- endsWith?: {} | undefined;
2828
- normalize?: {} | undefined;
2829
- repeat?: {} | undefined;
2830
- startsWith?: {} | undefined;
2831
- anchor?: {} | undefined;
2832
- big?: (() => string) | undefined;
2833
- blink?: (() => string) | undefined;
2834
- bold?: (() => string) | undefined;
2835
- fixed?: (() => string) | undefined;
2836
- fontcolor?: {} | undefined;
2837
- fontsize?: {} | undefined;
2838
- italics?: (() => string) | undefined;
2839
- link?: {} | undefined;
2840
- small?: (() => string) | undefined;
2841
- strike?: (() => string) | undefined;
2842
- sub?: (() => string) | undefined;
2843
- sup?: (() => string) | undefined;
2844
- padStart?: {} | undefined;
2845
- padEnd?: {} | undefined;
2846
- trimEnd?: (() => string) | undefined;
2847
- trimStart?: (() => string) | undefined;
2848
- trimLeft?: (() => string) | undefined;
2849
- trimRight?: (() => string) | undefined;
2850
- matchAll?: {} | undefined;
2851
- replaceAll?: {} | undefined;
2852
- at?: {} | undefined;
2853
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2854
- })[] | undefined;
2855
- additionalProperties?: {
2856
- [x: string]: unknown;
2857
- } | undefined;
2858
- }>(override?: O | undefined) => Record<"voyage/voyage-2-finance", {
2859
- name: string;
2860
- created: string;
2861
- context: number;
2862
- modalities: {
2863
- input: readonly ["text"];
2864
- output: readonly ["embedding"];
2865
- };
2866
- providers: readonly ["voyage"];
2867
- } & O>, <const O extends {
2868
- name?: string | undefined;
2869
- created?: string | undefined;
2870
- knowledge?: string | undefined;
2871
- modalities?: {
2872
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2873
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2874
- } | undefined;
2875
- context?: number | undefined;
2876
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2877
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2878
- readonly [x: number]: string | undefined;
2879
- toString?: (() => string) | undefined;
2880
- charAt?: {} | undefined;
2881
- charCodeAt?: {} | undefined;
2882
- concat?: {} | undefined;
2883
- indexOf?: {} | undefined;
2884
- lastIndexOf?: {} | undefined;
2885
- localeCompare?: {} | undefined;
2886
- match?: {} | undefined;
2887
- replace?: {} | undefined;
2888
- search?: {} | undefined;
2889
- slice?: {} | undefined;
2890
- split?: {} | undefined;
2891
- substring?: {} | undefined;
2892
- toLowerCase?: (() => string) | undefined;
2893
- toLocaleLowerCase?: {} | undefined;
2894
- toUpperCase?: (() => string) | undefined;
2895
- toLocaleUpperCase?: {} | undefined;
2896
- trim?: (() => string) | undefined;
2897
- readonly length?: number | undefined;
2898
- substr?: {} | undefined;
2899
- valueOf?: (() => string) | undefined;
2900
- codePointAt?: {} | undefined;
2901
- includes?: {} | undefined;
2902
- endsWith?: {} | undefined;
2903
- normalize?: {} | undefined;
2904
- repeat?: {} | undefined;
2905
- startsWith?: {} | undefined;
2906
- anchor?: {} | undefined;
2907
- big?: (() => string) | undefined;
2908
- blink?: (() => string) | undefined;
2909
- bold?: (() => string) | undefined;
2910
- fixed?: (() => string) | undefined;
2911
- fontcolor?: {} | undefined;
2912
- fontsize?: {} | undefined;
2913
- italics?: (() => string) | undefined;
2914
- link?: {} | undefined;
2915
- small?: (() => string) | undefined;
2916
- strike?: (() => string) | undefined;
2917
- sub?: (() => string) | undefined;
2918
- sup?: (() => string) | undefined;
2919
- padStart?: {} | undefined;
2920
- padEnd?: {} | undefined;
2921
- trimEnd?: (() => string) | undefined;
2922
- trimStart?: (() => string) | undefined;
2923
- trimLeft?: (() => string) | undefined;
2924
- trimRight?: (() => string) | undefined;
2925
- matchAll?: {} | undefined;
2926
- replaceAll?: {} | undefined;
2927
- at?: {} | undefined;
2928
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
2929
- })[] | undefined;
2930
- additionalProperties?: {
2931
- [x: string]: unknown;
2932
- } | undefined;
2933
- }>(override?: O | undefined) => Record<"voyage/voyage-2-law", {
2934
- name: string;
2935
- created: string;
2936
- context: number;
2937
- modalities: {
2938
- input: readonly ["text"];
2939
- output: readonly ["embedding"];
2940
- };
2941
- providers: readonly ["voyage"];
2942
- } & O>];
2943
- readonly v3: readonly [<const O extends {
2944
- name?: string | undefined;
2945
- created?: string | undefined;
2946
- knowledge?: string | undefined;
2947
- modalities?: {
2948
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
2949
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
2950
- } | undefined;
2951
- context?: number | undefined;
2952
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
2953
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
2954
- readonly [x: number]: string | undefined;
2955
- toString?: (() => string) | undefined;
2956
- charAt?: {} | undefined;
2957
- charCodeAt?: {} | undefined;
2958
- concat?: {} | undefined;
2959
- indexOf?: {} | undefined;
2960
- lastIndexOf?: {} | undefined;
2961
- localeCompare?: {} | undefined;
2962
- match?: {} | undefined;
2963
- replace?: {} | undefined;
2964
- search?: {} | undefined;
2965
- slice?: {} | undefined;
2966
- split?: {} | undefined;
2967
- substring?: {} | undefined;
2968
- toLowerCase?: (() => string) | undefined;
2969
- toLocaleLowerCase?: {} | undefined;
2970
- toUpperCase?: (() => string) | undefined;
2971
- toLocaleUpperCase?: {} | undefined;
2972
- trim?: (() => string) | undefined;
2973
- readonly length?: number | undefined;
2974
- substr?: {} | undefined;
2975
- valueOf?: (() => string) | undefined;
2976
- codePointAt?: {} | undefined;
2977
- includes?: {} | undefined;
2978
- endsWith?: {} | undefined;
2979
- normalize?: {} | undefined;
2980
- repeat?: {} | undefined;
2981
- startsWith?: {} | undefined;
2982
- anchor?: {} | undefined;
2983
- big?: (() => string) | undefined;
2984
- blink?: (() => string) | undefined;
2985
- bold?: (() => string) | undefined;
2986
- fixed?: (() => string) | undefined;
2987
- fontcolor?: {} | undefined;
2988
- fontsize?: {} | undefined;
2989
- italics?: (() => string) | undefined;
2990
- link?: {} | undefined;
2991
- small?: (() => string) | undefined;
2992
- strike?: (() => string) | undefined;
2993
- sub?: (() => string) | undefined;
2994
- sup?: (() => string) | undefined;
2995
- padStart?: {} | undefined;
2996
- padEnd?: {} | undefined;
2997
- trimEnd?: (() => string) | undefined;
2998
- trimStart?: (() => string) | undefined;
2999
- trimLeft?: (() => string) | undefined;
3000
- trimRight?: (() => string) | undefined;
3001
- matchAll?: {} | undefined;
3002
- replaceAll?: {} | undefined;
3003
- at?: {} | undefined;
3004
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
3005
- })[] | undefined;
3006
- additionalProperties?: {
3007
- [x: string]: unknown;
3008
- } | undefined;
3009
- }>(override?: O | undefined) => Record<"voyage/voyage-3-code", {
3010
- name: string;
3011
- created: string;
3012
- context: number;
3013
- modalities: {
3014
- input: readonly ["text"];
3015
- output: readonly ["embedding"];
3016
- };
3017
- providers: readonly ["voyage"];
3018
- } & O>, <const O extends {
3019
- name?: string | undefined;
3020
- created?: string | undefined;
3021
- knowledge?: string | undefined;
3022
- modalities?: {
3023
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
3024
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
3025
- } | undefined;
3026
- context?: number | undefined;
3027
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
3028
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
3029
- readonly [x: number]: string | undefined;
3030
- toString?: (() => string) | undefined;
3031
- charAt?: {} | undefined;
3032
- charCodeAt?: {} | undefined;
3033
- concat?: {} | undefined;
3034
- indexOf?: {} | undefined;
3035
- lastIndexOf?: {} | undefined;
3036
- localeCompare?: {} | undefined;
3037
- match?: {} | undefined;
3038
- replace?: {} | undefined;
3039
- search?: {} | undefined;
3040
- slice?: {} | undefined;
3041
- split?: {} | undefined;
3042
- substring?: {} | undefined;
3043
- toLowerCase?: (() => string) | undefined;
3044
- toLocaleLowerCase?: {} | undefined;
3045
- toUpperCase?: (() => string) | undefined;
3046
- toLocaleUpperCase?: {} | undefined;
3047
- trim?: (() => string) | undefined;
3048
- readonly length?: number | undefined;
3049
- substr?: {} | undefined;
3050
- valueOf?: (() => string) | undefined;
3051
- codePointAt?: {} | undefined;
3052
- includes?: {} | undefined;
3053
- endsWith?: {} | undefined;
3054
- normalize?: {} | undefined;
3055
- repeat?: {} | undefined;
3056
- startsWith?: {} | undefined;
3057
- anchor?: {} | undefined;
3058
- big?: (() => string) | undefined;
3059
- blink?: (() => string) | undefined;
3060
- bold?: (() => string) | undefined;
3061
- fixed?: (() => string) | undefined;
3062
- fontcolor?: {} | undefined;
3063
- fontsize?: {} | undefined;
3064
- italics?: (() => string) | undefined;
3065
- link?: {} | undefined;
3066
- small?: (() => string) | undefined;
3067
- strike?: (() => string) | undefined;
3068
- sub?: (() => string) | undefined;
3069
- sup?: (() => string) | undefined;
3070
- padStart?: {} | undefined;
3071
- padEnd?: {} | undefined;
3072
- trimEnd?: (() => string) | undefined;
3073
- trimStart?: (() => string) | undefined;
3074
- trimLeft?: (() => string) | undefined;
3075
- trimRight?: (() => string) | undefined;
3076
- matchAll?: {} | undefined;
3077
- replaceAll?: {} | undefined;
3078
- at?: {} | undefined;
3079
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
3080
- })[] | undefined;
3081
- additionalProperties?: {
3082
- [x: string]: unknown;
3083
- } | undefined;
3084
- }>(override?: O | undefined) => Record<"voyage/voyage-3-large", {
3085
- name: string;
3086
- created: string;
3087
- context: number;
3088
- modalities: {
3089
- input: readonly ["text"];
3090
- output: readonly ["embedding"];
3091
- };
3092
- providers: readonly ["voyage"];
3093
- } & O>];
3094
- readonly "v3.5": readonly [<const O extends {
3095
- name?: string | undefined;
3096
- created?: string | undefined;
3097
- knowledge?: string | undefined;
3098
- modalities?: {
3099
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
3100
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
3101
- } | undefined;
3102
- context?: number | undefined;
3103
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
3104
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
3105
- readonly [x: number]: string | undefined;
3106
- toString?: (() => string) | undefined;
3107
- charAt?: {} | undefined;
3108
- charCodeAt?: {} | undefined;
3109
- concat?: {} | undefined;
3110
- indexOf?: {} | undefined;
3111
- lastIndexOf?: {} | undefined;
3112
- localeCompare?: {} | undefined;
3113
- match?: {} | undefined;
3114
- replace?: {} | undefined;
3115
- search?: {} | undefined;
3116
- slice?: {} | undefined;
3117
- split?: {} | undefined;
3118
- substring?: {} | undefined;
3119
- toLowerCase?: (() => string) | undefined;
3120
- toLocaleLowerCase?: {} | undefined;
3121
- toUpperCase?: (() => string) | undefined;
3122
- toLocaleUpperCase?: {} | undefined;
3123
- trim?: (() => string) | undefined;
3124
- readonly length?: number | undefined;
3125
- substr?: {} | undefined;
3126
- valueOf?: (() => string) | undefined;
3127
- codePointAt?: {} | undefined;
3128
- includes?: {} | undefined;
3129
- endsWith?: {} | undefined;
3130
- normalize?: {} | undefined;
3131
- repeat?: {} | undefined;
3132
- startsWith?: {} | undefined;
3133
- anchor?: {} | undefined;
3134
- big?: (() => string) | undefined;
3135
- blink?: (() => string) | undefined;
3136
- bold?: (() => string) | undefined;
3137
- fixed?: (() => string) | undefined;
3138
- fontcolor?: {} | undefined;
3139
- fontsize?: {} | undefined;
3140
- italics?: (() => string) | undefined;
3141
- link?: {} | undefined;
3142
- small?: (() => string) | undefined;
3143
- strike?: (() => string) | undefined;
3144
- sub?: (() => string) | undefined;
3145
- sup?: (() => string) | undefined;
3146
- padStart?: {} | undefined;
3147
- padEnd?: {} | undefined;
3148
- trimEnd?: (() => string) | undefined;
3149
- trimStart?: (() => string) | undefined;
3150
- trimLeft?: (() => string) | undefined;
3151
- trimRight?: (() => string) | undefined;
3152
- matchAll?: {} | undefined;
3153
- replaceAll?: {} | undefined;
3154
- at?: {} | undefined;
3155
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
3156
- })[] | undefined;
3157
- additionalProperties?: {
3158
- [x: string]: unknown;
3159
- } | undefined;
3160
- }>(override?: O | undefined) => Record<"voyage/voyage-3.5", {
3161
- name: string;
3162
- created: string;
3163
- context: number;
3164
- modalities: {
3165
- input: readonly ["text"];
3166
- output: readonly ["embedding"];
3167
- };
3168
- providers: readonly ["voyage"];
3169
- } & O>, <const O extends {
3170
- name?: string | undefined;
3171
- created?: string | undefined;
3172
- knowledge?: string | undefined;
3173
- modalities?: {
3174
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
3175
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
3176
- } | undefined;
3177
- context?: number | undefined;
3178
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
3179
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
3180
- readonly [x: number]: string | undefined;
3181
- toString?: (() => string) | undefined;
3182
- charAt?: {} | undefined;
3183
- charCodeAt?: {} | undefined;
3184
- concat?: {} | undefined;
3185
- indexOf?: {} | undefined;
3186
- lastIndexOf?: {} | undefined;
3187
- localeCompare?: {} | undefined;
3188
- match?: {} | undefined;
3189
- replace?: {} | undefined;
3190
- search?: {} | undefined;
3191
- slice?: {} | undefined;
3192
- split?: {} | undefined;
3193
- substring?: {} | undefined;
3194
- toLowerCase?: (() => string) | undefined;
3195
- toLocaleLowerCase?: {} | undefined;
3196
- toUpperCase?: (() => string) | undefined;
3197
- toLocaleUpperCase?: {} | undefined;
3198
- trim?: (() => string) | undefined;
3199
- readonly length?: number | undefined;
3200
- substr?: {} | undefined;
3201
- valueOf?: (() => string) | undefined;
3202
- codePointAt?: {} | undefined;
3203
- includes?: {} | undefined;
3204
- endsWith?: {} | undefined;
3205
- normalize?: {} | undefined;
3206
- repeat?: {} | undefined;
3207
- startsWith?: {} | undefined;
3208
- anchor?: {} | undefined;
3209
- big?: (() => string) | undefined;
3210
- blink?: (() => string) | undefined;
3211
- bold?: (() => string) | undefined;
3212
- fixed?: (() => string) | undefined;
3213
- fontcolor?: {} | undefined;
3214
- fontsize?: {} | undefined;
3215
- italics?: (() => string) | undefined;
3216
- link?: {} | undefined;
3217
- small?: (() => string) | undefined;
3218
- strike?: (() => string) | undefined;
3219
- sub?: (() => string) | undefined;
3220
- sup?: (() => string) | undefined;
3221
- padStart?: {} | undefined;
3222
- padEnd?: {} | undefined;
3223
- trimEnd?: (() => string) | undefined;
3224
- trimStart?: (() => string) | undefined;
3225
- trimLeft?: (() => string) | undefined;
3226
- trimRight?: (() => string) | undefined;
3227
- matchAll?: {} | undefined;
3228
- replaceAll?: {} | undefined;
3229
- at?: {} | undefined;
3230
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
3231
- })[] | undefined;
3232
- additionalProperties?: {
3233
- [x: string]: unknown;
3234
- } | undefined;
3235
- }>(override?: O | undefined) => Record<"voyage/voyage-3.5-lite", {
3236
- name: string;
3237
- created: string;
3238
- context: number;
3239
- modalities: {
3240
- input: readonly ["text"];
3241
- output: readonly ["embedding"];
3242
- };
3243
- providers: readonly ["voyage"];
3244
- } & O>];
3245
- readonly v4: readonly [<const O extends {
3246
- name?: string | undefined;
3247
- created?: string | undefined;
3248
- knowledge?: string | undefined;
3249
- modalities?: {
3250
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
3251
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
3252
- } | undefined;
3253
- context?: number | undefined;
3254
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
3255
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
3256
- readonly [x: number]: string | undefined;
3257
- toString?: (() => string) | undefined;
3258
- charAt?: {} | undefined;
3259
- charCodeAt?: {} | undefined;
3260
- concat?: {} | undefined;
3261
- indexOf?: {} | undefined;
3262
- lastIndexOf?: {} | undefined;
3263
- localeCompare?: {} | undefined;
3264
- match?: {} | undefined;
3265
- replace?: {} | undefined;
3266
- search?: {} | undefined;
3267
- slice?: {} | undefined;
3268
- split?: {} | undefined;
3269
- substring?: {} | undefined;
3270
- toLowerCase?: (() => string) | undefined;
3271
- toLocaleLowerCase?: {} | undefined;
3272
- toUpperCase?: (() => string) | undefined;
3273
- toLocaleUpperCase?: {} | undefined;
3274
- trim?: (() => string) | undefined;
3275
- readonly length?: number | undefined;
3276
- substr?: {} | undefined;
3277
- valueOf?: (() => string) | undefined;
3278
- codePointAt?: {} | undefined;
3279
- includes?: {} | undefined;
3280
- endsWith?: {} | undefined;
3281
- normalize?: {} | undefined;
3282
- repeat?: {} | undefined;
3283
- startsWith?: {} | undefined;
3284
- anchor?: {} | undefined;
3285
- big?: (() => string) | undefined;
3286
- blink?: (() => string) | undefined;
3287
- bold?: (() => string) | undefined;
3288
- fixed?: (() => string) | undefined;
3289
- fontcolor?: {} | undefined;
3290
- fontsize?: {} | undefined;
3291
- italics?: (() => string) | undefined;
3292
- link?: {} | undefined;
3293
- small?: (() => string) | undefined;
3294
- strike?: (() => string) | undefined;
3295
- sub?: (() => string) | undefined;
3296
- sup?: (() => string) | undefined;
3297
- padStart?: {} | undefined;
3298
- padEnd?: {} | undefined;
3299
- trimEnd?: (() => string) | undefined;
3300
- trimStart?: (() => string) | undefined;
3301
- trimLeft?: (() => string) | undefined;
3302
- trimRight?: (() => string) | undefined;
3303
- matchAll?: {} | undefined;
3304
- replaceAll?: {} | undefined;
3305
- at?: {} | undefined;
3306
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
3307
- })[] | undefined;
3308
- additionalProperties?: {
3309
- [x: string]: unknown;
3310
- } | undefined;
3311
- }>(override?: O | undefined) => Record<"voyage/voyage-4-lite", {
3312
- name: string;
3313
- created: string;
3314
- context: number;
3315
- modalities: {
3316
- input: readonly ["text"];
3317
- output: readonly ["embedding"];
3318
- };
3319
- providers: readonly ["voyage"];
3320
- } & O>, <const O extends {
3321
- name?: string | undefined;
3322
- created?: string | undefined;
3323
- knowledge?: string | undefined;
3324
- modalities?: {
3325
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
3326
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
3327
- } | undefined;
3328
- context?: number | undefined;
3329
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
3330
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
3331
- readonly [x: number]: string | undefined;
3332
- toString?: (() => string) | undefined;
3333
- charAt?: {} | undefined;
3334
- charCodeAt?: {} | undefined;
3335
- concat?: {} | undefined;
3336
- indexOf?: {} | undefined;
3337
- lastIndexOf?: {} | undefined;
3338
- localeCompare?: {} | undefined;
3339
- match?: {} | undefined;
3340
- replace?: {} | undefined;
3341
- search?: {} | undefined;
3342
- slice?: {} | undefined;
3343
- split?: {} | undefined;
3344
- substring?: {} | undefined;
3345
- toLowerCase?: (() => string) | undefined;
3346
- toLocaleLowerCase?: {} | undefined;
3347
- toUpperCase?: (() => string) | undefined;
3348
- toLocaleUpperCase?: {} | undefined;
3349
- trim?: (() => string) | undefined;
3350
- readonly length?: number | undefined;
3351
- substr?: {} | undefined;
3352
- valueOf?: (() => string) | undefined;
3353
- codePointAt?: {} | undefined;
3354
- includes?: {} | undefined;
3355
- endsWith?: {} | undefined;
3356
- normalize?: {} | undefined;
3357
- repeat?: {} | undefined;
3358
- startsWith?: {} | undefined;
3359
- anchor?: {} | undefined;
3360
- big?: (() => string) | undefined;
3361
- blink?: (() => string) | undefined;
3362
- bold?: (() => string) | undefined;
3363
- fixed?: (() => string) | undefined;
3364
- fontcolor?: {} | undefined;
3365
- fontsize?: {} | undefined;
3366
- italics?: (() => string) | undefined;
3367
- link?: {} | undefined;
3368
- small?: (() => string) | undefined;
3369
- strike?: (() => string) | undefined;
3370
- sub?: (() => string) | undefined;
3371
- sup?: (() => string) | undefined;
3372
- padStart?: {} | undefined;
3373
- padEnd?: {} | undefined;
3374
- trimEnd?: (() => string) | undefined;
3375
- trimStart?: (() => string) | undefined;
3376
- trimLeft?: (() => string) | undefined;
3377
- trimRight?: (() => string) | undefined;
3378
- matchAll?: {} | undefined;
3379
- replaceAll?: {} | undefined;
3380
- at?: {} | undefined;
3381
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
3382
- })[] | undefined;
3383
- additionalProperties?: {
3384
- [x: string]: unknown;
3385
- } | undefined;
3386
- }>(override?: O | undefined) => Record<"voyage/voyage-4", {
3387
- name: string;
3388
- created: string;
3389
- context: number;
3390
- modalities: {
3391
- input: readonly ["text"];
3392
- output: readonly ["embedding"];
3393
- };
3394
- providers: readonly ["voyage"];
3395
- } & O>, <const O extends {
3396
- name?: string | undefined;
3397
- created?: string | undefined;
3398
- knowledge?: string | undefined;
3399
- modalities?: {
3400
- input?: readonly ("text" | "file" | "image" | "audio" | "video" | "pdf")[] | undefined;
3401
- output?: readonly ("text" | "embedding" | "image" | "audio" | "video")[] | undefined;
3402
- } | undefined;
3403
- context?: number | undefined;
3404
- capabilities?: readonly ("temperature" | "reasoning" | "attachments" | "tool_call" | "structured_output")[] | undefined;
3405
- providers?: readonly ("anthropic" | "azure" | "bedrock" | "cohere" | "groq" | "openai" | "vertex" | "voyage" | {
3406
- readonly [x: number]: string | undefined;
3407
- toString?: (() => string) | undefined;
3408
- charAt?: {} | undefined;
3409
- charCodeAt?: {} | undefined;
3410
- concat?: {} | undefined;
3411
- indexOf?: {} | undefined;
3412
- lastIndexOf?: {} | undefined;
3413
- localeCompare?: {} | undefined;
3414
- match?: {} | undefined;
3415
- replace?: {} | undefined;
3416
- search?: {} | undefined;
3417
- slice?: {} | undefined;
3418
- split?: {} | undefined;
3419
- substring?: {} | undefined;
3420
- toLowerCase?: (() => string) | undefined;
3421
- toLocaleLowerCase?: {} | undefined;
3422
- toUpperCase?: (() => string) | undefined;
3423
- toLocaleUpperCase?: {} | undefined;
3424
- trim?: (() => string) | undefined;
3425
- readonly length?: number | undefined;
3426
- substr?: {} | undefined;
3427
- valueOf?: (() => string) | undefined;
3428
- codePointAt?: {} | undefined;
3429
- includes?: {} | undefined;
3430
- endsWith?: {} | undefined;
3431
- normalize?: {} | undefined;
3432
- repeat?: {} | undefined;
3433
- startsWith?: {} | undefined;
3434
- anchor?: {} | undefined;
3435
- big?: (() => string) | undefined;
3436
- blink?: (() => string) | undefined;
3437
- bold?: (() => string) | undefined;
3438
- fixed?: (() => string) | undefined;
3439
- fontcolor?: {} | undefined;
3440
- fontsize?: {} | undefined;
3441
- italics?: (() => string) | undefined;
3442
- link?: {} | undefined;
3443
- small?: (() => string) | undefined;
3444
- strike?: (() => string) | undefined;
3445
- sub?: (() => string) | undefined;
3446
- sup?: (() => string) | undefined;
3447
- padStart?: {} | undefined;
3448
- padEnd?: {} | undefined;
3449
- trimEnd?: (() => string) | undefined;
3450
- trimStart?: (() => string) | undefined;
3451
- trimLeft?: (() => string) | undefined;
3452
- trimRight?: (() => string) | undefined;
3453
- matchAll?: {} | undefined;
3454
- replaceAll?: {} | undefined;
3455
- at?: {} | undefined;
3456
- [Symbol.iterator]?: (() => StringIterator<string>) | undefined;
3457
- })[] | undefined;
3458
- additionalProperties?: {
3459
- [x: string]: unknown;
3460
- } | undefined;
3461
- }>(override?: O | undefined) => Record<"voyage/voyage-4-large", {
3462
- name: string;
3463
- created: string;
3464
- context: number;
3465
- modalities: {
3466
- input: readonly ["text"];
3467
- output: readonly ["embedding"];
3468
- };
3469
- providers: readonly ["voyage"];
3470
- } & O>];
3471
- };