mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #1725] feat: rename models + descriptions #51281
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 @PasserDreamer on GitHub (Apr 24, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/1725
Originally assigned to: @tjbck on GitHub.
Is your feature request related to a problem? Please describe.
Even though the model names on the menu are pretty straightforward, over time, it's easy to forget what these models are used for.
Describe the solution you'd like

Add nicknames to replace model names, displaying the model name when a nickname isn't set.
When a nickname is set, the model name will appear in the hover information on the right side.
Describe alternatives you've considered
Additional context
Additionally, implement a five-star rating system or categories/tags for easier future reference.
@rmcc3 commented on GitHub (Apr 25, 2024):
Would also like this see this.
@CtrlAiDel commented on GitHub (May 1, 2024):
Hi guys, since https://github.com/open-webui/open-webui/issues/1041 is closed, could I suggest to put the description in the info button ? That would be useful and would fix "my" little problem :) !
Thanks
The description underneath the title in there for example:

@silentoplayz commented on GitHub (May 24, 2024):
This is related to feat: configurable model name, description and vision capability - #2140
@Hugobox commented on GitHub (Jun 21, 2024):
It would be nice to be able to nickname models in the "Connections" settings, we have some OpenAI compatible models that we'd like to nickname but currently can't.
@justinh-rahb commented on GitHub (Jun 21, 2024):
Already possible:
@CtrlAiDel commented on GitHub (Jun 21, 2024):
Great thanks for the follow up. Have a good day
On Fri, Jun 21, 2024, 1:09 p.m. Justin Hayes @.***>
wrote:
@Hugobox commented on GitHub (Jun 21, 2024):
Thanks @justinh-rahb ! Works like a charm!
@ckizer commented on GitHub (Sep 12, 2024):
What works like a charm? Where do I change the model name? I'm so lost in this UI

@silentoplayz commented on GitHub (Sep 12, 2024):
https://github.com/open-webui/open-webui/issues/5383#issuecomment-2347098415
@zaventh commented on GitHub (Oct 9, 2024):
This would be great to have as a system-wide setting and not only at the user level.
@silentoplayz commented on GitHub (Oct 9, 2024):
The ability to rename models and set a description for them are restricted to Admin users only. It is not accessible to modify at the user level. I disagree with the stance that it would be great to have this made available at a system-wide level, as I don’t want user accounts changing model names and descriptions that I have set up myself in the Workspace section.
@HA-TB303 commented on GitHub (Jun 19, 2025):
Sorry for this noob question. I am administrator, but can't change the model name. I also can't find any reference to such a feature in the documentation.
@rgaricano commented on GitHub (Jun 19, 2025):
To change the name simply type over the model name and edit it.
@HA-TB303 commented on GitHub (Jun 19, 2025):
I feel a lilttle silly now. It was not directly obvious to me it would work like that. :)
Thanks!
@malteneuss commented on GitHub (Apr 12, 2026):
Related to this topic. How do i rename a model through environment variables like DEFAULT_MODEL_METADATA?
The following doesn't work.
Background: I'm configuring Open-WebUI in NixOS and only have the environment variable available.