Groq pricing in 2026: every model, free tier, and hidden discounts explained

Rama Adi Nugraha
Written by

Rama Adi Nugraha

Katelin Teen
Reviewed by

Katelin Teen

Last edited June 8, 2026

Expert Verified
Groq pricing breakdown 2026

What is Groq (and why does pricing work differently here)?

Groq doesn't make models - they run other people's models (Llama, Qwen, Mistral, Whisper, OpenAI open-weights) on their own custom silicon: the Language Processing Unit, or LPU. Founded in 2016 by former Google TPU engineers, they raised $750M at a $6.9B valuation in September 2025 and now serve 2M+ developers. The McLaren F1 team uses Groq for real-time race analytics - not a use case where "usually fast" is acceptable.

The pricing model is simple: charge per token, no idle infrastructure fees, no elastic pricing spikes. Groq's official statement on it: "Other inference providers spike costs without warning. Some hide behind elastic pricing. Groq pricing is linear and predictable, with no hidden costs or idle infrastructure."

GroqCloud - the LPU-powered inference platform for developers, as taken from Groq
GroqCloud - the LPU-powered inference platform for developers, as taken from Groq

Why the LPU changes the cost equation

GPUs were built for training: large external DRAM/HBM memory hierarchies, dynamic scheduling, cache coherency protocols. These are good properties when parallelizing matrix operations across thousands of cores for training. They're a mismatch for inference, where sequential layer execution has low arithmetic intensity and memory fetches dominate latency.

The LPU architecture takes a different approach. On-chip SRAM serves as the primary weight storage - not a cache, the primary memory. Groq's purpose-built compiler pre-schedules every operation down to individual clock cycles before execution starts, eliminating dynamic scheduling overhead entirely. The RealScale chip-to-chip protocol lets hundreds of LPUs behave as a single core for tensor parallelism. Because every operation is statically scheduled, Groq can run pipeline parallelism on top of tensor parallelism: layer N+1 begins processing while layer N is still finishing - something GPU dynamic scheduling can't reliably do.

The practical result: GPT OSS 20B at 1,000 tokens per second. Llama 3.1 8B at 560–840 TPS. Llama 3.3 70B at 280–394 TPS. Typical GPU-based cloud APIs run 50–100 TPS on equivalent models. When the same hardware serves more requests per second, fixed costs spread across more tokens - which is how $0.05 per 1M input tokens becomes commercially viable.

The Groq LPU chip - Groq's custom silicon built specifically for AI inference, as taken from Groq
The Groq LPU chip - Groq's custom silicon built specifically for AI inference, as taken from Groq
LPU vs GPU architecture - on-chip SRAM eliminates the memory wall that limits GPU inference throughput
LPU vs GPU architecture - on-chip SRAM eliminates the memory wall that limits GPU inference throughput

Groq free tier: what you actually get

The free tier requires no credit card and is governed by rate limits, not a monthly token budget. Here's exactly what each model provides on the free plan:

ModelRPMTPMRequests/day
llama-3.1-8b-instant306,00014,400
llama-3.3-70b-versatile3012,0001,000
meta-llama/llama-4-scout-17b-16e-instruct3030,0001,000
openai/gpt-oss-20b308,0001,000
openai/gpt-oss-120b308,0001,000
qwen/qwen3-32b606,0001,000
groq/compound3070,000250
whisper-large-v320-2,000 audio reqs
whisper-large-v3-turbo20-2,000 audio reqs

(RPM = requests per minute, TPM = tokens per minute. Source: Groq rate limits docs)

Two things catch developers off-guard here. First, rate limits apply at the organization level, not per API key. Creating five keys doesn't give you 150 RPM - it's still 30 RPM shared across your whole account. Second, prompt caching tokens don't count toward rate limits, which is a meaningful benefit if you have long system prompts that repeat across calls.

The per-minute TPM limits are usually the real constraint, not the daily request caps. A 2,000-token prompt eats a third of the Llama 8B TPM budget in one call.

"I've been using the Groq API nonstop, constantly thinking to myself 'how have I still not hit some kind of free tier limit'"

The Whisper free tier is the standout value. Artificial Analysis confirmed Groq as one of the lowest-cost Whisper Large v3 providers. On the free plan you get 2,000 audio transcription requests per day - roughly 2 hours of audio per clock-hour when batching at the 10-second minimum per request. OpenAI charges $0.36/hour for Whisper access; Groq's paid tier charges $0.04–$0.111/hour, so the free tier is a generous place to start.

"Their free API for speech to text is amazing, so generous, highly recommend."

