model | TEXT | - | ✔ | The Ollama model to use (e.g., llama2, mistral, codellama) |
prompt | TEXT | - | ✔ | The prompt to generate a response for |
host | TEXT | NULL | ✖ | Ollama server URL (defaults to http://localhost:11434) |
images | BYTEA[] | NULL | ✖ | Array of images for multimodal models |
keep_alive | TEXT | NULL | ✖ | How long to keep the model loaded (e.g., 5m, 1h) |
embedding_options | JSONB | NULL | ✖ | Model-specific options like temperature, top_p |
system_prompt | TEXT | NULL | ✖ | System prompt to set model behavior |
template | TEXT | NULL | ✖ | Custom prompt template |
context | INT[] | NULL | ✖ | Context from a previous generation for continuation |
verbose | BOOLEAN | FALSE | ✖ | Enable verbose logging for debugging |