Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions providers/aws-bedrock/ai21.jamba-1-5-large-v1:0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ limits:
max_input_tokens: 256000
max_output_tokens: 4096
max_tokens: 4096
modalities:
input:
- text
output:
- text
mode: chat
model: ai21.jamba-1-5-large-v1:0
params:
Expand Down
5 changes: 5 additions & 0 deletions providers/aws-bedrock/ai21.jamba-1-5-mini-v1:0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ limits:
max_input_tokens: 256000
max_output_tokens: 4096
max_tokens: 4096
modalities:
input:
- text
output:
- text
mode: chat
model: ai21.jamba-1-5-mini-v1:0
params:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ limits:
max_input_tokens: 8172
modalities:
input:
- audio
- text
- image
output:
- text
mode: embedding
model: amazon.nova-2-multimodal-embeddings-v1:0
removeParams:
Expand Down
4 changes: 1 addition & 3 deletions providers/aws-bedrock/amazon.nova-2-sonic-v1:0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ limits:
max_output_tokens: 65536
max_tokens: 65536
modalities:
input:
- audio
output:
- audio
- text
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Audio modalities removed from sonic speech models

High Severity

The audio modality was removed from both Nova Sonic models, and the entire input modalities section was deleted. These are speech-to-speech models — their costs include input_cost_per_audio_token and output_cost_per_audio_token in every region, confirming audio is a core capability. The modalities now only list output: text, which misrepresents these audio-first models.

Additional Locations (1)
Fix in Cursor Fix in Web

