Added support for nova-3-medical model

This commit is contained in:
Beingpax 2025-08-12 22:48:08 +05:45
parent f9cc4ac7fd
commit 056bcf3bd2

View File

@ -212,6 +212,16 @@ import Foundation
accuracy: 0.95,
isMultilingual: true,
supportedLanguages: getLanguageDictionary(isMultilingual: true, provider: .deepgram)
),
CloudModel(
name: "nova-3-medical",
displayName: "Nova-3 Medical (Deepgram)",
description: "Specialized medical transcription model optimized for clinical environments.",
provider: .deepgram,
speed: 0.9,
accuracy: 0.96,
isMultilingual: false,
supportedLanguages: getLanguageDictionary(isMultilingual: false, provider: .deepgram)
),
CloudModel(
name: "voxtral-mini-latest",