Skip to content

Commit f144d19

Browse files
authored
revert costs
1 parent e1c3f5d commit f144d19

9 files changed

Lines changed: 70 additions & 9 deletions

providers/aws-bedrock/amazon.titan-embed-text-v1.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ costs:
33
region: us-west-2
44
- input_cost_per_token: 1e-7
55
region: us-east-1
6+
- input_cost_per_token: 1e-7
7+
region: eu-west-1
68
- input_cost_per_token: 2e-7
79
region: eu-central-1
10+
- input_cost_per_token: 1.2e-7
11+
region: ap-south-1
812
- input_cost_per_token: 2e-7
913
region: ap-northeast-1
1014
limits:

providers/aws-bedrock/apac.amazon.nova-pro-v1:0.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ costs:
33
input_cost_per_token: 8e-7
44
output_cost_per_token: 0.0000032
55
region: me-central-1
6-
- region: ap-southeast-7 # not found in official docs
6+
- region: ap-southeast-7
77
- input_cost_per_token: 9.6e-7
88
region: ap-southeast-5
99
- cache_read_input_token_cost: 2.175e-7
1010
input_cost_per_token: 8.7e-7
1111
output_cost_per_token: 0.00000348
1212
region: ap-southeast-4
13-
- region: ap-southeast-3 # not found in official docs
13+
- region: ap-southeast-3
1414
- cache_read_input_token_cost: 2.1e-7
1515
input_cost_per_token: 8.4e-7
1616
output_cost_per_token: 0.00000336
@@ -31,7 +31,7 @@ costs:
3131
input_cost_per_token: 9.6e-7
3232
output_cost_per_token: 0.00000384
3333
region: ap-northeast-1
34-
- region: ap-east-2 # not found in official docs
34+
- region: ap-east-2
3535
features:
3636
- function_calling
3737
- tool_choice

providers/aws-bedrock/eu.anthropic.claude-sonnet-4-6.yaml

Lines changed: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,56 @@ costs:
55
input_cost_per_token_batches: 0.00000165
66
output_cost_per_token: 0.0000165
77
output_cost_per_token_batches: 0.00000825
8-
region: eu
8+
region: eu-west-3
9+
- cache_creation_input_token_cost: 0.000004125
10+
cache_read_input_token_cost: 3.3e-7
11+
input_cost_per_token: 0.0000033
12+
input_cost_per_token_batches: 0.00000165
13+
output_cost_per_token: 0.0000165
14+
output_cost_per_token_batches: 0.00000825
15+
region: eu-west-2
16+
- cache_creation_input_token_cost: 0.000004125
17+
cache_read_input_token_cost: 3.3e-7
18+
input_cost_per_token: 0.0000033
19+
input_cost_per_token_batches: 0.00000165
20+
output_cost_per_token: 0.0000165
21+
output_cost_per_token_batches: 0.00000825
22+
region: eu-west-1
23+
- cache_creation_input_token_cost: 0.000004125
24+
cache_read_input_token_cost: 3.3e-7
25+
input_cost_per_token: 0.0000033
26+
input_cost_per_token_batches: 0.00000165
27+
output_cost_per_token: 0.0000165
28+
output_cost_per_token_batches: 0.00000825
29+
region: eu-south-2
30+
- cache_creation_input_token_cost: 0.000004125
31+
cache_read_input_token_cost: 3.3e-7
32+
input_cost_per_token: 0.0000033
33+
input_cost_per_token_batches: 0.00000165
34+
output_cost_per_token: 0.0000165
35+
output_cost_per_token_batches: 0.00000825
36+
region: eu-south-1
37+
- cache_creation_input_token_cost: 0.000004125
38+
cache_read_input_token_cost: 3.3e-7
39+
input_cost_per_token: 0.0000033
40+
input_cost_per_token_batches: 0.00000165
41+
output_cost_per_token: 0.0000165
42+
output_cost_per_token_batches: 0.00000825
43+
region: eu-north-1
44+
- cache_creation_input_token_cost: 0.000004125
45+
cache_read_input_token_cost: 3.3e-7
46+
input_cost_per_token: 0.0000033
47+
input_cost_per_token_batches: 0.00000165
48+
output_cost_per_token: 0.0000165
49+
output_cost_per_token_batches: 0.00000825
50+
region: eu-central-2
51+
- cache_creation_input_token_cost: 0.000004125
52+
cache_read_input_token_cost: 3.3e-7
53+
input_cost_per_token: 0.0000033
54+
input_cost_per_token_batches: 0.00000165
55+
output_cost_per_token: 0.0000165
56+
output_cost_per_token_batches: 0.00000825
57+
region: eu-central-1
958
features:
1059
- assistant_prefill
1160
- cache_control

providers/aws-bedrock/qwen.qwen3-coder-480b-a35b-v1:0.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ params:
4343
provisioning: serverless
4444
sources:
4545
- https://docs.aws.amazon.com/bedrock/latest/userguide/model-card-qwen-qwen3-coder-480b-a35b-instruct.html
46-
- https://aws.amazon.com/blogs/aws/qwen-models-are-now-available-in-amazon-bedrock/
4746
status: active
4847
supportedModes:
4948
- chat

providers/aws-bedrock/qwen.qwen3-vl-235b-a22b.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ params:
5050
minValue: 1
5151
provisioning: serverless
5252
sources:
53-
- https://github.com/QwenLM/Qwen3-VL
53+
- https://docs.aws.amazon.com/bedrock/latest/userguide/model-card-qwen-qwen3-vl-235b-a22b.html
5454
status: active
5555
supportedModes:
5656
- chat

providers/aws-bedrock/stability.stable-image-core-v1:1.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
costs:
22
- output_cost_per_image: 0.04
33
region: us-west-2
4+
limits:
5+
max_input_tokens: 77
6+
max_tokens: 4096
47
modalities:
58
input:
69
- text
10+
- image
711
output:
812
- image
913
mode: image

providers/aws-bedrock/stability.stable-image-ultra-v1:1.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ removeParams:
2121
- stream
2222
sources:
2323
- https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters-diffusion-stable-ultra-text-image-request-response.html
24-
- https://aws.amazon.com/marketplace/pp/prodview-gdmhnjqeccs7s
2524
status: active
2625
supportedModes:
2726
- image

providers/aws-bedrock/us.amazon.nova-lite-v1:0.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ costs:
88
- input_cost_per_token: 7.7e-8
99
output_cost_per_token: 3.08e-7
1010
region: us-west-1
11+
- cache_read_input_token_cost: 1.8e-8
12+
input_cost_per_token: 7.2e-8
13+
input_cost_per_token_batches: 3.6e-8
14+
output_cost_per_token: 2.88e-7
15+
output_cost_per_token_batches: 1.44e-7
16+
region: us-gov-west-1
1117
- cache_read_input_token_cost: 1.5e-8
1218
input_cost_per_token: 6e-8
1319
input_cost_per_token_batches: 3e-8

providers/aws-bedrock/us.deepseek.r1-v1:0.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ features:
1313
limits:
1414
context_window: 128000
1515
max_input_tokens: 128000
16-
max_output_tokens: 8192
17-
max_tokens: 8192
16+
max_output_tokens: 32768
17+
max_tokens: 32768
1818
modalities:
1919
input:
2020
- text

0 commit comments

Comments
 (0)