mode: chat
model: amazon.nova-2-sonic-v1:0
sources:
Expand Down
3 changes: 3 additions & 0 deletions providers/aws-bedrock/amazon.nova-canvas-v1:0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ costs:
region: ap-northeast-1
modalities:
input:
- text
- image
output:
- image
mode: image
model: amazon.nova-canvas-v1:0
Expand Down
8 changes: 5 additions & 3 deletions providers/aws-bedrock/amazon.nova-lite-v1:0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ costs:
input_cost_per_token: 6.e-8
output_cost_per_token: 2.4e-7
region: us-east-1
- region: me-central-1
- input_cost_per_token: 8.8e-8
output_cost_per_token: 3.52e-7
region: eu-west-3
Expand All @@ -39,6 +40,7 @@ costs:
- input_cost_per_token: 6.4e-8
output_cost_per_token: 2.56e-7
region: ca-central-1
- region: ap-southeast-3
- input_cost_per_token: 6.3e-8
output_cost_per_token: 2.52e-7
region: ap-southeast-2
Expand All @@ -65,10 +67,10 @@ limits:
max_tokens: 10000
modalities:
input:
- audio
- doc
- text
- image
- pdf
output:
- text
mode: chat
model: amazon.nova-lite-v1:0
params:
Expand Down
6 changes: 6 additions & 0 deletions providers/aws-bedrock/amazon.nova-micro-v1:0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ costs:
output_cost_per_token: 1.4e-7
output_cost_per_token_batches: 7.e-8
region: us-east-1
- region: eu-west-2
- input_cost_per_token: 3.7e-8
output_cost_per_token: 1.48e-7
region: ap-southeast-2
Expand All @@ -24,6 +25,11 @@ limits:
context_window: 128000
max_output_tokens: 5000
max_tokens: 5000
modalities:
input:
- text
output:
- text
mode: chat
model: amazon.nova-micro-v1:0
params:
Expand Down
6 changes: 4 additions & 2 deletions providers/aws-bedrock/amazon.nova-pro-v1:0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ costs:
output_cost_per_token: 0.00000348
output_cost_per_token_batches: 0.00000174
region: ap-southeast-4
- region: ap-southeast-3
- input_cost_per_token: 8.4e-7
input_cost_per_token_batches: 4.2e-7
output_cost_per_token: 0.00000336
Expand Down Expand Up @@ -105,9 +106,10 @@ limits:
max_tokens: 5000
modalities:
input:
- doc
- text
- image
- pdf
output:
- text
mode: chat
model: amazon.nova-pro-v1:0
params:
Expand Down
1 change: 1 addition & 0 deletions providers/aws-bedrock/amazon.nova-reel-v1:0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ costs:
region: ap-northeast-1
modalities:
input:
- text
- image
mode: video
model: amazon.nova-reel-v1:0
Expand Down
1 change: 1 addition & 0 deletions providers/aws-bedrock/amazon.nova-reel-v1:1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ costs:
region: ap-northeast-1
modalities:
input:
- text
- image
mode: video
model: amazon.nova-reel-v1:1
Expand Down
4 changes: 1 addition & 3 deletions providers/aws-bedrock/amazon.nova-sonic-v1:0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ features:
limits:
context_window: 300000
modalities:
input:
- audio
output:
- audio
- text
mode: chat
model: amazon.nova-sonic-v1:0
removeParams:
Expand Down
5 changes: 5 additions & 0 deletions providers/aws-bedrock/amazon.rerank-v1:0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ limits:
max_input_tokens: 32000
max_output_tokens: 32000
max_tokens: 4096
modalities:
input:
- text
output:
- text
mode: rerank
model: amazon.rerank-v1:0
removeParams:
Expand Down
5 changes: 5 additions & 0 deletions providers/aws-bedrock/amazon.titan-embed-g1-text-02.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ costs:
region: us-west-2
- input_cost_per_token: 1.e-7
region: us-east-1
modalities:
input:
- text
output:
- text
mode: embedding
model: amazon.titan-embed-g1-text-02
removeParams:
Expand Down
3 changes: 3 additions & 0 deletions providers/aws-bedrock/amazon.titan-embed-image-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ limits:
output_vector_size: 1024
modalities:
input:
- text
- image
output:
- text
mode: embedding
model: amazon.titan-embed-image-v1
removeParams:
Expand Down
5 changes: 5 additions & 0 deletions providers/aws-bedrock/amazon.titan-embed-text-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ limits:
max_input_tokens: 8192
max_tokens: 8192
output_vector_size: 1536
modalities:
input:
- text
output:
- text
mode: embedding
model: amazon.titan-embed-text-v1
removeParams:
Expand Down
5 changes: 5 additions & 0 deletions providers/aws-bedrock/amazon.titan-embed-text-v2:0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ costs:
limits:
max_input_tokens: 8192
output_vector_size: 1024
modalities:
input:
- text
output:
- text
mode: embedding
model: amazon.titan-embed-text-v2:0
removeParams:
Expand Down
3 changes: 3 additions & 0 deletions providers/aws-bedrock/amazon.titan-image-generator-v2:0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ messages:
- user
modalities:
input:
- text
- image
output:
- image
mode: image
model: amazon.titan-image-generator-v2:0
Expand Down
5 changes: 5 additions & 0 deletions providers/aws-bedrock/amazon.titan-tg1-large.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ limits:
max_input_tokens: 8000
max_output_tokens: 8000
max_tokens: 8000
modalities:
input:
- text
output:
- text
mode: chat
model: amazon.titan-tg1-large
params:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
costs:
- region: us-west-2
isDeprecated: true
modalities:
input:
- text
output:
- text
mode: unknown
model: anthropic.claude-3-5-haiku-20241022-v1:0
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
costs:
- region: ap-southeast-1
- region: ap-northeast-2
- region: ap-northeast-1
isDeprecated: true
modalities:
input:
- text
- image
output:
- text
mode: unknown
model: anthropic.claude-3-5-sonnet-20240620-v1:0
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ costs:
output_cost_per_token: 0.00003
output_cost_per_token_batches: 0.000015
region: eu-central-1
- region: ap-southeast-2
features:
- function_calling
- cache_control
Expand All @@ -62,9 +63,10 @@ limits:
max_tokens: 8192
modalities:
input:
- doc
- text
- image
- pdf
output:
- text
mode: chat
model: anthropic.claude-3-5-sonnet-20241022-v2:0
params:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
costs:
- region: eu-west-2
isDeprecated: true
modalities:
input:
- text
- image
output:
- text
mode: unknown
model: anthropic.claude-3-7-sonnet-20250219-v1:0
16 changes: 16 additions & 0 deletions providers/aws-bedrock/anthropic.claude-3-haiku-20240307-v1:0.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
costs:
- region: us-east-1
- region: sa-east-1
- region: eu-west-3
- region: eu-central-2
- region: ca-central-1
- region: ap-southeast-1
- region: ap-south-1
- region: ap-northeast-2
- region: ap-northeast-1
isDeprecated: true
modalities:
input:
- text
- image
output:
- text
mode: unknown
model: anthropic.claude-3-haiku-20240307-v1:0
11 changes: 11 additions & 0 deletions providers/aws-bedrock/anthropic.claude-3-sonnet-20240229-v1:0.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
costs:
- region: sa-east-1
- region: eu-west-2
- region: ca-central-1
- region: ap-south-1
isDeprecated: true
modalities:
input:
- text
- image
output:
- text
mode: unknown
model: anthropic.claude-3-sonnet-20240229-v1:0
2 changes: 2 additions & 0 deletions providers/aws-bedrock/anthropic.claude-opus-4-6-v1.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
costs:
- region: eu-west-2
modalities:
input:
- text
Expand Down
3 changes: 3 additions & 0 deletions providers/aws-bedrock/anthropic.claude-sonnet-4-6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,10 @@ limits:
tool_use_system_prompt_tokens: 346
modalities:
input:
- text
- image
output:
- text
mode: chat
model: anthropic.claude-sonnet-4-6
params:
Expand Down
1 change: 1 addition & 0 deletions providers/aws-bedrock/apac.amazon.nova-lite-v1:0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ costs:
input_cost_per_token: 6.5e-8
output_cost_per_token: 2.6e-7
region: ap-southeast-4
- region: ap-southeast-3
- cache_read_input_token_cost: 1.57e-8
input_cost_per_token: 6.3e-8
output_cost_per_token: 2.52e-7
Expand Down
3 changes: 3 additions & 0 deletions providers/aws-bedrock/apac.amazon.nova-micro-v1:0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ costs:
input_cost_per_token: 3.5e-8
output_cost_per_token: 1.4e-7
region: me-central-1
- region: ap-southeast-7
- input_cost_per_token: 4.2e-8
region: ap-southeast-5
- region: ap-southeast-3
- cache_read_input_token_cost: 9.3e-9
input_cost_per_token: 3.7e-8
output_cost_per_token: 1.48e-7
Expand All @@ -25,6 +27,7 @@ costs:
input_cost_per_token: 4.2e-8
output_cost_per_token: 1.68e-7
region: ap-northeast-1
- region: ap-east-2
features:
- function_calling
- prompt_caching
Expand Down
3 changes: 3 additions & 0 deletions providers/aws-bedrock/apac.amazon.nova-pro-v1:0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ costs:
input_cost_per_token: 8.e-7
output_cost_per_token: 0.0000032
region: me-central-1
- region: ap-southeast-7
- input_cost_per_token: 9.6e-7
region: ap-southeast-5
- cache_read_input_token_cost: 2.175e-7
input_cost_per_token: 8.7e-7
output_cost_per_token: 0.00000348
region: ap-southeast-4
- region: ap-southeast-3
- cache_read_input_token_cost: 2.1e-7
input_cost_per_token: 8.4e-7
output_cost_per_token: 0.00000336
Expand All @@ -29,6 +31,7 @@ costs:
input_cost_per_token: 9.6e-7
output_cost_per_token: 0.00000384
region: ap-northeast-1
- region: ap-east-2
features:
- function_calling
- tool_choice
Expand Down
Loading
Loading