Releases: callstackincubator/ai
Release 0.11.0
0.11.0 (2025-10-14)
This release refactors MLC for Android (#134) (f145812), bringing precompiled binaries and much better (and feature complete) interface.
npm install @react-native-ai/mlc
MLC on Android is still experimental, with a few features missing. We encourage you to try it, using one of the built-in models to measure performance and return with feedback!
Release 0.10.0
Release 0.9.0
Release 0.8.0
Release 0.7.1
0.7.1 (2025-09-11)
MLC on iOS has been refactored to provide better API and smoother experience.
Highlights include:
- AI SDK v5
- Precompiled runtime for most popular models, just install the package
- Expo config plugin
- New documentation with richer API coverage
Try it out and let us know what you think! We're open to your feedback!
Full Changelog: v0.6.0...v0.7.1
Release 0.6.0
v0.5.0
v0.4.0
Transcribe audio on iOS
You can now perform on-device transcription with built-in Apple models.
What's Changed
- docs: clarify React Native CLI example label by @shlee8405 in #87
- fix(mlc): release script by @szymonrybczak in #88
- feat(apple): transcribe by @grabbou in #89
- chore: fix TS setup by @jbroma in #92
New Contributors
- @shlee8405 made their first contribution in #87
- @jbroma made their first contribution in #90
Full Changelog: v0.2.0...v0.4.0
v0.3.0
Embeddings support on iOS
You can now generate embeddings with on-device models on iOS.
Full Changelog: v0.2.0...v0.3.0
0.2.0
Apple Foundation Model
This release brings support for structured outputs, tool calling and latest AI SDK (v5).
What's Changed
- feat: structured output by @grabbou in #38
- feat: tool calling by @grabbou in #59
- feat: v5 by @grabbou in #77
- feat: streaming support for v5 SDK and tool calling by @grabbou in #80
Full Changelog: v0.1.0...v0.2.0