Documentation Index
Fetch the complete documentation index at: https://docs.keephq.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
This provider requires authentication.- api_url: vLLM API endpoint URL (required: True, sensitive: False)
- api_key: Optional API key if your vLLM deployment requires authentication (required: False, sensitive: True)
In workflows
This provider can be used in workflows. As “step” to query data, example:Connecting with the Provider
To connect to a vLLM deployment:- Deploy your vLLM instance or obtain the API endpoint of an existing deployment
- Configure the API URL in your provider configuration
- If your deployment requires authentication, configure the API key

