Authentication
This provider requires authentication.- api_url: LiteLLM API endpoint URL (required: True, sensitive: False)
- api_key: Optional API key if your LiteLLM deployment requires authentication (required: False, sensitive: True)
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The LiteLLM Provider enables integration with LiteLLM proxy into Keep.
steps:
- name: Query litellm
provider: litellm
config: "{{ provider.my_provider_name }}"
with:
prompt: {value}
temperature: {value}
model: {value}
max_tokens: {value}
structured_output_format: {value}
