feat(models): add DeepSeek model configurations#217
Merged
Cenrax merged 1 commit intoMar 12, 2026
Conversation
Add configurations for DeepSeek-V3 and DeepSeek-Chat models via OpenRouter integration. - DeepSeek-V3: Reasoning model (input: /usr/bin/bash.27, output: .10) - DeepSeek-Chat: Chat model (input: /usr/bin/bash.14, output: /usr/bin/bash.28) Fixes abhigyanpatwari#215
Owner
🟢 GitNexus Blast Radius: LOW
Changed: None detected View full blast radius graph → Generated by GitNexus — code intelligence powered by knowledge graphs |
|
@JasonOA888 is attempting to deploy a commit to the NexusCore Team on Vercel. A member of the Team first needs to authorize it. |
reversTeam
approved these changes
Mar 8, 2026
reversTeam
left a comment
There was a problem hiding this comment.
Looks good, @JasonOA888! Clean config-only addition for DeepSeek models.
A couple of minor notes:
- The commented-out OpenRouter config blocks are a nice touch for discoverability.
- API keys are properly set to
null(not hardcoded), which is correct. - Cost annotations per 1M tokens are helpful for eval budgeting.
LGTM — straightforward config addition with no code risk.
motolese
pushed a commit
to motolese/datamoto-gitnexus
that referenced
this pull request
Apr 23, 2026
…-deepseek-model feat(models): add DeepSeek model configurations
14 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #215
Add configurations for DeepSeek-V3 and DeepSeek-Chat models via OpenRouter integration.
Models Added
Usage
Set
OPENROUTER_API_KEYin.envand use:Alternative: Use native DeepSeek API with
api_keyandbase_urlconfig.