All Classes and Interfaces
Class
Description
Options for managing models in Ollama.
Java Client for the Ollama API.
Chat request object.
Represents a tool the model may call.
Function definition.
Create a tool of type 'function' and the given function definition.
Ollama chat response object.
Generate embeddings from a model.
The response object returned from the /embedding endpoint.
Chat message object.
The role of the message in the conversation.
The relevant tool call.
The function definition.
Common value constants for Ollama api.
ChatModel implementation for Ollama.EmbeddingModel implementation for Ollama.Helper class for common Ollama models.
Manage the lifecycle of models in Ollama.
Helper class for creating strongly-typed Ollama options.
The OllamaRuntimeHints class is responsible for registering runtime hints for Ollama AI
API classes.
Strategy for pulling Ollama models.