Skip to content

Commit

Permalink
update pricing for bedrock nova LLM models (#11336)
Browse files Browse the repository at this point in the history
Co-authored-by: Yuanbo Li <[email protected]>
  • Loading branch information
ybalbert001 and Yuanbo Li authored Dec 4, 2024
1 parent d7c1f43 commit 1bae9b8
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ parameter_rules:
zh_Hans: 对于每个后续标记,仅从前 K 个选项中进行采样。使用 top_k 删除长尾低概率响应。
en_US: Only sample from the top K options for each subsequent token. Use top_k to remove long tail low probability responses.
pricing:
input: '0.0008'
output: '0.0016'
input: '0.00006'
output: '0.00024'
unit: '0.001'
currency: USD
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ parameter_rules:
zh_Hans: 对于每个后续标记,仅从前 K 个选项中进行采样。使用 top_k 删除长尾低概率响应。
en_US: Only sample from the top K options for each subsequent token. Use top_k to remove long tail low probability responses.
pricing:
input: '0.0008'
output: '0.0016'
input: '0.000035'
output: '0.00014'
unit: '0.001'
currency: USD
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ parameter_rules:
en_US: Only sample from the top K options for each subsequent token. Use top_k to remove long tail low probability responses.
pricing:
input: '0.0008'
output: '0.0016'
output: '0.0032'
unit: '0.001'
currency: USD
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ parameter_rules:
zh_Hans: 对于每个后续标记,仅从前 K 个选项中进行采样。使用 top_k 删除长尾低概率响应。
en_US: Only sample from the top K options for each subsequent token. Use top_k to remove long tail low probability responses.
pricing:
input: '0.0008'
output: '0.0016'
input: '0.00006'
output: '0.00024'
unit: '0.001'
currency: USD
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ parameter_rules:
zh_Hans: 对于每个后续标记,仅从前 K 个选项中进行采样。使用 top_k 删除长尾低概率响应。
en_US: Only sample from the top K options for each subsequent token. Use top_k to remove long tail low probability responses.
pricing:
input: '0.0008'
output: '0.0016'
input: '0.000035'
output: '0.00014'
unit: '0.001'
currency: USD
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ parameter_rules:
en_US: Only sample from the top K options for each subsequent token. Use top_k to remove long tail low probability responses.
pricing:
input: '0.0008'
output: '0.0016'
output: '0.0032'
unit: '0.001'
currency: USD

0 comments on commit 1bae9b8

Please sign in to comment.