Groq Deprecates Four High-Traffic Models for Free/Developer Tier — Migrate to GPT-OSS or Qwen 3.6-27B
llama-3.1-8b-instant, llama-3.3-70b-versatile, qwen/qwen3-32b, and meta-llama/llama-4-scout-17b-16e-instruct — among the most commonly used free-tier model IDs on GroqCloud.openai/gpt-oss-20b ($0.10/M input) for lightweight workloads and openai/gpt-oss-120b ($0.15/M input) or qwen/qwen3.6-27b for 70B-class tasks.openai/gpt-oss-20b for the 8B-class use case and openai/gpt-oss-120b for the 70B-class slot — note that gpt-oss-120b uses only ~5.1B active parameters per forward pass (MoE architecture), making it extremely fast on Groq's LPU hardware despite the 120B total parameter count. qwen/qwen3.6-27b is the alternative migration path for Qwen workloads. Enterprise customers with a committed-spend contract are not affected. The pattern of replacing Llama-family defaults with OpenAI open-weights is notable (see Horizon for analysis).llama-3.1-8b-instant, llama-3.3-70b-versatile, qwen/qwen3-32b, or meta-llama/llama-4-scout-17b-16e-instruct.EffortQuick (update the model ID string in your code; no other changes required).