Ollama4j
A Java library (wrapper/binding) for Ollama server.
Loading...
Searching...
No Matches
io.github.ollama4j.OllamaAPI Member List

This is the complete list of members for io.github.ollama4j.OllamaAPI, including all inherited members.

chat(String model, List< OllamaChatMessage > messages)io.github.ollama4j.OllamaAPI
chat(OllamaChatRequest request)io.github.ollama4j.OllamaAPI
chat(OllamaChatRequest request, OllamaStreamHandler streamHandler)io.github.ollama4j.OllamaAPI
createModelWithFilePath(String modelName, String modelFilePath)io.github.ollama4j.OllamaAPI
createModelWithModelFileContents(String modelName, String modelFileContents)io.github.ollama4j.OllamaAPI
deleteModel(String modelName, boolean ignoreIfNotPresent)io.github.ollama4j.OllamaAPI
generate(String model, String prompt, boolean raw, Options options, OllamaStreamHandler streamHandler)io.github.ollama4j.OllamaAPI
generate(String model, String prompt, boolean raw, Options options)io.github.ollama4j.OllamaAPI
generateAsync(String model, String prompt, boolean raw)io.github.ollama4j.OllamaAPI
generateEmbeddings(String model, String prompt)io.github.ollama4j.OllamaAPI
generateEmbeddings(OllamaEmbeddingsRequestModel modelRequest)io.github.ollama4j.OllamaAPI
generateWithImageFiles(String model, String prompt, List< File > imageFiles, Options options, OllamaStreamHandler streamHandler)io.github.ollama4j.OllamaAPI
generateWithImageFiles(String model, String prompt, List< File > imageFiles, Options options)io.github.ollama4j.OllamaAPI
generateWithImageURLs(String model, String prompt, List< String > imageURLs, Options options, OllamaStreamHandler streamHandler)io.github.ollama4j.OllamaAPI
generateWithImageURLs(String model, String prompt, List< String > imageURLs, Options options)io.github.ollama4j.OllamaAPI
generateWithTools(String model, String prompt, Options options)io.github.ollama4j.OllamaAPI
getModelDetails(String modelName)io.github.ollama4j.OllamaAPI
listModels()io.github.ollama4j.OllamaAPI
OllamaAPI()io.github.ollama4j.OllamaAPI
OllamaAPI(String host)io.github.ollama4j.OllamaAPI
ping()io.github.ollama4j.OllamaAPI
ps()io.github.ollama4j.OllamaAPI
pullModel(String modelName)io.github.ollama4j.OllamaAPI
registerTool(Tools.ToolSpecification toolSpecification)io.github.ollama4j.OllamaAPI
setBasicAuth(String username, String password)io.github.ollama4j.OllamaAPI