Skip to main content
The Model class is the base class for all models in Agno. It provides common functionality and parameters that are inherited by specific model implementations like OpenAIChat, Claude, etc. Sampling and request parameters (temperature, max_tokens, top_p, seed, request_params, and similar) are defined on the provider classes, not on the base Model.

Parameters