mirror of
https://gitcode.com/JianFeeeee/ModelRouter.git
synced 2026-09-20 08:57:57 +00:00
The priority page and key-scope pickers skipped kind=image models, so image sources (e.g. Kwai-Kolors/Kolors) could not be placed in the AUTO chain or granted per-key. The backend already supports it: handleImage resolves AUTO through the chain then filters with imageOnly, while chat requests are protected by chatOnly, so image slots never receive chat traffic. Image models now appear in the priority canvas, the add-slot picker (labelled ' (image)'), and the key scope dialog.