mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-08 03:01:47 +00:00
feat(models): add x-ai/grok-4.3 to OpenRouter + Nous Portal curated lists (#20497)
Some checks are pending
Deploy Site / deploy-vercel (push) Waiting to run
Deploy Site / deploy-docs (push) Waiting to run
Docker Build and Publish / build-and-push (push) Waiting to run
Nix / nix (macos-latest) (push) Waiting to run
Nix / nix (ubuntu-latest) (push) Waiting to run
OSV-Scanner / Scan lockfiles (push) Waiting to run
Tests / test (push) Waiting to run
Tests / e2e (push) Waiting to run
Some checks are pending
Deploy Site / deploy-vercel (push) Waiting to run
Deploy Site / deploy-docs (push) Waiting to run
Docker Build and Publish / build-and-push (push) Waiting to run
Nix / nix (macos-latest) (push) Waiting to run
Nix / nix (ubuntu-latest) (push) Waiting to run
OSV-Scanner / Scan lockfiles (push) Waiting to run
Tests / test (push) Waiting to run
Tests / e2e (push) Waiting to run
Endpoint validated over 6 conversational turns with tool calls (9 API calls, 3 tool calls, 0 failures) and an 8-request burst (8/8 ok, 0 rate limits). Latency ~5-10s/call — slower than grok-4.20 but expected for a reasoning model. - hermes_cli/models.py: add to OPENROUTER_MODELS and _PROVIDER_MODELS['nous'] - website/static/api/model-catalog.json: regenerated
This commit is contained in:
parent
477e4a2fe6
commit
f27fcb6a82
2 changed files with 10 additions and 1 deletions
|
|
@ -61,6 +61,7 @@ OPENROUTER_MODELS: list[tuple[str, str]] = [
|
||||||
("z-ai/glm-5v-turbo", ""),
|
("z-ai/glm-5v-turbo", ""),
|
||||||
("z-ai/glm-5-turbo", ""),
|
("z-ai/glm-5-turbo", ""),
|
||||||
("x-ai/grok-4.20", ""),
|
("x-ai/grok-4.20", ""),
|
||||||
|
("x-ai/grok-4.3", ""),
|
||||||
("nvidia/nemotron-3-super-120b-a12b", ""),
|
("nvidia/nemotron-3-super-120b-a12b", ""),
|
||||||
("nvidia/nemotron-3-super-120b-a12b:free", "free"),
|
("nvidia/nemotron-3-super-120b-a12b:free", "free"),
|
||||||
("arcee-ai/trinity-large-preview:free", "free"),
|
("arcee-ai/trinity-large-preview:free", "free"),
|
||||||
|
|
@ -182,6 +183,7 @@ _PROVIDER_MODELS: dict[str, list[str]] = {
|
||||||
"z-ai/glm-5v-turbo",
|
"z-ai/glm-5v-turbo",
|
||||||
"z-ai/glm-5-turbo",
|
"z-ai/glm-5-turbo",
|
||||||
"x-ai/grok-4.20-beta",
|
"x-ai/grok-4.20-beta",
|
||||||
|
"x-ai/grok-4.3",
|
||||||
"nvidia/nemotron-3-super-120b-a12b",
|
"nvidia/nemotron-3-super-120b-a12b",
|
||||||
"arcee-ai/trinity-large-thinking",
|
"arcee-ai/trinity-large-thinking",
|
||||||
"openai/gpt-5.5-pro",
|
"openai/gpt-5.5-pro",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"updated_at": "2026-05-06T00:37:26Z",
|
"updated_at": "2026-05-06T02:14:51Z",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"source": "hermes-agent repo",
|
"source": "hermes-agent repo",
|
||||||
"docs": "https://hermes-agent.nousresearch.com/docs/reference/model-catalog"
|
"docs": "https://hermes-agent.nousresearch.com/docs/reference/model-catalog"
|
||||||
|
|
@ -128,6 +128,10 @@
|
||||||
"id": "x-ai/grok-4.20",
|
"id": "x-ai/grok-4.20",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "x-ai/grok-4.3",
|
||||||
|
"description": ""
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "nvidia/nemotron-3-super-120b-a12b",
|
"id": "nvidia/nemotron-3-super-120b-a12b",
|
||||||
"description": ""
|
"description": ""
|
||||||
|
|
@ -242,6 +246,9 @@
|
||||||
{
|
{
|
||||||
"id": "x-ai/grok-4.20-beta"
|
"id": "x-ai/grok-4.20-beta"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "x-ai/grok-4.3"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "nvidia/nemotron-3-super-120b-a12b"
|
"id": "nvidia/nemotron-3-super-120b-a12b"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue