---
title: "ChatGPT"
slug: "dataflow-nodes-chatgpt"
updated: 2025-08-01T09:20:24Z
published: 2025-08-01T09:20:24Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.knovvu.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ChatGPT

ChatGPT Integration Node that Provides a ChatGPT output for each input event. You can check which `Models` are available through the [OpenAI Models](https://platform.openai.com/docs/models) page.

## Parameters:

| name | description | default |
| --- | --- | --- |
| Credential | API Key Credential for the ChatGPT service | empty |
| Model | Model code of the OpenAI Version | gpt-3.5-turbo |

## Inputs

### Audio

none

### Events

| name | description | known nodes that generate this event |
| --- | --- | --- |
| * | all events containing a 'Text' field | SR Http, SR WebSocket, Translate, ... |

## Outputs

### Audio

none

### Events

| name | description |
| --- | --- |
| [Chat Response](/v1/docs/events#chat-response) | Raised each time more info is received from ChatGPT |

## Remarks

### Requirements

The node needs an OpenAI Api key to perform. To learn more about getting an API Key and finding it, you can refer to the [OpenAI Api page](https://openai.com/api/) .

After getting your API Key, you can learn about finding and securely using your key following the instructions on [this page](https://help.openai.com/en/articles/4936850-where-do-i-find-my-openai-api-key) .

You can also see which models are available through the [OpenAI Models](https://platform.openai.com/docs/models) page.

### Project Structure

The node can be used just like ChatGPT. Chat Response events can be connected right to the [Publisher](/v1/docs/dataflow-nodes-publisher) or be manipulated by any text manipulation services such as [Translate](/v1/docs/dataflow-nodes-translate), [Summarization](/v1/docs/dataflow-nodes-summarization), [Topic Detection](/v1/docs/topic-detection), [Profanity Filter](/v1/docs/dataflow-nodes-profanity-filter), etc.

<center data-tomark-pass="">
<p><img src="https://cdn.document360.io/9bca2910-6a3b-4224-9470-43f91f9a6d57/Images/Documentation/image%28900%29.png" alt="image.png"></p>
</center>

### Supported flow types

Stream, Batch

## Release History

    

****v4.2.0****

      
          

- Deprecated the **Key** field in node config;
- Added encrypted **Credential** dropdown for safer credential management.

  
    

****v4.0.0****

      
          

- Changed name from "ChatGPT Alpha" to "ChatGPT".

  
    

****v3.4.0****

      
       

- Fixed a bug where the node ignored inputs if they were not punctuated.

  
  

****v3.3.0****

      
       

- Model is now a parameter.

  
  

****v1.0.0****

      
      

- Introduced the node.
