refactor: update models.yaml to fix Bedrock Sonnet 3.5 max_output_tokens (4096) (#813)

pull/814/head
rolfwilms 2 months ago committed by GitHub
parent 00376b98e0
commit a204a4b189
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -413,7 +413,7 @@
models:
- name: anthropic.claude-3-5-sonnet-20240620-v1:0
max_input_tokens: 200000
max_output_tokens: 8192
max_output_tokens: 4096
require_max_tokens: true
input_price: 3
output_price: 15

Loading…
Cancel
Save