ModelMode

org.llm4s.model.ModelMode
See theModelMode companion trait
object ModelMode

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
ModelMode.type

Members list

Type members

Classlikes

case object AudioSpeech extends ModelMode

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ModelMode
class Object
trait Matchable
class Any
Show all
Self type
case object AudioTranscription extends ModelMode

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ModelMode
class Object
trait Matchable
class Any
Show all
Self type
case object Chat extends ModelMode

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ModelMode
class Object
trait Matchable
class Any
Show all
Self type
Chat.type
case object Completion extends ModelMode

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ModelMode
class Object
trait Matchable
class Any
Show all
Self type
Completion.type
case object Embedding extends ModelMode

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ModelMode
class Object
trait Matchable
class Any
Show all
Self type
Embedding.type
case object ImageGeneration extends ModelMode

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ModelMode
class Object
trait Matchable
class Any
Show all
Self type
case object Moderation extends ModelMode

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ModelMode
class Object
trait Matchable
class Any
Show all
Self type
Moderation.type
case object Rerank extends ModelMode

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ModelMode
class Object
trait Matchable
class Any
Show all
Self type
Rerank.type
case object Search extends ModelMode

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ModelMode
class Object
trait Matchable
class Any
Show all
Self type
Search.type
case object Unknown extends ModelMode

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait ModelMode
class Object
trait Matchable
class Any
Show all
Self type
Unknown.type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def fromString(s: String): ModelMode

Implicits

Implicits

implicit val rw: ReadWriter[ModelMode]