RuntimeId

org.llm4s.identity.RuntimeId
See theRuntimeId companion object
case class RuntimeId(name: String)

Identifies an LLM runtime (provider backend) by its canonical name.

Used to associate runtime-specific configuration and behaviour with a named backend, e.g. for tokenizer selection. Constants for all supported runtimes are defined on the companion object.

Value parameters

name

Canonical name string as expected by provider APIs (lower-case).

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product