From d1b6f7462817a611e3aebec697310348a44a2bb2 Mon Sep 17 00:00:00 2001 From: Kathy <153706637+kathayl@users.noreply.github.com> Date: Tue, 31 Dec 2024 04:03:02 +0900 Subject: [PATCH] Update limits.mdx added max cache ttl time --- src/content/docs/ai-gateway/reference/limits.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/ai-gateway/reference/limits.mdx b/src/content/docs/ai-gateway/reference/limits.mdx index 9c1ad6a25f8150f..d5268324b47233c 100644 --- a/src/content/docs/ai-gateway/reference/limits.mdx +++ b/src/content/docs/ai-gateway/reference/limits.mdx @@ -12,6 +12,7 @@ The following limits apply to gateway configurations, logs, and related features | Feature | Limit | | ---------------------------------------------------------------- | ----------------------------------- | | [Cacheable request size](/ai-gateway/configuration/caching/) | 25 MB per request | +| [Cache TTL](/ai-gateway/configuration/caching/#cache-ttl-cf-aig-cache-ttl) | 1 month | | [Custom metadata](/ai-gateway/configuration/custom-metadata/) | 5 entries per request | | [Datasets](/ai-gateway/evaluations/set-up-evaluations/) | 10 per gateway | | Gateways | 10 per account |