export type GatewaySpeechModelId =
  | 'openai/tts-1'
  | 'openai/tts-1-hd'
  | 'xai/grok-tts'
  | (string & {});
