mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
If the newly generated Anthropic API Key is used within Dify, it will result in a 404 error and the inability to save the API Key due to the lack of access to certain deprecated models #419
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 @saga0324 on GitHub (Jul 2, 2025).
Self Checks
Dify version
1.5.1
Plugin version
0.0.14
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
If the newly generated Anthropic API Key is used within Dify, it will result in a 404 error and the inability to save the API Key due to the lack of access to certain deprecated models
✔️ Error log
Error code: 404 - {'type': 'error', 'error': {'type': 'not_found_error', 'message': 'model: claude-3-opus-20240229'}}
@hjlarry commented on GitHub (Jul 2, 2025):
anthropic.zip
I changed the validate model, Can you test if it works? I don't have an API key.
@saga0324 commented on GitHub (Jul 2, 2025):
It response below error when I installing the plugin
init environment for plugin langgenius/anthropic:0.0.15 failed too many times, you should consider the package is corrupted or your network is unstable
@hjlarry commented on GitHub (Jul 2, 2025):
can you try it on the cloud.dify.ai? it may caused by network error