modelpedia 0.0.1 → 0.0.2

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 (128) hide show
  1. package/dist/index.cjs +60 -35560
  2. package/dist/index.d.cts +3 -156
  3. package/dist/index.d.mts +3 -156
  4. package/dist/index.mjs +60 -35560
  5. package/dist/providers/alibaba.cjs +835 -0
  6. package/dist/providers/alibaba.d.cts +7 -0
  7. package/dist/providers/alibaba.d.mts +7 -0
  8. package/dist/providers/alibaba.mjs +833 -0
  9. package/dist/providers/amazon.cjs +1484 -0
  10. package/dist/providers/amazon.d.cts +7 -0
  11. package/dist/providers/amazon.d.mts +7 -0
  12. package/dist/providers/amazon.mjs +1482 -0
  13. package/dist/providers/anthropic.cjs +698 -0
  14. package/dist/providers/anthropic.d.cts +7 -0
  15. package/dist/providers/anthropic.d.mts +7 -0
  16. package/dist/providers/anthropic.mjs +696 -0
  17. package/dist/providers/azure.cjs +1491 -0
  18. package/dist/providers/azure.d.cts +7 -0
  19. package/dist/providers/azure.d.mts +7 -0
  20. package/dist/providers/azure.mjs +1489 -0
  21. package/dist/providers/baseten.cjs +279 -0
  22. package/dist/providers/baseten.d.cts +7 -0
  23. package/dist/providers/baseten.d.mts +7 -0
  24. package/dist/providers/baseten.mjs +277 -0
  25. package/dist/providers/cerebras.cjs +145 -0
  26. package/dist/providers/cerebras.d.cts +7 -0
  27. package/dist/providers/cerebras.d.mts +7 -0
  28. package/dist/providers/cerebras.mjs +143 -0
  29. package/dist/providers/cloudflare.cjs +826 -0
  30. package/dist/providers/cloudflare.d.cts +7 -0
  31. package/dist/providers/cloudflare.d.mts +7 -0
  32. package/dist/providers/cloudflare.mjs +824 -0
  33. package/dist/providers/cohere.cjs +525 -0
  34. package/dist/providers/cohere.d.cts +7 -0
  35. package/dist/providers/cohere.d.mts +7 -0
  36. package/dist/providers/cohere.mjs +523 -0
  37. package/dist/providers/cursor.cjs +856 -0
  38. package/dist/providers/cursor.d.cts +7 -0
  39. package/dist/providers/cursor.d.mts +7 -0
  40. package/dist/providers/cursor.mjs +854 -0
  41. package/dist/providers/deepseek.cjs +64 -0
  42. package/dist/providers/deepseek.d.cts +7 -0
  43. package/dist/providers/deepseek.d.mts +7 -0
  44. package/dist/providers/deepseek.mjs +62 -0
  45. package/dist/providers/fireworks.cjs +3794 -0
  46. package/dist/providers/fireworks.d.cts +7 -0
  47. package/dist/providers/fireworks.d.mts +7 -0
  48. package/dist/providers/fireworks.mjs +3792 -0
  49. package/dist/providers/google.cjs +972 -0
  50. package/dist/providers/google.d.cts +7 -0
  51. package/dist/providers/google.d.mts +7 -0
  52. package/dist/providers/google.mjs +970 -0
  53. package/dist/providers/groq.cjs +353 -0
  54. package/dist/providers/groq.d.cts +7 -0
  55. package/dist/providers/groq.d.mts +7 -0
  56. package/dist/providers/groq.mjs +351 -0
  57. package/dist/providers/huggingface.cjs +1022 -0
  58. package/dist/providers/huggingface.d.cts +7 -0
  59. package/dist/providers/huggingface.d.mts +7 -0
  60. package/dist/providers/huggingface.mjs +1020 -0
  61. package/dist/providers/meta.cjs +481 -0
  62. package/dist/providers/meta.d.cts +7 -0
  63. package/dist/providers/meta.d.mts +7 -0
  64. package/dist/providers/meta.mjs +479 -0
  65. package/dist/providers/minimax.cjs +156 -0
  66. package/dist/providers/minimax.d.cts +7 -0
  67. package/dist/providers/minimax.d.mts +7 -0
  68. package/dist/providers/minimax.mjs +154 -0
  69. package/dist/providers/mistral.cjs +1594 -0
  70. package/dist/providers/mistral.d.cts +7 -0
  71. package/dist/providers/mistral.d.mts +7 -0
  72. package/dist/providers/mistral.mjs +1592 -0
  73. package/dist/providers/moonshot.cjs +138 -0
  74. package/dist/providers/moonshot.d.cts +7 -0
  75. package/dist/providers/moonshot.d.mts +7 -0
  76. package/dist/providers/moonshot.mjs +136 -0
  77. package/dist/providers/nvidia.cjs +2040 -0
  78. package/dist/providers/nvidia.d.cts +7 -0
  79. package/dist/providers/nvidia.d.mts +7 -0
  80. package/dist/providers/nvidia.mjs +2038 -0
  81. package/dist/providers/ollama.cjs +326 -0
  82. package/dist/providers/ollama.d.cts +7 -0
  83. package/dist/providers/ollama.d.mts +7 -0
  84. package/dist/providers/ollama.mjs +324 -0
  85. package/dist/providers/openai.cjs +9079 -0
  86. package/dist/providers/openai.d.cts +7 -0
  87. package/dist/providers/openai.d.mts +7 -0
  88. package/dist/providers/openai.mjs +9077 -0
  89. package/dist/providers/opencode.cjs +367 -0
  90. package/dist/providers/opencode.d.cts +7 -0
  91. package/dist/providers/opencode.d.mts +7 -0
  92. package/dist/providers/opencode.mjs +365 -0
  93. package/dist/providers/openrouter.cjs +7835 -0
  94. package/dist/providers/openrouter.d.cts +7 -0
  95. package/dist/providers/openrouter.d.mts +7 -0
  96. package/dist/providers/openrouter.mjs +7833 -0
  97. package/dist/providers/perplexity.cjs +311 -0
  98. package/dist/providers/perplexity.d.cts +7 -0
  99. package/dist/providers/perplexity.d.mts +7 -0
  100. package/dist/providers/perplexity.mjs +309 -0
  101. package/dist/providers/qwen.cjs +835 -0
  102. package/dist/providers/qwen.d.cts +7 -0
  103. package/dist/providers/qwen.d.mts +7 -0
  104. package/dist/providers/qwen.mjs +833 -0
  105. package/dist/providers/together.cjs +360 -0
  106. package/dist/providers/together.d.cts +7 -0
  107. package/dist/providers/together.d.mts +7 -0
  108. package/dist/providers/together.mjs +358 -0
  109. package/dist/providers/vercel.cjs +4037 -0
  110. package/dist/providers/vercel.d.cts +7 -0
  111. package/dist/providers/vercel.d.mts +7 -0
  112. package/dist/providers/vercel.mjs +4035 -0
  113. package/dist/providers/vertex.cjs +1072 -0
  114. package/dist/providers/vertex.d.cts +7 -0
  115. package/dist/providers/vertex.d.mts +7 -0
  116. package/dist/providers/vertex.mjs +1070 -0
  117. package/dist/providers/xai.cjs +301 -0
  118. package/dist/providers/xai.d.cts +7 -0
  119. package/dist/providers/xai.d.mts +7 -0
  120. package/dist/providers/xai.mjs +299 -0
  121. package/dist/providers/zai.cjs +243 -0
  122. package/dist/providers/zai.d.cts +7 -0
  123. package/dist/providers/zai.d.mts +7 -0
  124. package/dist/providers/zai.mjs +241 -0
  125. package/dist/types.d.cts +186 -0
  126. package/dist/types.d.mts +186 -0
  127. package/package.json +14 -38
  128. package/README.md +0 -100
