OllamaSharp 1.0.3

OllamaSharp 🦙

OllamaSharp is a .NET binding for the Ollama API, making it easy to interact with Ollama using your favorite .NET languages.

Features

  • Intuitive API client: Set up and interact with Ollama in just a few lines of code.
  • Support for various Ollama operations: Including streaming completions (chatting), listing local models, pulling new models, show model information, creating new models, copying models, deleting models, pushing models, and generating embeddings.
  • Real-time streaming: Stream responses directly to your application.
  • Progress reporting: Get real-time progress feedback on tasks like model pulling.

Usage

Here's a simple example to get you started:

// set up the client
var uri = new Uri("http://localhost:11434");
var ollama = new OllamaApiClient(uri);

// list all local models
var models = await ollama.ListLocalModels();

// stream a completion and write to the console
// keep reusing the context to keep the chat topic going
ConversationContext context = null;
context = await ollama.StreamCompletion("How are you today?", "llama2", context, stream => Console.Write(stream.Response));

// pull a model and report progress
await ollama.PullModel("mistral", status => Console.WriteLine($"({status.Percent}%) {status.Status}"));

Credits

Icon and name were reused from the amazing Ollama project.

Showing the top 20 packages that depend on OllamaSharp.

Packages Downloads
Verto.AIManagement.Ollama
Package Description
2

.NET 5.0

  • No dependencies.

Version Downloads Last updated
5.4.25 1 04/06/2026
5.4.24 1 04/06/2026
5.4.23 1 04/06/2026
5.4.22 1 04/06/2026
5.4.21 1 04/06/2026
5.4.20 1 04/06/2026
5.4.19 1 04/06/2026
5.4.18 1 04/06/2026
5.4.17 1 04/06/2026
5.4.16 1 04/06/2026
5.4.15 1 04/06/2026
5.4.13 1 04/06/2026
5.4.12 1 04/06/2026
5.4.11 1 04/06/2026
5.4.10 1 04/06/2026
5.4.9 1 04/06/2026
5.4.8 1 04/06/2026
5.4.7 1 04/06/2026
5.4.6 1 04/06/2026
5.4.5 1 04/06/2026
5.4.4 1 04/06/2026
5.4.3 1 04/06/2026
5.4.2 1 04/06/2026
5.4.1 1 04/06/2026
5.3.12 1 04/06/2026
5.3.11 1 04/06/2026
5.3.10 1 04/06/2026
5.3.9 1 04/06/2026
5.3.8 1 04/06/2026
5.3.7 1 04/06/2026
5.3.6 1 04/06/2026
5.3.5 1 04/06/2026
5.3.4 1 04/06/2026
5.3.3 1 04/06/2026
5.3.2 1 04/06/2026
5.3.1 1 04/06/2026
5.2.10 1 04/06/2026
5.2.9 1 04/06/2026
5.2.8 1 04/06/2026
5.2.7 1 04/06/2026
5.2.6 1 04/06/2026
5.2.5 1 04/06/2026
5.2.4 1 04/06/2026
5.2.3 1 04/06/2026
5.2.2 1 04/06/2026
5.2.1 1 04/06/2026
5.1.20 1 04/06/2026
5.1.19 1 04/06/2026
5.1.18 1 04/06/2026
5.1.17 1 04/06/2026
5.1.16 1 04/06/2026
5.1.15 1 04/06/2026
5.1.14 1 04/06/2026
5.1.13 1 04/06/2026
5.1.12 1 04/06/2026
5.1.11 1 04/06/2026
5.1.10 1 04/06/2026
5.1.9 1 04/06/2026
5.1.8 1 04/06/2026
5.1.7 1 04/06/2026
5.1.6 1 04/06/2026
5.1.5 1 04/06/2026
5.1.4 1 04/06/2026
5.1.3 1 04/06/2026
5.1.2 1 04/06/2026
5.1.1 1 04/06/2026
5.1.0 1 04/06/2026
5.0.7 1 04/06/2026
5.0.6 1 04/06/2026
5.0.5 1 04/06/2026
5.0.4 1 04/06/2026
5.0.3 1 04/06/2026
5.0.2 1 04/06/2026
5.0.1 1 04/06/2026
4.0.22 1 04/06/2026
4.0.21 1 04/06/2026
4.0.20 1 04/06/2026
4.0.19 1 04/06/2026
4.0.18 1 04/06/2026
4.0.17 1 04/06/2026
4.0.16 1 04/06/2026
4.0.15 1 04/06/2026
4.0.14 1 04/06/2026
4.0.13 1 04/06/2026
4.0.12 1 04/06/2026
4.0.11 1 04/06/2026
4.0.10 1 04/06/2026
4.0.9 1 04/06/2026
4.0.8 1 04/06/2026
4.0.7 1 04/06/2026
4.0.6 1 04/06/2026
4.0.5 1 04/06/2026
4.0.4 1 04/06/2026
4.0.3 1 04/06/2026
4.0.2 1 04/06/2026
4.0.1 1 04/06/2026
4.0.0-preview.10 1 04/06/2026
4.0.0-preview.9 1 04/06/2026
4.0.0-preview.8 1 04/06/2026
3.0.15 1 04/06/2026
3.0.14 1 04/06/2026
3.0.13 1 04/06/2026
3.0.12 1 04/06/2026
3.0.11 1 04/06/2026
3.0.10 1 04/06/2026
3.0.9 1 04/06/2026
3.0.8 1 04/06/2026
3.0.7 1 04/06/2026
3.0.6 1 04/06/2026
3.0.5 1 04/06/2026
3.0.4 1 04/06/2026
3.0.3 1 04/06/2026
3.0.2 1 04/06/2026
3.0.1 1 04/06/2026
3.0.0 1 04/06/2026
2.1.3 1 04/06/2026
2.1.2 1 04/06/2026
2.1.1 1 04/06/2026
2.0.15 1 04/06/2026
2.0.14 1 04/06/2026
2.0.13 1 04/06/2026
2.0.12 1 04/06/2026
2.0.11 1 04/06/2026
2.0.10 1 04/06/2026
2.0.9 1 04/06/2026
2.0.8 1 04/06/2026
2.0.7 1 04/06/2026
2.0.6 1 04/06/2026
2.0.5 1 04/06/2026
2.0.4 1 04/06/2026
2.0.3 1 04/06/2026
2.0.2 1 04/06/2026
2.0.1 1 04/06/2026
1.1.13 1 04/06/2026
1.1.12 1 04/06/2026
1.1.11 1 04/06/2026
1.1.10 1 04/06/2026
1.1.9 1 04/06/2026
1.1.8 1 04/06/2026
1.1.7 1 04/06/2026
1.1.5 1 04/06/2026
1.1.4 1 04/06/2026
1.1.3 1 04/06/2026
1.1.2 1 04/06/2026
1.1.1 1 04/06/2026
1.1.0 1 04/06/2026
1.0.4 1 04/06/2026
1.0.3 1 04/06/2026
1.0.2 1 04/06/2026
1.0.1 1 04/06/2026
1.0.0 1 04/06/2026