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

ONNX Runtime GenAI for Flutter - High-performance LLM inference with streaming token generation

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_ort_genai

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

dependencies:
  flutter_ort_genai: ^0.1.0

Alternatively, 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:flutter_ort_genai/flutter_ort_genai.dart';
0
likes
140
points
95
downloads

Publisher

unverified uploader

Weekly Downloads

ONNX Runtime GenAI for Flutter - High-performance LLM inference with streaming token generation

Repository (GitHub)
View/report issues

Topics

#ai #llm #onnx #genai #inference

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_ort_genai

Packages that implement flutter_ort_genai