org.llm4s.identity.ModelId
See theModelId companion object
Identifies a specific LLM model by its API name string.
Model identifiers are forwarded verbatim to the provider's API. The companion object lists constants for known OpenAI models; other models (Anthropic, Gemini, Ollama, etc.) are referenced by passing the API name string directly to RuntimeId and the relevant org.llm4s.llmconnect.config.ProviderConfig.
Value parameters
- name
-
Model identifier as expected by the provider API (e.g.
"gpt-4o","o3-mini").
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article