File size: 10,864 Bytes
db851b9 403d6b8 64ffa7a c285dad 64ffa7a c285dad 64ffa7a c285dad 64ffa7a c285dad 64ffa7a 403d6b8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | > π± **Now on Google Play β [Fancy AI](https://play.google.com/store/apps/details?id=com.mrj.fancyai)**
> On-device AI image generation, optimized for Qualcomm NPU phones.
---
license: other
language:
- en
tags:
- gguf
- llama.cpp
- android
- fancy-ai
- on-device
pretty_name: Fancy AI β Add-on Catalog
---
# Fancy AI β Add-on Catalog
Add-on catalog for the **Fancy AI** Android app β an on-device AI companion app powered by
`llama.cpp`. The app ships small and streams optional models on demand from this catalog.
- App & issues: https://github.com/Mr-J-369/Fancy-Ai
- This repo hosts **`manifest.json`** β the catalog the app reads. The model weights themselves
are **not re-hosted here**; the catalog links directly to the original creators' repos
(Qwen, bartowski), so downloads come straight from the source.
## How to use it (in the app)
**Settings β On-Device Model β Browse Add-ons.** The app reads `manifest.json`, lists each
component, and lets you **download + activate** in one tap:
- `agent` β **Use as Root's brain** (the tiny model that handles background housekeeping).
- `chat` β **Use as chat model** (your main conversational model).
## Current catalog
β Component β Type β Model β Size β License β
β Root Agent β Qwen2.5 1.5B β agent β Qwen2.5-1.5B-Instruct β 1.12 GB β Apache-2.0 β
β Chat β Llama 3.2 3B β chat β bartowski Llama-3.2-3B β 2.02 GB β Llama 3.2 β
β Chat β Qwen2.5 3B β chat β Qwen2.5-3B-Instruct β 2.10 GB β Qwen β
## Manifest format
`manifest.json` is a single JSON file with a `components` array. Each component has:
`id`, `type` (`agent` | `chat` | β¦), `name`, `description`, `quant`, `minRamMb`, `url`
(a direct `β¦/resolve/main/<file>.gguf` link), `sizeBytes`, and `sha256`. Multi-file components
(e.g. a vision model + projector) use a `files` array instead of a single `url`.
## Licenses
Each model retains its **original license** (Apache-2.0 for Qwen 0.5B; the Llama 3.2 and Qwen
community licenses for the 3B models). Weights are downloaded directly from the creators' repos;
this repo only distributes the catalog metadata. See each linked model card for full terms.
|