ModelsResponseData

sttp.openai.requests.models.ModelsResponseData

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class ModelData(id: String, `object`: String, created: Int, ownedBy: String, permission: Seq[ModelPermission], root: String, parent: Option[String])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ModelData

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
ModelData.type
case class ModelPermission(id: String, `object`: String, created: Int, allowCreateEngine: Boolean, allowSampling: Boolean, allowLogprobs: Boolean, allowSearchIndices: Boolean, allowView: Boolean, allowFineTuning: Boolean, organization: String, group: Option[String], isBlocking: Boolean)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class ModelsResponse(`object`: String, data: Seq[ModelData])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type