mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 12:58:11 -05:00
[GH-ISSUE #22135] feat: Pipe register models add more information #58305
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 @CoronaAustralis on GitHub (Mar 2, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22135
Check Existing Issues
Verify Feature Scope
Problem Description
When registering models via pipes(), only id and name are recognized. Other fields like
profile_image_url,description,capabilities, andmodel_configare ignored and can only be configured manually through the Admin panel.Desired Solution you'd like
Support additional model metadata fields and others information in pipes() return.
Alternatives Considered
No response
Additional Context
No response
@Classic298 commented on GitHub (Mar 2, 2026):
needs discussion - current behaviour should probably be sufficient since you can configure it from the admin panel anyways