-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Openrouter using DeepSeek: No endpoints found for this model.' #2444
Comments
seconding this issue. your openrouter endpoints are out of date and need to be updated. the correct endpoint for the deepseek model is openrouter/deepseek/deepseek-chat. chat is the latest & best at coding model from deepseek. changing to openrouter/deepseek/deepseek-chat works fine but doesnt give token cost predicitions and defaults to sane usage. please update documentation & backend to use the correct deepseek model |
Thanks for trying aider and filing this issue. It looks like @jcald1 ran aider with To use Deepseek V2.5 with OpenRouter you should do |
this is correct @paul-gauthier , however it should be noted that aiders documentation & its interactive shell tell users to use --model openrouter/deepseek/deepseek-coder so this should be corrected in aider to prevent user error |
Sorry, can you show me where in the docs you see the incorrect model name? And can you show me how the interactive shell shows it? |
─────────────────────────────────────────
Models which match "openrouter/deep":
and to be clear, it would have been more accurate of me to say in the interactive documentation, IE what aider shows you with /models or when looking through aiders code. in the actual documentation it just says any openrouter provided model& doesnt specify an incorrect deepseek address |
Issue
When using aider with deepseek, I'm getting the following error. It works in the Openrouter Web UI.
Version and model info
aider 0.64.1
aider --model openrouter/deepseek/deepseek-coder
Linux Mint 21.3 Virginia
The text was updated successfully, but these errors were encountered: