Skip to content

Commit 8274a02

Browse files
author
Bob Strahan
committed
Update cache write token pricing in configuration files
1 parent 9098821 commit 8274a02

File tree

7 files changed

+22
-23
lines changed

7 files changed

+22
-23
lines changed

config_library/pattern-1/lending-package-sample/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ pricing:
121121
- name: cacheReadInputTokens
122122
price: '1.5E-8'
123123
- name: cacheWriteInputTokens
124-
price: '0'
124+
price: '6.0E-8'
125125
- name: bedrock/us.amazon.nova-pro-v1:0
126126
units:
127127
- name: inputTokens
@@ -131,7 +131,7 @@ pricing:
131131
- name: cacheReadInputTokens
132132
price: '2.0E-7'
133133
- name: cacheWriteInputTokens
134-
price: '0'
134+
price: '8.0E-7'
135135
- name: bedrock/us.amazon.nova-premier-v1:0
136136
units:
137137
- name: inputTokens

config_library/pattern-2/bank-statement-sample/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ pricing:
579579
- name: cacheReadInputTokens
580580
price: '1.5E-8'
581581
- name: cacheWriteInputTokens
582-
price: '0'
582+
price: '6.0E-8'
583583
- name: bedrock/us.amazon.nova-pro-v1:0
584584
units:
585585
- name: inputTokens
@@ -589,7 +589,7 @@ pricing:
589589
- name: cacheReadInputTokens
590590
price: '2.0E-7'
591591
- name: cacheWriteInputTokens
592-
price: '0'
592+
price: '8.0E-7'
593593
- name: bedrock/us.amazon.nova-premier-v1:0
594594
units:
595595
- name: inputTokens

config_library/pattern-2/lending-package-sample/config.yaml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@ summarization:
11391139
Do not include any text, explanations, or notes outside of this JSON
11401140
structure. The JSON must be properly formatted and parseable.
11411141
temperature: '0.0'
1142-
model: us.anthropic.claude-3-7-sonnet-20250219-v1:0
1142+
model: us.amazon.nova-premier-v1:0
11431143
system_prompt: >-
11441144
You are a document summarization expert who can analyze and summarize documents from various domains including medical, financial, legal, and general business documents. Your task is to create a summary that captures the key information, main points, and important details from the document. Your output must be in valid JSON format. \nSummarization Style: Balanced\\nCreate a balanced summary that provides a moderate level of detail. Include the main points and key supporting information, while maintaining the document's overall structure. Aim for a comprehensive yet concise summary.\n Your output MUST be in valid JSON format with markdown content. You MUST strictly adhere to the output format specified in the instructions.
11451145
assessment:
@@ -1156,7 +1156,7 @@ assessment:
11561156
max_tokens: '10000'
11571157
top_k: '5'
11581158
temperature: '0.0'
1159-
model: us.anthropic.claude-3-7-sonnet-20250219-v1:0
1159+
model: us.amazon.nova-pro-v1:0
11601160
system_prompt: >-
11611161
You are a document analysis assessment expert. Your task is to evaluate the confidence of extraction results by analyzing the source document evidence. Respond only with JSON containing confidence scores for each extracted attribute.
11621162
task_prompt: >-
@@ -1253,12 +1253,6 @@ assessment:
12531253
12541254
</final-instructions>
12551255
1256-
<attributes-definitions>
1257-
1258-
{ATTRIBUTE_NAMES_AND_DESCRIPTIONS}
1259-
1260-
</attributes-definitions>
1261-
12621256
<<CACHEPOINT>>
12631257
12641258
<document-image>
@@ -1267,7 +1261,6 @@ assessment:
12671261
12681262
</document-image>
12691263
1270-
12711264
<ocr-text-confidence-results>
12721265
12731266
{OCR_TEXT_CONFIDENCE}
@@ -1276,6 +1269,12 @@ assessment:
12761269
12771270
<<CACHEPOINT>>
12781271
1272+
<attributes-definitions>
1273+
1274+
{ATTRIBUTE_NAMES_AND_DESCRIPTIONS}
1275+
1276+
</attributes-definitions>
1277+
12791278
<extraction-results>
12801279
12811280
{EXTRACTION_RESULTS}
@@ -1353,7 +1352,7 @@ pricing:
13531352
- name: cacheReadInputTokens
13541353
price: '1.5E-8'
13551354
- name: cacheWriteInputTokens
1356-
price: '0'
1355+
price: '6.0E-8'
13571356
- name: bedrock/us.amazon.nova-pro-v1:0
13581357
units:
13591358
- name: inputTokens
@@ -1363,7 +1362,7 @@ pricing:
13631362
- name: cacheReadInputTokens
13641363
price: '2.0E-7'
13651364
- name: cacheWriteInputTokens
1366-
price: '0'
1365+
price: '8.0E-7'
13671366
- name: bedrock/us.amazon.nova-premier-v1:0
13681367
units:
13691368
- name: inputTokens

