Version: Version 2.0
← ChatGPT & OpenAI Add-On Übersicht
This Step uses the new ChatGPT response API with its latest and most advanced models starting from gpt-4.1.
Das sind die Optionen, mit denen man den Step konfigurieren kann.
| Name | Datentyp | Beschreibung | Pflichtfeld | Werte |
| account | ACCOUNT | Your OpenAI Account | Nein | |
| model | STRING | The model which will generate the completion. | Ja | - gpt-5.3-codex
- gpt-5.2-codex
- gpt-5.2-pro
- gpt-5.2
- gpt-5.1
- gpt-5
- gpt-5-mini
- gpt-5-nano
- gpt-4.1
- gpt-4.1-mini
- gpt-4.1-nano
|
| text | STRING | Text used to generate a response. | Ja | |
| instructions | STRING | A system (or developer) message inserted into the model's context. | Nein | |
| file_url | STRING | The file URL to be added to the request. | Nein | |
| image | FILE | Add an image to your request. | Nein | |
| reasoning_effort | STRING | Reasoning Effort is a new API parameter in GPT-5 that allows developers to directly control how much invisible internal thinking work (reasoning tokens) the model performs before giving its final answer – the higher the value, the more thorough and accurate, but also slower and more expensive the answer. | Nein | |
| max_output_tokens | NUMBER | An upper bound for the number of tokens that can be generated for a response, including visible output tokens and reasoning tokens. Default: 512 | Nein | |
Outputs
Das sind die Ergebnisse des Steps, die von nachfolgenden Steps, nach
der Ausführung verwendet werden können.
| Name | Datentyp | Beschreibung | Werte |
| response | SPREADSHEET | The Response Spreadsheet | |
| Folgende Felder sind im Output enthalten:
| Feld | Datentyp | Beschreibung | Standardwert | | id | SINGLE | | | | model | SINGLE | | | | type | SINGLE | | | | role | SINGLE | | | | content | SINGLE | | | | input_tokens | SINGLE | | | | output_tokens | SINGLE | | | | total_tokens | SINGLE | | | |
| error | SPREADSHEET | Spreadsheet with error message | |
| Folgende Felder sind im Output enthalten:
| Feld | Datentyp | Beschreibung | Standardwert | | error_message | SINGLE | | | | error_type | SINGLE | | | | error_param | SINGLE | | | | error_code | SINGLE | | | |