Learn R Programming

rtemis.llm (version 0.8.1)

ollama_get_model_info: Get Ollama Model Info

Description

Get Ollama Model Info

Usage

ollama_get_model_info(x = NULL, base_url = OLLAMA_URL_DEFAULT)

Value

data.table

Arguments

x

Optional character vector: Name of model(s) to get info for. If NULL, all available models' info is returned.

base_url

Character: Base URL of Ollama server.

Author

EDG

Examples

Run this code
# Requires a running Ollama server
if (FALSE) {
  ollama_get_model_info()
  ollama_get_model_info(x = "gemma4:e4b")
}

Run the code above in your browser using DataLab