Skip to content

AI Models

These nodes provide Large Language Model (LLM) configurations used by other nodes, such as the AI Agent. They handle authentication and model selection for various AI providers.

Available Models

OpenAI Chat Model

OpenAI's Large Language Models (LLM), including the GPT-4 and GPT-3.5 families.

Credentials: OpenAI API

Display NameNameTypeDefaultDescription
Model NamemodelNameoptionsgpt-4oThe specific OpenAI model to use. The list is dynamically fetched from the API based on your credentials.

Claude Chat Model

Anthropic's Claude family of Large Language Models (LLM).

Credentials: Anthropic API

Display NameNameTypeDefaultDescription
Model NamemodelNameoptionsclaude-3-5-sonnet-20240620The specific Claude model to use. The list is dynamically fetched from the API based on your credentials.

DeepSeek Chat Model

DeepSeek's family of Large Language Models (LLM).

Credentials: DeepSeek API

Display NameNameTypeDefaultDescription
Model NamemodelNameoptionsdeepseek-chatThe specific DeepSeek model to use. The list is dynamically fetched from the API based on your credentials.

Gemini Chat Model

Google's Gemini family of Large Language Models (LLM).

Credentials: Gemini API

Display NameNameTypeDefaultDescription
Model NamemodelNameoptionsgemini-2.5-flash-liteThe specific Gemini model to use. The list is dynamically fetched from the API based on your credentials.