Custom
sttp.openai.requests.audio.RecognitionModel.Custom
case class Custom(customModel: String) extends RecognitionModel
Use only as a workaround if API supports a format that's not yet predefined as a case object of Model. Otherwise, a custom format would be rejected. See https://platform.openai.com/docs/api-reference/audio for current list of supported formats
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass RecognitionModelclass Objecttrait Matchableclass Any
Members list
In this article