fix(k3s): sync model_list registrations to security branch

This commit is contained in:
stevef 2026-04-19 16:09:50 +02:00
parent 9a4f86ad0b
commit 1f9ecedf3b
2 changed files with 30 additions and 0 deletions

View file

@ -245,6 +245,21 @@
} }
}, },
"model_list": [ "model_list": [
{
"model_name": "nvidia/nemotron-3-super-120b-a12b",
"model": "nvidia/nemotron-3-super-120b-a12b",
"provider": "openrouter"
},
{
"model_name": "google/gemini-2.0-flash-exp:free",
"model": "google/gemini-2.0-flash-exp:free",
"provider": "openrouter"
},
{
"model_name": "mistralai/mistral-7b-instruct:free",
"model": "mistralai/mistral-7b-instruct:free",
"provider": "openrouter"
},
{ {
"model_name": "glm-4.7", "model_name": "glm-4.7",
"model": "zhipu/glm-4.7", "model": "zhipu/glm-4.7",

View file

@ -252,6 +252,21 @@ data:
} }
}, },
"model_list": [ "model_list": [
{
"model_name": "nvidia/nemotron-3-super-120b-a12b",
"model": "nvidia/nemotron-3-super-120b-a12b",
"provider": "openrouter"
},
{
"model_name": "google/gemini-2.0-flash-exp:free",
"model": "google/gemini-2.0-flash-exp:free",
"provider": "openrouter"
},
{
"model_name": "mistralai/mistral-7b-instruct:free",
"model": "mistralai/mistral-7b-instruct:free",
"provider": "openrouter"
},
{ {
"model_name": "glm-4.7", "model_name": "glm-4.7",
"model": "zhipu/glm-4.7", "model": "zhipu/glm-4.7",