Skip to content

owui models set-visibility

Make models public (visible to everyone)

Make one or more models public by removing all of their access grants.

A model is “private” when it has one or more access grants restricting it to specific groups or users. To make a model private, grant a group access with ‘owui models add-to-group’; this command only removes grants to make a model public again.

owui models set-visibility <public> [model_id ...] [flags]
-h, --help help for set-visibility
-f, --filter string filter results
-i, --instance string instance name to use (default: active_instance from config)
-o, --output string output format (pretty or json)
  • owui models - Manage models in an Open WebUI instance