Summary
Three Groq-only Llama 3.2 preview models are past their official shutdown dates but have no deprecated flag in the catalog. These are dead endpoints.
| Model ID |
Shutdown Date |
Days Since Shutdown |
llama-3.2-90b-vision-preview |
2025-04-14 |
439 |
llama-3.2-11b-vision-preview |
2025-04-14 |
439 |
llama-3.2-3b-preview |
2025-04-14 |
439 |
All three have available_providers: ["groq"] — Groq is their only provider. All were experimental preview models.
Sources
Verification
| Check |
Status |
Detail |
| Cross-source |
✅ |
Shutdown dates confirmed on deprecations page; absence confirmed on pricing page |
| Already fixed |
✅ |
Confirmed no deprecation flags on any of these entries |
| ID format |
✅ |
All IDs match existing catalog entries |
| Duplicate check |
✅ |
Not covered by any open issue |
Local Files Inspected
packages/proxy/schema/model_list.json — llama-3.2-90b-vision-preview at line ~5577, llama-3.2-11b-vision-preview at line ~5589, llama-3.2-3b-preview at line ~5601
{
"kind": "stale_metadata",
"provider": "groq",
"models": ["llama-3.2-90b-vision-preview", "llama-3.2-11b-vision-preview", "llama-3.2-3b-preview"],
"status": "active",
"model_specs": {
"llama-3.2-90b-vision-preview": {
"format": "openai",
"flavor": "chat",
"input_cost_per_mil_tokens": 0.9,
"output_cost_per_mil_tokens": 0.9,
"displayName": "Llama 3.2 90B Vision Preview",
"multimodal": true,
"experimental": true,
"deprecated": true,
"deprecation_date": "2025-04-14",
"available_providers": ["groq"]
},
"llama-3.2-11b-vision-preview": {
"format": "openai",
"flavor": "chat",
"input_cost_per_mil_tokens": 0.18,
"output_cost_per_mil_tokens": 0.18,
"displayName": "Llama 3.2 11B Vision Preview",
"multimodal": true,
"experimental": true,
"deprecated": true,
"deprecation_date": "2025-04-14",
"available_providers": ["groq"]
},
"llama-3.2-3b-preview": {
"format": "openai",
"flavor": "chat",
"input_cost_per_mil_tokens": 0.06,
"output_cost_per_mil_tokens": 0.06,
"displayName": "Llama 3.2 3B Preview",
"experimental": true,
"deprecated": true,
"deprecation_date": "2025-04-14",
"available_providers": ["groq"]
}
},
"source_urls": [
"https://console.groq.com/docs/deprecations",
"https://groq.com/pricing/"
]
}
Summary
Three Groq-only Llama 3.2 preview models are past their official shutdown dates but have no
deprecatedflag in the catalog. These are dead endpoints.llama-3.2-90b-vision-previewllama-3.2-11b-vision-previewllama-3.2-3b-previewAll three have
available_providers: ["groq"]— Groq is their only provider. All were experimental preview models.Sources
Verification
Local Files Inspected
packages/proxy/schema/model_list.json—llama-3.2-90b-vision-previewat line ~5577,llama-3.2-11b-vision-previewat line ~5589,llama-3.2-3b-previewat line ~5601{ "kind": "stale_metadata", "provider": "groq", "models": ["llama-3.2-90b-vision-preview", "llama-3.2-11b-vision-preview", "llama-3.2-3b-preview"], "status": "active", "model_specs": { "llama-3.2-90b-vision-preview": { "format": "openai", "flavor": "chat", "input_cost_per_mil_tokens": 0.9, "output_cost_per_mil_tokens": 0.9, "displayName": "Llama 3.2 90B Vision Preview", "multimodal": true, "experimental": true, "deprecated": true, "deprecation_date": "2025-04-14", "available_providers": ["groq"] }, "llama-3.2-11b-vision-preview": { "format": "openai", "flavor": "chat", "input_cost_per_mil_tokens": 0.18, "output_cost_per_mil_tokens": 0.18, "displayName": "Llama 3.2 11B Vision Preview", "multimodal": true, "experimental": true, "deprecated": true, "deprecation_date": "2025-04-14", "available_providers": ["groq"] }, "llama-3.2-3b-preview": { "format": "openai", "flavor": "chat", "input_cost_per_mil_tokens": 0.06, "output_cost_per_mil_tokens": 0.06, "displayName": "Llama 3.2 3B Preview", "experimental": true, "deprecated": true, "deprecation_date": "2025-04-14", "available_providers": ["groq"] } }, "source_urls": [ "https://console.groq.com/docs/deprecations", "https://groq.com/pricing/" ] }