Added support for nova-3-medical model
This commit is contained in:
parent
f9cc4ac7fd
commit
056bcf3bd2
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user