OpenAI API
Node: OpenAI API
Section titled “Node: OpenAI API”This node allows you to connect to the OpenAI API to generate intelligent responses, summaries, personalized texts, and more.
Function
Section titled “Function”Sends a prompt to OpenAI and receives a response based on the configured model.
Configuration
Section titled “Configuration”| Field | Type | Description |
|---|---|---|
| credentials_id | Text | ID of the configured API Key |
| prompt | Text | Input text for the AI model |
| model_ia | Select | Model to use (e.g., gpt-4, gpt-3.5-turbo) |
| temperature | Decimal | Creativity control (0.0 - 1.0) |
| max_tokens | Number | Maximum length of the response |
| dataKey | Text | Key where the response will be saved |
Common Uses
Section titled “Common Uses”- Generate automatic emails
- Summarize long texts
- Rewrite content