Skip to main content
structured_output.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:
6

Run the example

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