from pydantic import BaseModel class TTSRequest(BaseModel): text: str voice: str = "Aaliyah-PlayAI" format: str = "wav"