Skip to content

Commit

Permalink
copy
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gauthier committed Jan 28, 2025
1 parent 24c7d14 commit ae7d459
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions aider/website/docs/llms/openrouter.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,16 @@ entries like this:
```yaml
- name: openrouter/anthropic/claude-3.5-sonnet
extra_params:
provider:
# Only use these providers, in this order
order: ["Anthropic", "Together"]
# Don't fall back to other providers
allow_fallbacks: false
# Skip providers that may train on inputs
data_collection: "deny"
# Only use providers supporting all parameters
require_parameters: true
extra_body:
provider:
# Only use these providers, in this order
order: ["Anthropic", "Together"]
# Don't fall back to other providers
allow_fallbacks: false
# Skip providers that may train on inputs
data_collection: "deny"
# Only use providers supporting all parameters
require_parameters: true
```
See [OpenRouter's provider routing docs](https://openrouter.ai/docs/provider-routing) for full details on these settings.
Expand Down

0 comments on commit ae7d459

Please sign in to comment.