Skip to content

Commit 087826b

Browse files
authored
Merge pull request #34 from mnfst/fix/model-ids
fix: correct outdated model IDs for Cohere and Mistral
2 parents 107293a + cf2c463 commit 087826b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

data.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"rateLimit": "20 RPM"
2121
},
2222
{
23-
"id": "command-r-plus",
23+
"id": "command-r-plus-08-2024",
2424
"name": "Command R+",
2525
"context": "128K",
2626
"maxOutput": "4K",
2727
"modality": "Text",
2828
"rateLimit": "20 RPM"
2929
},
3030
{
31-
"id": "command-r",
31+
"id": "command-r-08-2024",
3232
"name": "Command R",
3333
"context": "128K",
3434
"maxOutput": "4K",
@@ -100,7 +100,7 @@
100100
"footnoteRef": null,
101101
"models": [
102102
{
103-
"id": "mistral-small-2503",
103+
"id": "mistral-small-2603",
104104
"name": "Mistral Small 4",
105105
"context": "256K",
106106
"maxOutput": "256K",

0 commit comments

Comments
 (0)