mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
Merge pull request #9317 from afspies/patch-1
Update prompt_caching.md to fix typo
This commit is contained in:
commit
ce9b6f49bb
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue