Back to Agent Zero

Model Presets

plugins/_model_config/webui/main.html

1.13680 B
Original Source

Model Presets

Global presets shared across all projects and agents. Used by the model switcher in the chat area.

chevron_right { presets.splice(idx, 1); presets = [...presets]; })" title="Remove preset"> close

Preset name

Display name shown in the model switcher dropdown.

Main Model

Utility Model (optional — falls back to the configured Utility Model)

addAdd Preset { await import('/components/plugins/plugin-settings-store.js'); await $store.pluginSettingsPrototype.openConfig('_model_config'); })()"> settingsSettingskeyAPI Keys

{ await $store.modelConfig.persistAllDirtyApiKeys(); await $store.modelConfig.saveGlobalPresets(presets); })()"> save Save Presets