AI: Ollama (local)

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

Description

Call AI: Ollama (local) with your API key. Models must be pulled locally with `ollama pull <name>` first.

⚙️ Configuration parameters

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

FieldTypeRequiredDefaultDescription
baseUrl
Ollama base URL
stringyeshttp://localhost:11434
http://localhost:11434
URL del server Ollama. Default localhost:11434 (Ollama installato sulla stessa macchina del runtime).
model
Modello
enum
llama3.2llama3.1:70bmistralmixtralqwen2.5:14bphi3
nollama3.2Modelli devi averli pull-ati localmente con `ollama pull <nome>` prima. Docs: ollama.com/library
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_ollama-1",
  "defId": "ai_ollama",
  "label": "AI: Ollama (local)",
  "config": {
    "baseUrl": "http://localhost:11434",
    "model": "llama3.2",
    "prompt": "Riassumi questo testo: {{input.text}}"
  }
}

🔗 Related nodes in the same category

Ready to use AI: Ollama (local)?

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

Start freeBrowse all nodes