AI: OpenAI GPT

ai_openai · ai · AI & Liara · Available · v1.1.0

Description

Call AI: OpenAI GPT with your API key. gpt-4o = top quality. gpt-4o-mini = fast/cheap (default). gpt-3.5-turbo = legacy.

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
apiKey
API key
string (encrypted)yesChiave API del provider AI: OpenAI GPT. Vai su platform.openai.com/docs/models per i dettagli.
model
Modello
enum
gpt-4ogpt-4o-minigpt-4-turbogpt-3.5-turbo
nogpt-4o-minigpt-4o = top quality. gpt-4o-mini = veloce/economico (default). gpt-3.5-turbo = legacy. Docs: platform.openai.com/docs/models
customModel
Modello custom (override)
stringno
es. claude-opus-4-1-20250805
Se hai bisogno di un modello specifico non in lista (fine-tuned, version pinned), mettilo qui. Sovrascrive il select sopra.
systemPrompt
System prompt (opzionale)
expressionno
Sei un assistente esperto di...
Istruzioni "di sistema" date al modello (tono, ruolo, regole). Non vede il system prompt nel chat history, lo segue come direttiva.
prompt
Prompt utente
expressionyes
Riassumi questo testo: {{input.text}}
Il prompt vero e proprio. Usa {{input}} per il valore dal nodo precedente, {{$node.X.json.field}} per specifici nodi.

💡 Configuration example

JSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.

{
  "id": "node-ai_openai-1",
  "defId": "ai_openai",
  "label": "AI: OpenAI GPT",
  "config": {
    "apiKey": "<apiKey>",
    "model": "gpt-4o-mini",
    "prompt": "Riassumi questo testo: {{input.text}}"
  }
}

🔗 Related nodes in the same category

Ready to use AI: OpenAI GPT?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes