fix(k3s): sync model_list registrations to security branch
This commit is contained in:
parent
9a4f86ad0b
commit
1f9ecedf3b
2 changed files with 30 additions and 0 deletions
|
|
@ -245,6 +245,21 @@
|
|||
}
|
||||
},
|
||||
"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": "zhipu/glm-4.7",
|
||||
|
|
|
|||
|
|
@ -252,6 +252,21 @@ data:
|
|||
}
|
||||
},
|
||||
"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": "zhipu/glm-4.7",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue