After selecting the Gemini model, the settings below do not appear #13129

Closed
opened 2026-02-21 19:10:41 -05:00 by yindo · 4 comments
Owner

Originally created by @kevintsai1202 on GitHub (Apr 19, 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 search for existing issues, 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

1.2

Cloud or Self Hosted

Cloud

Steps to reproduce

As shown in the figure, after selecting the Gemini model in the process, the parameters below cannot be displayed and a continuous loading animation appears

Image

✔️ Expected Behavior

No response

Actual Behavior

No response

Originally created by @kevintsai1202 on GitHub (Apr 19, 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 [search for existing issues](https://github.com/langgenius/dify/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 1.2 ### Cloud or Self Hosted Cloud ### Steps to reproduce As shown in the figure, after selecting the Gemini model in the process, the parameters below cannot be displayed and a continuous loading animation appears ![Image](https://github.com/user-attachments/assets/f1365983-58f1-46c0-b3f4-bba31e797cee) ### ✔️ Expected Behavior _No response_ ### ❌ Actual Behavior _No response_
yindo added the 🐞 bugcloud labels 2026-02-21 19:10:41 -05:00
yindo closed this issue 2026-02-21 19:10:41 -05:00
Author
Owner

@dosubot[bot] commented on GitHub (Apr 19, 2025):

I found a similar unsolved discussion that might be relevant to your issue: Help! can not access set up model provider [1].

Regarding your issue with the Gemini model settings not appearing and a continuous loading animation being displayed, there are a few known issues related to the Gemini model in Dify. In particular, some newer Gemini models, like the Gemini 2.0 Pro and Flash versions, may not appear in the model selection dropdown due to them not being officially released yet, even if they are developed and merged into the codebase [2][3].

Additionally, ensure that you have installed at least one model provider from the marketplace and configured it properly with an API key, as this is necessary for the settings to load successfully [4]. If the issue persists, it might be related to a bug in the current version you are using.

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other

@dosubot[bot] commented on GitHub (Apr 19, 2025): <!-- Answer --> I found a similar unsolved discussion that might be relevant to your issue: [Help! can not access set up model provider](https://github.com/langgenius/dify/discussions/10858) <sup>[[1]](https://github.com/langgenius/dify/discussions/10858)</sup>. Regarding your issue with the Gemini model settings not appearing and a continuous loading animation being displayed, there are a few known issues related to the Gemini model in Dify. In particular, some newer Gemini models, like the Gemini 2.0 Pro and Flash versions, may not appear in the model selection dropdown due to them not being officially released yet, even if they are developed and merged into the codebase <sup>[[2]](https://github.com/langgenius/dify/issues/13276)</sup><sup>[[3]](https://github.com/langgenius/dify/issues/13360)</sup>. Additionally, ensure that you have installed at least one model provider from the marketplace and configured it properly with an API key, as this is necessary for the settings to load successfully <sup>[[4]](https://github.com/langgenius/dify/issues/15427)</sup>. If the issue persists, it might be related to a bug in the current version you are using. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/7d9c02a7-183b-4575-8b35-4f5ad6fb4792?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/7d9c02a7-183b-4575-8b35-4f5ad6fb4792?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/7d9c02a7-183b-4575-8b35-4f5ad6fb4792?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/7d9c02a7-183b-4575-8b35-4f5ad6fb4792?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/7d9c02a7-183b-4575-8b35-4f5ad6fb4792?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/7d9c02a7-183b-4575-8b35-4f5ad6fb4792?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/7d9c02a7-183b-4575-8b35-4f5ad6fb4792?feedback_type=other)</sup>
Author
Owner

@hzcoolwind commented on GitHub (Apr 19, 2025):

Same situation: Any model that selects Gemini after upgrading and installing Gemini 0.1.4 will not display model parameters. But switching to gemini 0.1.3 shows the model normally. As long as it is my newly developed model plug-in, it is like this until the cloud.dify.ai, the model parameters are not displayed, and if you run the app, it will always be stuck on the new model call. But there is no problem with installing directly on self host (dify 1.2, docker).

@hzcoolwind commented on GitHub (Apr 19, 2025): Same situation: Any model that selects Gemini after upgrading and installing Gemini 0.1.4 will not display model parameters. But switching to gemini 0.1.3 shows the model normally. As long as it is my newly developed model plug-in, it is like this until the cloud.dify.ai, the model parameters are not displayed, and if you run the app, it will always be stuck on the new model call. But there is no problem with installing directly on self host (dify 1.2, docker).
Author
Owner

@fdb02983rhy commented on GitHub (Apr 24, 2025):

Update to 0.1.5 can fix this issue.

Image

It only happens on Dify SaaS(even on 1.3.0). I can not figure it out why it works with the PR tho..

@WilsonVasc56 @crazywoola

@fdb02983rhy commented on GitHub (Apr 24, 2025): Update to 0.1.5 can fix this issue. <img width="792" alt="Image" src="https://github.com/user-attachments/assets/0990ab9f-69c4-4d42-9e4b-8b9d784837f4" /> - Related PR - https://github.com/langgenius/dify-official-plugins/pull/720 - Related issues - https://github.com/langgenius/dify-official-plugins/issues/758 - https://github.com/langgenius/dify-official-plugins/issues/755 - https://github.com/langgenius/dify/issues/18413 It only happens on Dify SaaS(even on 1.3.0). I can not figure it out why it works with the PR tho.. @WilsonVasc56 @crazywoola
Author
Owner

@mice2100 commented on GitHub (Apr 26, 2025):

0.2.0 has same problem, api logs show: api_generate.py error: can only concatenate str (not "list") to str.
Switched to 0.1.5 and it works

@mice2100 commented on GitHub (Apr 26, 2025): 0.2.0 has same problem, api logs show: api_generate.py error: can only concatenate str (not "list") to str. Switched to 0.1.5 and it works
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#13129