[GH-ISSUE #1725] feat: rename models + descriptions #28143

Closed
opened 2026-04-25 02:53:22 -05:00 by GiteaMirror · 15 comments
Owner

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.
imagine

Describe alternatives you've considered

Additional context
Additionally, implement a five-star rating system or categories/tags for easier future reference.

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. ![imagine](https://github.com/open-webui/open-webui/assets/30385417/6f0ec6ba-4051-4331-a8ba-7a5e443c0cba) **Describe alternatives you've considered** **Additional context** Additionally, implement a five-star rating system or categories/tags for easier future reference.
GiteaMirror added the enhancement label 2026-04-25 02:53:22 -05:00
Author
Owner

@rmcc3 commented on GitHub (Apr 25, 2024):

Would also like this see this.

<!-- gh-comment-id:2077117893 --> @rmcc3 commented on GitHub (Apr 25, 2024): Would also like this see this.
Author
Owner

@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:
image

<!-- gh-comment-id:2087923936 --> @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: ![image](https://github.com/open-webui/open-webui/assets/40178706/0a3e7287-dbd9-4c3d-b55b-cca5a3d3193d)
Author
Owner

@silentoplayz commented on GitHub (May 24, 2024):

This is related to feat: configurable model name, description and vision capability - #2140

<!-- gh-comment-id:2128508528 --> @silentoplayz commented on GitHub (May 24, 2024): This is related to [feat: configurable model name, description and vision capability](https://github.com/open-webui/open-webui/pull/2140) - #2140
Author
Owner

@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.

<!-- gh-comment-id:2183065143 --> @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.
Author
Owner

@justinh-rahb 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.

Already possible:

Screenshot 2024-06-21 at 1 09 20 PM

<!-- gh-comment-id:2183128708 --> @justinh-rahb 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. Already possible: ![Screenshot 2024-06-21 at 1 09 20 PM](https://github.com/open-webui/open-webui/assets/52832301/cce89473-a612-45a9-9e9d-822923985d88)
Author
Owner

@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:

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.

Already possible:

Screenshot.2024-06-21.at.1.09.20.PM.png (view on web)
https://github.com/open-webui/open-webui/assets/52832301/cce89473-a612-45a9-9e9d-822923985d88


Reply to this email directly, view it on GitHub
https://github.com/open-webui/open-webui/issues/1725#issuecomment-2183128708,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AJSRIEXQGQ2L4ATRLHNPWSDZIRM55AVCNFSM6AAAAABGXJDCOGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBTGEZDQNZQHA
.
You are receiving this because you commented.Message ID:
@.***>

<!-- gh-comment-id:2183148889 --> @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: > 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. > > Already possible: > > Screenshot.2024-06-21.at.1.09.20.PM.png (view on web) > <https://github.com/open-webui/open-webui/assets/52832301/cce89473-a612-45a9-9e9d-822923985d88> > > — > Reply to this email directly, view it on GitHub > <https://github.com/open-webui/open-webui/issues/1725#issuecomment-2183128708>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AJSRIEXQGQ2L4ATRLHNPWSDZIRM55AVCNFSM6AAAAABGXJDCOGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBTGEZDQNZQHA> > . > You are receiving this because you commented.Message ID: > ***@***.***> >
Author
Owner

@Hugobox commented on GitHub (Jun 21, 2024):

Thanks @justinh-rahb ! Works like a charm!

<!-- gh-comment-id:2183168962 --> @Hugobox commented on GitHub (Jun 21, 2024): Thanks @justinh-rahb ! Works like a charm!
Author
Owner

@ckizer commented on GitHub (Sep 12, 2024):

Thanks @justinh-rahb ! Works like a charm!

What works like a charm? Where do I change the model name? I'm so lost in this UI
CleanShot 2024-09-12 at 14 38 58@2x

<!-- gh-comment-id:2346996455 --> @ckizer commented on GitHub (Sep 12, 2024): > Thanks @justinh-rahb ! Works like a charm! What works like a charm? Where do I change the model name? I'm so lost in this UI ![CleanShot 2024-09-12 at 14 38 58@2x](https://github.com/user-attachments/assets/bfeb5c03-2341-43c3-b37f-7784979c2fec)
Author
Owner

@silentoplayz 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

https://github.com/open-webui/open-webui/issues/5383#issuecomment-2347098415

<!-- gh-comment-id:2347143578 --> @silentoplayz 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 https://github.com/open-webui/open-webui/issues/5383#issuecomment-2347098415
Author
Owner

@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.

<!-- gh-comment-id:2401289557 --> @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.
Author
Owner

@silentoplayz commented on GitHub (Oct 9, 2024):

This would be great to have as a system-wide setting and not only at the user level.

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.

<!-- gh-comment-id:2401316819 --> @silentoplayz commented on GitHub (Oct 9, 2024): > This would be great to have as a system-wide setting and not only at the user level. 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.
Author
Owner

@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.

Image

<!-- gh-comment-id:2987555109 --> @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. ![Image](https://github.com/user-attachments/assets/8606189d-39bc-481a-b221-233dcc02910a)
Author
Owner

@rgaricano 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.

Image

To change the name simply type over the model name and edit it.

<!-- gh-comment-id:2987622078 --> @rgaricano 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. > > ![Image](https://github.com/user-attachments/assets/8606189d-39bc-481a-b221-233dcc02910a) To change the name simply type over the model name and edit it.
Author
Owner

@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!

<!-- gh-comment-id:2987671973 --> @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!
Author
Owner

@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.

DEFAULT_MODEL_METADATA='{
        "models": [
          {
          "id": "gemma4:26b",
          "name": "Generalist gemma4:26b"
          }
        ]
      }'

Background: I'm configuring Open-WebUI in NixOS and only have the environment variable available.

<!-- gh-comment-id:4232761627 --> @malteneuss commented on GitHub (Apr 12, 2026): Related to this topic. How do i rename a model through environment variables like [DEFAULT_MODEL_METADATA](https://docs.openwebui.com/reference/env-configuration#default_model_metadata)? The following doesn't work. ```json DEFAULT_MODEL_METADATA='{ "models": [ { "id": "gemma4:26b", "name": "Generalist gemma4:26b" } ] }' ``` Background: I'm configuring Open-WebUI in NixOS and only have the environment variable available.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#28143