Skip to content

Conversation

@ammar-agent
Copy link
Collaborator

Adds support for DeepSeek as an AI provider.

Changes

  • Add importDeepSeek function and add deepseek to PROVIDER_REGISTRY in providers.ts
  • Add deepseek to PROVIDER_DISPLAY_NAMES
  • Add DeepSeek SVG logo icon from UXWing (royalty-free)
  • Add DeepSeek icon to ProviderIcon.tsx
  • Implement DeepSeek provider handler in aiService.ts
  • Install @ai-sdk/deepseek package

Usage

Users can now configure DeepSeek in their providers.jsonc:

{
  "deepseek": {
    "apiKey": "YOUR_DEEPSEEK_API_KEY"
  }
}

And use DeepSeek models like:

  • deepseek:deepseek-chat
  • deepseek:deepseek-reasoner

Closes #973


Generated with mux

- Add DeepSeek to PROVIDER_REGISTRY with importDeepSeek function
- Add DeepSeek display name and icon support
- Implement DeepSeek handler in aiService.ts
- Add @ai-sdk/deepseek package dependency
- Add DeepSeek SVG logo icon

Closes #973
@chatgpt-codex-connector
Copy link

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Repo admins can enable using credits for code reviews in their settings.

Extract just the whale shape from the DeepSeek logo and remove
hardcoded fill colors so it works with fill-current CSS styling,
matching the style of other provider icons.
- Unified PROVIDER_DEFINITIONS in providers.ts with all metadata:
  displayName, import fn, factoryName, requiresApiKey, strokeBasedIcon
- PROVIDER_REGISTRY and PROVIDER_DISPLAY_NAMES now derived automatically
- Added generic handler in aiService.ts for simple providers
- Reordered providers: Mux Gateway, Anthropic, OpenAI, Google, xAI,
  DeepSeek, OpenRouter, Bedrock, Ollama (order controls UI display)

Adding a new provider now requires:
- Simple providers: edit providers.ts + ProviderIcon.tsx (+ SVG + package.json)
- Complex providers: also add handler in aiService.ts
@ammario ammario merged commit 404b3e8 into main Dec 9, 2025
19 checks passed
@ammario ammario deleted the add-deepseek-support branch December 9, 2025 01:52
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.

Feature Request: Support Deepseek Provider

2 participants