ExLLM.Types.Model (ex_llm v0.1.0)
View SourceRepresents an available LLM model.
Summary
Types
@type t() :: %ExLLM.Types.Model{ context_window: non_neg_integer() | nil, description: String.t() | nil, id: String.t(), name: String.t() | nil, pricing: ExLLM.Types.pricing() | nil }