Arcana::AI::TTS::Request
Constructors
new(text : String, voice : String = "alloy", model : String = "gpt-4o-mini-tts", response_format : String = "opus", instructions : String | Nil = nil, speed : Float64 | Nil = nil, previous_text : String | Nil = nil, next_text : String | Nil = nil, trace_tags : Hash(String, String) | Nil = nil)
SourceInstance methods
instructions
Sourcemodel
Sourcenext_text
Sourceprevious_text
Sourceresponse_format
Sourcespeed
Sourcetext
Sourcetrace_tags
Sourcevoice
Source