Skip to content

[BOT ISSUE] Groq: missing deprecation flags for llama-3.2-90b-vision-preview, llama-3.2-11b-vision-preview, and llama-3.2-3b-preview #874

Description

@github-actions

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.jsonllama-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/"
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions