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:
Teknium 2026-04-16 21:37:06 -07:00 committed by GitHub
parent 24fa055763
commit 436a7359cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",