Course
llm-zoomcamp
Question
How can I configure Kestra to use a different LLM provider instead of Google Gemini ?
Answer
Kestra supports multiple LLM providers through its AI Provider plugins, so you're not limited to Google Gemini.
To use a different provider:
- Choose one of the supported providers, such as OpenAI, Anthropic, DeepSeek, Ollama, OpenRouter, Hugging Face, Azure OpenAI, or Amazon Bedrock.
- Configure the provider with the required credentials (typically an API key or endpoint).
- Update your flow or Kestra configuration to use the selected provider instead of
GoogleGemini.
For example, if you want to use OpenRouter, replace the provider configuration with the OpenRouter provider and supply your OpenRouter API key. If you want to run models locally, you can use the Ollama provider by pointing Kestra to your local Ollama endpoint.
The currently supported providers include:
- Google Gemini
- OpenAI
- Anthropic
- OpenRouter
- DeepSeek
- Ollama
- Hugging Face
- Mistral AI
- Azure OpenAI
- Amazon Bedrock
- GitHub Models
- Google Vertex AI
- LocalAI
- IBM watsonx.ai
- Cloudflare Workers AI
- DashScope
- OCI Generative AI
- ZhiPu AI
For the latest configuration examples for each provider, refer to the Kestra AI Provider documentation:
https://kestra.io/plugins/plugin-ai/provider
Checklist
Course
llm-zoomcamp
Question
How can I configure Kestra to use a different LLM provider instead of Google Gemini ?
Answer
Kestra supports multiple LLM providers through its AI Provider plugins, so you're not limited to Google Gemini.
To use a different provider:
GoogleGemini.For example, if you want to use OpenRouter, replace the provider configuration with the
OpenRouterprovider and supply your OpenRouter API key. If you want to run models locally, you can use theOllamaprovider by pointing Kestra to your local Ollama endpoint.The currently supported providers include:
For the latest configuration examples for each provider, refer to the Kestra AI Provider documentation:
https://kestra.io/plugins/plugin-ai/provider
Checklist