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.
- package/dist/index.cjs +60 -35560
- package/dist/index.d.cts +3 -156
- package/dist/index.d.mts +3 -156
- package/dist/index.mjs +60 -35560
- package/dist/providers/alibaba.cjs +835 -0
- package/dist/providers/alibaba.d.cts +7 -0
- package/dist/providers/alibaba.d.mts +7 -0
- package/dist/providers/alibaba.mjs +833 -0
- package/dist/providers/amazon.cjs +1484 -0
- package/dist/providers/amazon.d.cts +7 -0
- package/dist/providers/amazon.d.mts +7 -0
- package/dist/providers/amazon.mjs +1482 -0
- package/dist/providers/anthropic.cjs +698 -0
- package/dist/providers/anthropic.d.cts +7 -0
- package/dist/providers/anthropic.d.mts +7 -0
- package/dist/providers/anthropic.mjs +696 -0
- package/dist/providers/azure.cjs +1491 -0
- package/dist/providers/azure.d.cts +7 -0
- package/dist/providers/azure.d.mts +7 -0
- package/dist/providers/azure.mjs +1489 -0
- package/dist/providers/baseten.cjs +279 -0
- package/dist/providers/baseten.d.cts +7 -0
- package/dist/providers/baseten.d.mts +7 -0
- package/dist/providers/baseten.mjs +277 -0
- package/dist/providers/cerebras.cjs +145 -0
- package/dist/providers/cerebras.d.cts +7 -0
- package/dist/providers/cerebras.d.mts +7 -0
- package/dist/providers/cerebras.mjs +143 -0
- package/dist/providers/cloudflare.cjs +826 -0
- package/dist/providers/cloudflare.d.cts +7 -0
- package/dist/providers/cloudflare.d.mts +7 -0
- package/dist/providers/cloudflare.mjs +824 -0
- package/dist/providers/cohere.cjs +525 -0
- package/dist/providers/cohere.d.cts +7 -0
- package/dist/providers/cohere.d.mts +7 -0
- package/dist/providers/cohere.mjs +523 -0
- package/dist/providers/cursor.cjs +856 -0
- package/dist/providers/cursor.d.cts +7 -0
- package/dist/providers/cursor.d.mts +7 -0
- package/dist/providers/cursor.mjs +854 -0
- package/dist/providers/deepseek.cjs +64 -0
- package/dist/providers/deepseek.d.cts +7 -0
- package/dist/providers/deepseek.d.mts +7 -0
- package/dist/providers/deepseek.mjs +62 -0
- package/dist/providers/fireworks.cjs +3794 -0
- package/dist/providers/fireworks.d.cts +7 -0
- package/dist/providers/fireworks.d.mts +7 -0
- package/dist/providers/fireworks.mjs +3792 -0
- package/dist/providers/google.cjs +972 -0
- package/dist/providers/google.d.cts +7 -0
- package/dist/providers/google.d.mts +7 -0
- package/dist/providers/google.mjs +970 -0
- package/dist/providers/groq.cjs +353 -0
- package/dist/providers/groq.d.cts +7 -0
- package/dist/providers/groq.d.mts +7 -0
- package/dist/providers/groq.mjs +351 -0
- package/dist/providers/huggingface.cjs +1022 -0
- package/dist/providers/huggingface.d.cts +7 -0
- package/dist/providers/huggingface.d.mts +7 -0
- package/dist/providers/huggingface.mjs +1020 -0
- package/dist/providers/meta.cjs +481 -0
- package/dist/providers/meta.d.cts +7 -0
- package/dist/providers/meta.d.mts +7 -0
- package/dist/providers/meta.mjs +479 -0
- package/dist/providers/minimax.cjs +156 -0
- package/dist/providers/minimax.d.cts +7 -0
- package/dist/providers/minimax.d.mts +7 -0
- package/dist/providers/minimax.mjs +154 -0
- package/dist/providers/mistral.cjs +1594 -0
- package/dist/providers/mistral.d.cts +7 -0
- package/dist/providers/mistral.d.mts +7 -0
- package/dist/providers/mistral.mjs +1592 -0
- package/dist/providers/moonshot.cjs +138 -0
- package/dist/providers/moonshot.d.cts +7 -0
- package/dist/providers/moonshot.d.mts +7 -0
- package/dist/providers/moonshot.mjs +136 -0
- package/dist/providers/nvidia.cjs +2040 -0
- package/dist/providers/nvidia.d.cts +7 -0
- package/dist/providers/nvidia.d.mts +7 -0
- package/dist/providers/nvidia.mjs +2038 -0
- package/dist/providers/ollama.cjs +326 -0
- package/dist/providers/ollama.d.cts +7 -0
- package/dist/providers/ollama.d.mts +7 -0
- package/dist/providers/ollama.mjs +324 -0
- package/dist/providers/openai.cjs +9079 -0
- package/dist/providers/openai.d.cts +7 -0
- package/dist/providers/openai.d.mts +7 -0
- package/dist/providers/openai.mjs +9077 -0
- package/dist/providers/opencode.cjs +367 -0
- package/dist/providers/opencode.d.cts +7 -0
- package/dist/providers/opencode.d.mts +7 -0
- package/dist/providers/opencode.mjs +365 -0
- package/dist/providers/openrouter.cjs +7835 -0
- package/dist/providers/openrouter.d.cts +7 -0
- package/dist/providers/openrouter.d.mts +7 -0
- package/dist/providers/openrouter.mjs +7833 -0
- package/dist/providers/perplexity.cjs +311 -0
- package/dist/providers/perplexity.d.cts +7 -0
- package/dist/providers/perplexity.d.mts +7 -0
- package/dist/providers/perplexity.mjs +309 -0
- package/dist/providers/qwen.cjs +835 -0
- package/dist/providers/qwen.d.cts +7 -0
- package/dist/providers/qwen.d.mts +7 -0
- package/dist/providers/qwen.mjs +833 -0
- package/dist/providers/together.cjs +360 -0
- package/dist/providers/together.d.cts +7 -0
- package/dist/providers/together.d.mts +7 -0
- package/dist/providers/together.mjs +358 -0
- package/dist/providers/vercel.cjs +4037 -0
- package/dist/providers/vercel.d.cts +7 -0
- package/dist/providers/vercel.d.mts +7 -0
- package/dist/providers/vercel.mjs +4035 -0
- package/dist/providers/vertex.cjs +1072 -0
- package/dist/providers/vertex.d.cts +7 -0
- package/dist/providers/vertex.d.mts +7 -0
- package/dist/providers/vertex.mjs +1070 -0
- package/dist/providers/xai.cjs +301 -0
- package/dist/providers/xai.d.cts +7 -0
- package/dist/providers/xai.d.mts +7 -0
- package/dist/providers/xai.mjs +299 -0
- package/dist/providers/zai.cjs +243 -0
- package/dist/providers/zai.d.cts +7 -0
- package/dist/providers/zai.d.mts +7 -0
- package/dist/providers/zai.mjs +241 -0
- package/dist/types.d.cts +186 -0
- package/dist/types.d.mts +186 -0
- package/package.json +14 -38
- package/README.md +0 -100
|
@@ -0,0 +1,1484 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
//#region src/providers/amazon.ts
|
|
3
|
+
const provider = {
|
|
4
|
+
"id": "amazon",
|
|
5
|
+
"name": "Amazon Bedrock",
|
|
6
|
+
"region": "US",
|
|
7
|
+
"url": "https://aws.amazon.com/bedrock",
|
|
8
|
+
"api_url": "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
9
|
+
"docs_url": "https://docs.aws.amazon.com/bedrock",
|
|
10
|
+
"pricing_url": "https://aws.amazon.com/bedrock/pricing",
|
|
11
|
+
"icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\" fill-rule=\"evenodd\">\n <path d=\"M6.763 11.212c0 .296.032.535.088.71.064.176.144.368.256.576.04.063.056.127.056.183 0 .08-.048.16-.152.24l-.503.335a.383.383 0 01-.208.072c-.08 0-.16-.04-.239-.112a2.47 2.47 0 01-.287-.375 6.18 6.18 0 01-.248-.471c-.622.734-1.405 1.101-2.347 1.101-.67 0-1.205-.191-1.596-.574-.39-.384-.59-.894-.59-1.533 0-.678.24-1.23.726-1.644.487-.415 1.133-.623 1.955-.623.272 0 .551.024.846.064.296.04.6.104.918.176v-.583c0-.607-.127-1.03-.375-1.277-.255-.248-.686-.367-1.3-.367-.28 0-.568.031-.863.103-.295.072-.583.16-.862.272-.09.04-.184.075-.28.104a.488.488 0 01-.127.023c-.112 0-.168-.08-.168-.247v-.391c0-.128.016-.224.056-.28a.597.597 0 01.224-.167 4.577 4.577 0 011.005-.36 4.84 4.84 0 011.246-.151c.95 0 1.644.216 2.091.647.44.43.662 1.085.662 1.963v2.586h.016zm-3.24 1.214c.263 0 .534-.048.822-.144a1.78 1.78 0 00.758-.51 1.27 1.27 0 00.272-.512c.047-.191.08-.423.08-.694v-.335a6.66 6.66 0 00-.735-.136 6.02 6.02 0 00-.75-.048c-.535 0-.926.104-1.19.32-.263.215-.39.518-.39.917 0 .375.095.655.295.846.191.2.47.296.838.296zm6.41.862c-.144 0-.24-.024-.304-.08-.064-.048-.12-.16-.168-.311L7.586 6.726a1.398 1.398 0 01-.072-.32c0-.128.064-.2.191-.2h.783c.151 0 .255.025.31.08.065.048.113.16.16.312l1.342 5.284 1.245-5.284c.04-.16.088-.264.151-.312a.549.549 0 01.32-.08h.638c.152 0 .256.025.32.08.063.048.12.16.151.312l1.261 5.348 1.381-5.348c.048-.16.104-.264.16-.312a.52.52 0 01.311-.08h.743c.127 0 .2.065.2.2 0 .04-.009.08-.017.128a1.137 1.137 0 01-.056.2l-1.923 6.17c-.048.16-.104.263-.168.311a.51.51 0 01-.303.08h-.687c-.15 0-.255-.024-.32-.08-.063-.056-.119-.16-.15-.32L12.32 7.747l-1.23 5.14c-.04.16-.087.264-.15.32-.065.056-.177.08-.32.08l-.686.001zm10.256.215c-.415 0-.83-.048-1.229-.143-.399-.096-.71-.2-.918-.32-.128-.071-.215-.151-.247-.223a.563.563 0 01-.048-.224v-.407c0-.167.064-.247.183-.247.048 0 .096.008.144.024.048.016.12.048.2.08.271.12.566.215.878.279.32.064.63.096.95.096.502 0 .894-.088 1.165-.264a.86.86 0 00.415-.758.777.777 0 00-.215-.559c-.144-.151-.416-.287-.807-.415l-1.157-.36c-.583-.183-1.014-.454-1.277-.813a1.902 1.902 0 01-.4-1.158c0-.335.073-.63.216-.886.144-.255.335-.479.575-.654.24-.184.51-.32.83-.415.32-.096.655-.136 1.006-.136.175 0 .36.008.535.032.183.024.35.056.518.088.16.04.312.08.455.127.144.048.256.096.336.144a.69.69 0 01.24.2.43.43 0 01.071.263v.375c0 .168-.064.256-.184.256a.83.83 0 01-.303-.096 3.652 3.652 0 00-1.532-.311c-.455 0-.815.071-1.062.223-.248.152-.375.383-.375.71 0 .224.08.416.24.567.16.152.454.304.877.44l1.134.358c.574.184.99.44 1.237.767.247.327.367.702.367 1.117 0 .343-.072.655-.207.926a2.157 2.157 0 01-.583.703c-.248.2-.543.343-.886.447-.36.111-.734.167-1.142.167z\"/>\n <path d=\"M.378 15.475c3.384 1.963 7.56 3.153 11.877 3.153 2.914 0 6.114-.607 9.06-1.852.44-.2.814.287.383.607-2.626 1.94-6.442 2.969-9.722 2.969-4.598 0-8.74-1.7-11.87-4.526-.247-.223-.024-.527.272-.351zm23.531-.2c.287.36-.08 2.826-1.485 4.007-.215.184-.423.088-.327-.151l.175-.439c.343-.88.802-2.198.52-2.555-.336-.43-2.22-.207-3.074-.103-.255.032-.295-.192-.063-.36 1.5-1.053 3.967-.75 4.254-.399z\"/>\n</svg>",
|
|
12
|
+
"models": [
|
|
13
|
+
{
|
|
14
|
+
"id": "ai21.jamba-1-5-large-v1:0",
|
|
15
|
+
"name": "Jamba 1.5 Large",
|
|
16
|
+
"created_by": "ai21",
|
|
17
|
+
"source": "official",
|
|
18
|
+
"last_updated": "2026-03-21",
|
|
19
|
+
"capabilities": { "streaming": true },
|
|
20
|
+
"modalities": {
|
|
21
|
+
"input": ["text"],
|
|
22
|
+
"output": ["text"]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"id": "ai21.jamba-1-5-mini-v1:0",
|
|
27
|
+
"name": "Jamba 1.5 Mini",
|
|
28
|
+
"created_by": "ai21",
|
|
29
|
+
"source": "official",
|
|
30
|
+
"last_updated": "2026-03-21",
|
|
31
|
+
"capabilities": { "streaming": true },
|
|
32
|
+
"modalities": {
|
|
33
|
+
"input": ["text"],
|
|
34
|
+
"output": ["text"]
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"id": "amazon.nova-2-lite-v1:0",
|
|
39
|
+
"name": "Nova 2 Lite",
|
|
40
|
+
"created_by": "amazon",
|
|
41
|
+
"source": "official",
|
|
42
|
+
"last_updated": "2026-03-21",
|
|
43
|
+
"capabilities": {
|
|
44
|
+
"streaming": true,
|
|
45
|
+
"vision": true
|
|
46
|
+
},
|
|
47
|
+
"modalities": {
|
|
48
|
+
"input": [],
|
|
49
|
+
"output": ["text"]
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"id": "amazon.nova-2-multimodal-embeddings-v1:0",
|
|
54
|
+
"name": "Amazon Nova Multimodal Embeddings",
|
|
55
|
+
"created_by": "amazon",
|
|
56
|
+
"source": "official",
|
|
57
|
+
"last_updated": "2026-03-21",
|
|
58
|
+
"capabilities": { "vision": true },
|
|
59
|
+
"modalities": {
|
|
60
|
+
"input": [],
|
|
61
|
+
"output": []
|
|
62
|
+
},
|
|
63
|
+
"model_type": "embed"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"id": "amazon.nova-2-sonic-v1:0",
|
|
67
|
+
"name": "Nova 2 Sonic",
|
|
68
|
+
"created_by": "amazon",
|
|
69
|
+
"source": "official",
|
|
70
|
+
"last_updated": "2026-03-21",
|
|
71
|
+
"capabilities": { "streaming": true },
|
|
72
|
+
"modalities": {
|
|
73
|
+
"input": [],
|
|
74
|
+
"output": []
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"id": "amazon.nova-canvas-v1:0",
|
|
79
|
+
"name": "Nova Canvas",
|
|
80
|
+
"created_by": "amazon",
|
|
81
|
+
"source": "official",
|
|
82
|
+
"last_updated": "2026-03-21",
|
|
83
|
+
"capabilities": { "vision": true },
|
|
84
|
+
"modalities": {
|
|
85
|
+
"input": [],
|
|
86
|
+
"output": ["image"]
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"id": "amazon.nova-lite-v1:0",
|
|
91
|
+
"name": "Nova Lite",
|
|
92
|
+
"created_by": "amazon",
|
|
93
|
+
"source": "official",
|
|
94
|
+
"last_updated": "2026-03-21",
|
|
95
|
+
"capabilities": {
|
|
96
|
+
"streaming": true,
|
|
97
|
+
"vision": true
|
|
98
|
+
},
|
|
99
|
+
"modalities": {
|
|
100
|
+
"input": [],
|
|
101
|
+
"output": ["text"]
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"id": "amazon.nova-micro-v1:0",
|
|
106
|
+
"name": "Nova Micro",
|
|
107
|
+
"created_by": "amazon",
|
|
108
|
+
"source": "official",
|
|
109
|
+
"last_updated": "2026-03-21",
|
|
110
|
+
"capabilities": { "streaming": true },
|
|
111
|
+
"modalities": {
|
|
112
|
+
"input": ["text"],
|
|
113
|
+
"output": ["text"]
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"id": "amazon.nova-premier-v1:0",
|
|
118
|
+
"name": "Nova Premier",
|
|
119
|
+
"created_by": "amazon",
|
|
120
|
+
"source": "official",
|
|
121
|
+
"last_updated": "2026-03-21",
|
|
122
|
+
"capabilities": {
|
|
123
|
+
"streaming": true,
|
|
124
|
+
"vision": true
|
|
125
|
+
},
|
|
126
|
+
"modalities": {
|
|
127
|
+
"input": [],
|
|
128
|
+
"output": ["text"]
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"id": "amazon.nova-pro-v1:0",
|
|
133
|
+
"name": "Nova Pro",
|
|
134
|
+
"created_by": "amazon",
|
|
135
|
+
"source": "official",
|
|
136
|
+
"last_updated": "2026-03-21",
|
|
137
|
+
"capabilities": {
|
|
138
|
+
"streaming": true,
|
|
139
|
+
"vision": true
|
|
140
|
+
},
|
|
141
|
+
"modalities": {
|
|
142
|
+
"input": [],
|
|
143
|
+
"output": ["text"]
|
|
144
|
+
}
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"id": "amazon.nova-reel-v1:0",
|
|
148
|
+
"name": "Nova Reel",
|
|
149
|
+
"created_by": "amazon",
|
|
150
|
+
"source": "official",
|
|
151
|
+
"last_updated": "2026-03-21",
|
|
152
|
+
"capabilities": { "vision": true },
|
|
153
|
+
"modalities": {
|
|
154
|
+
"input": [],
|
|
155
|
+
"output": ["video"]
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"id": "amazon.nova-reel-v1:1",
|
|
160
|
+
"name": "Nova Reel",
|
|
161
|
+
"created_by": "amazon",
|
|
162
|
+
"source": "official",
|
|
163
|
+
"last_updated": "2026-03-21",
|
|
164
|
+
"capabilities": { "vision": true },
|
|
165
|
+
"modalities": {
|
|
166
|
+
"input": [],
|
|
167
|
+
"output": ["video"]
|
|
168
|
+
}
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"id": "amazon.nova-sonic-v1:0",
|
|
172
|
+
"name": "Nova Sonic",
|
|
173
|
+
"created_by": "amazon",
|
|
174
|
+
"source": "official",
|
|
175
|
+
"last_updated": "2026-03-21",
|
|
176
|
+
"capabilities": { "streaming": true },
|
|
177
|
+
"modalities": {
|
|
178
|
+
"input": [],
|
|
179
|
+
"output": []
|
|
180
|
+
}
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"id": "amazon.rerank-v1:0",
|
|
184
|
+
"name": "Rerank 1.0",
|
|
185
|
+
"created_by": "amazon",
|
|
186
|
+
"source": "official",
|
|
187
|
+
"last_updated": "2026-03-21",
|
|
188
|
+
"modalities": {
|
|
189
|
+
"input": ["text"],
|
|
190
|
+
"output": ["text"]
|
|
191
|
+
},
|
|
192
|
+
"model_type": "rerank"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"id": "amazon.titan-e1m-medium",
|
|
196
|
+
"name": "Titan Text/Image Embeddings",
|
|
197
|
+
"created_by": "amazon",
|
|
198
|
+
"source": "official",
|
|
199
|
+
"last_updated": "2026-03-21",
|
|
200
|
+
"capabilities": { "vision": true },
|
|
201
|
+
"modalities": {
|
|
202
|
+
"input": [],
|
|
203
|
+
"output": []
|
|
204
|
+
}
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"id": "amazon.titan-embed-g1-text-02",
|
|
208
|
+
"name": "Titan Text Embeddings v2",
|
|
209
|
+
"created_by": "amazon",
|
|
210
|
+
"source": "official",
|
|
211
|
+
"last_updated": "2026-03-21",
|
|
212
|
+
"modalities": {
|
|
213
|
+
"input": ["text"],
|
|
214
|
+
"output": []
|
|
215
|
+
},
|
|
216
|
+
"model_type": "embed"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"id": "amazon.titan-embed-image-v1",
|
|
220
|
+
"name": "Titan Multimodal Embeddings G1",
|
|
221
|
+
"created_by": "amazon",
|
|
222
|
+
"source": "official",
|
|
223
|
+
"last_updated": "2026-03-21",
|
|
224
|
+
"capabilities": { "vision": true },
|
|
225
|
+
"modalities": {
|
|
226
|
+
"input": [],
|
|
227
|
+
"output": []
|
|
228
|
+
},
|
|
229
|
+
"model_type": "embed"
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"id": "amazon.titan-embed-text-v1",
|
|
233
|
+
"name": "Titan Embeddings G1 - Text",
|
|
234
|
+
"created_by": "amazon",
|
|
235
|
+
"source": "official",
|
|
236
|
+
"last_updated": "2026-03-21",
|
|
237
|
+
"modalities": {
|
|
238
|
+
"input": ["text"],
|
|
239
|
+
"output": []
|
|
240
|
+
},
|
|
241
|
+
"model_type": "embed"
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"id": "amazon.titan-embed-text-v2:0",
|
|
245
|
+
"name": "Titan Text Embeddings V2",
|
|
246
|
+
"created_by": "amazon",
|
|
247
|
+
"source": "official",
|
|
248
|
+
"last_updated": "2026-03-21",
|
|
249
|
+
"modalities": {
|
|
250
|
+
"input": ["text"],
|
|
251
|
+
"output": []
|
|
252
|
+
},
|
|
253
|
+
"model_type": "embed"
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"id": "amazon.titan-image-generator-v2:0",
|
|
257
|
+
"name": "Titan Image Generator G1 v2",
|
|
258
|
+
"created_by": "amazon",
|
|
259
|
+
"source": "official",
|
|
260
|
+
"last_updated": "2026-03-21",
|
|
261
|
+
"capabilities": { "vision": true },
|
|
262
|
+
"modalities": {
|
|
263
|
+
"input": [],
|
|
264
|
+
"output": ["image"]
|
|
265
|
+
}
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"id": "amazon.titan-tg1-large",
|
|
269
|
+
"name": "Titan Text Large",
|
|
270
|
+
"created_by": "amazon",
|
|
271
|
+
"source": "official",
|
|
272
|
+
"last_updated": "2026-03-21",
|
|
273
|
+
"capabilities": { "streaming": true },
|
|
274
|
+
"modalities": {
|
|
275
|
+
"input": ["text"],
|
|
276
|
+
"output": ["text"]
|
|
277
|
+
}
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"id": "anthropic.claude-3-5-haiku-20241022-v1:0",
|
|
281
|
+
"name": "Claude 3.5 Haiku",
|
|
282
|
+
"created_by": "anthropic",
|
|
283
|
+
"source": "official",
|
|
284
|
+
"last_updated": "2026-03-21",
|
|
285
|
+
"capabilities": { "streaming": true },
|
|
286
|
+
"modalities": {
|
|
287
|
+
"input": ["text"],
|
|
288
|
+
"output": ["text"]
|
|
289
|
+
}
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"id": "anthropic.claude-3-haiku-20240307-v1:0",
|
|
293
|
+
"name": "Claude 3 Haiku",
|
|
294
|
+
"created_by": "anthropic",
|
|
295
|
+
"source": "official",
|
|
296
|
+
"last_updated": "2026-03-21",
|
|
297
|
+
"capabilities": {
|
|
298
|
+
"streaming": true,
|
|
299
|
+
"vision": true
|
|
300
|
+
},
|
|
301
|
+
"modalities": {
|
|
302
|
+
"input": [],
|
|
303
|
+
"output": ["text"]
|
|
304
|
+
}
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"id": "anthropic.claude-haiku-4-5-20251001-v1:0",
|
|
308
|
+
"name": "Claude Haiku 4.5",
|
|
309
|
+
"created_by": "anthropic",
|
|
310
|
+
"source": "official",
|
|
311
|
+
"last_updated": "2026-03-21",
|
|
312
|
+
"capabilities": {
|
|
313
|
+
"streaming": true,
|
|
314
|
+
"vision": true
|
|
315
|
+
},
|
|
316
|
+
"modalities": {
|
|
317
|
+
"input": [],
|
|
318
|
+
"output": ["text"]
|
|
319
|
+
}
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"id": "anthropic.claude-opus-4-1-20250805-v1:0",
|
|
323
|
+
"name": "Claude Opus 4.1",
|
|
324
|
+
"created_by": "anthropic",
|
|
325
|
+
"source": "official",
|
|
326
|
+
"last_updated": "2026-03-21",
|
|
327
|
+
"capabilities": {
|
|
328
|
+
"streaming": true,
|
|
329
|
+
"vision": true
|
|
330
|
+
},
|
|
331
|
+
"modalities": {
|
|
332
|
+
"input": [],
|
|
333
|
+
"output": ["text"]
|
|
334
|
+
}
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"id": "anthropic.claude-opus-4-5-20251101-v1:0",
|
|
338
|
+
"name": "Claude Opus 4.5",
|
|
339
|
+
"created_by": "anthropic",
|
|
340
|
+
"source": "official",
|
|
341
|
+
"last_updated": "2026-03-21",
|
|
342
|
+
"capabilities": {
|
|
343
|
+
"streaming": true,
|
|
344
|
+
"vision": true
|
|
345
|
+
},
|
|
346
|
+
"modalities": {
|
|
347
|
+
"input": [],
|
|
348
|
+
"output": ["text"]
|
|
349
|
+
}
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
"id": "anthropic.claude-opus-4-6-v1",
|
|
353
|
+
"name": "Claude Opus 4.6",
|
|
354
|
+
"created_by": "anthropic",
|
|
355
|
+
"source": "official",
|
|
356
|
+
"last_updated": "2026-03-21",
|
|
357
|
+
"capabilities": {
|
|
358
|
+
"streaming": true,
|
|
359
|
+
"vision": true
|
|
360
|
+
},
|
|
361
|
+
"modalities": {
|
|
362
|
+
"input": [],
|
|
363
|
+
"output": ["text"]
|
|
364
|
+
}
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"id": "anthropic.claude-sonnet-4-20250514-v1:0",
|
|
368
|
+
"name": "Claude Sonnet 4",
|
|
369
|
+
"created_by": "anthropic",
|
|
370
|
+
"source": "official",
|
|
371
|
+
"last_updated": "2026-03-21",
|
|
372
|
+
"capabilities": {
|
|
373
|
+
"streaming": true,
|
|
374
|
+
"vision": true
|
|
375
|
+
},
|
|
376
|
+
"modalities": {
|
|
377
|
+
"input": [],
|
|
378
|
+
"output": ["text"]
|
|
379
|
+
}
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"id": "anthropic.claude-sonnet-4-5-20250929-v1:0",
|
|
383
|
+
"name": "Claude Sonnet 4.5",
|
|
384
|
+
"created_by": "anthropic",
|
|
385
|
+
"source": "official",
|
|
386
|
+
"last_updated": "2026-03-21",
|
|
387
|
+
"capabilities": {
|
|
388
|
+
"streaming": true,
|
|
389
|
+
"vision": true
|
|
390
|
+
},
|
|
391
|
+
"modalities": {
|
|
392
|
+
"input": [],
|
|
393
|
+
"output": ["text"]
|
|
394
|
+
}
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"id": "anthropic.claude-sonnet-4-6",
|
|
398
|
+
"name": "Claude Sonnet 4.6",
|
|
399
|
+
"created_by": "anthropic",
|
|
400
|
+
"source": "official",
|
|
401
|
+
"last_updated": "2026-03-21",
|
|
402
|
+
"capabilities": {
|
|
403
|
+
"streaming": true,
|
|
404
|
+
"vision": true
|
|
405
|
+
},
|
|
406
|
+
"modalities": {
|
|
407
|
+
"input": [],
|
|
408
|
+
"output": ["text"]
|
|
409
|
+
}
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"id": "cohere.command-r-plus-v1:0",
|
|
413
|
+
"name": "Command R+",
|
|
414
|
+
"created_by": "cohere",
|
|
415
|
+
"source": "official",
|
|
416
|
+
"last_updated": "2026-03-21",
|
|
417
|
+
"capabilities": { "streaming": true },
|
|
418
|
+
"modalities": {
|
|
419
|
+
"input": ["text"],
|
|
420
|
+
"output": ["text"]
|
|
421
|
+
}
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"id": "cohere.command-r-v1:0",
|
|
425
|
+
"name": "Command R",
|
|
426
|
+
"created_by": "cohere",
|
|
427
|
+
"source": "official",
|
|
428
|
+
"last_updated": "2026-03-21",
|
|
429
|
+
"capabilities": { "streaming": true },
|
|
430
|
+
"modalities": {
|
|
431
|
+
"input": ["text"],
|
|
432
|
+
"output": ["text"]
|
|
433
|
+
}
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
"id": "cohere.embed-english-v3",
|
|
437
|
+
"name": "Embed English",
|
|
438
|
+
"created_by": "cohere",
|
|
439
|
+
"source": "official",
|
|
440
|
+
"last_updated": "2026-03-21",
|
|
441
|
+
"modalities": {
|
|
442
|
+
"input": ["text"],
|
|
443
|
+
"output": []
|
|
444
|
+
},
|
|
445
|
+
"model_type": "embed"
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"id": "cohere.embed-multilingual-v3",
|
|
449
|
+
"name": "Embed Multilingual",
|
|
450
|
+
"created_by": "cohere",
|
|
451
|
+
"source": "official",
|
|
452
|
+
"last_updated": "2026-03-21",
|
|
453
|
+
"modalities": {
|
|
454
|
+
"input": ["text"],
|
|
455
|
+
"output": []
|
|
456
|
+
},
|
|
457
|
+
"model_type": "embed"
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"id": "cohere.embed-v4:0",
|
|
461
|
+
"name": "Embed v4",
|
|
462
|
+
"created_by": "cohere",
|
|
463
|
+
"source": "official",
|
|
464
|
+
"last_updated": "2026-03-21",
|
|
465
|
+
"capabilities": { "vision": true },
|
|
466
|
+
"modalities": {
|
|
467
|
+
"input": [],
|
|
468
|
+
"output": []
|
|
469
|
+
},
|
|
470
|
+
"model_type": "embed"
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
"id": "cohere.rerank-v3-5:0",
|
|
474
|
+
"name": "Rerank 3.5",
|
|
475
|
+
"created_by": "cohere",
|
|
476
|
+
"source": "official",
|
|
477
|
+
"last_updated": "2026-03-21",
|
|
478
|
+
"modalities": {
|
|
479
|
+
"input": ["text"],
|
|
480
|
+
"output": ["text"]
|
|
481
|
+
},
|
|
482
|
+
"model_type": "rerank"
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"id": "deepseek.r1-v1:0",
|
|
486
|
+
"name": "DeepSeek-R1",
|
|
487
|
+
"created_by": "deepseek",
|
|
488
|
+
"source": "official",
|
|
489
|
+
"last_updated": "2026-03-21",
|
|
490
|
+
"family": "deepseek",
|
|
491
|
+
"capabilities": { "streaming": true },
|
|
492
|
+
"modalities": {
|
|
493
|
+
"input": ["text"],
|
|
494
|
+
"output": ["text"]
|
|
495
|
+
}
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
"id": "deepseek.v3-v1:0",
|
|
499
|
+
"name": "DeepSeek-V3.1",
|
|
500
|
+
"created_by": "deepseek",
|
|
501
|
+
"source": "official",
|
|
502
|
+
"last_updated": "2026-03-21",
|
|
503
|
+
"family": "deepseek",
|
|
504
|
+
"capabilities": { "streaming": true },
|
|
505
|
+
"modalities": {
|
|
506
|
+
"input": ["text"],
|
|
507
|
+
"output": ["text"]
|
|
508
|
+
}
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"id": "deepseek.v3.2",
|
|
512
|
+
"name": "DeepSeek V3.2",
|
|
513
|
+
"created_by": "deepseek",
|
|
514
|
+
"source": "official",
|
|
515
|
+
"last_updated": "2026-03-21",
|
|
516
|
+
"family": "deepseek",
|
|
517
|
+
"capabilities": { "streaming": true },
|
|
518
|
+
"modalities": {
|
|
519
|
+
"input": ["text"],
|
|
520
|
+
"output": ["text"]
|
|
521
|
+
}
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
"id": "google.gemma-3-12b-it",
|
|
525
|
+
"name": "Gemma 3 12B IT",
|
|
526
|
+
"created_by": "google",
|
|
527
|
+
"source": "official",
|
|
528
|
+
"last_updated": "2026-03-21",
|
|
529
|
+
"capabilities": {
|
|
530
|
+
"streaming": true,
|
|
531
|
+
"vision": true
|
|
532
|
+
},
|
|
533
|
+
"modalities": {
|
|
534
|
+
"input": [],
|
|
535
|
+
"output": ["text"]
|
|
536
|
+
}
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"id": "google.gemma-3-27b-it",
|
|
540
|
+
"name": "Gemma 3 27B PT",
|
|
541
|
+
"created_by": "google",
|
|
542
|
+
"source": "official",
|
|
543
|
+
"last_updated": "2026-03-21",
|
|
544
|
+
"capabilities": {
|
|
545
|
+
"streaming": true,
|
|
546
|
+
"vision": true
|
|
547
|
+
},
|
|
548
|
+
"modalities": {
|
|
549
|
+
"input": [],
|
|
550
|
+
"output": ["text"]
|
|
551
|
+
}
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"id": "google.gemma-3-4b-it",
|
|
555
|
+
"name": "Gemma 3 4B IT",
|
|
556
|
+
"created_by": "google",
|
|
557
|
+
"source": "official",
|
|
558
|
+
"last_updated": "2026-03-21",
|
|
559
|
+
"capabilities": {
|
|
560
|
+
"streaming": true,
|
|
561
|
+
"vision": true
|
|
562
|
+
},
|
|
563
|
+
"modalities": {
|
|
564
|
+
"input": [],
|
|
565
|
+
"output": ["text"]
|
|
566
|
+
}
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"id": "luma.ray-v2:0",
|
|
570
|
+
"name": "Ray v2",
|
|
571
|
+
"created_by": "luma",
|
|
572
|
+
"source": "official",
|
|
573
|
+
"last_updated": "2026-03-21",
|
|
574
|
+
"modalities": {
|
|
575
|
+
"input": ["text"],
|
|
576
|
+
"output": ["video"]
|
|
577
|
+
}
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
"id": "meta.llama3-1-405b-instruct-v1:0",
|
|
581
|
+
"name": "Llama 3.1 405B Instruct",
|
|
582
|
+
"created_by": "meta",
|
|
583
|
+
"source": "official",
|
|
584
|
+
"last_updated": "2026-03-21",
|
|
585
|
+
"capabilities": { "streaming": true },
|
|
586
|
+
"modalities": {
|
|
587
|
+
"input": ["text"],
|
|
588
|
+
"output": ["text"]
|
|
589
|
+
}
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
"id": "meta.llama3-1-70b-instruct-v1:0",
|
|
593
|
+
"name": "Llama 3.1 70B Instruct",
|
|
594
|
+
"created_by": "meta",
|
|
595
|
+
"source": "official",
|
|
596
|
+
"last_updated": "2026-03-21",
|
|
597
|
+
"capabilities": { "streaming": true },
|
|
598
|
+
"modalities": {
|
|
599
|
+
"input": ["text"],
|
|
600
|
+
"output": ["text"]
|
|
601
|
+
}
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"id": "meta.llama3-1-8b-instruct-v1:0",
|
|
605
|
+
"name": "Llama 3.1 8B Instruct",
|
|
606
|
+
"created_by": "meta",
|
|
607
|
+
"source": "official",
|
|
608
|
+
"last_updated": "2026-03-21",
|
|
609
|
+
"capabilities": { "streaming": true },
|
|
610
|
+
"modalities": {
|
|
611
|
+
"input": ["text"],
|
|
612
|
+
"output": ["text"]
|
|
613
|
+
}
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
"id": "meta.llama3-2-11b-instruct-v1:0",
|
|
617
|
+
"name": "Llama 3.2 11B Instruct",
|
|
618
|
+
"created_by": "meta",
|
|
619
|
+
"source": "official",
|
|
620
|
+
"last_updated": "2026-03-21",
|
|
621
|
+
"capabilities": {
|
|
622
|
+
"streaming": true,
|
|
623
|
+
"vision": true
|
|
624
|
+
},
|
|
625
|
+
"modalities": {
|
|
626
|
+
"input": [],
|
|
627
|
+
"output": ["text"]
|
|
628
|
+
}
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"id": "meta.llama3-2-1b-instruct-v1:0",
|
|
632
|
+
"name": "Llama 3.2 1B Instruct",
|
|
633
|
+
"created_by": "meta",
|
|
634
|
+
"source": "official",
|
|
635
|
+
"last_updated": "2026-03-21",
|
|
636
|
+
"capabilities": { "streaming": true },
|
|
637
|
+
"modalities": {
|
|
638
|
+
"input": ["text"],
|
|
639
|
+
"output": ["text"]
|
|
640
|
+
}
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
"id": "meta.llama3-2-3b-instruct-v1:0",
|
|
644
|
+
"name": "Llama 3.2 3B Instruct",
|
|
645
|
+
"created_by": "meta",
|
|
646
|
+
"source": "official",
|
|
647
|
+
"last_updated": "2026-03-21",
|
|
648
|
+
"capabilities": { "streaming": true },
|
|
649
|
+
"modalities": {
|
|
650
|
+
"input": ["text"],
|
|
651
|
+
"output": ["text"]
|
|
652
|
+
}
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"id": "meta.llama3-2-90b-instruct-v1:0",
|
|
656
|
+
"name": "Llama 3.2 90B Instruct",
|
|
657
|
+
"created_by": "meta",
|
|
658
|
+
"source": "official",
|
|
659
|
+
"last_updated": "2026-03-21",
|
|
660
|
+
"capabilities": {
|
|
661
|
+
"streaming": true,
|
|
662
|
+
"vision": true
|
|
663
|
+
},
|
|
664
|
+
"modalities": {
|
|
665
|
+
"input": [],
|
|
666
|
+
"output": ["text"]
|
|
667
|
+
}
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"id": "meta.llama3-3-70b-instruct-v1:0",
|
|
671
|
+
"name": "Llama 3.3 70B Instruct",
|
|
672
|
+
"created_by": "meta",
|
|
673
|
+
"source": "official",
|
|
674
|
+
"last_updated": "2026-03-21",
|
|
675
|
+
"capabilities": { "streaming": true },
|
|
676
|
+
"modalities": {
|
|
677
|
+
"input": ["text"],
|
|
678
|
+
"output": ["text"]
|
|
679
|
+
}
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
"id": "meta.llama3-70b-instruct-v1:0",
|
|
683
|
+
"name": "Llama 3 70B Instruct",
|
|
684
|
+
"created_by": "meta",
|
|
685
|
+
"source": "official",
|
|
686
|
+
"last_updated": "2026-03-21",
|
|
687
|
+
"capabilities": { "streaming": true },
|
|
688
|
+
"modalities": {
|
|
689
|
+
"input": ["text"],
|
|
690
|
+
"output": ["text"]
|
|
691
|
+
}
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
"id": "meta.llama3-8b-instruct-v1:0",
|
|
695
|
+
"name": "Llama 3 8B Instruct",
|
|
696
|
+
"created_by": "meta",
|
|
697
|
+
"source": "official",
|
|
698
|
+
"last_updated": "2026-03-21",
|
|
699
|
+
"capabilities": { "streaming": true },
|
|
700
|
+
"modalities": {
|
|
701
|
+
"input": ["text"],
|
|
702
|
+
"output": ["text"]
|
|
703
|
+
}
|
|
704
|
+
},
|
|
705
|
+
{
|
|
706
|
+
"id": "meta.llama4-maverick-17b-instruct-v1:0",
|
|
707
|
+
"name": "Llama 4 Maverick 17B Instruct",
|
|
708
|
+
"created_by": "meta",
|
|
709
|
+
"source": "official",
|
|
710
|
+
"last_updated": "2026-03-21",
|
|
711
|
+
"capabilities": {
|
|
712
|
+
"streaming": true,
|
|
713
|
+
"vision": true
|
|
714
|
+
},
|
|
715
|
+
"modalities": {
|
|
716
|
+
"input": [],
|
|
717
|
+
"output": ["text"]
|
|
718
|
+
}
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
"id": "meta.llama4-scout-17b-instruct-v1:0",
|
|
722
|
+
"name": "Llama 4 Scout 17B Instruct",
|
|
723
|
+
"created_by": "meta",
|
|
724
|
+
"source": "official",
|
|
725
|
+
"last_updated": "2026-03-21",
|
|
726
|
+
"capabilities": {
|
|
727
|
+
"streaming": true,
|
|
728
|
+
"vision": true
|
|
729
|
+
},
|
|
730
|
+
"modalities": {
|
|
731
|
+
"input": [],
|
|
732
|
+
"output": ["text"]
|
|
733
|
+
}
|
|
734
|
+
},
|
|
735
|
+
{
|
|
736
|
+
"id": "minimax.minimax-m2.1",
|
|
737
|
+
"name": "MiniMax M2.1",
|
|
738
|
+
"created_by": "minimax",
|
|
739
|
+
"source": "official",
|
|
740
|
+
"last_updated": "2026-03-21",
|
|
741
|
+
"capabilities": { "streaming": true },
|
|
742
|
+
"modalities": {
|
|
743
|
+
"input": ["text"],
|
|
744
|
+
"output": ["text"]
|
|
745
|
+
}
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"id": "minimax.minimax-m2",
|
|
749
|
+
"name": "MiniMax M2",
|
|
750
|
+
"created_by": "minimax",
|
|
751
|
+
"source": "official",
|
|
752
|
+
"last_updated": "2026-03-21",
|
|
753
|
+
"capabilities": { "streaming": true },
|
|
754
|
+
"modalities": {
|
|
755
|
+
"input": ["text"],
|
|
756
|
+
"output": ["text"]
|
|
757
|
+
}
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
"id": "mistral.devstral-2-123b",
|
|
761
|
+
"name": "Devstral 2 123B",
|
|
762
|
+
"created_by": "mistral",
|
|
763
|
+
"source": "official",
|
|
764
|
+
"last_updated": "2026-03-21",
|
|
765
|
+
"capabilities": { "streaming": true },
|
|
766
|
+
"modalities": {
|
|
767
|
+
"input": ["text"],
|
|
768
|
+
"output": ["text"]
|
|
769
|
+
}
|
|
770
|
+
},
|
|
771
|
+
{
|
|
772
|
+
"id": "mistral.magistral-small-2509",
|
|
773
|
+
"name": "Magistral Small 2509",
|
|
774
|
+
"created_by": "mistral",
|
|
775
|
+
"source": "official",
|
|
776
|
+
"last_updated": "2026-03-21",
|
|
777
|
+
"alias": "mistral.magistral-small",
|
|
778
|
+
"capabilities": {
|
|
779
|
+
"streaming": true,
|
|
780
|
+
"vision": true
|
|
781
|
+
},
|
|
782
|
+
"modalities": {
|
|
783
|
+
"input": [],
|
|
784
|
+
"output": ["text"]
|
|
785
|
+
}
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
"id": "mistral.magistral-small",
|
|
789
|
+
"name": "Magistral Small 2509",
|
|
790
|
+
"created_by": "mistral",
|
|
791
|
+
"source": "official",
|
|
792
|
+
"last_updated": "2026-03-21",
|
|
793
|
+
"capabilities": {
|
|
794
|
+
"streaming": true,
|
|
795
|
+
"vision": true
|
|
796
|
+
},
|
|
797
|
+
"modalities": {
|
|
798
|
+
"input": [],
|
|
799
|
+
"output": ["text"]
|
|
800
|
+
},
|
|
801
|
+
"snapshots": ["mistral.magistral-small-2509"]
|
|
802
|
+
},
|
|
803
|
+
{
|
|
804
|
+
"id": "mistral.ministral-3-14b-instruct",
|
|
805
|
+
"name": "Ministral 14B 3.0",
|
|
806
|
+
"created_by": "mistral",
|
|
807
|
+
"source": "official",
|
|
808
|
+
"last_updated": "2026-03-21",
|
|
809
|
+
"capabilities": {
|
|
810
|
+
"streaming": true,
|
|
811
|
+
"vision": true
|
|
812
|
+
},
|
|
813
|
+
"modalities": {
|
|
814
|
+
"input": [],
|
|
815
|
+
"output": ["text"]
|
|
816
|
+
}
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
"id": "mistral.ministral-3-3b-instruct",
|
|
820
|
+
"name": "Ministral 3B",
|
|
821
|
+
"created_by": "mistral",
|
|
822
|
+
"source": "official",
|
|
823
|
+
"last_updated": "2026-03-21",
|
|
824
|
+
"capabilities": {
|
|
825
|
+
"streaming": true,
|
|
826
|
+
"vision": true
|
|
827
|
+
},
|
|
828
|
+
"modalities": {
|
|
829
|
+
"input": [],
|
|
830
|
+
"output": ["text"]
|
|
831
|
+
}
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
"id": "mistral.ministral-3-8b-instruct",
|
|
835
|
+
"name": "Ministral 3 8B",
|
|
836
|
+
"created_by": "mistral",
|
|
837
|
+
"source": "official",
|
|
838
|
+
"last_updated": "2026-03-21",
|
|
839
|
+
"capabilities": {
|
|
840
|
+
"streaming": true,
|
|
841
|
+
"vision": true
|
|
842
|
+
},
|
|
843
|
+
"modalities": {
|
|
844
|
+
"input": [],
|
|
845
|
+
"output": ["text"]
|
|
846
|
+
}
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"id": "mistral.mistral-7b-instruct-v0:2",
|
|
850
|
+
"name": "Mistral 7B Instruct",
|
|
851
|
+
"created_by": "mistral",
|
|
852
|
+
"source": "official",
|
|
853
|
+
"last_updated": "2026-03-21",
|
|
854
|
+
"capabilities": { "streaming": true },
|
|
855
|
+
"modalities": {
|
|
856
|
+
"input": ["text"],
|
|
857
|
+
"output": ["text"]
|
|
858
|
+
}
|
|
859
|
+
},
|
|
860
|
+
{
|
|
861
|
+
"id": "mistral.mistral-large-2402-v1:0",
|
|
862
|
+
"name": "Mistral Large (24.02)",
|
|
863
|
+
"created_by": "mistral",
|
|
864
|
+
"source": "official",
|
|
865
|
+
"last_updated": "2026-03-21",
|
|
866
|
+
"capabilities": { "streaming": true },
|
|
867
|
+
"modalities": {
|
|
868
|
+
"input": ["text"],
|
|
869
|
+
"output": ["text"]
|
|
870
|
+
}
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
"id": "mistral.mistral-large-2407-v1:0",
|
|
874
|
+
"name": "Mistral Large (24.07)",
|
|
875
|
+
"created_by": "mistral",
|
|
876
|
+
"source": "official",
|
|
877
|
+
"last_updated": "2026-03-21",
|
|
878
|
+
"capabilities": { "streaming": true },
|
|
879
|
+
"modalities": {
|
|
880
|
+
"input": ["text"],
|
|
881
|
+
"output": ["text"]
|
|
882
|
+
}
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
"id": "mistral.mistral-large-3-675b-instruct",
|
|
886
|
+
"name": "Mistral Large 3",
|
|
887
|
+
"created_by": "mistral",
|
|
888
|
+
"source": "official",
|
|
889
|
+
"last_updated": "2026-03-21",
|
|
890
|
+
"capabilities": {
|
|
891
|
+
"streaming": true,
|
|
892
|
+
"vision": true
|
|
893
|
+
},
|
|
894
|
+
"modalities": {
|
|
895
|
+
"input": [],
|
|
896
|
+
"output": ["text"]
|
|
897
|
+
}
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
"id": "mistral.mistral-small-2402-v1:0",
|
|
901
|
+
"name": "Mistral Small (24.02)",
|
|
902
|
+
"created_by": "mistral",
|
|
903
|
+
"source": "official",
|
|
904
|
+
"last_updated": "2026-03-21",
|
|
905
|
+
"capabilities": { "streaming": true },
|
|
906
|
+
"modalities": {
|
|
907
|
+
"input": ["text"],
|
|
908
|
+
"output": ["text"]
|
|
909
|
+
}
|
|
910
|
+
},
|
|
911
|
+
{
|
|
912
|
+
"id": "mistral.mixtral-8x7b-instruct-v0:1",
|
|
913
|
+
"name": "Mixtral 8x7B Instruct",
|
|
914
|
+
"created_by": "mistral",
|
|
915
|
+
"source": "official",
|
|
916
|
+
"last_updated": "2026-03-21",
|
|
917
|
+
"capabilities": { "streaming": true },
|
|
918
|
+
"modalities": {
|
|
919
|
+
"input": ["text"],
|
|
920
|
+
"output": ["text"]
|
|
921
|
+
}
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
"id": "mistral.pixtral-large-2502-v1:0",
|
|
925
|
+
"name": "Pixtral Large (25.02)",
|
|
926
|
+
"created_by": "mistral",
|
|
927
|
+
"source": "official",
|
|
928
|
+
"last_updated": "2026-03-21",
|
|
929
|
+
"capabilities": {
|
|
930
|
+
"streaming": true,
|
|
931
|
+
"vision": true
|
|
932
|
+
},
|
|
933
|
+
"modalities": {
|
|
934
|
+
"input": [],
|
|
935
|
+
"output": ["text"]
|
|
936
|
+
}
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
"id": "mistral.voxtral-mini-3b-2507",
|
|
940
|
+
"name": "Voxtral Mini 3B 2507",
|
|
941
|
+
"created_by": "mistral",
|
|
942
|
+
"source": "official",
|
|
943
|
+
"last_updated": "2026-03-21",
|
|
944
|
+
"alias": "mistral.voxtral-mini-3b",
|
|
945
|
+
"capabilities": { "streaming": true },
|
|
946
|
+
"modalities": {
|
|
947
|
+
"input": [],
|
|
948
|
+
"output": ["text"]
|
|
949
|
+
}
|
|
950
|
+
},
|
|
951
|
+
{
|
|
952
|
+
"id": "mistral.voxtral-mini-3b",
|
|
953
|
+
"name": "Voxtral Mini 3B 2507",
|
|
954
|
+
"created_by": "mistral",
|
|
955
|
+
"source": "official",
|
|
956
|
+
"last_updated": "2026-03-21",
|
|
957
|
+
"capabilities": { "streaming": true },
|
|
958
|
+
"modalities": {
|
|
959
|
+
"input": [],
|
|
960
|
+
"output": ["text"]
|
|
961
|
+
},
|
|
962
|
+
"snapshots": ["mistral.voxtral-mini-3b-2507"]
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
"id": "mistral.voxtral-small-24b-2507",
|
|
966
|
+
"name": "Voxtral Small 24B 2507",
|
|
967
|
+
"created_by": "mistral",
|
|
968
|
+
"source": "official",
|
|
969
|
+
"last_updated": "2026-03-21",
|
|
970
|
+
"alias": "mistral.voxtral-small-24b",
|
|
971
|
+
"capabilities": { "streaming": true },
|
|
972
|
+
"modalities": {
|
|
973
|
+
"input": [],
|
|
974
|
+
"output": ["text"]
|
|
975
|
+
}
|
|
976
|
+
},
|
|
977
|
+
{
|
|
978
|
+
"id": "mistral.voxtral-small-24b",
|
|
979
|
+
"name": "Voxtral Small 24B 2507",
|
|
980
|
+
"created_by": "mistral",
|
|
981
|
+
"source": "official",
|
|
982
|
+
"last_updated": "2026-03-21",
|
|
983
|
+
"capabilities": { "streaming": true },
|
|
984
|
+
"modalities": {
|
|
985
|
+
"input": [],
|
|
986
|
+
"output": ["text"]
|
|
987
|
+
},
|
|
988
|
+
"snapshots": ["mistral.voxtral-small-24b-2507"]
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
"id": "moonshot.kimi-k2-thinking",
|
|
992
|
+
"name": "Kimi K2 Thinking",
|
|
993
|
+
"created_by": "moonshot",
|
|
994
|
+
"source": "official",
|
|
995
|
+
"last_updated": "2026-03-21",
|
|
996
|
+
"capabilities": { "streaming": true },
|
|
997
|
+
"modalities": {
|
|
998
|
+
"input": ["text"],
|
|
999
|
+
"output": ["text"]
|
|
1000
|
+
}
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
"id": "moonshotai.kimi-k2.5",
|
|
1004
|
+
"name": "Kimi K2.5",
|
|
1005
|
+
"created_by": "moonshot",
|
|
1006
|
+
"source": "official",
|
|
1007
|
+
"last_updated": "2026-03-21",
|
|
1008
|
+
"capabilities": {
|
|
1009
|
+
"streaming": true,
|
|
1010
|
+
"vision": true
|
|
1011
|
+
},
|
|
1012
|
+
"modalities": {
|
|
1013
|
+
"input": [],
|
|
1014
|
+
"output": ["text"]
|
|
1015
|
+
}
|
|
1016
|
+
},
|
|
1017
|
+
{
|
|
1018
|
+
"id": "nvidia.nemotron-nano-12b-v2",
|
|
1019
|
+
"name": "NVIDIA Nemotron Nano 12B v2 VL BF16",
|
|
1020
|
+
"created_by": "nvidia",
|
|
1021
|
+
"source": "official",
|
|
1022
|
+
"last_updated": "2026-03-21",
|
|
1023
|
+
"capabilities": {
|
|
1024
|
+
"streaming": true,
|
|
1025
|
+
"vision": true
|
|
1026
|
+
},
|
|
1027
|
+
"modalities": {
|
|
1028
|
+
"input": [],
|
|
1029
|
+
"output": ["text"]
|
|
1030
|
+
}
|
|
1031
|
+
},
|
|
1032
|
+
{
|
|
1033
|
+
"id": "nvidia.nemotron-nano-3-30b",
|
|
1034
|
+
"name": "Nemotron Nano 3 30B",
|
|
1035
|
+
"created_by": "nvidia",
|
|
1036
|
+
"source": "official",
|
|
1037
|
+
"last_updated": "2026-03-21",
|
|
1038
|
+
"capabilities": { "streaming": true },
|
|
1039
|
+
"modalities": {
|
|
1040
|
+
"input": ["text"],
|
|
1041
|
+
"output": ["text"]
|
|
1042
|
+
}
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
"id": "nvidia.nemotron-nano-9b-v2",
|
|
1046
|
+
"name": "NVIDIA Nemotron Nano 9B v2",
|
|
1047
|
+
"created_by": "nvidia",
|
|
1048
|
+
"source": "official",
|
|
1049
|
+
"last_updated": "2026-03-21",
|
|
1050
|
+
"capabilities": { "streaming": true },
|
|
1051
|
+
"modalities": {
|
|
1052
|
+
"input": ["text"],
|
|
1053
|
+
"output": ["text"]
|
|
1054
|
+
}
|
|
1055
|
+
},
|
|
1056
|
+
{
|
|
1057
|
+
"id": "openai.gpt-oss-120b-1:0",
|
|
1058
|
+
"name": "gpt-oss-120b",
|
|
1059
|
+
"created_by": "openai",
|
|
1060
|
+
"source": "official",
|
|
1061
|
+
"last_updated": "2026-03-21",
|
|
1062
|
+
"capabilities": { "streaming": true },
|
|
1063
|
+
"modalities": {
|
|
1064
|
+
"input": ["text"],
|
|
1065
|
+
"output": ["text"]
|
|
1066
|
+
}
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
"id": "openai.gpt-oss-20b-1:0",
|
|
1070
|
+
"name": "gpt-oss-20b",
|
|
1071
|
+
"created_by": "openai",
|
|
1072
|
+
"source": "official",
|
|
1073
|
+
"last_updated": "2026-03-21",
|
|
1074
|
+
"capabilities": { "streaming": true },
|
|
1075
|
+
"modalities": {
|
|
1076
|
+
"input": ["text"],
|
|
1077
|
+
"output": ["text"]
|
|
1078
|
+
}
|
|
1079
|
+
},
|
|
1080
|
+
{
|
|
1081
|
+
"id": "openai.gpt-oss-safeguard-120b",
|
|
1082
|
+
"name": "GPT OSS Safeguard 120B",
|
|
1083
|
+
"created_by": "openai",
|
|
1084
|
+
"source": "official",
|
|
1085
|
+
"last_updated": "2026-03-21",
|
|
1086
|
+
"capabilities": { "streaming": true },
|
|
1087
|
+
"modalities": {
|
|
1088
|
+
"input": ["text"],
|
|
1089
|
+
"output": ["text"]
|
|
1090
|
+
},
|
|
1091
|
+
"model_type": "moderation"
|
|
1092
|
+
},
|
|
1093
|
+
{
|
|
1094
|
+
"id": "openai.gpt-oss-safeguard-20b",
|
|
1095
|
+
"name": "GPT OSS Safeguard 20B",
|
|
1096
|
+
"created_by": "openai",
|
|
1097
|
+
"source": "official",
|
|
1098
|
+
"last_updated": "2026-03-21",
|
|
1099
|
+
"capabilities": { "streaming": true },
|
|
1100
|
+
"modalities": {
|
|
1101
|
+
"input": ["text"],
|
|
1102
|
+
"output": ["text"]
|
|
1103
|
+
},
|
|
1104
|
+
"model_type": "moderation"
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
"id": "qwen.qwen3-235b-a22b-2507-v1:0",
|
|
1108
|
+
"name": "Qwen3 235B A22B 2507",
|
|
1109
|
+
"created_by": "qwen",
|
|
1110
|
+
"source": "official",
|
|
1111
|
+
"last_updated": "2026-03-21",
|
|
1112
|
+
"family": "qwen.",
|
|
1113
|
+
"capabilities": { "streaming": true },
|
|
1114
|
+
"modalities": {
|
|
1115
|
+
"input": ["text"],
|
|
1116
|
+
"output": ["text"]
|
|
1117
|
+
}
|
|
1118
|
+
},
|
|
1119
|
+
{
|
|
1120
|
+
"id": "qwen.qwen3-32b-v1:0",
|
|
1121
|
+
"name": "Qwen3 32B (dense)",
|
|
1122
|
+
"created_by": "qwen",
|
|
1123
|
+
"source": "official",
|
|
1124
|
+
"last_updated": "2026-03-21",
|
|
1125
|
+
"family": "qwen.",
|
|
1126
|
+
"capabilities": { "streaming": true },
|
|
1127
|
+
"modalities": {
|
|
1128
|
+
"input": ["text"],
|
|
1129
|
+
"output": ["text"]
|
|
1130
|
+
}
|
|
1131
|
+
},
|
|
1132
|
+
{
|
|
1133
|
+
"id": "qwen.qwen3-coder-30b-a3b-v1:0",
|
|
1134
|
+
"name": "Qwen3-Coder-30B-A3B-Instruct",
|
|
1135
|
+
"created_by": "qwen",
|
|
1136
|
+
"source": "official",
|
|
1137
|
+
"last_updated": "2026-03-21",
|
|
1138
|
+
"family": "qwen.",
|
|
1139
|
+
"capabilities": { "streaming": true },
|
|
1140
|
+
"modalities": {
|
|
1141
|
+
"input": ["text"],
|
|
1142
|
+
"output": ["text"]
|
|
1143
|
+
}
|
|
1144
|
+
},
|
|
1145
|
+
{
|
|
1146
|
+
"id": "qwen.qwen3-coder-480b-a35b-v1:0",
|
|
1147
|
+
"name": "Qwen3 Coder 480B A35B Instruct",
|
|
1148
|
+
"created_by": "qwen",
|
|
1149
|
+
"source": "official",
|
|
1150
|
+
"last_updated": "2026-03-21",
|
|
1151
|
+
"family": "qwen.",
|
|
1152
|
+
"capabilities": { "streaming": true },
|
|
1153
|
+
"modalities": {
|
|
1154
|
+
"input": ["text"],
|
|
1155
|
+
"output": ["text"]
|
|
1156
|
+
}
|
|
1157
|
+
},
|
|
1158
|
+
{
|
|
1159
|
+
"id": "qwen.qwen3-coder-next",
|
|
1160
|
+
"name": "Qwen3 Coder Next",
|
|
1161
|
+
"created_by": "qwen",
|
|
1162
|
+
"source": "official",
|
|
1163
|
+
"last_updated": "2026-03-21",
|
|
1164
|
+
"family": "qwen.",
|
|
1165
|
+
"capabilities": { "streaming": true },
|
|
1166
|
+
"modalities": {
|
|
1167
|
+
"input": ["text"],
|
|
1168
|
+
"output": ["text"]
|
|
1169
|
+
}
|
|
1170
|
+
},
|
|
1171
|
+
{
|
|
1172
|
+
"id": "qwen.qwen3-next-80b-a3b",
|
|
1173
|
+
"name": "Qwen3 Next 80B A3B",
|
|
1174
|
+
"created_by": "qwen",
|
|
1175
|
+
"source": "official",
|
|
1176
|
+
"last_updated": "2026-03-21",
|
|
1177
|
+
"family": "qwen.",
|
|
1178
|
+
"capabilities": { "streaming": true },
|
|
1179
|
+
"modalities": {
|
|
1180
|
+
"input": ["text"],
|
|
1181
|
+
"output": ["text"]
|
|
1182
|
+
}
|
|
1183
|
+
},
|
|
1184
|
+
{
|
|
1185
|
+
"id": "qwen.qwen3-vl-235b-a22b",
|
|
1186
|
+
"name": "Qwen3 VL 235B A22B",
|
|
1187
|
+
"created_by": "qwen",
|
|
1188
|
+
"source": "official",
|
|
1189
|
+
"last_updated": "2026-03-21",
|
|
1190
|
+
"family": "qwen.",
|
|
1191
|
+
"capabilities": {
|
|
1192
|
+
"streaming": true,
|
|
1193
|
+
"vision": true
|
|
1194
|
+
},
|
|
1195
|
+
"modalities": {
|
|
1196
|
+
"input": [],
|
|
1197
|
+
"output": ["text"]
|
|
1198
|
+
}
|
|
1199
|
+
},
|
|
1200
|
+
{
|
|
1201
|
+
"id": "stability.sd3-5-large-v1:0",
|
|
1202
|
+
"name": "Stable Diffusion 3.5 Large",
|
|
1203
|
+
"created_by": "stability",
|
|
1204
|
+
"source": "official",
|
|
1205
|
+
"last_updated": "2026-03-21",
|
|
1206
|
+
"capabilities": { "vision": true },
|
|
1207
|
+
"modalities": {
|
|
1208
|
+
"input": [],
|
|
1209
|
+
"output": ["image"]
|
|
1210
|
+
}
|
|
1211
|
+
},
|
|
1212
|
+
{
|
|
1213
|
+
"id": "stability.stable-conservative-upscale-v1:0",
|
|
1214
|
+
"name": "Stable Image Conservative Upscale",
|
|
1215
|
+
"created_by": "stability",
|
|
1216
|
+
"source": "official",
|
|
1217
|
+
"last_updated": "2026-03-21",
|
|
1218
|
+
"capabilities": { "vision": true },
|
|
1219
|
+
"modalities": {
|
|
1220
|
+
"input": [],
|
|
1221
|
+
"output": ["image"]
|
|
1222
|
+
}
|
|
1223
|
+
},
|
|
1224
|
+
{
|
|
1225
|
+
"id": "stability.stable-creative-upscale-v1:0",
|
|
1226
|
+
"name": "Stable Image Creative Upscale",
|
|
1227
|
+
"created_by": "stability",
|
|
1228
|
+
"source": "official",
|
|
1229
|
+
"last_updated": "2026-03-21",
|
|
1230
|
+
"capabilities": { "vision": true },
|
|
1231
|
+
"modalities": {
|
|
1232
|
+
"input": [],
|
|
1233
|
+
"output": ["image"]
|
|
1234
|
+
}
|
|
1235
|
+
},
|
|
1236
|
+
{
|
|
1237
|
+
"id": "stability.stable-fast-upscale-v1:0",
|
|
1238
|
+
"name": "Stable Image Fast Upscale",
|
|
1239
|
+
"created_by": "stability",
|
|
1240
|
+
"source": "official",
|
|
1241
|
+
"last_updated": "2026-03-21",
|
|
1242
|
+
"capabilities": { "vision": true },
|
|
1243
|
+
"modalities": {
|
|
1244
|
+
"input": [],
|
|
1245
|
+
"output": ["image"]
|
|
1246
|
+
}
|
|
1247
|
+
},
|
|
1248
|
+
{
|
|
1249
|
+
"id": "stability.stable-image-control-sketch-v1:0",
|
|
1250
|
+
"name": "Stable Image Control Sketch",
|
|
1251
|
+
"created_by": "stability",
|
|
1252
|
+
"source": "official",
|
|
1253
|
+
"last_updated": "2026-03-21",
|
|
1254
|
+
"capabilities": { "vision": true },
|
|
1255
|
+
"modalities": {
|
|
1256
|
+
"input": [],
|
|
1257
|
+
"output": ["image"]
|
|
1258
|
+
}
|
|
1259
|
+
},
|
|
1260
|
+
{
|
|
1261
|
+
"id": "stability.stable-image-control-structure-v1:0",
|
|
1262
|
+
"name": "Stable Image Control Structure",
|
|
1263
|
+
"created_by": "stability",
|
|
1264
|
+
"source": "official",
|
|
1265
|
+
"last_updated": "2026-03-21",
|
|
1266
|
+
"capabilities": { "vision": true },
|
|
1267
|
+
"modalities": {
|
|
1268
|
+
"input": [],
|
|
1269
|
+
"output": ["image"]
|
|
1270
|
+
}
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
"id": "stability.stable-image-core-v1:1",
|
|
1274
|
+
"name": "Stable Image Core 1.0",
|
|
1275
|
+
"created_by": "stability",
|
|
1276
|
+
"source": "official",
|
|
1277
|
+
"last_updated": "2026-03-21",
|
|
1278
|
+
"modalities": {
|
|
1279
|
+
"input": ["text"],
|
|
1280
|
+
"output": ["image"]
|
|
1281
|
+
}
|
|
1282
|
+
},
|
|
1283
|
+
{
|
|
1284
|
+
"id": "stability.stable-image-erase-object-v1:0",
|
|
1285
|
+
"name": "Stable Image Erase Object",
|
|
1286
|
+
"created_by": "stability",
|
|
1287
|
+
"source": "official",
|
|
1288
|
+
"last_updated": "2026-03-21",
|
|
1289
|
+
"capabilities": { "vision": true },
|
|
1290
|
+
"modalities": {
|
|
1291
|
+
"input": [],
|
|
1292
|
+
"output": ["image"]
|
|
1293
|
+
}
|
|
1294
|
+
},
|
|
1295
|
+
{
|
|
1296
|
+
"id": "stability.stable-image-inpaint-v1:0",
|
|
1297
|
+
"name": "Stable Image Inpaint",
|
|
1298
|
+
"created_by": "stability",
|
|
1299
|
+
"source": "official",
|
|
1300
|
+
"last_updated": "2026-03-21",
|
|
1301
|
+
"capabilities": { "vision": true },
|
|
1302
|
+
"modalities": {
|
|
1303
|
+
"input": [],
|
|
1304
|
+
"output": ["image"]
|
|
1305
|
+
}
|
|
1306
|
+
},
|
|
1307
|
+
{
|
|
1308
|
+
"id": "stability.stable-image-remove-background-v1:0",
|
|
1309
|
+
"name": "Stable Image Remove Background",
|
|
1310
|
+
"created_by": "stability",
|
|
1311
|
+
"source": "official",
|
|
1312
|
+
"last_updated": "2026-03-21",
|
|
1313
|
+
"capabilities": { "vision": true },
|
|
1314
|
+
"modalities": {
|
|
1315
|
+
"input": [],
|
|
1316
|
+
"output": ["image"]
|
|
1317
|
+
}
|
|
1318
|
+
},
|
|
1319
|
+
{
|
|
1320
|
+
"id": "stability.stable-image-search-recolor-v1:0",
|
|
1321
|
+
"name": "Stable Image Search and Recolor",
|
|
1322
|
+
"created_by": "stability",
|
|
1323
|
+
"source": "official",
|
|
1324
|
+
"last_updated": "2026-03-21",
|
|
1325
|
+
"capabilities": { "vision": true },
|
|
1326
|
+
"modalities": {
|
|
1327
|
+
"input": [],
|
|
1328
|
+
"output": ["image"]
|
|
1329
|
+
}
|
|
1330
|
+
},
|
|
1331
|
+
{
|
|
1332
|
+
"id": "stability.stable-image-search-replace-v1:0",
|
|
1333
|
+
"name": "Stable Image Search and Replace",
|
|
1334
|
+
"created_by": "stability",
|
|
1335
|
+
"source": "official",
|
|
1336
|
+
"last_updated": "2026-03-21",
|
|
1337
|
+
"capabilities": { "vision": true },
|
|
1338
|
+
"modalities": {
|
|
1339
|
+
"input": [],
|
|
1340
|
+
"output": ["image"]
|
|
1341
|
+
}
|
|
1342
|
+
},
|
|
1343
|
+
{
|
|
1344
|
+
"id": "stability.stable-image-style-guide-v1:0",
|
|
1345
|
+
"name": "Stable Image Style Guide",
|
|
1346
|
+
"created_by": "stability",
|
|
1347
|
+
"source": "official",
|
|
1348
|
+
"last_updated": "2026-03-21",
|
|
1349
|
+
"capabilities": { "vision": true },
|
|
1350
|
+
"modalities": {
|
|
1351
|
+
"input": [],
|
|
1352
|
+
"output": ["image"]
|
|
1353
|
+
}
|
|
1354
|
+
},
|
|
1355
|
+
{
|
|
1356
|
+
"id": "stability.stable-image-ultra-v1:1",
|
|
1357
|
+
"name": "Stable Image Ultra 1.0",
|
|
1358
|
+
"created_by": "stability",
|
|
1359
|
+
"source": "official",
|
|
1360
|
+
"last_updated": "2026-03-21",
|
|
1361
|
+
"modalities": {
|
|
1362
|
+
"input": ["text"],
|
|
1363
|
+
"output": ["image"]
|
|
1364
|
+
}
|
|
1365
|
+
},
|
|
1366
|
+
{
|
|
1367
|
+
"id": "stability.stable-outpaint-v1:0",
|
|
1368
|
+
"name": "Stable Image Outpaint",
|
|
1369
|
+
"created_by": "stability",
|
|
1370
|
+
"source": "official",
|
|
1371
|
+
"last_updated": "2026-03-21",
|
|
1372
|
+
"capabilities": { "vision": true },
|
|
1373
|
+
"modalities": {
|
|
1374
|
+
"input": [],
|
|
1375
|
+
"output": ["image"]
|
|
1376
|
+
}
|
|
1377
|
+
},
|
|
1378
|
+
{
|
|
1379
|
+
"id": "stability.stable-style-transfer-v1:0",
|
|
1380
|
+
"name": "Stable Image Style Transfer",
|
|
1381
|
+
"created_by": "stability",
|
|
1382
|
+
"source": "official",
|
|
1383
|
+
"last_updated": "2026-03-21",
|
|
1384
|
+
"capabilities": { "vision": true },
|
|
1385
|
+
"modalities": {
|
|
1386
|
+
"input": [],
|
|
1387
|
+
"output": ["image"]
|
|
1388
|
+
}
|
|
1389
|
+
},
|
|
1390
|
+
{
|
|
1391
|
+
"id": "twelvelabs.marengo-embed-2-7-v1:0",
|
|
1392
|
+
"name": "Marengo Embed v2.7",
|
|
1393
|
+
"created_by": "twelvelabs",
|
|
1394
|
+
"source": "official",
|
|
1395
|
+
"last_updated": "2026-03-21",
|
|
1396
|
+
"capabilities": { "vision": true },
|
|
1397
|
+
"modalities": {
|
|
1398
|
+
"input": [],
|
|
1399
|
+
"output": []
|
|
1400
|
+
},
|
|
1401
|
+
"model_type": "embed"
|
|
1402
|
+
},
|
|
1403
|
+
{
|
|
1404
|
+
"id": "twelvelabs.marengo-embed-3-0-v1:0",
|
|
1405
|
+
"name": "Marengo Embed 3.0",
|
|
1406
|
+
"created_by": "twelvelabs",
|
|
1407
|
+
"source": "official",
|
|
1408
|
+
"last_updated": "2026-03-21",
|
|
1409
|
+
"capabilities": { "vision": true },
|
|
1410
|
+
"modalities": {
|
|
1411
|
+
"input": [],
|
|
1412
|
+
"output": []
|
|
1413
|
+
},
|
|
1414
|
+
"model_type": "embed"
|
|
1415
|
+
},
|
|
1416
|
+
{
|
|
1417
|
+
"id": "twelvelabs.pegasus-1-2-v1:0",
|
|
1418
|
+
"name": "Pegasus v1.2",
|
|
1419
|
+
"created_by": "twelvelabs",
|
|
1420
|
+
"source": "official",
|
|
1421
|
+
"last_updated": "2026-03-21",
|
|
1422
|
+
"capabilities": { "streaming": true },
|
|
1423
|
+
"modalities": {
|
|
1424
|
+
"input": [],
|
|
1425
|
+
"output": ["text"]
|
|
1426
|
+
}
|
|
1427
|
+
},
|
|
1428
|
+
{
|
|
1429
|
+
"id": "writer.palmyra-x4-v1:0",
|
|
1430
|
+
"name": "Palmyra X4",
|
|
1431
|
+
"created_by": "writer",
|
|
1432
|
+
"source": "official",
|
|
1433
|
+
"last_updated": "2026-03-21",
|
|
1434
|
+
"capabilities": { "streaming": true },
|
|
1435
|
+
"modalities": {
|
|
1436
|
+
"input": ["text"],
|
|
1437
|
+
"output": ["text"]
|
|
1438
|
+
}
|
|
1439
|
+
},
|
|
1440
|
+
{
|
|
1441
|
+
"id": "writer.palmyra-x5-v1:0",
|
|
1442
|
+
"name": "Palmyra X5",
|
|
1443
|
+
"created_by": "writer",
|
|
1444
|
+
"source": "official",
|
|
1445
|
+
"last_updated": "2026-03-21",
|
|
1446
|
+
"capabilities": { "streaming": true },
|
|
1447
|
+
"modalities": {
|
|
1448
|
+
"input": ["text"],
|
|
1449
|
+
"output": ["text"]
|
|
1450
|
+
}
|
|
1451
|
+
},
|
|
1452
|
+
{
|
|
1453
|
+
"id": "zai.glm-4.7-flash",
|
|
1454
|
+
"name": "GLM 4.7 Flash",
|
|
1455
|
+
"created_by": "zhipu",
|
|
1456
|
+
"source": "official",
|
|
1457
|
+
"last_updated": "2026-03-21",
|
|
1458
|
+
"capabilities": { "streaming": true },
|
|
1459
|
+
"modalities": {
|
|
1460
|
+
"input": ["text"],
|
|
1461
|
+
"output": ["text"]
|
|
1462
|
+
}
|
|
1463
|
+
},
|
|
1464
|
+
{
|
|
1465
|
+
"id": "zai.glm-4.7",
|
|
1466
|
+
"name": "GLM 4.7",
|
|
1467
|
+
"created_by": "zhipu",
|
|
1468
|
+
"source": "official",
|
|
1469
|
+
"last_updated": "2026-03-21",
|
|
1470
|
+
"capabilities": { "streaming": true },
|
|
1471
|
+
"modalities": {
|
|
1472
|
+
"input": ["text"],
|
|
1473
|
+
"output": ["text"]
|
|
1474
|
+
}
|
|
1475
|
+
}
|
|
1476
|
+
]
|
|
1477
|
+
};
|
|
1478
|
+
const models = provider.models.map((m) => ({
|
|
1479
|
+
...m,
|
|
1480
|
+
provider: provider.id
|
|
1481
|
+
}));
|
|
1482
|
+
//#endregion
|
|
1483
|
+
exports.models = models;
|
|
1484
|
+
exports.provider = provider;
|