Skip to content

[BOT ISSUE] Groq: missing deprecation flags for llama3-8b-8192, mistral-saba-24b, and deepseek-r1-distill-llama-70b #871

Description

@github-actions

Summary

Three models served by Groq are past their official shutdown dates but have no deprecated flag in the catalog. These are dead endpoints that will fail on any API call.

Model ID Shutdown Date Days Since Shutdown Other Providers
llama3-8b-8192 2025-08-30 302 Groq only
mistral-saba-24b 2025-07-30 333 Groq only
deepseek-r1-distill-llama-70b 2025-10-02 268 Groq + Cerebras (also deprecated on Cerebras 2025-08-12)

deepseek-r1-distill-llama-70b is deprecated on both of its providers (Groq shutdown 2025-10-02, Cerebras shutdown 2025-08-12) — no live endpoint remains.

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 in model_list.json
ID format All IDs match existing catalog entries
Duplicate check Not covered by any open issue

Local Files Inspected

  • packages/proxy/schema/model_list.jsonllama3-8b-8192 at line ~5493, mistral-saba-24b at line ~5505, deepseek-r1-distill-llama-70b at line ~3641
{
  "kind": "stale_metadata",
  "provider": "groq",
  "models": ["llama3-8b-8192", "mistral-saba-24b", "deepseek-r1-distill-llama-70b"],
  "status": "active",
  "model_specs": {
    "llama3-8b-8192": {
      "format": "openai",
      "flavor": "chat",
      "input_cost_per_mil_tokens": 0.05,
      "output_cost_per_mil_tokens": 0.08,
      "displayName": "Llama 3 8B 8k",
      "deprecated": true,
      "deprecation_date": "2025-08-30",
      "available_providers": ["groq"]
    },
    "mistral-saba-24b": {
      "format": "openai",
      "flavor": "chat",
      "input_cost_per_mil_tokens": 0.79,
      "output_cost_per_mil_tokens": 0.79,
      "displayName": "Mistral Saba 24B",
      "deprecated": true,
      "deprecation_date": "2025-07-30",
      "available_providers": ["groq"]
    },
    "deepseek-r1-distill-llama-70b": {
      "format": "openai",
      "flavor": "chat",
      "input_cost_per_mil_tokens": 0.23,
      "output_cost_per_mil_tokens": 0.69,
      "displayName": "DeepSeek R1 Distill Llama 70b",
      "experimental": true,
      "deprecated": true,
      "deprecation_date": "2025-08-12",
      "available_providers": ["groq", "cerebras"]
    }
  },
  "source_urls": [
    "https://console.groq.com/docs/deprecations",
    "https://groq.com/pricing/",
    "https://inference-docs.cerebras.ai/support/deprecation"
  ]
}

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