Skip to content

feat(deepseek): add deepseek-v4-pro[1m] and deepseek-v4-flash[1m] to canonical models#18534

Open
SivanCola wants to merge 1 commit intoNousResearch:mainfrom
SivanCola:feat/deepseek-v4-1m-variants
Open

feat(deepseek): add deepseek-v4-pro[1m] and deepseek-v4-flash[1m] to canonical models#18534
SivanCola wants to merge 1 commit intoNousResearch:mainfrom
SivanCola:feat/deepseek-v4-1m-variants

Conversation

@SivanCola
Copy link
Copy Markdown

Summary

Add deepseek-v4-pro[1m] and deepseek-v4-flash[1m] (1M context window variants) to _DEEPSEEK_CANONICAL_MODELS and _PROVIDER_MODELS so these model IDs resolve explicitly rather than relying on the V-series regex fallback.

Changes

  • _DEEPSEEK_CANONICAL_MODELS — added deepseek-v4-pro[1m] and deepseek-v4-flash[1m]
  • _PROVIDER_MODELS["deepseek"] — added the same two variants

Verification

deepseek-v4-pro[1m]  → deepseek-v4-pro[1m]  (canonical match)
deepseek-v4-flash[1m] → deepseek-v4-flash[1m] (canonical match)
deepseek-v4-flash[1M] → deepseek-v4-flash[1m] (case-insensitive)

…canonical models

Add [1m] context-window variants to _DEEPSEEK_CANONICAL_MODELS and
_PROVIDER_MODELS so these model IDs resolve explicitly (not just via
the V-series regex fallback).

Related: NousResearch#18509
@alt-glitch alt-glitch added type/feature New feature or request P3 Low — cosmetic, nice to have comp/cli CLI entry point, hermes_cli/, setup wizard provider/deepseek DeepSeek API labels May 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp/cli CLI entry point, hermes_cli/, setup wizard P3 Low — cosmetic, nice to have provider/deepseek DeepSeek API type/feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants