Skip to content

Commit 1018200

Browse files
authored
fix
1 parent 6c2d85e commit 1018200

4 files changed

Lines changed: 25 additions & 18 deletions

File tree

providers/aws-bedrock/cohere.embed-multilingual-v3.yaml

Lines changed: 25 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,39 @@
11
costs:
2-
- input_cost_per_token: 1e-7
2+
- input_cost_per_image: 0.0001
3+
input_cost_per_token: 1e-7
34
region: us-west-2
4-
- input_cost_per_token: 1e-7
5+
- input_cost_per_image: 0.0001
6+
input_cost_per_token: 1e-7
57
region: us-east-1
6-
- input_cost_per_token: 1e-7
8+
- input_cost_per_image: 0.0001
9+
input_cost_per_token: 1e-7
710
region: sa-east-1
8-
- input_cost_per_token: 1e-7
11+
- input_cost_per_image: 0.0001
12+
input_cost_per_token: 1e-7
913
region: eu-west-3
10-
- input_cost_per_token: 1e-7
14+
- input_cost_per_image: 0.0001
15+
input_cost_per_token: 1e-7
1116
region: eu-west-2
12-
- input_cost_per_token: 1e-7
17+
- input_cost_per_image: 0.0001
18+
input_cost_per_token: 1e-7
1319
region: eu-west-1
14-
- input_cost_per_token: 1e-7
20+
- input_cost_per_image: 0.0001
21+
input_cost_per_token: 1e-7
1522
region: eu-central-1
16-
- input_cost_per_token: 1e-7
23+
- input_cost_per_image: 0.0001
24+
input_cost_per_token: 1e-7
1725
region: ca-central-1
18-
- input_cost_per_token: 1e-7
26+
- input_cost_per_image: 0.0001
27+
input_cost_per_token: 1e-7
1928
region: ap-southeast-2
20-
- input_cost_per_token: 1e-7
29+
- input_cost_per_image: 0.0001
30+
input_cost_per_token: 1e-7
2131
region: ap-southeast-1
22-
- input_cost_per_token: 1e-7
32+
- input_cost_per_image: 0.0001
33+
input_cost_per_token: 1e-7
2334
region: ap-south-1
24-
- input_cost_per_token: 1e-7
35+
- input_cost_per_image: 0.0001
36+
input_cost_per_token: 1e-7
2537
region: ap-northeast-1
2638
limits:
2739
context_window: 512
@@ -30,6 +42,7 @@ limits:
3042
modalities:
3143
input:
3244
- text
45+
- image
3346
output:
3447
- embedding
3548
mode: embedding

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ costs:
1515
input_cost_per_token: 3.3e-7
1616
output_cost_per_token: 0.00000275
1717
region: us-east-1
18-
- cache_read_input_token_cost: 7.5e-8
19-
input_cost_per_token: 3e-7
20-
output_cost_per_token: 0.0000025
21-
region: global.amazon.nova-2-lite-v1:0
2218
- cache_read_input_token_cost: 8.5e-8
2319
input_cost_per_token: 3.74e-7
2420
output_cost_per_token: 0.000003091

providers/aws-bedrock/us.mistral.pixtral-large-2502-v1:0.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ features:
1212
- function_calling
1313
- tool_choice
1414
- system_messages
15-
- json_output
1615
limits:
1716
context_window: 128000
1817
max_input_tokens: 128000

providers/aws-bedrock/zai.glm-4.7.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ features:
3333
- function_calling
3434
- structured_output
3535
- system_messages
36-
- json_output
3736
limits:
3837
context_window: 203000
3938
max_output_tokens: 4000

0 commit comments

Comments
 (0)