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.

addCustomRole(String roleName)io.github.ollama4j.OllamaAPI
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
embed(String model, List< String > inputs)io.github.ollama4j.OllamaAPI
embed(OllamaEmbedRequestModel modelRequest)io.github.ollama4j.OllamaAPI
findModelTagFromLibrary(String modelName, String tag)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
getLibraryModelDetails(LibraryModel libraryModel)io.github.ollama4j.OllamaAPI
getModelDetails(String modelName)io.github.ollama4j.OllamaAPI
getRole(String roleName)io.github.ollama4j.OllamaAPI
listModels()io.github.ollama4j.OllamaAPI
listModelsFromLibrary()io.github.ollama4j.OllamaAPI
listRoles()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
pullModel(LibraryModelTag libraryModelTag)io.github.ollama4j.OllamaAPI
registerTool(Tools.ToolSpecification toolSpecification)io.github.ollama4j.OllamaAPI
setBasicAuth(String username, String password)io.github.ollama4j.OllamaAPI