AI: Anthropic Claude

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

Description

Call AI: Anthropic Claude with your API key. Opus = maximum power (expensive). Sonnet = balanced (default). Haiku = cheap, fast.

⚙️ 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: Anthropic Claude. Vai su docs.anthropic.com/en/docs/about-claude/models per i dettagli.
model
Modello
enum
claude-opus-4-5claude-sonnet-4-5claude-haiku-4-5
noclaude-sonnet-4-5Opus = potenza massima (costoso). Sonnet = bilanciato (default). Haiku = economico, veloce. Docs: docs.anthropic.com/en/docs/about-claude/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_anthropic-1",
  "defId": "ai_anthropic",
  "label": "AI: Anthropic Claude",
  "config": {
    "apiKey": "<apiKey>",
    "model": "claude-sonnet-4-5",
    "prompt": "Riassumi questo testo: {{input.text}}"
  }
}

🔗 Related nodes in the same category

Ready to use AI: Anthropic Claude?

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

Start freeBrowse all nodes