Trustpilot reviewer, search-derived
Groq free tier vs paid developer tier - rate limit comparison by dimension
Groq free tier vs paid developer tier - rate limit comparison by dimension

Groq paid API pricing: every model

All prices are in USD per 1M tokens (input / output) unless otherwise noted. Source: Groq pricing page.

Text/LLM models

ModelModel IDSpeed (TPS)ContextInput $/1MOutput $/1MStatus
Llama 3.1 8B Instantllama-3.1-8b-instant560–840128k$0.05$0.08Production
GPT OSS 20Bopenai/gpt-oss-20b1,000128k$0.075$0.30Production
Llama 4 Scout (17Bx16E)meta-llama/llama-4-scout-17b-16e-instruct594–750128k$0.11$0.34Preview
GPT OSS 120Bopenai/gpt-oss-120b500128k$0.15$0.60Production
Qwen3 32Bqwen/qwen3-32b400–662131k$0.29$0.59Preview
Llama 3.3 70B Versatilellama-3.3-70b-versatile280–394128k$0.59$0.79Production
Kimi K2 Instructmoonshotai/kimi-k2-instruct-0905--$1.00 ($0.50 cached)$3.00-
Llama Prompt Guard 2 22Mmeta-llama/llama-prompt-guard-2-22m-512$0.03$0.03Preview
Llama Prompt Guard 2 86Mmeta-llama/llama-prompt-guard-2-86m-512$0.04$0.04Preview

A few model notes worth pulling out. GPT OSS 20B - OpenAI's open-weight model, not GPT-4 - runs at 1,000 tokens per second at $0.075 input / $0.30 output. That is simultaneously the fastest model on the platform and one of the cheapest per output token. Llama 4 Scout supports vision inputs (up to 20 MB files) but remains in Preview - don't put it in production yet. Kimi K2 is the only model where prompt caching is explicitly baked into the pricing row: $0.50 per 1M cached input tokens versus $1.00 uncached.

The Prompt Guard models ($0.03–$0.04 per 1M tokens) are safety classifiers designed to detect prompt injection and jailbreak attempts - useful if you're building customer-facing AI and need a lightweight filter layer ahead of your main model.

Developer plan rate limits

The jump from free to Developer plan is substantial:

ModelDeveloper TPMDeveloper RPM
llama-3.1-8b-instant250,0001,000
llama-3.3-70b-versatile300,0001,000
openai/gpt-oss-20b250,0001,000
openai/gpt-oss-120b250,0001,000
meta-llama/llama-4-scout-17b-16e-instruct300,0001,000
qwen/qwen3-32b300,0001,000
whisper-large-v3-turbo400,000 ASH400
groq/compound200,000200

(Source: console.groq.com/docs/models)

How Groq pricing compares to OpenAI and other providers

The figure most commonly cited in developer communities is "10–20x cheaper than OpenAI for comparable open-source models." That's roughly accurate, with the necessary qualifier that you're not comparing identical models.

"LLM inference on Groq costs about 10 times less compared to OpenAI's pricing for GPT-4o. Groq is 10–20x cheaper, but for a somewhat less capable model - Llama 3-70B vs GPT-4o."

The most honest comparison isn't Groq versus OpenAI's proprietary models - it's Groq versus other open-source hosting providers like Together AI or Fireworks AI running the same models. There, according to the Awesome Agents 8-week production review, Groq runs 20–50% cheaper at equivalent model tiers with deterministic tail latency that p99 stays within 15% of median - a meaningful advantage over GPU workloads where tail latency spikes are common.

"Goodbye OpenAI API. Today, you can get the same underlying intelligence - Llama-3 or its open-source competitors - for rates plummeting toward the floor, often below $0.20 per million tokens. That is a 99% price reduction in eighteen months."

Groq API pricing compared to competitors per 1M output tokens - open-source models on Groq can be up to 19x cheaper than GPT-4o
Groq API pricing compared to competitors per 1M output tokens - open-source models on Groq can be up to 19x cheaper than GPT-4o

The practitioner mental model that's emerged in the developer community - summarized by Jolly Gupta on LinkedIn (114 likes, September 2025): use Groq for speed-critical and cost-sensitive open-source workloads, use OpenAI when you need GPT-4o's capabilities or multimodal depth. Most production stacks do both.

Groq also appeared in the Artificial Analysis survey as one of the top-5 inference providers by developer adoption - alongside OpenAI, Google, Anthropic, and Microsoft.

Audio pricing: Whisper and TTS

Speech-to-text

Groq runs both Whisper Large v3 variants on LPU hardware, delivering transcription at 217–228x real-time speed. An hour of audio processes in about 15 seconds.

