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