local_ai_kit 0.0.3 copy "local_ai_kit: ^0.0.3" to clipboard
local_ai_kit: ^0.0.3 copied to clipboard

LocalAI Kit facade: LocalAI.initialize wiring, facades (llm/stt/tts/voice/ models/runtime), model download manager with resumable downloads, LRU runtime scheduler, voice pipeline with barge-in, typed [...]

local_ai_kit #

The LocalAI Kit Flutter facade for offline-first, streaming on-device AI. It provides model downloads, runtime scheduling, voice sessions and a typed pipeline DSL. Register only the adapters your app uses.

import 'package:local_ai_kit/local_ai_kit.dart';
import 'package:local_ai_gemma/local_ai_gemma.dart';

final ai = await LocalAI.initialize(
  LocalAIConfig.offlineChat(),
  plugins: const [GemmaAdapterPlugin()],
);
final response = await ai.generate('Hello from on-device AI.');

Read the getting started guide and the full repository documentation.

0
likes
140
points
187
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

LocalAI Kit facade: LocalAI.initialize wiring, facades (llm/stt/tts/voice/ models/runtime), model download manager with resumable downloads, LRU runtime scheduler, voice pipeline with barge-in, typed pipeline DSL and config presets.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

crypto, flutter, local_ai_core, local_ai_flutter

More

Packages that depend on local_ai_kit