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