OpenAI
AI & KnowledgeDirect access to OpenAI GPT models
Overview
Direct access to OpenAI GPT models.
Configuration
| Property | Type | Default | Description |
|---|---|---|---|
operation | string | — | Operation for the OpenAI node |
model | string | — | Model for the OpenAI node |
prompt | string | — | Prompt for the OpenAI node |
Output Variables
Reference these variables in downstream nodes using the {{node.field}} syntax.
{{openai.text}}stringModel response text
{{openai.tokens_used}}numberToken usage
Examples
Basic Usage
Example configuration:
{
"operation": "value",
"model": "value",
"prompt": "value"
}Tips & Best Practices
- •Ensure all required fields for OpenAI are configured.
- •Check the output variables to see available data.
- •Test with different temperature values to tune creativity.
Try OpenAI in Your Workflow
Create a free account and start building AI-powered workflows with the OpenAI node.
Open Workflow Editor