ai_bridge_ollama 0.1.0 copy "ai_bridge_ollama: ^0.1.0" to clipboard
ai_bridge_ollama: ^0.1.0 copied to clipboard

Ollama provider for Flutter AI Bridge — local, private AI inference with Llama, Mistral, and more.

ai_bridge_ollama #

Local Ollama provider for the ai_bridge_core framework — run AI models locally for offline/edge computing using Llama, Mistral, and more.

Features #

  • Full Ollama Chat API with streaming
  • Tool/Function calling support
  • Embeddings via local models
  • Custom baseUrl for remote Ollama instances
  • Image attachment support
  • Zero cloud dependency — fully offline Edge AI

Usage #

import 'package:ai_bridge_ollama/ai_bridge_ollama.dart';

final provider = OllamaProvider(
  config: AIConfig(apiKey: '', model: 'llama3.2'),
);
final response = await provider.complete([AIMessage.user('Hello!')]);

License #

MIT

0
likes
150
points
56
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Ollama provider for Flutter AI Bridge — local, private AI inference with Llama, Mistral, and more.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

ai_bridge_core, http

More

Packages that depend on ai_bridge_ollama