"Models": {
"Main": {
"Provider": "spark-362c",
"ModelId": "Qwen/Qwen3.6-35B-A3B-FP8",
"Provenance": "Live"
},
"Fallback": {
"Provider": "spark-362c",
"ModelId": "Qwen/Qwen3.6-35B-A3B-FP8",
"Provenance": "Live"
}
},
Currently, due to #987, I have to edit these fields to specify the modalities in order to enable image support. Changing my active model can wipe those hand-edited values out.
A better model here would be to:
- Store model information in Models
- Store Main / Fallback are pointers to specific records (
provider/model)
Currently, due to #987, I have to edit these fields to specify the modalities in order to enable image support. Changing my active model can wipe those hand-edited values out.
A better model here would be to:
provider/model)