pynydus.llm.models¶
Pydantic models for LLM configuration.
Module Contents¶
Classes¶
LLM provider, model, and API key for refinement (spawn and hatch). |
API¶
- class pynydus.llm.models.LLMTierConfig(/, **data: typing.Any)¶
Bases:
pydantic.BaseModelLLM provider, model, and API key for refinement (spawn and hatch).
All fields are mandatory. There are no defaults: the caller must explicitly provide provider, model, and api_key.
Initialization
Create a new model by parsing and validating input data from keyword arguments.
Raises [
ValidationError][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.selfis explicitly positional-only to allowselfas a field name.