#Certain Models from Providers not Working (Groq & Cloudflare)

2 messages · Page 1 of 1 (latest)

fringe sphinxBOT
#

@mint patio

Description:
When trying to run gpt-oss-120b (exacto) from groq in the web chat I get this error (I don't usually use Groq):

(Groq) Rate limit exceeded. Please try again shortly. Consider adding your own API key to accumulate your own rate limits.


When trying to Qwen3 30B A3B Thinking 2507 from Cloudflare in the web chat get this error:

No endpoints found for qwen/qwen3-30b-a3b-thinking-2507.

What I've Tried:
Creating new chats, changing prompts, parameters.

Error Messages:

Error 429
(Groq) Rate limit exceeded. Please try again shortly. Consider adding your own API key to accumulate your own rate limits.

---

Error 404
No endpoints found for qwen/qwen3-30b-a3b-thinking-2507.

API/Model: Qwen3 30B A3B Thinking 2507 | Cloudflare / gpt-oss-120b (exacto) | Groq

#

I'm an AI assistant - my answers may be incorrect and I cannot see screenshots. Please verify information with the OpenRouter docs.

Thanks for providing detailed error messages and the exact models. Here’s what’s happening:

1. Groq – gpt-oss-120b (exacto)

  • Error 429 (Rate limit exceeded):
    This means the shared rate limit for Groq’s endpoint has been reached. The error message says:

    "(Groq) Rate limit exceeded. Please try again shortly. Consider adding your own API key to accumulate your own rate limits."

  • Actionable steps:
    • Try again later, as rate limits may reset.
    • To avoid hitting shared limits, add your own API key if the provider supports it.
  • Reference:
    "When an error occurs in an upstream provider, we can recover by routing to another healthy provider, if your request filters allow it." Provider Routing

2. Cloudflare – qwen/qwen3-30b-a3b-thinking-2507

  • Error 404 (No endpoints found):
    This means there are currently no available endpoints for this model/provider combination.
  • Actionable steps:
    • This model may not be available via Cloudflare at this time. You can try selecting another provider for this model within OpenRouter, or search for the model status at OpenRouter Models.
  • Reference:
    "No endpoints found for qwen/qwen3-30b-a3b-thinking-2507" and provider routing details Provider Routing

Summary:

  • For Groq: Rate limits are being hit—try later or use your own API key.
  • For Cloudflare: The model is not available from this provider—try another provider.

If issues persist after these steps, let me know the full error ...