1package api 2 3type Speech struct { 4 Model string `json:"model"` 5 Input string `json:"input"` 6 Voice string `json:"voice"` 7 ResponseFormat string `json:"response_format"` 8} 9 10