{% extends "base.html" %} {% block title %}Native Prompt Cache Settings{% endblock %} {% block content %}

Native Prompt Cache Settings

Scope note: this page controls the legacy user-specific native prompt-caching overrides used by provider adapters such as OpenAI-compatible, Claude, and Kilo flows. The newer request-time response-cache policy now lives in the dashboard feature overrides under Response Cache.

User Default Native Cache Setting

Enable Native Prompt Caching

Enable or disable provider-native prompt caching overrides for all your providers and models.

Cache Override Hierarchy

Legacy native prompt-caching settings are applied in this priority order (most specific takes precedence):
1. Model-level setting → Overrides everything
2. Provider-level setting → Overrides user default
3. User default → Applied if no specific setting exists
Default: Enabled if no settings are configured

Back to Dashboard
{% endblock %}