API Docuementation of Preset Models like Faster Whisper

Hi, is there anywhere a documentation about the API of specific Preset Models like Faster Whisper?

Like for testing Faster Whisper it took an hour to search for an example like the following.

{ "input": {
"audio": "https://github.com/runpod-workers/sample-inputs/raw/main/audio/Arthur.mp3",
"model": "large-v3",
"translate": true,
"language": "en"
}
}


Is there a documentation about the given models?
Was this page helpful?