Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 208 Bytes

File metadata and controls

17 lines (12 loc) · 208 Bytes

SpeechOutputFormat

Example Usage

from mistralai.client.models import SpeechOutputFormat
value: SpeechOutputFormat = "pcm"

Values

  • "pcm"
  • "wav"
  • "mp3"
  • "flac"
  • "opus"