ModelSpeed factorPriceMax file
whisper-large-v3217x real-time$0.111 / hour100 MB
whisper-large-v3-turbo228x real-time$0.04 / hour-

For most workloads, Turbo at $0.04/hour is the clear choice - faster and 2.8x cheaper than the full model, with only marginal quality differences on most audio. Audio is billed at a 10-second minimum per request regardless of actual length, so batching short clips together is worth the implementation effort.

OpenAI charges $0.36/hour for Whisper; Groq at $0.04/hour is 9x cheaper on the Turbo model. Levels.io noted that Whisper + TTS on Groq was "very cheap" even in 2024; the pricing has remained stable since.

Text-to-speech (Preview)

Groq recently launched TTS via Canopy Labs' Orpheus models:

ModelPriceNotes
canopylabs/orpheus-v1-english$22.00 / 1M charsEnglish, ~100 chars/sec
canopylabs/orpheus-arabic-saudi$40.00 / 1M charsArabic (Saudi dialect)

These are still Preview status. The LPU speed advantage is visible here too - Orpheus generates at 100 characters per second on Groq, which enables near-real-time voice applications.

GroqCloud and Play.ai Voice AI partnership - LPU-powered TTS for real-time dialog, as taken from Groq
GroqCloud and Play.ai Voice AI partnership - LPU-powered TTS for real-time dialog, as taken from Groq

Compound AI systems: when tools cost extra

GroqCloud's Compound systems - groq/compound and groq/compound-mini - are agentic wrappers that give a language model built-in web search and code execution. Pricing is model token costs plus tool usage:

ToolPrice
Basic web search$5 / 1,000 requests
Advanced web search$8 / 1,000 requests
Visit website$1 / 1,000 requests
Code execution$0.18 / hour
Browser automation$0.08 / hour

The Compound system runs at ~450 TPS with 131k context. It's a practical starting point for agentic AI workloads where you want to delegate tool-use orchestration to the platform rather than build it yourself.

GroqCloud Compound Beta - built-in web search and code execution on the LPU platform, as taken from Groq
GroqCloud Compound Beta - built-in web search and code execution on the LPU platform, as taken from Groq

Two hidden discounts worth knowing

Batch API: 50% off for async workloads

The Batch API halves the cost of any model by running jobs asynchronously. You submit a JSONL file (up to 50,000 lines, 200 MB), processing completes within 24 hours to 7 days, and you pay 50% of the standard per-token rate. No impact on your standard rate limits.

This is the right call for: document classification pipelines, bulk content generation, nightly data enrichment, content moderation at scale - anything where latency tolerance earns you a significant discount. Tool usage in Compound systems is still charged at standard rates.

Prompt caching: 50% off repeated prefixes

Prompt caching is automatic - no code changes, no extra fee. When the same prefix (a long system prompt, a reference document) repeats across calls, Groq caches it for up to 2 hours. Cache hits cost 50% of the normal input price.

Models supporting prompt caching and their cached rates:

ModelStandard inputCached input
openai/gpt-oss-20b$0.075 / 1M$0.0375 / 1M
openai/gpt-oss-120b$0.15 / 1M$0.075 / 1M
moonshotai/kimi-k2-instruct-0905$1.00 / 1M$0.50 / 1M

The double benefit: cached tokens cost half as much and don't count toward rate limits. For workloads with long system prompts - RAG pipelines, document Q&A, AI customer support agents with large knowledge contexts - this meaningfully extends your effective throughput without upgrading your rate limit tier.

Rate limits: what happens when you hit them

When any rate limit is exceeded, Groq returns HTTP 429 with a retry-after header showing how many seconds to wait. The error body is specific:

"Rate limit reached for model openai/gpt-oss-20b … service tier: on_demand … Limit 200,000 · Used 199,336 · Requested 1,524 · Please try again in 6m 11.52s."

Response headers also include x-ratelimit-limit-requests, x-ratelimit-remaining-tokens, and x-ratelimit-reset-requests - enough to implement precise exponential backoff without trial and error.

The key operational consideration: rate limits are per organization, and per model. If you're running multiple services or team members from the same Groq account, they share the same limit pool. Use separate organization accounts for production and development environments, or contact Groq about higher limits for specific workloads via console.groq.com/settings/limits.

Enterprise pricing

There's no public enterprise pricing table. To access the following, contact groq.com/enterprise-access:

  • Higher rate limits for specific workloads
  • GroqRack on-premises deployment
  • LoRA fine-tuned models
  • Enterprise-only models (Minimax M2.5, Qwen3-VL 32B with vision)
  • Regional deployment and data residency options
  • SOC 2, GDPR, and HIPAA compliance documentation