config_library/pattern-2/rvl-cdip-package-sample-with-few-shot-examples/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ pricing:
832832
- name: cacheReadInputTokens
833833
price: '1.5E-8'
834834
- name: cacheWriteInputTokens
835-
price: '0'
835+
price: '6.0E-8'
836836
- name: bedrock/us.amazon.nova-pro-v1:0
837837
units:
838838
- name: inputTokens
@@ -842,7 +842,7 @@ pricing:
842842
- name: cacheReadInputTokens
843843
price: '2.0E-7'
844844
- name: cacheWriteInputTokens
845-
price: '0'
845+
price: '8.0E-7'
846846
- name: bedrock/us.amazon.nova-premier-v1:0
847847
units:
848848
- name: inputTokens

config_library/pattern-2/rvl-cdip-package-sample/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ pricing:
818818
- name: cacheReadInputTokens
819819
price: '1.5E-8'
820820
- name: cacheWriteInputTokens
821-
price: '0'
821+
price: '6.0E-8'
822822
- name: bedrock/us.amazon.nova-pro-v1:0
823823
units:
824824
- name: inputTokens
@@ -828,7 +828,7 @@ pricing:
828828
- name: cacheReadInputTokens
829829
price: '2.0E-7'
830830
- name: cacheWriteInputTokens
831-
price: '0'
831+
price: '8.0E-7'
832832
- name: bedrock/us.amazon.nova-premier-v1:0
833833
units:
834834
- name: inputTokens

config_library/pattern-3/rvl-cdip-package-sample/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ pricing:
678678
- name: cacheReadInputTokens
679679
price: '1.5E-8'
680680
- name: cacheWriteInputTokens
681-
price: '0'
681+
price: '6.0E-8'
682682
- name: bedrock/us.amazon.nova-pro-v1:0
683683
units:
684684
- name: inputTokens
@@ -688,7 +688,7 @@ pricing:
688688
- name: cacheReadInputTokens
689689
price: '2.0E-7'
690690
- name: cacheWriteInputTokens
691-
price: '0'
691+
price: '8.0E-7'
692692
- name: bedrock/us.amazon.nova-premier-v1:0
693693
units:
694694
- name: inputTokens

notebooks/misc/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ pricing:
828828
- name: cacheReadInputTokens
829829
price: '1.5E-8'
830830
- name: cacheWriteInputTokens
831-
price: '0'
831+
price: '6.0E-8'
832832
- name: bedrock/us.amazon.nova-pro-v1:0
833833
units:
834834
- name: inputTokens
@@ -838,7 +838,7 @@ pricing:
838838
- name: cacheReadInputTokens
839839
price: '2.0E-7'
840840
- name: cacheWriteInputTokens
841-
price: '0'
841+
price: '8.0E-7'
842842
- name: bedrock/us.amazon.nova-premier-v1:0
843843
units:
844844
- name: inputTokens

0 commit comments

Comments
 (0)