Is Groq down? Groq status

No. Groq is up and running normally.

Operational Last checked (Jul 28, 2026 18:34 UTC) 71 ms Open Groq ↗

This verdict covers the Groq web service.

  • Official signal Operational
  • Independent web check (North America: Virginia, US) Operational
  • User reports 0 in the last hour
  • North America: Virginia, US Operational 71 ms · checked Jul 28, 2026 18:34 UTC

Independent reachability is currently checked from Virginia, US.

Independent monitor. Not affiliated with or endorsed by Groq.

20 / 20 Components up
0 Open incidents
71 ms Web endpoint latency
0 Reports (1h)
100% Uptime (30d)

We check Groq continuously using a dual-source method. Read more about our methodology.

System components

20 of 20 operational
  • openai/gpt-oss-20b Operational
  • meta-llama/llama-guard-4-12b Operational
  • groq/compound-mini Operational
  • Canopy Labs Orpheus Arabic Saudi Operational
  • meta-llama/llama-4-scout-17b-16e-instruct Operational
  • meta-llama/llama-prompt-guard-2-86m Operational
  • moonshotai/kimi-k2-instruct-0905 Operational
  • openai/gpt-oss-safeguard-20b Operational
  • qwen/qwen3-32b Operational
  • Website Operational
  • llama-3.1-8b-instant Operational
  • API Operational
  • Canopy Labs Orpheus English Operational
  • meta-llama/llama-prompt-guard-2-22m Operational
  • whisper-large-v3 Operational
  • groq/compound Operational
  • whisper-large-v3-turbo Operational
  • openai/gpt-oss-120b Operational
  • meta-llama/llama-4-maverick-17b-128e-instruct Operational
  • llama-3.3-70b-versatile Operational

Component status comes from Groq’s official status page. Official source: groqstatus.com. Last synced .

Outage reports

0 in the last hour

Groq is an AI inference platform built around its own LPU hardware, designed to run open large language models at very low latency. Most people reach Groq through its API and the GroqCloud console, wiring it into chatbots, agents, coding tools, and other apps that need fast responses. Because it usually sits in the middle of a pipeline rather than on a screen you watch, a Groq problem often shows up first as a stalled app, a timeout, or a request that never returns. If you landed here mid-task, start with the live verdict and recent user reports at the top of this page to see whether the trouble is on Groq’s side or yours.

Illustration representing Groq status

Common reasons Groq stops working

  • API errors or timeouts. Requests return 5xx errors, time out, or hang when the inference service is degraded or overloaded.
  • Rate limits and quota caps. Hitting your requests-per-minute or token limits returns 429 responses that look like an outage but are account-level throttling.
  • Authentication failures. An expired, revoked, or mistyped API key produces 401 errors and blocks every call.
  • Model or endpoint changes. A model you call may be deprecated, renamed, or temporarily unavailable, breaking requests that worked yesterday.
  • Console or login issues. The GroqCloud dashboard may fail to load even while the inference API itself is fine, or vice versa.
  • Capacity and latency spikes. Heavy demand can slow responses well past your normal speed, which downstream timeouts then treat as failures.
  • Local and network problems. Firewalls, VPNs, DNS, or a flaky connection on your end can block Groq even when it is healthy.

How to fix Groq when it is not working

  1. Check the verdict first. Read the live status and user reports at the top of this page to confirm whether this is a wider Groq incident before you change anything.
  2. Read the exact error. A 401 points to your key, a 429 points to rate limits, and a 5xx or timeout points to Groq’s service. Match your fix to the code.
  3. Verify your API key. Confirm it is active, has not been rotated, and is loaded from the right environment variable, not hardcoded or expired.
  4. Back off and retry. For timeouts and 5xx errors, retry with exponential backoff rather than hammering the endpoint, which only deepens congestion.
  5. Confirm the model name. Make sure the model you request is current and still offered, and update your call if it has changed.
  6. Test from a clean path. Try a simple request from a different network or machine to rule out local firewall, VPN, or DNS issues.
  7. Lower your load. If you are near your limits, slow your request rate or reduce token usage until calls succeed again.
  8. Wait it out. If the data here shows a confirmed outage, the fix is on Groq’s side. For a structured plan, see our guide on what to do when an AI tool is down.

Is Groq down, or is it just you?

