Skip to content

Commit fc5e87b

Browse files
committed
updated pricing
1 parent 05be684 commit fc5e87b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727
- Updated `Invoke-MetaModel` to support new model: `meta.llama3-3-70b-instruct-v1:0`
2828
- stability.ai
2929
- Updated `Invoke-StabilityAIImageModel` to support new model: `stability.sd3-5-large-v1:0`
30+
- Updated pricing for all models
3031
- Build changes:
3132
- Updated bootstrap file to latest versions of modules
3233

src/pwshBedrock/Imports.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -627,8 +627,8 @@ $script:anthropicModelInfo = @(
627627
MaxOutput = 4096
628628
TrainingCutoff = '07-01-2024'
629629
PayloadLimit = '20MB'
630-
InputTokenCost = 0.001
631-
OutputTokenCost = 0.005
630+
InputTokenCost = 0.0008
631+
OutputTokenCost = 0.004
632632
}
633633
[PSCustomObject]@{
634634
ProviderName = 'Anthropic'

0 commit comments

Comments
 (0)