-
Notifications
You must be signed in to change notification settings - Fork 378
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
Deepseek request failing #601
Comments
Same as me. I run a python client to check my API and it works normaly but not in Roo, even not working in Cline. Maybe DeepSeek changes the way how conect (interact) to the API service api_key='API_KEY' The console: |
I think they’re prioritizing short requests over long requests while they’re under heavy load. |
Looks more like they upgraded their API request body and forgot to publish that contract to other API consumers? |
Same. Curl is working for me now, but both Cline and Roo Code still aren’t. I’m using both the V3 and R1 models directly from DeepSeek, and it seems like they might be blocking requests or something has changed on their end. |
I'm having the same issue with both cline and roo code. |
Same here, with |
Same, I guess its because they are under heavy load. |
Which version of the app are you using?
3.3.3
Which API Provider are you using?
DeepSeek
Which Model are you using?
reasoner
What happened?
Api request Failed
invalid json response body at https://api.deepseek.com/v1/chat/completions reason: Unexpected end of JSON input
Requests are failing using deepseek-reasoner
Steps to reproduce
Relevant API REQUEST output
Additional context
No response
The text was updated successfully, but these errors were encountered: