added mistral-medium-latest

https://docs.mistral.ai/getting-started/models/models_overview/#api-versioning

Medium offers a reasonable balance between Small and Large in output and speed. Especially now when Large is sometimes is frequently over capacity.

This is my go to model for Mistral.
This commit is contained in:
Alexey Haidamaka 2025-08-26 16:32:43 +02:00 committed by GitHub
parent 68e8a21746
commit d666343121
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -114,6 +114,7 @@ enum AIProvider: String, CaseIterable {
case .mistral:
return [
"mistral-large-latest",
"mistral-medium-latest",
"mistral-small-latest",
"mistral-saba-latest"
]