Skip to main content
These settings are not exposed in the admin UI. They can be set directly in the Cosmos DB settings document. The AI limits exist because model capabilities keep growing — instead of hardcoded caps scattered across the UI and server, each ceiling is one settings value that the client sliders and server clamps all honor. Effective values still resolve through the normal chains (request → model endpoint → app settings defaults); the limits only cap them. See the AI options resolution design in the platform repo for details. To modify a hidden setting, edit the settings document directly in Cosmos DB Data Explorer:
Hidden settings survive admin-UI saves (the admin pages PATCH only the fields they own). After editing the document, reload settings without a restart via POST /server/settings/refresh-appsettings (admin only), or restart the app service.