Skip to content

[BOT ISSUE] Groq: missing deprecation flag for llama-3.2-1b-preview #875

Description

@github-actions

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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