On uptime: the Awesome Agents production review measured 99.94% uptime over 8 weeks with p99 latency within 15% of median - better tail behavior than GPU-based competitors because LPU scheduling is deterministic. Enterprise SLA guarantees require a formal agreement.

The sustainability question

Most Groq pricing guides skip this. We won't.

In September 2024, Kyle Corbitt posted on X that he'd overheard a Groq employee claim their per-token costs are "1–2 orders of magnitude higher than what they charge." The post hit 271k views. Earlier in 2024, @swyx did the math and found the pricing only works at a batch size of ~512 - unheard of in normal inference - and drops to ~$1.84 per million tokens at a normal batch of 64.

The counterargument: Groq raised $750M from BlackRock, Samsung, Cisco, and Disruptive AI specifically because the volume and new-chip thesis is credible. Their customer case studies show GPTZero at 7x faster and 50% lower cost, ReBlink at 14x lower cost per game, Recall at 10x lower cost. PeerSpot mindshare data shows a slight decline YoY (13.7% to 9.8%) among enterprise AI infrastructure evaluators, which may reflect NVIDIA deal uncertainty - worth monitoring.

Our take: we don't know if current pricing is structurally sustainable or a deliberate land-and-expand strategy ahead of second-generation chips. What we know is that pricing has been stable through 2025–2026 and the $750M raised buys time. Use it where the price-performance makes sense; don't architect yourself into a single-provider dependency you can't swap.

Who should (and shouldn't) use Groq

Use Groq when:

  • You're building real-time voice or chat interfaces where 280–1,000 TPS matters to the user experience
  • Your model stack runs on Llama, Qwen, Whisper, or OpenAI's open-weight models
  • You need cheap transcription at scale - Whisper Turbo at $0.04/hour is hard to beat
  • You're prototyping - the free tier covers most development workloads without a credit card
  • You have async batch workloads - the 50% Batch API discount changes the economics significantly

Look elsewhere when:

  • You need GPT-4o, Claude, or Gemini - not available on GroqCloud
  • You need robust multimodal support - Llama 4 Scout is Preview only
  • You need on-premises deployment with standard support terms - GroqRack requires enterprise negotiations
  • You need fine-tuned proprietary models - LoRA fine-tuning requires enterprise access

For a broader feature comparison, our Groq review covers the full product in depth. If you're still weighing providers, Groq alternatives compares Together AI, Fireworks, Cerebras, and others across the same price-performance dimensions.

Try eesel for AI-powered customer support

If you're evaluating Groq for customer support or helpdesk automation, eesel pairs well with it. eesel deploys autonomous AI agents directly inside your existing tools - Zendesk, Freshdesk, Slack, email - and routes support tickets to the right model based on complexity. Simple, high-volume queries go to a fast, cheap model tier (exactly what Groq's Llama 8B and GPT OSS 20B are built for); complex escalations go to a higher-capability model.

Teams handling 100,000+ tickets per month use eesel agents that actually resolve issues rather than just deflecting them - no new interface to learn, no prompt engineering required. You brief the agent the way you'd onboard a new employee, and it handles the rest.

eesel AI helpdesk dashboard showing ticket automation and response drafting across Zendesk, Freshdesk, and Slack
eesel AI helpdesk dashboard showing ticket automation and response drafting across Zendesk, Freshdesk, and Slack

Frequently Asked Questions

How much does Groq API cost per 1M tokens?
Groq API pricing starts at $0.05 per 1M input tokens for Llama 3.1 8B Instant and goes up to $3.00 per 1M output tokens for Kimi K2. Most developers working with open-source models pay $0.05–$0.79 per 1M input tokens. eesel's AI agents can help you route tasks to the right model tier based on complexity, keeping inference costs predictable at scale.
Does Groq have a free tier?
Yes - Groq's free tier requires no credit card and includes 30 requests per minute, 6,000–30,000 tokens per minute (depending on model), and 1,000–14,400 requests per day. Whisper speech-to-text is also included free with 2,000 audio requests per day. Rate limits apply at the organization level, so multiple API keys do not multiply your quota.
How does Groq pricing compare to OpenAI?
Groq is substantially cheaper for open-source models. Llama 3.3 70B on Groq costs $0.59/$0.79 per 1M input/output tokens, compared to GPT-4o at $5/$15 - roughly a 10–19x difference. However, Groq's catalog is open-source only: no GPT-4o, no Claude, no Gemini. For those models you'll need OpenAI or Anthropic directly. See our full Groq review for a deeper feature and model comparison.
What are Groq's rate limits on the paid developer tier?
On the Developer paid plan, most production models support 1,000 RPM and 250,000–300,000 tokens per minute. Compound AI systems are capped at 200 RPM and 200,000 TPM. Rate limits are enforced at the organization level. Prompt caching tokens - cached input prefixes - do not count toward TPM limits, which effectively extends your budget on workloads with long repeated system prompts.
Is Groq pricing good value for production workloads?
Groq's paid API is a strong choice for latency-sensitive, open-source model workloads. The Batch API cuts costs 50% for async jobs, and prompt caching halves input costs on repeated prefixes. Case studies show real cost reductions: GPTZero reduced costs 50% while running 7x faster. The main limitation is the open-source-only model catalog. If you want AI agents running in your helpdesk at scale, eesel combines fast model routing with workflow automation built for support teams.

