Skip to content

feat(provider): add DeepSeek provider with configuration and icon support#907

Merged
hazeone merged 1 commit intomainfrom
feat/support_deepseek_model
Apr 24, 2026
Merged

feat(provider): add DeepSeek provider with configuration and icon support#907
hazeone merged 1 commit intomainfrom
feat/support_deepseek_model

Conversation

@hazeone
Copy link
Copy Markdown
Contributor

@hazeone hazeone commented Apr 24, 2026

Summary

Default model is deepseek-v4-pro without reseaoning
image

Related Issue(s)

Type of Change

  • Bug fix
  • New feature
  • Documentation
  • Refactor
  • Other

Validation

Checklist

  • I ran relevant checks/tests locally.
  • I updated docs if behavior or interfaces changed.
  • I verified there are no unrelated changes in this PR.

@hazeone hazeone marked this pull request as ready for review April 24, 2026 03:34
Copy link
Copy Markdown
Contributor

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment on lines +211 to +212
modelIdPlaceholder: 'deepseek-v4-pro',
defaultModelId: 'deepseek-v4-pro',
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge 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 👍 / 👎.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👎

@hazeone hazeone merged commit f893f2b into main Apr 24, 2026
5 checks passed
@hazeone hazeone deleted the feat/support_deepseek_model branch April 24, 2026 03:41
DigitalNomad-Chat added a commit to DigitalNomad-Chat/ClawX that referenced this pull request Apr 26, 2026
…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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant