How to disable all default models/providers? #14158
Replies: 2 comments
|
There are a few different things mixed together here: providers shown in the UI, providers that are actually active for routing, and optional features. 1. If the main problem is the Providers page looking clutteredOn the Providers page, switch the display mode from All to either:
The current UI explicitly supports So seeing a provider in All does not necessarily mean that provider is configured or active. 2. Disable configured provider connectionsActual provider connections have an The current API also supports bulk activation/deactivation: {
"ids": ["connection-id-1", "connection-id-2"],
"isActive": false
} |
|
@erikdemarco @Humerous covered the display mode and the bulk activation. The piece that actually answers "disable all default providers" is a third switch, since the no-auth providers (OpenCode, Pollinations and the other keyless ones) have no connection row to deactivate: Settings -> Security -> Blocked Providers. Every provider is a toggle there ( So the full recipe is: block the keyless providers you do not want in Security, deactivate the configured connections you do not want (bulk For the "too many features" part: Settings -> Sidebar has presets; Essentials hides most of the advanced sections, and each item can be toggled individually. If something specific is broken rather than just noisy, open an issue with the page and a screenshot; "buggy" alone I cannot act on. |
Uh oh!
There was an error while loading. Please reload this page.
OmniRoute is very messy and buggy. How to disable all default models/providers?
The UI also looks very unorganized and broken. How to disable most of the features?
All reactions