Summary
The llama-3.2-1b-preview model on Groq is past its official shutdown date but has no deprecated flag in the catalog. This is a dead endpoint.
| Model ID |
Shutdown Date |
Days Since Shutdown |
llama-3.2-1b-preview |
2025-04-14 |
439 |
This model has available_providers: ["groq"] — Groq is its only provider.
Sources
Verification
| Check |
Status |
Detail |
| Cross-source |
✅ |
Shutdown date confirmed on deprecations page; absence confirmed on pricing page |
| Already fixed |
✅ |
Confirmed no deprecation flag on this entry |
| ID format |
✅ |
ID matches existing catalog entry |
| Duplicate check |
✅ |
Not covered by any open issue |
Local Files Inspected
packages/proxy/schema/model_list.json — llama-3.2-1b-preview at line ~5613
{
"kind": "stale_metadata",
"provider": "groq",
"models": ["llama-3.2-1b-preview"],
"status": "active",
"model_specs": {
"llama-3.2-1b-preview": {
"format": "openai",
"flavor": "chat",
"input_cost_per_mil_tokens": 0.04,
"output_cost_per_mil_tokens": 0.04,
"displayName": "Llama 3.2 1B 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
The
llama-3.2-1b-previewmodel on Groq is past its official shutdown date but has nodeprecatedflag in the catalog. This is a dead endpoint.llama-3.2-1b-previewThis model has
available_providers: ["groq"]— Groq is its only provider.Sources
Verification
Local Files Inspected
packages/proxy/schema/model_list.json—llama-3.2-1b-previewat line ~5613{ "kind": "stale_metadata", "provider": "groq", "models": ["llama-3.2-1b-preview"], "status": "active", "model_specs": { "llama-3.2-1b-preview": { "format": "openai", "flavor": "chat", "input_cost_per_mil_tokens": 0.04, "output_cost_per_mil_tokens": 0.04, "displayName": "Llama 3.2 1B 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/" ] }