chore(k3s): sync model names in registry and fallback chain
This commit is contained in:
parent
1186445250
commit
80b0abcd25
1 changed files with 44 additions and 10 deletions
|
|
@ -23,14 +23,14 @@ data:
|
|||
"/tmp"
|
||||
],
|
||||
"provider": "openai",
|
||||
"model_name": "google/gemma-2-9b-it:free",
|
||||
"model_name": "google-gemma-2-9b-it:free",
|
||||
"model_fallbacks": [
|
||||
"google/gemma-2-9b-it:free",
|
||||
"qwen/qwen-2.5-72b-instruct:free",
|
||||
"nvidia/nemotron-4-340b-instruct:free",
|
||||
"mistralai/pixtral-12b:free",
|
||||
"openrouter/elephant-alpha",
|
||||
"google/gemma-2-27b-it:free"
|
||||
"google-gemma-2-9b-it:free",
|
||||
"qwen-qwen-2.5-72b-instruct:free",
|
||||
"nvidia-nemotron-4-340b-instruct:free",
|
||||
"mistralai-pixtral-12b:free",
|
||||
"openrouter-elephant-alpha",
|
||||
"google-gemma-4-26b-a4b-it:free"
|
||||
],
|
||||
"max_tokens": 32768,
|
||||
"max_tool_iterations": 50,
|
||||
|
|
@ -462,9 +462,43 @@ data:
|
|||
"request_timeout": 45
|
||||
},
|
||||
{
|
||||
"model_name": "azure-gpt5",
|
||||
"model": "azure/my-gpt5-deployment",
|
||||
"api_base": "https://your-resource.openai.azure.com",
|
||||
"model_name": "google-gemma-2-9b-it:free",
|
||||
"model": "google/gemma-2-9b-it:free",
|
||||
"protocol": "openrouter",
|
||||
"enabled": true,
|
||||
"api_keys": [
|
||||
"env://OPENROUTER_API_KEY"
|
||||
],
|
||||
"request_timeout": 45
|
||||
},
|
||||
{
|
||||
"model_name": "qwen-qwen-2.5-72b-instruct:free",
|
||||
"model": "qwen/qwen-2.5-72b-instruct:free",
|
||||
"protocol": "openrouter",
|
||||
"enabled": true,
|
||||
"api_keys": [
|
||||
"env://OPENROUTER_API_KEY"
|
||||
],
|
||||
"request_timeout": 45
|
||||
},
|
||||
{
|
||||
"model_name": "mistralai-pixtral-12b:free",
|
||||
"model": "mistralai/pixtral-12b:free",
|
||||
"protocol": "openrouter",
|
||||
"enabled": true,
|
||||
"api_keys": [
|
||||
"env://OPENROUTER_API_KEY"
|
||||
],
|
||||
"request_timeout": 45
|
||||
},
|
||||
{
|
||||
"model_name": "nvidia-nemotron-4-340b-instruct:free",
|
||||
"model": "nvidia/nemotron-4-340b-instruct:free",
|
||||
"protocol": "openrouter",
|
||||
"enabled": true,
|
||||
"api_keys": [
|
||||
"env://OPENROUTER_API_KEY"
|
||||
],
|
||||
"request_timeout": 45
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue