Skip to content

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 21 Jan 10:20
· 7 commits to main since this release
871a402

Minor Changes

  • cf0c976: Add transcription model support with pruna/whisper-v3-large
    • Add transcriptionModel() and transcription() methods to the provider
    • Support audio transcription via RunPod's Whisper endpoint
    • Accept audio as Uint8Array, base64 string, or URL via providerOptions
    • Return transcription text, segments with timing, detected language, and duration