Fix bedrock claude wrong pricing (#4572)

Co-authored-by: Justin Wu <justin.wu@ringcentral.com>
This commit is contained in:
Justin Wu 2024-05-22 14:28:28 +08:00 committed by GitHub
parent 5b009a5afb
commit 3ab19be9ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -51,7 +51,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.003'
output: '0.015'
input: '0.00025'
output: '0.00125'
unit: '0.001'
currency: USD

View File

@ -50,7 +50,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.00025'
output: '0.00125'
input: '0.003'
output: '0.015'
unit: '0.001'
currency: USD