Prerequisites
Install vLLM and start serving a model:install vLLM
start vLLM server
The default vLLM server URL is
http://localhost:8000/Example
Basic AgentAdvanced Usage
With Tools
vLLM models work seamlessly with Agno tools:with_tools.py
View more examples here.
Params
VLLM is a subclass of the Model class and has access to the same params.