Summary
ministral-8b-2410 and ministral-3b-2410 (Ministral 8B and 3B, v24.10) were officially deprecated by Mistral on December 2, 2025, and retired on December 31, 2025. Neither catalog entry has a deprecation_date field, so markModelsPastDeprecationDate() in models.ts will not auto-flag them and they continue appearing as active models.
The ministral-8b-latest and ministral-3b-latest aliases were updated to point to the Ministral 3 generation, but the dated snapshots they replaced were never marked deprecated.
Affected Models
| Model ID |
Current deprecation_date |
Correct Value |
Deprecated |
Retired |
Replacement |
Line |
ministral-8b-2410 |
(missing) |
2025-12-31 |
12/2/2025 |
12/31/2025 |
Ministral 3 8B |
~7882 |
ministral-3b-2410 |
(missing) |
2025-12-31 |
12/2/2025 |
12/31/2025 |
Ministral 3 3B |
~7889 |
Both retirement dates are ~7 months ago.
Verification
| Check |
Status |
Detail |
| Cross-source (deprecation) |
✅ |
Mistral models overview — Legacy/Deprecated section lists both as "Ministral 8B v24.1" and "Ministral 3B v24.1" with deprecation 12/2/2025 and retirement 12/31/2025 |
| Already fixed |
✅ |
Confirmed both entries lack deprecation_date and deprecated in current model_list.json |
| Duplicate check |
✅ |
No open or closed issue covers ministral-8b-2410 or ministral-3b-2410 deprecation markers |
Verification Notes
| Field |
Source |
Notes |
ministral-8b-2410 deprecated 12/2/2025 |
Mistral models overview |
Listed as "Ministral 8B v24.1" in Legacy/Deprecated table |
ministral-8b-2410 retired 12/31/2025 |
Same source |
Replacement: Ministral 3 8B |
ministral-3b-2410 deprecated 12/2/2025 |
Same source |
Listed as "Ministral 3B v24.1" in Legacy/Deprecated table |
ministral-3b-2410 retired 12/31/2025 |
Same source |
Replacement: Ministral 3 3B |
Local Files Inspected
packages/proxy/schema/model_list.json — ministral-8b-2410 (line ~7882) and ministral-3b-2410 (line ~7889) both lack deprecation_date
packages/proxy/schema/models.ts — markModelsPastDeprecationDate() (line ~252) checks deprecation_date to auto-set deprecated: true
{
"kind": "stale_metadata",
"provider": "mistral",
"models": ["ministral-8b-2410", "ministral-3b-2410"],
"status": "deprecated",
"model_specs": {
"ministral-8b-2410": {
"format": "openai",
"flavor": "chat",
"input_cost_per_mil_tokens": 0.1,
"output_cost_per_mil_tokens": 0.1,
"parent": "ministral-8b-latest",
"deprecation_date": "2025-12-31",
"available_providers": ["mistral"]
},
"ministral-3b-2410": {
"format": "openai",
"flavor": "chat",
"input_cost_per_mil_tokens": 0.04,
"output_cost_per_mil_tokens": 0.04,
"parent": "ministral-3b-latest",
"deprecation_date": "2025-12-31",
"available_providers": ["mistral"]
}
},
"source_urls": [
"https://docs.mistral.ai/getting-started/models"
]
}
Summary
ministral-8b-2410andministral-3b-2410(Ministral 8B and 3B, v24.10) were officially deprecated by Mistral on December 2, 2025, and retired on December 31, 2025. Neither catalog entry has adeprecation_datefield, somarkModelsPastDeprecationDate()inmodels.tswill not auto-flag them and they continue appearing as active models.The
ministral-8b-latestandministral-3b-latestaliases were updated to point to the Ministral 3 generation, but the dated snapshots they replaced were never marked deprecated.Affected Models
deprecation_dateministral-8b-24102025-12-31ministral-3b-24102025-12-31Both retirement dates are ~7 months ago.
Verification
deprecation_dateanddeprecatedin currentmodel_list.jsonministral-8b-2410orministral-3b-2410deprecation markersVerification Notes
ministral-8b-2410deprecated 12/2/2025ministral-8b-2410retired 12/31/2025ministral-3b-2410deprecated 12/2/2025ministral-3b-2410retired 12/31/2025Local Files Inspected
packages/proxy/schema/model_list.json—ministral-8b-2410(line ~7882) andministral-3b-2410(line ~7889) both lackdeprecation_datepackages/proxy/schema/models.ts—markModelsPastDeprecationDate()(line ~252) checksdeprecation_dateto auto-setdeprecated: true{ "kind": "stale_metadata", "provider": "mistral", "models": ["ministral-8b-2410", "ministral-3b-2410"], "status": "deprecated", "model_specs": { "ministral-8b-2410": { "format": "openai", "flavor": "chat", "input_cost_per_mil_tokens": 0.1, "output_cost_per_mil_tokens": 0.1, "parent": "ministral-8b-latest", "deprecation_date": "2025-12-31", "available_providers": ["mistral"] }, "ministral-3b-2410": { "format": "openai", "flavor": "chat", "input_cost_per_mil_tokens": 0.04, "output_cost_per_mil_tokens": 0.04, "parent": "ministral-3b-latest", "deprecation_date": "2025-12-31", "available_providers": ["mistral"] } }, "source_urls": [ "https://docs.mistral.ai/getting-started/models" ] }