Skip to content

Commit 5cc8fe9

Browse files
committed
updated mistral pricing
1 parent 404c7a8 commit 5cc8fe9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- Added support for Llama 3.1 405B Instruct - `meta.llama3-1-405b-instruct-v1:0`
1818
- Updated pricing to reflect current Meta Llama 3.1 prices
1919
- Corrected Meta Llama 3.1 models to show Multilingual support as `$true`
20+
- Mistral AI
21+
- Updated pricing to reflect current prices
2022
- Build changes:
2123
- Updated tests to follow Pester 5 rules
2224
- Updated integration tests for newly added capabilities

src/pwshBedrock/Imports.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -1190,8 +1190,8 @@ $script:mistralAIModelInfo = @(
11901190
MaxOutput = 8192
11911191
TrainingCutoff = 'UNKNOWN' # ! Could not find this information in the documentation
11921192
PayloadLimit = ''
1193-
InputTokenCost = 0.001
1194-
OutputTokenCost = 0.003
1193+
InputTokenCost = 0.004
1194+
OutputTokenCost = 0.012
11951195
}
11961196
) #mistralModelInfo
11971197

0 commit comments

Comments
 (0)