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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Inherited fields

val value: String

Attributes

Inherited from:
RecognitionModel