mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
Fine-tuned Cohere Rerank model is not shown in Model Providers list #511
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 @MasanoriOyabu on GitHub (Aug 4, 2025).
Self Checks
Dify version
1.7.1
Cloud or Self Hosted
Cloud
Steps to reproduce
✔️ Expected Behavior
and show the newly added Rerank model (toggle ON).
so it can be selected for datasets.
❌ Actual Behavior
and no row is rendered for the custom model ID.
logs keep calling the default Cohere Rerank model.
@dosubot[bot] commented on GitHub (Aug 4, 2025):
Hi @MasanoriOyabu! I'm Dosu and I’m helping the dify team.
The most common reason a fine-tuned Cohere Rerank model doesn't appear in the Model Providers list or Retrieval Settings is that it isn't fully registered or marked as active/enabled in the backend. The "Connection test success" toast only confirms the endpoint is reachable, not that the model is saved and visible in the UI.
Dify lists models that are present, valid, and enabled (status ACTIVE) in its backend tables. If a model is missing, it's usually because it wasn't inserted correctly, is not marked as valid, or is not enabled. Models with status DISABLED, NO_CONFIGURE, NO_PERMISSION, or QUOTA_EXCEEDED, or those marked deprecated, won't show up or be selectable in the UI or API. There is no code logic that specifically filters out Cohere Rerank or fine-tuned models—listing is dynamic and based on backend state (source).
Recent Dify versions added stricter validation for model providers and rerank models, so incomplete configuration or missing credentials can prevent models from appearing. If you’re on Dify Cloud and the model still doesn’t show up after a successful connection test, check for any error messages in your browser console or server logs when you try to add the model. If possible, verify with your admin or support that the model is present and enabled in the backend (ProviderModel and ProviderModelSetting tables) and not marked as deprecated or disabled (source).
If everything looks correct but the model still doesn’t appear, there may be a backend registration issue or a bug with how fine-tuned rerank models are handled. In that case, collect any relevant logs or error messages and share them with support for further troubleshooting.
To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other

@crazywoola commented on GitHub (Aug 4, 2025):
Not sure if it's related to cache, but have you tried to refresh the page to see if it works?
@dosubot[bot] commented on GitHub (Aug 31, 2025):
Hi, @MasanoriOyabu. I'm Dosu, and I'm helping the dify-official-plugins team manage their backlog and am marking this issue as stale.
Issue Summary:
Next Steps:
Thank you for your understanding and contribution!