This commit is contained in:
Paul Gauthier 2024-07-22 16:08:55 +02:00
parent cb819e8db1
commit 5edde3aaea
2 changed files with 6 additions and 3 deletions

View file

@ -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 <model-name>` to use any other Anthropic model.
For example, if you want to use a specific version of Opus

View file

@ -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.