Description
Call AI: Ollama (local) with your API key. Models must be pulled locally with `ollama pull <name>` first.
ai_ollama · ai · AI & Liara · Available · v1.1.0
Call AI: Ollama (local) with your API key. Models must be pulled locally with `ollama pull <name>` first.
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
baseUrlOllama base URL | string | yes | http://localhost:11434http://localhost:11434 | URL del server Ollama. Default localhost:11434 (Ollama installato sulla stessa macchina del runtime). |
modelModello | enumllama3.2llama3.1:70bmistralmixtralqwen2.5:14bphi3 | no | llama3.2 | Modelli devi averli pull-ati localmente con `ollama pull <nome>` prima. Docs: ollama.com/library |
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_ollama-1",
"defId": "ai_ollama",
"label": "AI: Ollama (local)",
"config": {
"baseUrl": "http://localhost:11434",
"model": "llama3.2",
"prompt": "Riassumi questo testo: {{input.text}}"
}
}Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes