groq-upgrade-migration

Featured

Upgrade groq-sdk versions and handle Groq model deprecations. Use when upgrading SDK versions, detecting deprecated models, or migrating to new Groq model IDs. Trigger with phrases like "upgrade groq", "groq migration", "groq breaking changes", "update groq SDK", "groq deprecated model".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Groq Upgrade & Migration ## Current State !`npm list groq-sdk 2>/dev/null | grep groq-sdk || echo 'groq-sdk not installed'` !`pip show groq 2>/dev/null | grep -E "Name|Version" || echo 'groq not installed (python)'` ## Overview Guide for upgrading the `groq-sdk` package and migrating away from deprecated model IDs. Groq regularly deprecates older models in favor of newer, faster alternatives. ## Model Deprecation Timeline Groq announces deprecations with advance notice. These models have been deprecated: | Deprecated Model | Deprecation Date | Replacement | |-----------------|-----------------|-------------| | `mixtral-8x7b-32768` | 2025-03-05 | `llama-3.3-70b-versatile` or `llama-3.1-8b-instant` | | `gemma2-9b-it` | 2025-08-08 | `llama-3.1-8b-instant` | | `llama-3.1-70b-versatile` | 2024-12-06 | `llama-3.3-70b-versatile` | | `llama-3.1-70b-specdec` | 2024-12-06 | `llama-3.3-70b-specdec` | | `playai-tts` | 2025-12-23 | Orpheus TTS models | | `playai-tts-arabic` | 2025-12-23 | Orpheus TTS models | | `distil-whisper-large-v3-en` | — | `whisper-large-v3-turbo` | ## Current Model IDs (Use These) | Model ID | Type | Context | Speed | |----------|------|---------|-------| | `llama-3.1-8b-instant` | Text | 128K | ~560 tok/s | | `llama-3.3-70b-versatile` | Text | 128K | ~280 tok/s | | `llama-3.3-70b-specdec` | Text | 128K | Faster | | `meta-llama/llama-4-scout-17b-16e-instruct` | Vision+Text | 128K | ~460 tok/s | | `meta-llama/llama-4-maverick-17b-128e-instruct` | Vision+Text...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

groq-migration-deep-dive

Migrate from OpenAI/Anthropic/other LLM providers to Groq, or migrate between Groq model generations with zero-downtime traffic shifting. Trigger with phrases like "migrate to groq", "switch to groq", "groq migration", "openai to groq", "groq replatform".

2,266 Updated today
jeremylongshore
AI & Automation Featured

groq-performance-tuning

Optimize Groq API performance with model selection, caching, streaming, and parallel requests. Use when experiencing slow responses, implementing caching strategies, or optimizing request throughput for Groq integrations. Trigger with phrases like "groq performance", "optimize groq", "groq latency", "groq caching", "groq slow", "groq speed".

2,266 Updated today
jeremylongshore
AI & Automation Featured

deepgram-upgrade-migration

Plan and execute Deepgram SDK upgrades and model migrations. Use when upgrading SDK versions (v3->v4->v5), migrating models (Nova-2 to Nova-3), or planning API version transitions. Trigger: "upgrade deepgram", "deepgram migration", "update deepgram SDK", "deepgram version upgrade", "nova-3 migration".

2,266 Updated today
jeremylongshore
AI & Automation Featured

groq-cost-tuning

Optimize Groq costs through model routing, token management, and usage monitoring. Use when analyzing Groq billing, reducing API costs, or implementing usage monitoring and budget alerts. Trigger with phrases like "groq cost", "groq billing", "reduce groq costs", "groq pricing", "groq expensive", "groq budget".

2,266 Updated today
jeremylongshore
AI & Automation Featured

groq-core-workflow-b

Execute Groq secondary workflows: audio transcription (Whisper), vision, text-to-speech, and batch model evaluation. Trigger with phrases like "groq whisper", "groq transcription", "groq audio", "groq vision", "groq TTS", "groq speech".

2,266 Updated today
jeremylongshore