onde_inference 1.1.1
onde_inference: ^1.1.1 copied to clipboard
On-device LLM inference for Flutter & Dart. Run Qwen 2.5 models locally with Metal on iOS and macOS, CPU on Android and desktop. No cloud, no API key.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add onde_inferenceThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
onde_inference: ^1.1.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:onde_inference/onde_inference.dart';