Skip to main content
tool_use.py

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Export your vLLM API key

4

Install vLLM

Install vLLM in the environment that will serve the model:
5

Start vLLM

Serve the model used by this example with automatic tool calling enabled:
6

Run the example

Save the code above as tool_use.py, then run:
Full source: cookbook/90_models/vllm/tool_use.py