The quickest way to tell them apart is the pattern of failure. If every request fails across multiple networks and your key is valid, the problem is very likely on Groq’s side. If only one app, one key, or one network is affected while others work, the issue is probably local to your setup, your account limits, or your code. The verdict and crowd reports at the top of this page combine many users’ signals, so a spike in reports alongside our own checks is strong evidence of a real outage rather than an isolated glitch.

How we check Groq

We combine two independent signals so you are not relying on a single source. First, we read Groq’s official status page to capture incidents the company has acknowledged. Second, we run our own reachability check from outside Groq’s network to see whether the service actually responds for us in real time. When those two signals disagree, for example the status page looks clean but our check cannot reach Groq, we tell you that plainly instead of guessing. You can read the full approach on our methodology page.

Alternatives to Groq during an outage

If Groq is down and you need to keep building or shipping, several other inference providers serve open models through similar APIs. Consider Together AI, Replicate, or Hugging Face as fallbacks. Each has its own pricing, model catalog, and rate limits, so expect some changes to your request format. Before you switch traffic over, confirm the backup is healthy on its own status page, since AI providers sometimes share upstream dependencies and can struggle at the same time. Keeping a tested alternate path ready in advance makes a Groq outage a quick reroute rather than a scramble.

How Groq outages usually show up

Groq is a developer platform, not a consumer chat app. Almost everyone reaches it through GroqCloud: the API endpoint and the console where you create and manage API keys. When something breaks, you do not see a friendly outage screen. Instead your application receives HTTP errors directly from the API, most often 429 for rate limiting, 503 when a model is temporarily unavailable, or 500 on an internal failure. A spike in these status codes across your own logs is usually the first sign, often before any official acknowledgement.

The console and the inference API can fail independently. You might be unable to sign in or rotate a key while live requests keep flowing, or the opposite: requests stall while the dashboard loads fine. Because Groq publishes generous but real per-minute token and request limits, sustained 429 responses are frequently a quota issue on your account rather than a platform incident. Check the live verdict above, then confirm whether the failures are limited to one model, one key, or every call you make.

Uptime, last 30 days

100%
100% 7-day
100% 30-day
Building 90-day

Web endpoint latency

Recent incidents

Embed this status badge

Show Groq's live status on your own site, docs or README. It updates automatically and links back here.

Groq status, via is-down.ai
HTML
Markdown

On WordPress? Our free AI Status Widget plugin shows Groq's live status with cards, badges and full uptime panels.

Frequently asked questions

Is Groq down right now, or is it just my API key?

Start with the live verdict at the top of this page, which reflects an independent reachability check of the GroqCloud API. If our check is green but only your calls fail, the issue is likely your specific API key, account quota, or the particular model you requested. Try a minimal request with a fresh key against a different model to isolate it.

Why do I keep getting 429 errors from the Groq API?

A 429 means you exceeded a rate limit, measured in requests per minute or tokens per minute for the model you are calling. This is usually an account level limit rather than a platform outage, so it can happen even when Groq is fully healthy. Slow your request rate, add retry with backoff, and check the limit headers returned with the response to see how close you are.

I cannot sign in to the GroqCloud console. Is the whole platform down?

Not necessarily. The console and the inference API run as separate surfaces, so sign-in or key management can be broken while live API traffic keeps working. If your existing applications are still serving requests, the outage is probably limited to the dashboard. Check the verdict above and try clearing cookies or using a private window before assuming a full outage.

What does a 503 from Groq mean?

A 503 generally indicates the service or the specific model you requested is temporarily unavailable, often during a capacity crunch or a model being cycled. It is meant to be transient, so a short retry with backoff usually succeeds. If 503s persist across multiple models for several minutes, check the live verdict here for a wider incident.

Does Groq have a chat app I can use without code?

Groq is built around its developer API and console, so the primary way to use it is programmatically with an API key. There is no mainstream standalone consumer chat product the way some assistants offer, so most status questions here relate to the API and the GroqCloud dashboard. If you are looking for an app to be down, you may be thinking of a different service.

My Groq requests suddenly got slow. Is that an outage?

Groq is known for very fast inference, so a noticeable slowdown stands out quickly. Elevated latency can come from a busy period, a larger prompt or longer output, or early signs of degradation before hard errors appear. Compare your response times against the reading at the top of this page, and if latency climbs across all your calls it may signal a developing incident.