mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
feat: add claude-opus-4.7 to Nous Portal curated model list (#11398)
Mirrors OpenRouter which already lists anthropic/claude-opus-4.7 as recommended. Surfaces the model in the `hermes model` picker and the gateway /model flow for Nous Portal users. Context length (1M) is already covered by the existing claude-opus-4.7 entry in agent/model_metadata.py DEFAULT_CONTEXT_LENGTHS.
This commit is contained in:
parent
24fa055763
commit
436a7359cd
1 changed files with 1 additions and 0 deletions
|
|
@ -76,6 +76,7 @@ def _codex_curated_models() -> list[str]:
|
||||||
_PROVIDER_MODELS: dict[str, list[str]] = {
|
_PROVIDER_MODELS: dict[str, list[str]] = {
|
||||||
"nous": [
|
"nous": [
|
||||||
"xiaomi/mimo-v2-pro",
|
"xiaomi/mimo-v2-pro",
|
||||||
|
"anthropic/claude-opus-4.7",
|
||||||
"anthropic/claude-opus-4.6",
|
"anthropic/claude-opus-4.6",
|
||||||
"anthropic/claude-sonnet-4.6",
|
"anthropic/claude-sonnet-4.6",
|
||||||
"anthropic/claude-sonnet-4.5",
|
"anthropic/claude-sonnet-4.5",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue