Default model configuartion
I am trying to set it like this
"model": {
"primary": "anthropic:claude-cli",
"fallbacks": [
"google/gemini-flash-latest",
"openrouter/z-ai/glm-4.7",
"openai/gpt-4o-mini",
"openrouter/meta-llama/llama-3.3-70b-instruct:free"
]
},
But I can't figure out:
1) How to validate the list of models I'm setting for fallbacks.
2) How to get the system "unstuck" from a model that was set with /model and set it back to the default configuration with fallbacks.
3) Why some of the models in the list from /model don't work at all (even when set by number) and how to set them properly otherwise
4) When a model appears in the /model list from multiple providers, how I set the provider I want to use? For example it will always default to openrouter even though I could take the model from OpenAI
