generate
Generate text from a prompt using any installed Ollama model. Specify model, prompt, and optional system instructions to get AI-written responses.
Instructions
Generate text using an Ollama model
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | The name of the model to use | |
| prompt | Yes | The prompt to generate from | |
| stream | No | Whether to stream the response | |
| system | No | Optional system prompt |