Description
Call AI: Anthropic Claude with your API key. Opus = maximum power (expensive). Sonnet = balanced (default). Haiku = cheap, fast.
ai_anthropic · ai · AI & Liara · Available · v1.1.0
Call AI: Anthropic Claude with your API key. Opus = maximum power (expensive). Sonnet = balanced (default). Haiku = cheap, fast.
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
apiKeyAPI key | string (encrypted) | yes | — | Chiave API del provider AI: Anthropic Claude. Vai su docs.anthropic.com/en/docs/about-claude/models per i dettagli. |
modelModello | enumclaude-opus-4-5claude-sonnet-4-5claude-haiku-4-5 | no | claude-sonnet-4-5 | Opus = potenza massima (costoso). Sonnet = bilanciato (default). Haiku = economico, veloce. Docs: docs.anthropic.com/en/docs/about-claude/models |
customModelModello custom (override) | string | no | — 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. |
systemPromptSystem prompt (opzionale) | expression | no | — 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. |
promptPrompt utente | expression | yes | — 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. |
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}}"
}
}Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes