From d5d74f290a232c5487a6c933093097592b992261 Mon Sep 17 00:00:00 2001 From: Blaine Kasten Date: Wed, 21 Jan 2026 12:17:57 -0600 Subject: [PATCH] chore: Mark disable_prompt_cache as deprecated for endpoint creation --- openapi.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index c3e118e..8765caf 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -9533,8 +9533,9 @@ components: $ref: '#/components/schemas/Autoscaling' description: Configuration for automatic scaling of the endpoint disable_prompt_cache: + deprecated: true type: boolean - description: Whether to disable the prompt cache for this endpoint + description: This parameter is deprecated and no longer has any effect. default: false disable_speculative_decoding: type: boolean