diff --git a/aider/website/docs/llms/anthropic.md b/aider/website/docs/llms/anthropic.md index e97f64c8f..7407cb3c6 100644 --- a/aider/website/docs/llms/anthropic.md +++ b/aider/website/docs/llms/anthropic.md @@ -34,6 +34,7 @@ Anthropic has very low rate limits. You can access all the Anthropic models via [OpenRouter](openrouter.md) without rate limits. +For example: `aider --model openrouter/anthropic/claude-3.5-sonnet` You can use `aider --model ` to use any other Anthropic model. For example, if you want to use a specific version of Opus diff --git a/aider/website/docs/llms/openrouter.md b/aider/website/docs/llms/openrouter.md index 8d2aef3c9..c2335bf46 100644 --- a/aider/website/docs/llms/openrouter.md +++ b/aider/website/docs/llms/openrouter.md @@ -34,8 +34,10 @@ aider --model openrouter/meta-llama/llama-3-70b-instruct {: .tip } -You can access Claude 3.5 Sonnet via OpenRouter, without -the tight rate limits that Anthropic applies. -Use `aider --model openrouter/anthropic/claude-3.5-sonnet` +If you get errors, check your +[OpenRouter privacy settings](https://openrouter.ai/settings/privacy). +Be sure to "enable providers that may train on inputs" +to allow use of all models. +