org.llm4s.types.ProviderModelTypes.ProviderKind
See theProviderKind companion enum
Companion object with lookup utilities for ProviderKind.
Attributes
-
Companion
-
enum
-
Graph
-
-
Supertypes
-
trait Sum
trait Mirror
class Object
trait Matchable
class Any
-
Self type
-
Members list
The names of the product elements
The names of the product elements
Attributes
-
Inherited from:
-
Mirror
Attributes
-
Inherited from:
-
Mirror
Alias for fromString — parses a ProviderKind from a provider name string.
Alias for fromString — parses a ProviderKind from a provider name string.
Value parameters
-
value
-
The provider name string.
Attributes
-
Returns
-
Some(ProviderKind) if recognised, None otherwise.
Parses a ProviderKind from a case-insensitive provider name string.
Parses a ProviderKind from a case-insensitive provider name string.
Value parameters
-
value
-
The provider name string (e.g. "openai", "anthropic", "google").
Attributes
-
Returns
-
Some(ProviderKind) if recognised, None otherwise.
All known provider kinds in a fixed sequence.
All known provider kinds in a fixed sequence.
Attributes