Write a POST request to: https://litellm.sph-prod.ethz.ch/audio/speech

Payload:

{
  model: "openai/tts-1",
  input: "The quick brown fox jumped over the lazy dog.",
  voice: "alloy"
}