Start here if you want to add Llamatik to an existing Kotlin project.
In the core library you can:
- load GGUF text models with
LlamaBridge - generate text and stream tokens
- compute embeddings for retrieval workflows
- persist and restore KV sessions
- generate images locally with
StableDiffusionBridge - transcribe WAV audio locally with
WhisperBridge
Recommended reading order:
- Installation
- Models
- Quickstart
- Guides
- API reference