ollama_dart 0.3.0+1 copy "ollama_dart: ^0.3.0+1" to clipboard
ollama_dart: ^0.3.0+1 copied to clipboard

Dart Client for the Ollama API (run Llama 4, Gemma 3, Phi4, Mistral, Qwen3 and other models locally).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ollama_dart

With Flutter:

 $ flutter pub add ollama_dart

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  ollama_dart: ^0.3.0+1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:ollama_dart/ollama_dart.dart';
83
likes
150
points
2.14k
downloads

Publisher

verified publisherlangchaindart.dev

Weekly Downloads

Dart Client for the Ollama API (run Llama 4, Gemma 3, Phi4, Mistral, Qwen3 and other models locally).

Topics

#nlp #gen-ai #llms #ollama

Documentation

API reference

License

MIT (license)

Dependencies

freezed_annotation, http, json_annotation, meta

More

Packages that depend on ollama_dart