Model

fallatol.ollama.Model
See theModel companion trait
object Model

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Model.type

Members list

Type members

Classlikes

case class Custom(name: String) extends Model

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Model
class Object
trait Matchable
class Any
Show all
case object DeepseekR1 extends Model

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Model
class Object
trait Matchable
class Any
Show all
Self type
DeepseekR1.type
case object Gemma2 extends Model

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Model
class Object
trait Matchable
class Any
Show all
Self type
Gemma2.type
case object Hermes3 extends Model

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Model
class Object
trait Matchable
class Any
Show all
Self type
Hermes3.type
case object Llama3_2 extends Model

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Model
class Object
trait Matchable
class Any
Show all
Self type
Llama3_2.type
case object Mistral extends Model

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Model
class Object
trait Matchable
class Any
Show all
Self type
Mistral.type
case object Phi4 extends Model

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Model
class Object
trait Matchable
class Any
Show all
Self type
Phi4.type
case object TinyLlama extends Model

Attributes

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

Value members

Concrete methods

def fromString(name: String): Model

Implicits

Implicits

implicit val decoder: Decoder[Model]
implicit val encoder: Encoder[Model]
implicit val modelConfigMapper: ConfigMapper[Model]