Update prompt_caching.md to fix typo

openai endpoint is presumably supposed to read `openai/` not `deepseek/` here. not yet at least :)
This commit is contained in:
Alex Spies 2025-03-17 17:16:51 +00:00 committed by GitHub
parent 41d1a88d05
commit c52514598f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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' \
</TabItem>
</Tabs>
This checks our maintained [model info/cost map](https://github.com/BerriAI/litellm/blob/main/model_prices_and_context_window.json)
This checks our maintained [model info/cost map](https://github.com/BerriAI/litellm/blob/main/model_prices_and_context_window.json)