export type ElevenLabsTranscriptionModelId =
  | 'scribe_v1'
  | 'scribe_v1_experimental'
  | (string & {});
