Skip to main content
ExampleDescription
Vllm BasicCookbook example for vllm/basic.py.
Code GenerationRun vLLM model: vllm serve deepseek-ai/deepseek-coder-6.7b-instruct —dtype float32 —tool-call-parser pythonic.
DbVllm model example.
MemoryPrerequisites: 1.
RetryExample demonstrating how to set up retries with vLLM.
Vllm Structured OutputCookbook example for vllm/structured_output.py.
Build a Web Search Agent using xAIBuild a web search agent using vLLM.