diff --git a/docs/my-website/docs/providers/anthropic.md b/docs/my-website/docs/providers/anthropic.md index 38be0c433..ff7fa0483 100644 --- a/docs/my-website/docs/providers/anthropic.md +++ b/docs/my-website/docs/providers/anthropic.md @@ -9,6 +9,12 @@ LiteLLM supports - `claude-2.1` - `claude-instant-1.2` +:::info + +Anthropic API fails requests when `max_tokens` are not passed. Due to this litellm passes `max_tokens=4096` when no `max_tokens` are passed + +::: + ## API Keys ```python