Concepts
LLMs
Overview of supported language models, including OpenAI, Anthropic, and Google Gemini, Grok, and more.
Each LLM is an adapter around a language model provider and the specific model version, eg: gpt-4o-mini
. Each Agent can pick their own model and a ZeeWorkflow can be configured to use a specific LLM as default.
List of supported LLM Model IDs
Environment Variables
Use Cases
Image Analysis
LLMs can also process images along with text using image URL messages. Here’s an example of analyzing an image using the LLM:
The LLM will analyze the image and return a structured response containing the description, colors used, and potential improvements. You can also use base64-encoded images by providing the data URL: