Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
llm_model
Method
This is a method of the Agent class in the agent module.Unified property to get the LLM model regardless of configuration type.
Signature
Returns
returns the model string (e.g., “gpt-4o-mini”)
- For custom LLM instances: returns the LLM instance object
- For provider models: returns the LLM instance object
Source
View on GitHub
praisonaiagents/agent/agent.py at line 2892
