Constructs a new Ollama client instance.
Engages in a chat interaction using the specified model and message history.
Performs an OpenAI-style chat completion.
Performs an OpenAI-style text completion.
Copies an existing model to a new name on the Ollama server.
Creates a new model on the Ollama server using a modelfile.
Deletes a model from the Ollama server.
Generates text based on a prompt using the specified model.
Lists models in an OpenAI-compatible format.
Retrieves the version of the Ollama server.
Retrieves a list of available models from the Ollama server in a formatted JSON string.
Pulls a model from the Ollama server registry.
Pushes a model to the Ollama server registry.
Sets the timeout duration for HTTP requests.
Retrieves detailed information about a specific model in a formatted JSON string.
A client class for interacting with the Ollama REST API.
This class provides methods for text generation, chat interactions, and model management using std.net.curl for HTTP requests and std.json for JSON handling. Streaming is not fully supported in this version due to limitations in std.net.curl.