public interface GropModel
| Modifier and Type | Field and Description |
|---|---|
static String |
DISTIL_WHISPER_LARGE_V3_EN
Distil-Whisper English
English-only
A distilled, or compressed, version of OpenAI's Whisper model, designed to provide faster, lower cost English speech recognition while maintaining comparable accuracy.
|
static String |
WHISPER_LARGE_V3
Whisper large-v3
Multilingual
Provides state-of-the-art performance with high accuracy for multilingual transcription and translation tasks.
|
static String |
WHISPER_LARGE_V3_TURBO
Whisper Large V3 Turbo
Multilingual
A fine-tuned version of a pruned Whisper Large V3 designed for fast, multilingual transcription tasks.
|
static final String WHISPER_LARGE_V3_TURBO
static final String DISTIL_WHISPER_LARGE_V3_EN
static final String WHISPER_LARGE_V3
Copyright © 2025. All rights reserved.