mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
[GH-ISSUE #14928] feat: Request to add URIs for comparing multiple models or pin the multi-model comparison feature to the sidebar. #56074
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JasonWenTheFox on GitHub (Jun 12, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14928
Check Existing Issues
Problem Description
Request to add URIs for comparing multiple models or pin the multi-model comparison feature to the sidebar.
Desired Solution you'd like
I hope the webpage URI can support the format
?model=A&B, but currently it directly copies ashttps://ai.OpenWebUI.com/?model=gpt-4o-search-preview. If users input multiple models in the URI, it should automatically enter a new conversation interface for multi-model comparison.Alternatively, a fixed multi-model comparison feature could be added to the sidebar, like in the image below(Merge these two buttons into one and add the word "vs" in the middle.):
If this feature is implemented, it would make comparing different models much more convenient each time, and I would be extremely grateful.
Alternatives Considered
No response
Additional Context
No response
@silentoplayz commented on GitHub (Jun 12, 2025):
You could create Arena models from


Admin Panel->Settings->Evaluations. You should toggle onArena Modelsfirst to be able to create them. Then you could add these arena models to the sidebar from the model drop-down. Is this what you're aiming for?@tjbck commented on GitHub (Jun 12, 2025):
Not planned.