Commit 5cc8fe9 1 parent 404c7a8 commit 5cc8fe9 Copy full SHA for 5cc8fe9
File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
17
- Added support for Llama 3.1 405B Instruct - ` meta.llama3-1-405b-instruct-v1:0 `
18
18
- Updated pricing to reflect current Meta Llama 3.1 prices
19
19
- Corrected Meta Llama 3.1 models to show Multilingual support as ` $true `
20
+ - Mistral AI
21
+ - Updated pricing to reflect current prices
20
22
- Build changes:
21
23
- Updated tests to follow Pester 5 rules
22
24
- Updated integration tests for newly added capabilities
Original file line number Diff line number Diff line change @@ -1190,8 +1190,8 @@ $script:mistralAIModelInfo = @(
1190
1190
MaxOutput = 8192
1191
1191
TrainingCutoff = ' UNKNOWN' # ! Could not find this information in the documentation
1192
1192
PayloadLimit = ' '
1193
- InputTokenCost = 0.001
1194
- OutputTokenCost = 0.003
1193
+ InputTokenCost = 0.004
1194
+ OutputTokenCost = 0.012
1195
1195
}
1196
1196
) # mistralModelInfo
1197
1197
You can’t perform that action at this time.
0 commit comments