Skip to content

[BOT ISSUE] Groq: missing deprecation flags for meta-llama/llama-4-maverick-17b-128e-instruct and moonshotai/kimi-k2-instruct-0905 #855

Description

@github-actions

Summary

Two Groq-only models are past their Groq shutdown dates but have no deprecated or deprecation_date flags in the catalog. Both still appear as active, available models.

Model ID Groq Shutdown Date Days Since Shutdown Catalog Status
meta-llama/llama-4-maverick-17b-128e-instruct 2026-03-09 107 Active (no deprecation flag)
moonshotai/kimi-k2-instruct-0905 2026-04-15 70 Active (no deprecation flag)

Both models have available_providers: ["groq"] — Groq is their only provider. With Groq having shut them down, these are dead endpoints.

Sources

Verification

  • Both models are Groq-only (available_providers: ["groq"]), so no other provider serves them.
  • Shutdown dates confirmed on Groq deprecations page; absence confirmed on pricing page (two independent signals).
  • Groq recommends openai/gpt-oss-120b as successor for both.
  • No existing open issue covers these deprecations.

Metadata

{
  "kind": "stale_metadata",
  "provider": "groq",
  "model_specs": {
    "meta-llama/llama-4-maverick-17b-128e-instruct": {
      "format": "openai",
      "flavor": "chat",
      "multimodal": true,
      "input_cost_per_mil_tokens": 0.2,
      "output_cost_per_mil_tokens": 0.6,
      "displayName": "Llama 4 Maverick (17Bx128E)",
      "experimental": true,
      "deprecated": true,
      "deprecation_date": "2026-03-09",
      "max_input_tokens": 131072,
      "max_output_tokens": 8192,
      "available_providers": ["groq"]
    },
    "moonshotai/kimi-k2-instruct-0905": {
      "format": "openai",
      "flavor": "chat",
      "input_cost_per_mil_tokens": 1,
      "output_cost_per_mil_tokens": 3,
      "input_cache_read_cost_per_mil_tokens": 0.5,
      "displayName": "Kimi K2 0905",
      "experimental": true,
      "deprecated": true,
      "deprecation_date": "2026-04-15",
      "max_input_tokens": 262144,
      "max_output_tokens": 16384,
      "available_providers": ["groq"]
    }
  }
}

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