feat(models): add deepseek/deepseek-v4-flash-0731 to Nous portal and OpenRouter catalogs

Dated snapshot of deepseek-v4-flash, live on both provider endpoints
(verified via OpenRouter /api/v1/models and Nous portal /v1/models).
Context (1M via deepseek-v4-flash prefix match), reasoning stale-timeout
floor (600s), and pricing (official_models_api live billing on both
routes) all resolve without new entries. model-catalog.json regenerated
via scripts/build_model_catalog.py.
This commit is contained in:
Teknium 2026-07-31 08:42:49 -07:00
parent daa1befaf6
commit afc54ca806
2 changed files with 10 additions and 1 deletions

View file

@ -65,6 +65,7 @@ OPENROUTER_MODELS: list[tuple[str, str]] = [
# DeepSeek
("deepseek/deepseek-v4-pro", ""),
("deepseek/deepseek-v4-flash", ""),
("deepseek/deepseek-v4-flash-0731", "dated snapshot of v4-flash"),
# Qwen
("qwen/qwen3.7-max", ""),
# MoonshotAI
@ -236,6 +237,7 @@ _PROVIDER_MODELS: dict[str, list[str]] = {
# DeepSeek
"deepseek/deepseek-v4-pro",
"deepseek/deepseek-v4-flash",
"deepseek/deepseek-v4-flash-0731",
# Qwen
"qwen/qwen3.7-max",
# MoonshotAI

View file

@ -1,6 +1,6 @@
{
"version": 1,
"updated_at": "2026-07-28T16:38:40Z",
"updated_at": "2026-07-31T15:41:39Z",
"metadata": {
"source": "hermes-agent repo",
"docs": "https://hermes-agent.nousresearch.com/docs/reference/model-catalog"
@ -96,6 +96,10 @@
"id": "deepseek/deepseek-v4-flash",
"description": ""
},
{
"id": "deepseek/deepseek-v4-flash-0731",
"description": "dated snapshot of v4-flash"
},
{
"id": "qwen/qwen3.7-max",
"description": ""
@ -230,6 +234,9 @@
{
"id": "deepseek/deepseek-v4-flash"
},
{
"id": "deepseek/deepseek-v4-flash-0731"
},
{
"id": "qwen/qwen3.7-max"
},