mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-15 14:22:43 +00:00
add 5.6 (#61578)
This commit is contained in:
parent
daedf4f627
commit
3a1a3c7e67
2 changed files with 28 additions and 1 deletions
|
|
@ -40,6 +40,9 @@ OPENROUTER_MODELS: list[tuple[str, str]] = [
|
|||
("anthropic/claude-sonnet-5", ""),
|
||||
("anthropic/claude-haiku-4.5", ""),
|
||||
# OpenAI
|
||||
("openai/gpt-5.6-sol", ""),
|
||||
("openai/gpt-5.6-terra", ""),
|
||||
("openai/gpt-5.6-luna", ""),
|
||||
("openai/gpt-5.5", ""),
|
||||
("openai/gpt-5.5-pro", ""),
|
||||
("openai/gpt-5.4-mini", ""),
|
||||
|
|
@ -185,6 +188,9 @@ _PROVIDER_MODELS: dict[str, list[str]] = {
|
|||
"anthropic/claude-sonnet-5",
|
||||
"anthropic/claude-haiku-4.5",
|
||||
# OpenAI
|
||||
"openai/gpt-5.6-sol",
|
||||
"openai/gpt-5.6-terra",
|
||||
"openai/gpt-5.6-luna",
|
||||
"openai/gpt-5.5",
|
||||
"openai/gpt-5.5-pro",
|
||||
"openai/gpt-5.4-mini",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"version": 1,
|
||||
"updated_at": "2026-07-08T19:45:27Z",
|
||||
"updated_at": "2026-07-09T17:15:00Z",
|
||||
"metadata": {
|
||||
"source": "hermes-agent repo",
|
||||
"docs": "https://hermes-agent.nousresearch.com/docs/reference/model-catalog"
|
||||
|
|
@ -32,6 +32,18 @@
|
|||
"id": "anthropic/claude-haiku-4.5",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"id": "openai/gpt-5.6-sol",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"id": "openai/gpt-5.6-terra",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"id": "openai/gpt-5.6-luna",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
"id": "openai/gpt-5.5",
|
||||
"description": ""
|
||||
|
|
@ -168,6 +180,15 @@
|
|||
{
|
||||
"id": "anthropic/claude-haiku-4.5"
|
||||
},
|
||||
{
|
||||
"id": "openai/gpt-5.6-sol"
|
||||
},
|
||||
{
|
||||
"id": "openai/gpt-5.6-terra"
|
||||
},
|
||||
{
|
||||
"id": "openai/gpt-5.6-luna"
|
||||
},
|
||||
{
|
||||
"id": "openai/gpt-5.5"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue