Commit fc5e87b 1 parent 05be684 commit fc5e87b Copy full SHA for fc5e87b
File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
27
- Updated ` Invoke-MetaModel ` to support new model: ` meta.llama3-3-70b-instruct-v1:0 `
28
28
- stability.ai
29
29
- Updated ` Invoke-StabilityAIImageModel ` to support new model: ` stability.sd3-5-large-v1:0 `
30
+ - Updated pricing for all models
30
31
- Build changes:
31
32
- Updated bootstrap file to latest versions of modules
32
33
Original file line number Diff line number Diff line change @@ -627,8 +627,8 @@ $script:anthropicModelInfo = @(
627
627
MaxOutput = 4096
628
628
TrainingCutoff = ' 07-01-2024'
629
629
PayloadLimit = ' 20MB'
630
- InputTokenCost = 0.001
631
- OutputTokenCost = 0.005
630
+ InputTokenCost = 0.0008
631
+ OutputTokenCost = 0.004
632
632
}
633
633
[PSCustomObject ]@ {
634
634
ProviderName = ' Anthropic'
You can’t perform that action at this time.
0 commit comments