Custom API configuration with DeepSeek v3 model causes error in autocomplete feature
Before submitting your bug report
- [x] I believe this is a bug. I'll try to join the Continue Discord for questions
- [x] I'm not able to find an open issue that reports the same bug
- [x] I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS:
- Continue version:
- IDE version:
- Model:
- config:
name: Local Assistant
version: 1.0.0
schema: v1
models:
- name: DeepSeek-V3-250324
provider: deepseek
apiKey: xxx
apiBase: https://ark.cn-beijing.volces.com/api/v3
model: ep-20250326174349-z9bgg
roles:
- chat
- edit
- apply
- summarize
- autocomplete
context:
- provider: code
- provider: docs
- provider: diff
- provider: terminal
- provider: problems
- provider: folder
- provider: codebase
OR link to assistant in Continue hub:
Description
When using a custom API configuration with the DeepSeek v3 model, while standard chat functionality works successfully, an error prompt appears when attempting to use the autocomplete feature.
To reproduce
Log output
{"error":{"message":"Authentication Fails (no such user)","type":"authentication_error","param":null,"code":"invalid_request_error"}}
it changes to
but chat still works successfully
m
@tomasz-stefaniak When can it be fixed?
😅
Hi all, apologies for the delay in triaging this. We'll look into it this week 👍
@Patrick-Erichsen It's been a month. Have there been any results?
Hey @yuwenlong thanks for the bump here, didn't get around to looking into this more. Are there any additional logs you can share from the Continue Console?
Pulling @jpoly1219 in here as well
Thank you for your patience. As a sanity check, can you check if the individual requests to the Deepseek chat and autocomplete endpoints are working? You could use a tool like curl or postman to check this. Could you also attach screenshots/details when you do so?
Also like Patrick mentioned above, additional logs from the Continue Console would be immensely helpful. For this you can Ctrl+Shift+P inside vscode, then type "continue console", and click on the item that says "Continue Console: Focus on Continue Console View".
Much appreciated 🙏
This issue hasn't been updated in 90 days and will be closed after an additional 10 days without activity. If it's still important, please leave a comment and share any new information that would help us address the issue.
This issue was closed because it wasn't updated for 10 days after being marked stale. If it's still important, please reopen + comment and we'll gladly take another look!