Skip to content
Merged
Changes from all commits
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
39 changes: 11 additions & 28 deletions providers/aws-bedrock/jp.anthropic.claude-sonnet-4-6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,49 +6,32 @@ costs:
output_cost_per_token: 0.0000165
output_cost_per_token_batches: 0.00000825
region: ap-northeast-3
tiered_pricing:
cache_read:
- cost_per_token: 6.6e-7
from: 200000
cache_write:
- cost_per_token: 0.00000825
from: 200000
input:
- cost_per_token: 0.0000066
from: 200000
output:
- cost_per_token: 0.00002475
from: 200000
- cache_creation_input_token_cost: 0.000004125
cache_read_input_token_cost: 3.3e-7
input_cost_per_token: 0.0000033
input_cost_per_token_batches: 0.00000165
output_cost_per_token: 0.0000165
output_cost_per_token_batches: 0.00000825
region: ap-northeast-1
tiered_pricing:
cache_read:
- cost_per_token: 6.6e-7
from: 200000
cache_write:
- cost_per_token: 0.00000825
from: 200000
input:
- cost_per_token: 0.0000066
from: 200000
output:
- cost_per_token: 0.00002475
from: 200000
features:
- function_calling
- system_messages
- tool_choice
- cache_control
- prompt_caching
- assistant_prefill
limits:
context_window: 200000
max_input_tokens: 200000
context_window: 1000000
max_input_tokens: 1000000
max_output_tokens: 64000
max_tokens: 64000
tool_use_system_prompt_tokens: 346
modalities:
input:
- text
- image
output:
- text
mode: chat
model: jp.anthropic.claude-sonnet-4-6
params:
Expand Down
Loading