Share this article

Rama Adi Nugraha

Article by

Rama Adi Nugraha

Rama is a software engineer at eesel AI with two years of experience writing about B2B SaaS, AI tools, and customer support technology. Based in Bali, Indonesia, he brings a developer's perspective to product comparisons — cutting through marketing copy to what the integrations and APIs actually do.

Related Posts

All posts →
Qwen pricing overview infographic showing model tiers and API costs
Guides

Qwen pricing in 2026: every model, what you actually pay, and where it's worth it

Full Qwen API pricing breakdown for 2026: every model tier, thinking mode costs, free tier changes, and worked cost examples vs Claude and GPT.

Stevia PutriStevia PutriJun 4, 2026
Cohere AI pricing illustration with the Cohere logo and a pricing-card layout
Guides

Cohere AI pricing in 2026: A complete guide to real costs

A 2026 breakdown of Cohere AI pricing, the per-token rates Cohere does and doesn't publish, Model Vault hourly costs, North and Compass, plus what teams actually pay.

Alicia Kirana UtomoAlicia Kirana UtomoJun 9, 2026
Google Gemini 3 pricing breakdown showing model tiers and costs
Guides

Google Gemini 3 pricing in 2026: every plan, model, and API cost explained

A complete breakdown of Google Gemini 3 pricing: consumer plans from $0 to $199.99/mo, API costs from $0.25 to $12/1M tokens, and when each tier actually makes sense.

Rama Adi NugrahaRama Adi NugrahaJun 9, 2026
Editorial illustration of two people examining a rocket beside a Moonshot AI-style crescent moon logo, representing the Kimi K2.7 Code launch
Guides

What is Kimi K2.7 Code? Moonshot AI's coding model, explained

Kimi K2.7 Code is Moonshot AI's open-weight coding model: 1T parameters, 32B active, and a forced-thinking design. Here's how it actually works.

Alicia Kirana UtomoAlicia Kirana UtomoJul 9, 2026
Editorial illustration for an explainer on Claude Fable 5, Anthropic's most powerful AI model
Guides

What is Claude Fable 5? Anthropic's most powerful model, explained

Claude Fable 5 is Anthropic's Mythos-class flagship, a tier above Opus 4.8, built for days-long autonomous work. Here's what it does, what it costs, and the catch.

Alicia Kirana UtomoAlicia Kirana UtomoJun 17, 2026
Illustration representing Google's Gemini Omni Flash AI video generation and editing model
Guides

What is Gemini Omni Flash? Google's new AI video model explained

Gemini Omni Flash is Google's new any-to-any video model: conversational editing, a 10-second cap, and $0.10/second pricing. Here's what it does and costs.

Rama Adi NugrahaRama Adi NugrahaJul 3, 2026
Olark live chat pricing breakdown illustration in indigo and off-white
Guides

Olark pricing in 2026: every plan, PowerUp, and hidden cost

A full breakdown of Olark pricing in 2026: the $29 Standard plan, quote-based Pro, every paid PowerUp, and the per-seat costs that creep up as you grow.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieJun 21, 2026
Illustration of the MiniMax M3 multimodal AI model with image, audio, and video inputs
Guides

What is MiniMax M3? The open-weight model explained

What is MiniMax M3? A plain-English guide to the open-weight model from MiniMax: its sparse-attention 1M context, real benchmarks, pricing, and what it means for support teams.

Alicia Kirana UtomoAlicia Kirana UtomoJun 20, 2026
Illustration of Google Gemma 4, the open-weight AI model family, running on a laptop and a local server
Guides

What is Gemma 4? Google's open AI model family, explained

What is Gemma 4? A plain-English guide to Google's open-weight model family: the five sizes, the Apache 2.0 license, the benchmarks, and what it means for support teams.

Alicia Kirana UtomoAlicia Kirana UtomoJun 20, 2026

Ready to hire your AI teammate?

Set up in minutes. No credit card required.

Get started free