Skip to content

Conversation

@Chesars
Copy link
Contributor

@Chesars Chesars commented Dec 16, 2025

Title

Remove deprecated Groq models and update model registry

Relevant issues

Fixes #18043

Pre-Submission checklist

  • I have Added testing in the tests/litellm/ directory - N/A (model registry update, no code changes)
  • I have added a screenshot of my new test passing locally - N/A
  • My PR passes all unit tests on make test-unit - N/A (JSON/docs only)
  • My PR's scope is as isolated as possible, it only solves 1 specific problem

Type

🐛 Bug Fix
📖 Documentation

Changes

Removed deprecated models (20 total)

Per Groq's deprecation page:

  • groq/gemma-7b-it (deprecated 2024-12-18)
  • groq/llama-3.2-11b-text-preview (deprecated 2024-10-28)
  • groq/llama-3.2-90b-text-preview (deprecated 2024-11-25)
  • groq/llama3-groq-70b-8192-tool-use-preview (deprecated 2025-01-06)
  • groq/llama3-groq-8b-8192-tool-use-preview (deprecated 2025-01-06)
  • groq/llama-3.1-70b-versatile (deprecated 2025-01-24)
  • groq/mixtral-8x7b-32768 (deprecated 2025-03-20)
  • groq/llama-3.2-11b-vision-preview (deprecated 2025-04-14)
  • groq/llama-3.2-1b-preview (deprecated 2025-04-14)
  • groq/llama-3.2-3b-preview (deprecated 2025-04-14)
  • groq/llama-3.2-90b-vision-preview (deprecated 2025-04-14)
  • groq/llama-3.3-70b-specdec (deprecated 2025-04-14)
  • groq/llama-guard-3-8b (deprecated 2025-06-06)
  • groq/mistral-saba-24b (deprecated 2025-07-30)
  • groq/distil-whisper-large-v3-en (deprecated 2025-08-23)
  • groq/deepseek-r1-distill-llama-70b (deprecated 2025-10-02)
  • groq/gemma2-9b-it (deprecated 2025-10-08)
  • groq/moonshotai/kimi-k2-instruct (deprecated 2025-10-10)
  • groq/llama-3.1-405b-reasoning (no longer available)
  • groq/llama2-70b-4096 (no longer available)

Added new model

  • groq/meta-llama/llama-guard-4-12b - New safety/moderation model

Updated existing models

  • Added supports_vision: true to groq/meta-llama/llama-4-maverick-17b-128e-instruct
  • Added supports_vision: true to groq/meta-llama/llama-4-scout-17b-16e-instruct

Updated documentation

  • Updated docs/my-website/docs/providers/groq.md with current model list
  • Updated vision example to use Llama 4 model instead of deprecated preview model

Current Groq models

groq/llama-3.1-8b-instant
groq/llama-3.3-70b-versatile
groq/meta-llama/llama-guard-4-12b
groq/meta-llama/llama-4-maverick-17b-128e-instruct
groq/meta-llama/llama-4-scout-17b-16e-instruct
groq/moonshotai/kimi-k2-instruct-0905
groq/openai/gpt-oss-120b
groq/openai/gpt-oss-20b
groq/playai-tts
groq/qwen/qwen3-32b
groq/whisper-large-v3
groq/whisper-large-v3-turbo

- Remove 20 deprecated/unavailable Groq models from registry
- Add groq/meta-llama/llama-guard-4-12b (new safety model)
- Add supports_vision to Llama 4 models (maverick, scout)
- Update Groq documentation with current model list
- Clean up test file references to deprecated models

Fixes BerriAI#18043
@vercel
Copy link

vercel bot commented Dec 16, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
litellm Ready Ready Preview, Comment Dec 16, 2025 4:08pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Groq model deprecation not reflected in litellm

1 participant