ComfyUI Node
Ollama Audio Chat
Send audio and text to an audio-capable Ollama model (e.g. gemma3n, qwen2-audio). Connect an Ollama Connectivity node for server/model selection.
Ollama Audio Chat
- audio
- connectivity
- options
- meta
- result
- thinking
- meta
◄promptDescribe what you hear in this audio.►
◄systemYou are a helpful assistant.►
◄thinkfalse►
CategoryOllama/Audio
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| prompt | STRING | Describe what you hear in this audio. | Text prompt sent alongside the audio. |
| system | STRING | You are a helpful assistant. | System prompt. |
| think | BOOLEAN | false | Enable chain-of-thought reasoning before answering (model must support this). |
| audioopt | AUDIO | Audio to send alongside the text prompt. If omitted, acts as a text-only chat. | |
| connectivityopt | OLLAMA_CONNECTIVITY | Ollama Connectivity node — provides URL, model, and keep_alive settings. | |
| optionsopt | OLLAMA_OPTIONS | — | |
| metaopt | OLLAMA_META | Chain from another Ollama node to inherit connectivity and options. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| result | STRING | — |
| thinking | STRING | — |
| meta | OLLAMA_META | — |