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:

  1. Installation
  2. Models
  3. Quickstart
  4. Guides
  5. API reference