Skip to content

feat(models): add DeepSeek model configurations#217

Merged
Cenrax merged 1 commit into
abhigyanpatwari:mainfrom
JasonOA888:feat/issue-215-deepseek-model
Mar 12, 2026
Merged

feat(models): add DeepSeek model configurations#217
Cenrax merged 1 commit into
abhigyanpatwari:mainfrom
JasonOA888:feat/issue-215-deepseek-model

Conversation

@JasonOA888

Copy link
Copy Markdown
Contributor

Fixes #215

Add configurations for DeepSeek-V3 and DeepSeek-Chat models via OpenRouter integration.

Models Added

  • DeepSeek-V3: Reasoning model (input: $0.27/1M, output: $1.10/1M)
  • DeepSeek-Chat: Chat model (input: $0.14/1M, output: $0.28/1M)

Usage

Set OPENROUTER_API_KEY in .env and use:

python eval/swe_bench/evaluate.py --model deepseek-v3

Alternative: Use native DeepSeek API with api_key and base_url config.

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
@abhigyanpatwari

Copy link
Copy Markdown
Owner

🟢 GitNexus Blast Radius: LOW

Metric Count
Changed symbols 0
Direct dependents (d=1) 0
Indirect (d=2) 0
Transitive (d=3) 0
Flows impacted 0
Total affected 0

Changed: None detected
Flows hit: None

View full blast radius graph →


Generated by GitNexus — code intelligence powered by knowledge graphs

@vercel

vercel Bot commented Mar 8, 2026

Copy link
Copy Markdown

@JasonOA888 is attempting to deploy a commit to the NexusCore Team on Vercel.

A member of the Team first needs to authorize it.

@reversTeam reversTeam left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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.

@Cenrax Cenrax merged commit 74c0e46 into abhigyanpatwari:main Mar 12, 2026
1 check failed
motolese pushed a commit to motolese/datamoto-gitnexus that referenced this pull request Apr 23, 2026
…-deepseek-model

feat(models): add DeepSeek model configurations
@magyargergo magyargergo mentioned this pull request May 22, 2026
14 tasks
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.

When run wiki,can I use other models like DeepSeek3 rather than OpenAI api?

4 participants