Skip to content

CoreAIKit 0.1.0

Choose a tag to compare

@john-rocky john-rocky released this 07 Jul 19:01

First tagged release. Pin it with SPM:

.package(url: "https://github.com/john-rocky/coreai-kit", from: "0.1.0")
  • ChatSession(catalog:) — streaming chat over 20+ hosted LLMs (Qwen3/3.5/3.6, Gemma 3/4 incl. E2B on iPhone, LFM2.5, Granite, GLM, MiniCPM, …)
  • Vision: VLM chat (Qwen3-VL, MiniCPM-V, Holo2), CLIP, depth, detection (RF-DETR/YOLOX), super-resolution, video action recognition
  • Speech & audio: ASR (Whisper / Qwen3-ASR / Parakeet / Nemotron streaming), TTS (VoxCPM / Kokoro), music generation (Stable Audio), speaker diarization + MeetingTranscriber (who-said-what)
  • Documents: OCR readers, visual document retrieval (ColModernVBERT), text embeddings, reranker, PII extraction
  • KitLanguageModel — FoundationModels provider (tool calling + guided generation) so local models drive LanguageModelSession, Spotlight tools, Siri / App Intents
  • Every model downloads from the Hugging Face Hub on first use; the live catalog updates without a package release

Requires macOS 27 / iOS 27 beta (real device). See the model zoo for cards and conversion recipes.