mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
No endpoints found for google/gemini-2.5-pro-exp-03-25 model from openrouter #569
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 @fengwang on GitHub (Aug 19, 2025).
Self Checks
Dify version
1.7.2
Plugin version
0.2.0-local
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
Settings -> Model Providers -> OpenRouter -> Add Model:
Click 'save' button, and you encounter this error:
✔️ Error log
No response
@dosubot[bot] commented on GitHub (Aug 19, 2025):
The error happens because the OpenRouter plugin only supports models that are both listed in its manifest and returned by OpenRouter’s
/v1/modelsendpoint. The modelgoogle/gemini-2.5-pro-exp-03-25is not currently included in the plugin’s supported models, even after recent updates that added other Gemini 2.5 variants likegoogle/gemini-2.5-proandgoogle/gemini-2.5-flash-lite—but not the-exp-03-25version. The plugin does not auto-correct or add prefixes to model names, and support for new models depends on both OpenRouter exposing them and the plugin listing them explicitly. If the model isn’t in the plugin’s manifest or returned by OpenRouter, it can’t be added via the Dify UI, regardless of the name format you use (source).If you need this specific model, you’ll need to wait for plugin support or request its addition in a future update. For now, you can use the Gemini 2.5 models that are already supported.
To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other

@QIN2DIM commented on GitHub (Aug 20, 2025):
NOT BUG
OpenRouter and Gemini have turned off the endpoint for the Model ID.