GroqCloud plugin request error #653

Closed
opened 2026-02-16 10:20:04 -05:00 by yindo · 1 comment
Owner

Originally created by @Mgrsc on GitHub (Sep 16, 2025).

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues Dify issues & Dify Official Plugins, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

v1.8.1

Plugin version

0.0.11

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

Configured the GroqCloud model provider, but the requested model was actually x.ai's grok-code-fast-1-0825.

Image

grok model list:
allam-2-7b,deepseek-r1-distill-llama-70b,gemma2-9b-it,groq/compound,groq/compound-mini,llama-3.1-8b-instant,llama-3.3-70b-versatile,meta-llama/llama-4-maverick-17b-128e-instruct,meta-llama/llama-4-scout-17b-16e-instruct,meta-llama/llama-guard-4-12b,meta-llama/llama-prompt-guard-2-22m,meta-llama/llama-prompt-guard-2-86m,moonshotai/kimi-k2-instruct,moonshotai/kimi-k2-instruct-0905,openai/gpt-oss-120b,openai/gpt-oss-20b,playai-tts,playai-tts-arabic,qwen/qwen3-32b,whisper-large-v3,whisper-large-v3-turbo

Error in model settings in the code
Image

✔️ Error log

Error:

Credentials validation failed with status code 404 and response body {"error":{"message":"The model `grok-code-fast-1-0825` does not exist or you do not have access to it.","type":"invalid_request_error","code":"model_not_found"}}
Originally created by @Mgrsc on GitHub (Sep 16, 2025). ### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing issues [Dify issues](https://github.com/langgenius/dify/issues) & [Dify Official Plugins](https://github.com/langgenius/dify-official-plugins/issues), including closed ones. - [x] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [x] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [x] Please do not modify this template :) and fill in all the required fields. ### Dify version v1.8.1 ### Plugin version 0.0.11 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce Configured the GroqCloud model provider, but the requested model was actually x.ai's grok-code-fast-1-0825. <img width="983" height="816" alt="Image" src="https://github.com/user-attachments/assets/b7ba29c2-46a3-4f6b-80de-8deeaca555c1" /> grok model list: allam-2-7b,deepseek-r1-distill-llama-70b,gemma2-9b-it,groq/compound,groq/compound-mini,llama-3.1-8b-instant,llama-3.3-70b-versatile,meta-llama/llama-4-maverick-17b-128e-instruct,meta-llama/llama-4-scout-17b-16e-instruct,meta-llama/llama-guard-4-12b,meta-llama/llama-prompt-guard-2-22m,meta-llama/llama-prompt-guard-2-86m,moonshotai/kimi-k2-instruct,moonshotai/kimi-k2-instruct-0905,openai/gpt-oss-120b,openai/gpt-oss-20b,playai-tts,playai-tts-arabic,qwen/qwen3-32b,whisper-large-v3,whisper-large-v3-turbo Error in model settings in the code <img width="1023" height="708" alt="Image" src="https://github.com/user-attachments/assets/3bc2cb04-3d97-40ff-82d1-46f6da4e26ca" /> ### ✔️ Error log Error: ``` Credentials validation failed with status code 404 and response body {"error":{"message":"The model `grok-code-fast-1-0825` does not exist or you do not have access to it.","type":"invalid_request_error","code":"model_not_found"}} ```
yindo added the bug label 2026-02-16 10:20:04 -05:00
yindo closed this issue 2026-02-16 10:20:04 -05:00
Author
Owner

@dosubot[bot] commented on GitHub (Sep 16, 2025):

The error happens because grok-code-fast-1-0825 is an x.ai Grok model, not a GroqCloud model. GroqCloud and x.ai are separate providers with different model lists—GroqCloud does not support any of the x.ai Grok models, so trying to add one to the GroqCloud provider will always return a 404 "model not found" error. Only the models explicitly listed for GroqCloud in the Dify UI or plugin are supported.

To use x.ai Grok models like grok-code-fast-1-0825, you need to configure the x.ai/Grok provider, not GroqCloud. If you want to use GroqCloud, select from its supported models (such as allam-2-7b, groq/compound, llama-3.1-8b-instant, etc.)—these are the only ones that will validate and work with the GroqCloud plugin.

If you are still seeing issues with valid GroqCloud models, make sure your Dify and dify-official-plugins are up to date, and check that your database migrations are complete, especially if you recently upgraded or are running in an offline Docker setup. Credential validation failures with 404 errors almost always mean the model is not available for the selected provider, or the provider/model linkage is broken in the backend (details, details, details).

To reply, just mention @dosu.


How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other  Join Discord Share on X

@dosubot[bot] commented on GitHub (Sep 16, 2025): <!-- Answer --> The error happens because `grok-code-fast-1-0825` is an x.ai Grok model, not a GroqCloud model. GroqCloud and x.ai are separate providers with different model lists—GroqCloud does not support any of the x.ai Grok models, so trying to add one to the GroqCloud provider will always return a 404 "model not found" error. Only the models explicitly listed for GroqCloud in the Dify UI or plugin are supported. To use x.ai Grok models like `grok-code-fast-1-0825`, you need to configure the x.ai/Grok provider, not GroqCloud. If you want to use GroqCloud, select from its supported models (such as `allam-2-7b`, `groq/compound`, `llama-3.1-8b-instant`, etc.)—these are the only ones that will validate and work with the GroqCloud plugin. If you are still seeing issues with valid GroqCloud models, make sure your Dify and dify-official-plugins are up to date, and check that your database migrations are complete, especially if you recently upgraded or are running in an offline Docker setup. Credential validation failures with 404 errors almost always mean the model is not available for the selected provider, or the provider/model linkage is broken in the backend ([details](https://github.com/langgenius/dify-official-plugins/issues/1259), [details](https://github.com/langgenius/dify-official-plugins/issues/1531), [details](https://github.com/langgenius/dify-official-plugins/issues/1346)). <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/fef2ce20-56ca-4376-b9c2-bb90c5c14f7c?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/fef2ce20-56ca-4376-b9c2-bb90c5c14f7c?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/fef2ce20-56ca-4376-b9c2-bb90c5c14f7c?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/fef2ce20-56ca-4376-b9c2-bb90c5c14f7c?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/fef2ce20-56ca-4376-b9c2-bb90c5c14f7c?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/fef2ce20-56ca-4376-b9c2-bb90c5c14f7c?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/fef2ce20-56ca-4376-b9c2-bb90c5c14f7c?feedback_type=other)</sup>&nbsp;&nbsp;[![Join Discord](https://img.shields.io/badge/join-5865F2?logo=discord&logoColor=white&label=)](https://go.dosu.dev/discord-bot)&nbsp;[![Share on X](https://img.shields.io/badge/X-share-black)](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/langgenius/dify-official-plugins/issues/1722)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#653