feat(provider): add DeepSeek provider with configuration and icon support#907
feat(provider): add DeepSeek provider with configuration and icon support#907
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: af01ebdf69
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| modelIdPlaceholder: 'deepseek-v4-pro', | ||
| defaultModelId: 'deepseek-v4-pro', |
There was a problem hiding this comment.
Use a valid DeepSeek model slug by default
The new DeepSeek vendor is configured with defaultModelId: 'deepseek-v4-pro', but DeepSeek’s official /chat/completions API currently accepts deepseek-chat or deepseek-reasoner; using this default will fail requests for newly added DeepSeek accounts. This is especially impactful because showModelIdInDevModeOnly is enabled, so most users cannot override the model in UI and will hit runtime errors immediately after setup.
Useful? React with 👍 / 👎.
…ueCell-ai#810 ValueCell-ai#839 ValueCell-ai#897 ValueCell-ai#907) Add DeepSeek provider, Moonshot Global endpoint, update Kimi to k2.6, fix API key validation trimming.
Summary
Default model is deepseek-v4-pro without reseaoning

Related Issue(s)
Type of Change
Validation
Checklist