ExLLM.Types.Model (ex_llm v0.1.0)

View Source

Represents an available LLM model.

Summary

Types

t()

@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
}