HomeToolsCategoryArticleSubmit AI Tool
Kuzco

Kuzco

WebsiteFree

Kuzco is a flexible Swift framework that enables access to local large language model capabilities within iOS, macOS, and Mac Catalyst apps. It acts as an interface between Apple’s development environment and sophisticated AI functionalities by wrapping around the well-proven llama.cpp engine. This package facilitates interaction with various widely-used LLM models such as LLaMA, Mistral, Phi, Gemma, Qwen, among others, providing a robust toolkit for developers aiming to incorporate AI features into their applications independently of cloud-based solutions.

Visit Website
  • Processing of Large Language Models on the DeviceRun AI models locally with no internet connection using llama.cpp, supporting architectures such as LLaMA, Mistral, Phi, Gemma, and Qwen.
  • Advanced Configuration SettingsOffers fine-tuning options for context length, batch size, GPU layers, and CPU threads to enhance performance for various devices.
  • Current Swift IntegrationNative support for async/await with streaming responses and extensive error handling to seamlessly integrate into Swift applications
  • Automated Architecture RecognitionAutomated identification of model architectures from file names with fallback options to enhance compatibility and usability