Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions providers/aws-bedrock/global.anthropic.claude-opus-4-8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ costs:
output_cost_per_token: 2.5e-5
output_cost_per_token_batches: 1.25e-5
region: us-west-1
- cache_creation_input_token_cost: 6.25e-6
cache_creation_input_token_cost_per_hour: 1e-5
cache_read_input_token_cost: 5e-7
input_cost_per_token: 5e-6
input_cost_per_token_batches: 2.5e-6
output_cost_per_token: 2.5e-5
output_cost_per_token_batches: 1.25e-5
region: us-east-2
- cache_creation_input_token_cost: 6.25e-6
cache_creation_input_token_cost_per_hour: 1e-5
cache_read_input_token_cost: 5e-7
Expand All @@ -39,6 +47,22 @@ costs:
output_cost_per_token: 2.5e-5
output_cost_per_token_batches: 1.25e-5
region: mx-central-1
- cache_creation_input_token_cost: 6.25e-6
cache_creation_input_token_cost_per_hour: 1e-5
cache_read_input_token_cost: 5e-7
input_cost_per_token: 5e-6
input_cost_per_token_batches: 2.5e-6
output_cost_per_token: 2.5e-5
output_cost_per_token_batches: 1.25e-5
region: me-south-1
- cache_creation_input_token_cost: 6.25e-6
cache_creation_input_token_cost_per_hour: 1e-5
cache_read_input_token_cost: 5e-7
input_cost_per_token: 5e-6
input_cost_per_token_batches: 2.5e-6
output_cost_per_token: 2.5e-5
output_cost_per_token_batches: 1.25e-5
region: me-central-1
- cache_creation_input_token_cost: 6.25e-6
cache_creation_input_token_cost_per_hour: 1e-5
cache_read_input_token_cost: 5e-7
Expand Down
10 changes: 10 additions & 0 deletions providers/aws-bedrock/us.anthropic.claude-opus-4-8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,16 @@ params:
minValue: 1
- key: thinking
type: json
- defaultValue: high
key: reasoning_effort
supportedValues:
- none
- low
- medium
- high
- xhigh
- max
type: string
provisioning: serverless
removeParams:
- temperature
Expand Down
Loading