mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
GroqCloud Provider missleading to Grok (xAI models instead of Groq Inference Providers) #687
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kyzo3D on GitHub (Oct 3, 2025).
Self Checks
Dify version
1.9.1
Cloud or Self Hosted
Cloud
Steps to reproduce
{"message":"The model
grok-code-fast-1-0825does not exist or you do not haveaccess to it.","type":"invalid_request_error","code":"model_not_found"}}
". This message is clearly saying that it's trying to connect to "grok-code-fast-1-0825" that is a model from Grok (xAI) and it's not available in GroqCloud Inference Provider so maybe you have confused between Groq and Grok :)
✔️ Expected Behavior
Be able to add Groq Cloud as Groq and not refusing my connection missunderstanding from "Groq" to "Grok"
❌ Actual Behavior
No response
@dosubot[bot] commented on GitHub (Oct 3, 2025):
Hi @kyzo3D! I'm Dosu and I’m helping the dify team.
This error happens because GroqCloud and Grok (xAI) are completely separate providers with different model lists. GroqCloud does not support any Grok models, so trying to use a Grok model like
grok-code-fast-1-0825with GroqCloud will always result in a "model not found" error. To use GroqCloud, you need to select only its supported models (for example:allam-2-7b,groq/compound,llama-3.1-8b-instant, etc.)—these are the only ones that will work with the GroqCloud provider in Dify. If you want to use Grok models, you must configure the x.ai/Grok provider instead. If Grok models appear under GroqCloud in your UI or configuration, it's likely a configuration or data issue, not a code bug—make sure only Groq models are selectable for GroqCloud in your provider/model lists and database. More details and troubleshooting steps are available here and here.To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other
