hermes - ✅(Solved) Fix [Feature]: support for deepseek-v4-pro model [2 pull requests, 1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
NousResearch/hermes-agent#14902Fetched 2026-04-24 10:44:24
View on GitHub
Comments
1
Participants
2
Timeline
8
Reactions
0
Author
Participants
Timeline (top)
labeled ×4cross-referenced ×2commented ×1referenced ×1

Fix Action

Fixed

PR fix notes

PR #14911: feat(models): add deepseek-v4-pro to DeepSeek provider catalog

Description (problem / solution / changelog)

Closes #14902

Adds the newly published ‘deepseek-v4-pro’ model to the DeepSeek provider catalog and normalization logic.

Changes:

  • Added ‘deepseek-v4-pro’ to ‘_PROVIDERS_MODELS[“deepseek”]’ in hermes_cli/models.py
  • Added ‘deepseek-v4-pro’ to ‘_DEEPSEEK_CANONICAL_MODELS’ in hermes_cli/model_normalize.py
  • Updated normalization docstring to reflect three accepted identifiers

Tested:

  • pytest tests/hermes_cli/test_models.py -k deepseek → 1 passed
  • pytest tests/hermes_cli/test_models.py tests/hermes_cli/test_model_switch_custom_providers.py → 70 passed

Changed files

  • CONTRIBUTIONS.md (added, +23/-0)
  • hermes_cli/model_normalize.py (modified, +6/-5)
  • hermes_cli/models.py (modified, +1/-0)
  • hermes_cli/web_server.py (modified, +54/-4)
  • tests/hermes_cli/test_web_server.py (modified, +77/-0)

PR #14934: feat(models): add deepseek-v4-pro and deepseek-v4-flash

Description (problem / solution / changelog)

Summary

Adds DeepSeek V4 Pro and V4 Flash to the OpenRouter curated list, Nous Portal fallback list, and the native DeepSeek provider's static catalog.

Changes

  • OPENROUTER_MODELS: deepseek/deepseek-v4-pro, deepseek/deepseek-v4-flash (load-bearing — picker filters against this)
  • _PROVIDER_MODELS["nous"]: same two slugs (fallback-only; portal-side add still needed for authed users)
  • _PROVIDER_MODELS["deepseek"]: bare deepseek-v4-pro, deepseek-v4-flash alongside existing entries
  • Context length auto-resolves via existing deepseek substring entry (128K) in DEFAULT_CONTEXT_LENGTHS

Validation

BeforeAfter
DeepSeek V4 in OR pickernoyes
DeepSeek V4 in Nous fallbacknoyes
DeepSeek V4 on direct APInoyes
Targeted tests323 passed

Changed files

  • hermes_cli/models.py (modified, +6/-0)
RAW_BUFFERClick to expand / collapse

Problem or Use Case

deepseek v4 modle is published at 2026-04-24, wish hermes support the deepseek v4 model

Proposed Solution

integrate the deepseek-v4-pro model in model config

Alternatives Considered

No response

Feature Type

Configuration option

Scope

None

Contribution

  • I'd like to implement this myself and submit a PR

Debug Report (optional)

extent analysis

TL;DR

Integrate the deepseek-v4-pro model in the model configuration to support the latest deepseek v4 model.

Guidance

  • Review the model configuration to ensure it is compatible with the deepseek v4 model.
  • Update the model configuration to include the deepseek-v4-pro model.
  • Verify that the hermes system can successfully utilize the updated model configuration.
  • Test the integration to ensure it works as expected with the deepseek v4 model.

Notes

The provided information lacks technical details about the model configuration and hermes system, so the guidance is based on the assumption that integrating the deepseek-v4-pro model is a configuration change.

Recommendation

Apply workaround: Integrate the deepseek-v4-pro model in the model configuration, as it seems to be the proposed solution to support the deepseek v4 model.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

hermes - ✅(Solved) Fix [Feature]: support for deepseek-v4-pro model [2 pull requests, 1 comments, 2 participants]