Skip to content

Plan Icon Ultimate

OpenAI#

The OpenAI node interacts with OpenAI's artificial intelligence models to generate text completions, answer questions, or process natural language within a flow.

Prerequisites#

In order to use the OpenAI node you will need to set up a corresponding OpenAI integration.

Settings#

  • Integration: The configured OpenAI integration to use
  • Model: The AI model to use for text generation
  • Prompt: The user prompt — the main input text or question, can contain flow variables
  • System prompt: An optional system-level instruction that guides the AI's behavior and response style

Output#

The AI-generated text response is available as a flow variable for use in subsequent nodes.

See Flow Designer