Llamatik keeps the public API intentionally small, but each bridge covers a different on-device AI task:

  • LlamaBridge — text generation, embeddings, streaming, JSON output, runtime tuning, and KV cache sessions
  • StableDiffusionBridge — on-device text-to-image generation
  • WhisperBridge — on-device speech-to-text from WAV audio
  • GenStream — callback interface for streaming token output

If you are new to the library, start with Getting started first, then come back here for the exact function reference and usage patterns.