sttp.openai.requests.images.ResponseFormat
See theResponseFormat companion class
object ResponseFormat
Attributes
- Companion
- class
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ResponseFormat.type
Members list
Type members
Classlikes
case object B64Json extends ResponseFormat
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass ResponseFormatclass Objecttrait Matchableclass AnyShow all
- Self type
-
B64Json.type
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
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
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass ResponseFormatclass Objecttrait Matchableclass AnyShow all
case object URL extends ResponseFormat
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass ResponseFormatclass Objecttrait Matchableclass AnyShow all
- Self type
-
URL.type
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete fields
Implicits
Implicits
In this article