@@ -0,0 +1,523 @@
1
+ //#region src/providers/cohere.ts
2
+ const provider = {
3
+ "id": "cohere",
4
+ "name": "Cohere",
5
+ "region": "CA",
6
+ "url": "https://cohere.com",
7
+ "api_url": "https://api.cohere.com/v2",
8
+ "docs_url": "https://docs.cohere.com",
9
+ "pricing_url": "https://cohere.com/pricing",
10
+ "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" fill-rule=\"evenodd\">\n <path clip-rule=\"evenodd\" d=\"M8.128 14.099c.592 0 1.77-.033 3.398-.703 1.897-.781 5.672-2.2 8.395-3.656 1.905-1.018 2.74-2.366 2.74-4.18A4.56 4.56 0 0018.1 1H7.549A6.55 6.55 0 001 7.55c0 3.617 2.745 6.549 7.128 6.549z\"/>\n <path clip-rule=\"evenodd\" d=\"M9.912 18.61a4.387 4.387 0 012.705-4.052l3.323-1.38c3.361-1.394 7.06 1.076 7.06 4.715a5.104 5.104 0 01-5.105 5.104l-3.597-.001a4.386 4.386 0 01-4.386-4.387z\"/>\n <path d=\"M4.776 14.962A3.775 3.775 0 001 18.738v.489a3.776 3.776 0 007.551 0v-.49a3.775 3.775 0 00-3.775-3.775z\"/>\n</svg>",
11
+ "models": [
12
+ {
13
+ "id": "c4ai-aya-expanse-32b",
14
+ "name": "c4ai-aya-expanse-32b",
15
+ "created_by": "cohere",
16
+ "source": "official",
17
+ "last_updated": "2026-03-21",
18
+ "description": "Aya Expanse is a highly performant 32B multilingual model, designed to rival monolingual performance through innovations in instruction tuning with data arbitrage, preference training, and model merging. Serves 23 languages.",
19
+ "status": "active",
20
+ "context_window": 128e3,
21
+ "max_output_tokens": 4e3,
22
+ "capabilities": { "streaming": true },
23
+ "modalities": {
24
+ "input": ["text"],
25
+ "output": ["text"]
26
+ },
27
+ "tagline": "Aya Expanse is a highly performant 32B multilingual model, designed to rival monolingual performance through innovations in instruction tuning with data arbitrage, preference training, and model merging."
28
+ },
29
+ {
30
+ "id": "c4ai-aya-expanse-8b",
31
+ "name": "c4ai-aya-expanse-8b",
32
+ "created_by": "cohere",
33
+ "source": "official",
34
+ "last_updated": "2026-03-21",
35
+ "description": "Aya Expanse is a highly performant 8B multilingual model, designed to rival monolingual performance through innovations in instruction tuning with data arbitrage, preference training, and model merging. Serves 23 languages.",
36
+ "status": "deprecated",
37
+ "context_window": 8e3,
38
+ "max_output_tokens": 4e3,
39
+ "capabilities": { "streaming": true },
40
+ "modalities": {
41
+ "input": ["text"],
42
+ "output": ["text"]
43
+ },
44
+ "tagline": "Aya Expanse is a highly performant 8B multilingual model, designed to rival monolingual performance through innovations in instruction tuning with data arbitrage, preference training, and model merging."
45
+ },
46
+ {
47
+ "id": "c4ai-aya-vision-32b",
48
+ "name": "c4ai-aya-vision-32b",
49
+ "created_by": "cohere",
50
+ "source": "official",
51
+ "last_updated": "2026-03-21",
52
+ "description": "Aya Vision is a state-of-the-art multimodal model excelling at a variety of critical benchmarks for language, text, and image capabilities. Serves 23 languages. This 32 billion parameter variant is focused on state-of-art multilingual performance.",
53
+ "status": "active",
54
+ "context_window": 16e3,
55
+ "max_output_tokens": 4e3,
56
+ "capabilities": {
57
+ "streaming": true,
58
+ "vision": true
59
+ },
60
+ "modalities": {
61
+ "input": ["text", "image"],
62
+ "output": ["text"]
63
+ },
64
+ "tagline": "Aya Vision is a state-of-the-art multimodal model excelling at a variety of critical benchmarks for language, text, and image capabilities."
65
+ },
66
+ {
67
+ "id": "c4ai-aya-vision-8b",
68
+ "name": "c4ai-aya-vision-8b",
69
+ "created_by": "cohere",
70
+ "source": "official",
71
+ "last_updated": "2026-03-21",
72
+ "description": "Aya Vision is a state-of-the-art multimodal model excelling at a variety of critical benchmarks for language, text, and image capabilities. This 8 billion parameter variant is focused on low latency and best-in-class performance.",
73
+ "status": "deprecated",
74
+ "context_window": 16e3,
75
+ "max_output_tokens": 4e3,
76
+ "capabilities": {
77
+ "streaming": true,
78
+ "vision": true
79
+ },
80
+ "modalities": {
81
+ "input": ["text", "image"],
82
+ "output": ["text"]
83
+ },
84
+ "tagline": "Aya Vision is a state-of-the-art multimodal model excelling at a variety of critical benchmarks for language, text, and image capabilities."
85
+ },
86
+ {
87
+ "id": "command-a-03-2025",
88
+ "name": "command-a-03-2025",
89
+ "created_by": "cohere",
90
+ "source": "official",
91
+ "last_updated": "2026-03-21",
92
+ "description": "Unique per deployment",
93
+ "status": "active",
94
+ "context_window": 256e3,
95
+ "max_output_tokens": 8e3,
96
+ "capabilities": {
97
+ "streaming": true,
98
+ "tool_call": true
99
+ },
100
+ "modalities": {
101
+ "input": ["text"],
102
+ "output": ["text"]
103
+ },
104
+ "tagline": "Command A is our most performant model to date, excelling at tool use, agents, retrieval augmented generation (RAG), and multilingual use cases."
105
+ },
106
+ {
107
+ "id": "command-a-reasoning-08-2025",
108
+ "name": "command-a-reasoning-08-2025",
109
+ "created_by": "cohere",
110
+ "source": "official",
111
+ "last_updated": "2026-03-21",
112
+ "description": "Command A Reasoning is Cohere’s first reasoning model, able to ‘think’ before generating an output in a way that allows it to perform well in certain kinds of nuanced problem-solving and agent-based tasks in 23 languages.",
113
+ "status": "active",
114
+ "context_window": 256e3,
115
+ "max_output_tokens": 32e3,
116
+ "capabilities": {
117
+ "streaming": true,
118
+ "reasoning": true
119
+ },
120
+ "modalities": {
121
+ "input": ["text"],
122
+ "output": ["text"]
123
+ },
124
+ "tagline": "Command A Reasoning is Cohere’s first reasoning model, able to ‘think’ before generating an output in a way that allows it to perform well in certain kinds of nuanced problem-solving and agent-based t"
125
+ },
126
+ {
127
+ "id": "command-a-translate-08-2025",
128
+ "name": "command-a-translate-08-2025",
129
+ "created_by": "cohere",
130
+ "source": "official",
131
+ "last_updated": "2026-03-21",
132
+ "description": "Command A Translate is Cohere’s state of the art machine translation model, excelling at a variety of translation tasks on 23 languages: English, French, Spanish, Italian, German, Portuguese, Japanese, Korean, Chinese, Arabic, Russian, Polish, Turkish, Vietnamese, Dutch, Czech, Indonesian, Ukrainian, Romanian, Greek, Hindi, Hebrew, Persian.",
133
+ "status": "active",
134
+ "context_window": 8e3,
135
+ "max_output_tokens": 8e3,
136
+ "capabilities": { "streaming": true },
137
+ "modalities": {
138
+ "input": ["text"],
139
+ "output": ["text"]
140
+ },
141
+ "tagline": "Command A Translate is Cohere’s state of the art machine translation model, excelling at a variety of translation tasks on 23 languages: English, French, Spanish, Italian, German, Portuguese, Japanese"
142
+ },
143
+ {
144
+ "id": "command-a-vision-07-2025",
145
+ "name": "command-a-vision-07-2025",
146
+ "created_by": "cohere",
147
+ "source": "official",
148
+ "last_updated": "2026-03-21",
149
+ "description": "Command A Vision is our first model capable of processing images, excelling in enterprise use cases such as analyzing charts, graphs, and diagrams, table understanding, OCR, document Q&amp;A, and object detection. It officially supports English, Portuguese, Italian, French, German, and Spanish.",
150
+ "status": "active",
151
+ "context_window": 128e3,
152
+ "max_output_tokens": 8e3,
153
+ "capabilities": {
154
+ "streaming": true,
155
+ "vision": true
156
+ },
157
+ "modalities": {
158
+ "input": ["text", "image"],
159
+ "output": ["text"]
160
+ },
161
+ "tagline": "Command A Vision is our first model capable of processing images, excelling in enterprise use cases such as analyzing charts, graphs, and diagrams, table understanding, OCR, document Q&amp;A, and object detection."
162
+ },
163
+ {
164
+ "id": "command-light-nightly",
165
+ "name": "command-light-nightly",
166
+ "created_by": "cohere",
167
+ "source": "official",
168
+ "last_updated": "2026-03-21",
169
+ "description": "N/A",
170
+ "status": "active",
171
+ "capabilities": { "streaming": true },
172
+ "modalities": {
173
+ "input": ["text"],
174
+ "output": ["text"]
175
+ },
176
+ "tagline": "N/A"
177
+ },
178
+ {
179
+ "id": "command-nightly",
180
+ "name": "command-nightly",
181
+ "created_by": "cohere",
182
+ "source": "official",
183
+ "last_updated": "2026-03-21",
184
+ "description": "N/A",
185
+ "status": "active",
186
+ "capabilities": { "streaming": true },
187
+ "modalities": {
188
+ "input": ["text"],
189
+ "output": ["text"]
190
+ },
191
+ "tagline": "N/A"
192
+ },
193
+ {
194
+ "id": "command-r-03-2024",
195
+ "name": "command-r-03-2024",
196
+ "created_by": "cohere",
197
+ "source": "official",
198
+ "last_updated": "2026-03-21",
199
+ "description": "Command R is an instruction-following conversational model that performs language tasks at a higher quality, more reliably, and with a longer context than previous models. It can be used for complex workflows like code generation, retrieval augmented generation (RAG), tool use, and agents.",
200
+ "status": "deprecated",
201
+ "context_window": 128e3,
202
+ "max_output_tokens": 4e3,
203
+ "capabilities": {
204
+ "streaming": true,
205
+ "tool_call": true
206
+ },
207
+ "modalities": {
208
+ "input": ["text"],
209
+ "output": ["text"]
210
+ },
211
+ "tagline": "Command R is an instruction-following conversational model that performs language tasks at a higher quality, more reliably, and with a longer context than previous models."
212
+ },
213
+ {
214
+ "id": "command-r-08-2024",
215
+ "name": "command-r-08-2024",
216
+ "created_by": "cohere",
217
+ "source": "official",
218
+ "last_updated": "2026-03-21",
219
+ "description": "command-r-08-2024 is an update of the Command R model, delivered in August 2024. Find more information here",
220
+ "status": "active",
221
+ "context_window": 128e3,
222
+ "max_output_tokens": 4e3,
223
+ "capabilities": { "streaming": true },
224
+ "modalities": {
225
+ "input": ["text"],
226
+ "output": ["text"]
227
+ },
228
+ "tagline": "command-r-08-2024 is an update of the Command R model, delivered in August 2024."
229
+ },
230
+ {
231
+ "id": "command-r-plus-04-2024",
232
+ "name": "command-r-plus-04-2024",
233
+ "created_by": "cohere",
234
+ "source": "official",
235
+ "last_updated": "2026-03-21",
236
+ "description": "Command R+ is an instruction-following conversational model that performs language tasks at a higher quality, more reliably, and with a longer context than previous models. It is best suited for complex RAG workflows and multi-step tool use.",
237
+ "status": "deprecated",
238
+ "context_window": 128e3,
239
+ "max_output_tokens": 4e3,
240
+ "capabilities": {
241
+ "streaming": true,
242
+ "tool_call": true
243
+ },
244
+ "modalities": {
245
+ "input": ["text"],
246
+ "output": ["text"]
247
+ },
248
+ "tagline": "Command R+ is an instruction-following conversational model that performs language tasks at a higher quality, more reliably, and with a longer context than previous models."
249
+ },
250
+ {
251
+ "id": "command-r-plus-08-2024",
252
+ "name": "command-r-plus-08-2024",
253
+ "created_by": "cohere",
254
+ "source": "official",
255
+ "last_updated": "2026-03-21",
256
+ "description": "command-r-plus-08-2024 is an update of the Command R+ model, delivered in August 2024. Find more information here",
257
+ "status": "active",
258
+ "context_window": 128e3,
259
+ "max_output_tokens": 4e3,
260
+ "capabilities": { "streaming": true },
261
+ "modalities": {
262
+ "input": ["text"],
263
+ "output": ["text"]
264
+ },
265
+ "tagline": "command-r-plus-08-2024 is an update of the Command R+ model, delivered in August 2024."
266
+ },
267
+ {
268
+ "id": "command-r7b-12-2024",
269
+ "name": "command-r7b-12-2024",
270
+ "created_by": "cohere",
271
+ "source": "official",
272
+ "last_updated": "2026-03-21",
273
+ "description": "N/A",
274
+ "status": "active",
275
+ "context_window": 128e3,
276
+ "max_output_tokens": 4e3,
277
+ "capabilities": {
278
+ "streaming": true,
279
+ "tool_call": true,
280
+ "reasoning": true
281
+ },
282
+ "modalities": {
283
+ "input": ["text"],
284
+ "output": ["text"]
285
+ },
286
+ "tagline": "command-r7b-12-2024 is a small, fast update delivered in December 2024."
287
+ },
288
+ {
289
+ "id": "embed-english-light-v2.0",
290
+ "name": "embed-english-light-v2.0",
291
+ "created_by": "cohere",
292
+ "source": "official",
293
+ "last_updated": "2026-03-21",
294
+ "description": "Unique per deployment",
295
+ "status": "active",
296
+ "model_type": "embed",
297
+ "tagline": "Unique per deployment",
298
+ "capabilities": { "streaming": true },
299
+ "modalities": {
300
+ "input": ["text"],
301
+ "output": ["text"]
302
+ }
303
+ },
304
+ {
305
+ "id": "embed-english-light-v3.0",
306
+ "name": "embed-english-light-v3.0",
307
+ "created_by": "cohere",
308
+ "source": "official",
309
+ "last_updated": "2026-03-21",
310
+ "description": "Unique per deployment",
311
+ "status": "active",
312
+ "context_window": 512,
313
+ "model_type": "embed",
314
+ "tagline": "Text, Images",
315
+ "capabilities": {
316
+ "streaming": true,
317
+ "vision": true
318
+ },
319
+ "modalities": {
320
+ "input": ["text"],
321
+ "output": ["text"]
322
+ }
323
+ },
324
+ {
325
+ "id": "embed-english-v2.0",
326
+ "name": "embed-english-v2.0",
327
+ "created_by": "cohere",
328
+ "source": "official",
329
+ "last_updated": "2026-03-21",
330
+ "description": "Unique per deployment",
331
+ "status": "active",
332
+ "model_type": "embed",
333
+ "tagline": "Unique per deployment",
334
+ "capabilities": { "streaming": true },
335
+ "modalities": {
336
+ "input": ["text"],
337
+ "output": ["text"]
338
+ }
339
+ },
340
+ {
341
+ "id": "embed-english-v3.0",
342
+ "name": "embed-english-v3.0",
343
+ "created_by": "cohere",
344
+ "source": "official",
345
+ "last_updated": "2026-03-21",
346
+ "description": "Unique per deployment",
347
+ "status": "active",
348
+ "context_window": 512,
349
+ "model_type": "embed",
350
+ "tagline": "Text, Images",
351
+ "capabilities": {
352
+ "streaming": true,
353
+ "vision": true
354
+ },
355
+ "modalities": {
356
+ "input": ["text"],
357
+ "output": ["text"]
358
+ }
359
+ },
360
+ {
361
+ "id": "embed-multilingual-light-v3.0",
362
+ "name": "embed-multilingual-light-v3.0",
363
+ "created_by": "cohere",
364
+ "source": "official",
365
+ "last_updated": "2026-03-21",
366
+ "description": "Unique per deployment",
367
+ "status": "active",
368
+ "context_window": 512,
369
+ "model_type": "embed",
370
+ "tagline": "Text, Images",
371
+ "capabilities": {
372
+ "streaming": true,
373
+ "vision": true
374
+ },
375
+ "modalities": {
376
+ "input": ["text"],
377
+ "output": ["text"]
378
+ }
379
+ },
380
+ {
381
+ "id": "embed-multilingual-v2.0",
382
+ "name": "embed-multilingual-v2.0",
383
+ "created_by": "cohere",
384
+ "source": "official",
385
+ "last_updated": "2026-03-21",
386
+ "description": "Unique per deployment",
387
+ "status": "active",
388
+ "model_type": "embed",
389
+ "tagline": "Unique per deployment",
390
+ "capabilities": { "streaming": true },
391
+ "modalities": {
392
+ "input": ["text"],
393
+ "output": ["text"]
394
+ }
395
+ },
396
+ {
397
+ "id": "embed-multilingual-v3.0",
398
+ "name": "embed-multilingual-v3.0",
399
+ "created_by": "cohere",
400
+ "source": "official",
401
+ "last_updated": "2026-03-21",
402
+ "description": "Unique per deployment",
403
+ "status": "active",
404
+ "context_window": 512,
405
+ "model_type": "embed",
406
+ "tagline": "Text, Images",
407
+ "capabilities": {
408
+ "streaming": true,
409
+ "vision": true
410
+ },
411
+ "modalities": {
412
+ "input": ["text"],
413
+ "output": ["text"]
414
+ }
415
+ },
416
+ {
417
+ "id": "embed-v4.0",
418
+ "name": "embed-v4.0",
419
+ "created_by": "cohere",
420
+ "source": "official",
421
+ "last_updated": "2026-03-21",
422
+ "description": "Unique per deployment",
423
+ "status": "active",
424
+ "context_window": 128e3,
425
+ "model_type": "embed",
426
+ "tagline": "Text, Images, Mixed texts/images (i.e.",
427
+ "capabilities": {
428
+ "streaming": true,
429
+ "vision": true
430
+ },
431
+ "modalities": {
432
+ "input": ["text"],
433
+ "output": ["text"]
434
+ }
435
+ },
436
+ {
437
+ "id": "rerank-english-v3.0",
438
+ "name": "rerank-english-v3.0",
439
+ "created_by": "cohere",
440
+ "source": "official",
441
+ "last_updated": "2026-03-21",
442
+ "description": "Unique per deployment",
443
+ "status": "active",
444
+ "model_type": "rerank",
445
+ "tagline": "Text",
446
+ "capabilities": { "streaming": true },
447
+ "modalities": {
448
+ "input": ["text"],
449
+ "output": ["text"]
450
+ }
451
+ },
452
+ {
453
+ "id": "rerank-multilingual-v3.0",
454
+ "name": "rerank-multilingual-v3.0",
455
+ "created_by": "cohere",
456
+ "source": "official",
457
+ "last_updated": "2026-03-21",
458
+ "description": "Unique per deployment",
459
+ "status": "active",
460
+ "model_type": "rerank",
461
+ "tagline": "Text",
462
+ "capabilities": { "streaming": true },
463
+ "modalities": {
464
+ "input": ["text"],
465
+ "output": ["text"]
466
+ }
467
+ },
468
+ {
469
+ "id": "rerank-v3.5",
470
+ "name": "rerank-v3.5",
471
+ "created_by": "cohere",
472
+ "source": "official",
473
+ "last_updated": "2026-03-21",
474
+ "description": "Unique per deployment",
475
+ "status": "active",
476
+ "model_type": "rerank",
477
+ "tagline": "Text",
478
+ "capabilities": { "streaming": true },
479
+ "modalities": {
480
+ "input": ["text"],
481
+ "output": ["text"]
482
+ }
483
+ },
484
+ {
485
+ "id": "rerank-v4.0-fast",
486
+ "name": "rerank-v4.0-fast",
487
+ "created_by": "cohere",
488
+ "source": "official",
489
+ "last_updated": "2026-03-21",
490
+ "description": "Unique per deployment",
491
+ "status": "active",
492
+ "model_type": "rerank",
493
+ "tagline": "Text",
494
+ "capabilities": { "streaming": true },
495
+ "modalities": {
496
+ "input": ["text"],
497
+ "output": ["text"]
498
+ }
499
+ },
500
+ {
501
+ "id": "rerank-v4.0-pro",
502
+ "name": "rerank-v4.0-pro",
503
+ "created_by": "cohere",
504
+ "source": "official",
505
+ "last_updated": "2026-03-21",
506
+ "description": "Unique per deployment",
507
+ "status": "active",
508
+ "model_type": "rerank",
509
+ "tagline": "Text",
510
+ "capabilities": { "streaming": true },
511
+ "modalities": {
512
+ "input": ["text"],
513
+ "output": ["text"]
514
+ }
515
+ }
516
+ ]
517
+ };
518
+ const models = provider.models.map((m) => ({
519
+ ...m,
520
+ provider: provider.id
521
+ }));
522
+ //#endregion
523
+ export { models, provider };