no overrides for model capabilities (for example image capability) #32

Closed
opened 2026-07-19 15:06:44 +00:00 by hugo · 1 comment
Owner

models can't be overridden with capabilities and that prevents selection of a model as image model if the actual provider doesn't list it as such. bDS2 has the ability to override settings for models for that reason.

Use my localhost endpoint for model endpoint: http://127.0.0.1:9000/v1 with api key "dummy" and when selecting any model, use the 9B qwen model which is tool calling and vision capable.

models can't be overridden with capabilities and that prevents selection of a model as image model if the actual provider doesn't list it as such. bDS2 has the ability to override settings for models for that reason. Use my localhost endpoint for model endpoint: http://127.0.0.1:9000/v1 with api key "dummy" and when selecting any model, use the 9B qwen model which is tool calling and vision capable.
hugo added the bug label 2026-07-19 15:06:44 +00:00
Author
Owner

Fixed in commit 2d6fcaf. Online and local profiles now have explicit tool-calling and vision capability overrides. Discovered capabilities prefill the controls, while saved overrides take precedence at runtime.

Fixed in commit 2d6fcaf. Online and local profiles now have explicit tool-calling and vision capability overrides. Discovered capabilities prefill the controls, while saved overrides take precedence at runtime.
hugo closed this issue 2026-07-20 09:58:02 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: hugo/RuDS#32