From c52514598f20652a033f790da6edfa87c256cf1e Mon Sep 17 00:00:00 2001 From: Alex Spies Date: Mon, 17 Mar 2025 17:16:51 +0000 Subject: [PATCH] Update prompt_caching.md to fix typo openai endpoint is presumably supposed to read `openai/` not `deepseek/` here. not yet at least :) --- docs/my-website/docs/completion/prompt_caching.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/my-website/docs/completion/prompt_caching.md b/docs/my-website/docs/completion/prompt_caching.md index 6fbf89bd6d..9447a11d52 100644 --- a/docs/my-website/docs/completion/prompt_caching.md +++ b/docs/my-website/docs/completion/prompt_caching.md @@ -4,7 +4,7 @@ import TabItem from '@theme/TabItem'; # Prompt Caching Supported Providers: -- OpenAI (`deepseek/`) +- OpenAI (`openai/`) - Anthropic API (`anthropic/`) - Bedrock (`bedrock/`, `bedrock/invoke/`, `bedrock/converse`) ([All models bedrock supports prompt caching on](https://docs.aws.amazon.com/bedrock/latest/userguide/prompt-caching.html)) - Deepseek API (`deepseek/`) @@ -505,4 +505,4 @@ curl -L -X GET 'http://0.0.0.0:4000/v1/model/info' \ -This checks our maintained [model info/cost map](https://github.com/BerriAI/litellm/blob/main/model_prices_and_context_window.json) \ No newline at end of file +This checks our maintained [model info/cost map](https://github.com/BerriAI/litellm/blob/main/model_prices_and_context_window.json)