|
| 1 | +{ |
| 2 | + "models": [ |
| 3 | + { |
| 4 | + "name": "Gemma-4-E2B-it", |
| 5 | + "modelId": "litert-community/gemma-4-E2B-it-litert-lm", |
| 6 | + "modelFile": "gemma-4-E2B-it.litertlm", |
| 7 | + "description": "A variant of Gemma 4 E2B ready for deployment on Android using [LiteRT-LM](https://github.com/google-ai-edge/LiteRT-LM/blob/main/docs/api/kotlin/getting_started.md). It supports multi-modality input, with up to 32K context length.", |
| 8 | + "sizeInBytes": 2583085056, |
| 9 | + "minDeviceMemoryInGb": 8, |
| 10 | + "commitHash": "7fa1d78473894f7e736a21d920c3aa80f950c0db", |
| 11 | + "llmSupportImage": true, |
| 12 | + "llmSupportAudio": true, |
| 13 | + "llmSupportThinking": true, |
| 14 | + "defaultConfig": { |
| 15 | + "topK": 64, |
| 16 | + "topP": 0.95, |
| 17 | + "temperature": 1.0, |
| 18 | + "maxContextLength": 32000, |
| 19 | + "maxTokens": 4000, |
| 20 | + "accelerators": "gpu,cpu", |
| 21 | + "visionAccelerator": "gpu" |
| 22 | + }, |
| 23 | + "taskTypes": [ |
| 24 | + "llm_chat", |
| 25 | + "llm_prompt_lab", |
| 26 | + "llm_agent_chat", |
| 27 | + "llm_ask_image", |
| 28 | + "llm_ask_audio" |
| 29 | + ], |
| 30 | + "bestForTaskTypes": [ |
| 31 | + "llm_chat", |
| 32 | + "llm_prompt_lab", |
| 33 | + "llm_agent_chat", |
| 34 | + "llm_ask_image", |
| 35 | + "llm_ask_audio" |
| 36 | + ] |
| 37 | + }, |
| 38 | + { |
| 39 | + "name": "Gemma-4-E4B-it", |
| 40 | + "modelId": "litert-community/gemma-4-E4B-it-litert-lm", |
| 41 | + "modelFile": "gemma-4-E4B-it.litertlm", |
| 42 | + "description": "A variant of Gemma 4 E4B ready for deployment on Android using [LiteRT-LM](https://github.com/google-ai-edge/LiteRT-LM/blob/main/docs/api/kotlin/getting_started.md). It supports multi-modality input, with up to 32K context length.", |
| 43 | + "sizeInBytes": 3654467584, |
| 44 | + "minDeviceMemoryInGb": 12, |
| 45 | + "commitHash": "9695417f248178c63a9f318c6e0c56cb917cb837", |
| 46 | + "llmSupportImage": true, |
| 47 | + "llmSupportAudio": true, |
| 48 | + "llmSupportThinking": true, |
| 49 | + "defaultConfig": { |
| 50 | + "topK": 64, |
| 51 | + "topP": 0.95, |
| 52 | + "temperature": 1.0, |
| 53 | + "maxContextLength": 32000, |
| 54 | + "maxTokens": 4000, |
| 55 | + "accelerators": "gpu,cpu", |
| 56 | + "visionAccelerator": "gpu" |
| 57 | + }, |
| 58 | + "taskTypes": [ |
| 59 | + "llm_chat", |
| 60 | + "llm_prompt_lab", |
| 61 | + "llm_agent_chat", |
| 62 | + "llm_ask_image", |
| 63 | + "llm_ask_audio" |
| 64 | + ], |
| 65 | + "bestForTaskTypes": [ |
| 66 | + "llm_chat", |
| 67 | + "llm_prompt_lab", |
| 68 | + "llm_agent_chat", |
| 69 | + "llm_ask_image", |
| 70 | + "llm_ask_audio" |
| 71 | + ] |
| 72 | + }, |
| 73 | + { |
| 74 | + "name": "Gemma-3n-E2B-it", |
| 75 | + "modelId": "google/gemma-3n-E2B-it-litert-lm", |
| 76 | + "modelFile": "gemma-3n-E2B-it-int4.litertlm", |
| 77 | + "description": "A variant of [Gemma 3n E2B](https://ai.google.dev/gemma/docs/gemma-3n) ready for deployment on Android using [LiteRT-LM](https://github.com/google-ai-edge/LiteRT-LM/blob/main/kotlin/README.md). It supports text, vision, and audio input, with 4096 context length.", |
| 78 | + "sizeInBytes": 3655827456, |
| 79 | + "minDeviceMemoryInGb": 8, |
| 80 | + "commitHash": "ba9ca88da013b537b6ed38108be609b8db1c3a16", |
| 81 | + "llmSupportImage": true, |
| 82 | + "llmSupportAudio": true, |
| 83 | + "defaultConfig": { |
| 84 | + "topK": 64, |
| 85 | + "topP": 0.95, |
| 86 | + "temperature": 1.0, |
| 87 | + "maxTokens": 4096, |
| 88 | + "accelerators": "cpu,gpu" |
| 89 | + }, |
| 90 | + "taskTypes": ["llm_chat", "llm_prompt_lab", "llm_ask_image", "llm_ask_audio"], |
| 91 | + "bestForTaskTypes": ["llm_ask_image", "llm_ask_audio"] |
| 92 | + }, |
| 93 | + { |
| 94 | + "name": "Gemma-3n-E4B-it", |
| 95 | + "modelId": "google/gemma-3n-E4B-it-litert-lm", |
| 96 | + "modelFile": "gemma-3n-E4B-it-int4.litertlm", |
| 97 | + "description": "A variant of [Gemma 3n E4B](https://ai.google.dev/gemma/docs/gemma-3n) ready for deployment on Android using [LiteRT-LM](https://github.com/google-ai-edge/LiteRT-LM/blob/main/kotlin/README.md). It supports text, vision, and audio input, with 4096 context length.", |
| 98 | + "sizeInBytes": 4919541760, |
| 99 | + "minDeviceMemoryInGb": 12, |
| 100 | + "commitHash": "297ed75955702dec3503e00c2c2ecbbf475300bc", |
| 101 | + "llmSupportImage": true, |
| 102 | + "llmSupportAudio": true, |
| 103 | + "defaultConfig": { |
| 104 | + "topK": 64, |
| 105 | + "topP": 0.95, |
| 106 | + "temperature": 1.0, |
| 107 | + "maxTokens": 4096, |
| 108 | + "accelerators": "cpu,gpu" |
| 109 | + }, |
| 110 | + "taskTypes": ["llm_chat", "llm_prompt_lab", "llm_ask_image", "llm_ask_audio"] |
| 111 | + }, |
| 112 | + { |
| 113 | + "name": "Gemma3-1B-IT", |
| 114 | + "modelId": "litert-community/Gemma3-1B-IT", |
| 115 | + "modelFile": "gemma3-1b-it-int4.litertlm", |
| 116 | + "description": "A variant of [google/Gemma-3-1B-IT](https://huggingface.co/google/Gemma-3-1B-IT) with 4-bit quantization ready for deployment on Android using [LiteRT-LM](https://github.com/google-ai-edge/LiteRT-LM/blob/main/kotlin/README.md).", |
| 117 | + "sizeInBytes": 584417280, |
| 118 | + "minDeviceMemoryInGb": 6, |
| 119 | + "commitHash": "42d538a932e8d5b12e6b3b455f5572560bd60b2c", |
| 120 | + "defaultConfig": { |
| 121 | + "topK": 64, |
| 122 | + "topP": 0.95, |
| 123 | + "temperature": 1.0, |
| 124 | + "maxTokens": 1024, |
| 125 | + "accelerators": "gpu,cpu" |
| 126 | + }, |
| 127 | + "taskTypes": ["llm_chat", "llm_prompt_lab"], |
| 128 | + "bestForTaskTypes": ["llm_chat", "llm_prompt_lab"] |
| 129 | + }, |
| 130 | + { |
| 131 | + "name": "Qwen2.5-1.5B-Instruct", |
| 132 | + "modelId": "litert-community/Qwen2.5-1.5B-Instruct", |
| 133 | + "modelFile": "Qwen2.5-1.5B-Instruct_multi-prefill-seq_q8_ekv4096.litertlm", |
| 134 | + "description": "A variant of [Qwen/Qwen2.5-1.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-1.5B-Instruct) ready for deployment on Android using [LiteRT-LM](https://github.com/google-ai-edge/LiteRT-LM/blob/main/kotlin/README.md).", |
| 135 | + "sizeInBytes": 1597931520, |
| 136 | + "minDeviceMemoryInGb": 6, |
| 137 | + "commitHash": "19edb84c69a0212f29a6ef17ba0d6f278b6a1614", |
| 138 | + "defaultConfig": { |
| 139 | + "topK": 20, |
| 140 | + "topP": 0.8, |
| 141 | + "temperature": 0.7, |
| 142 | + "maxTokens": 4096, |
| 143 | + "accelerators": "gpu,cpu" |
| 144 | + }, |
| 145 | + "taskTypes": ["llm_chat", "llm_prompt_lab"] |
| 146 | + }, |
| 147 | + { |
| 148 | + "name": "DeepSeek-R1-Distill-Qwen-1.5B", |
| 149 | + "modelId": "litert-community/DeepSeek-R1-Distill-Qwen-1.5B", |
| 150 | + "modelFile": "DeepSeek-R1-Distill-Qwen-1.5B_multi-prefill-seq_q8_ekv4096.litertlm", |
| 151 | + "description": "A variant of [deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B) ready for deployment on Android using [LiteRT-LM](https://github.com/google-ai-edge/LiteRT-LM/blob/main/kotlin/README.md).", |
| 152 | + "sizeInBytes": 1833451520, |
| 153 | + "minDeviceMemoryInGb": 6, |
| 154 | + "commitHash": "e34bb88632342d1f9640bad579a45134eb1cf988", |
| 155 | + "defaultConfig": { |
| 156 | + "topK": 64, |
| 157 | + "topP": 0.95, |
| 158 | + "temperature": 1.0, |
| 159 | + "maxTokens": 4096, |
| 160 | + "accelerators": "gpu,cpu" |
| 161 | + }, |
| 162 | + "taskTypes": ["llm_chat", "llm_prompt_lab"] |
| 163 | + }, |
| 164 | + { |
| 165 | + "name": "TinyGarden-270M", |
| 166 | + "modelId": "litert-community/functiongemma-270m-ft-tiny-garden", |
| 167 | + "modelFile": "tiny_garden_q8_ekv1024.litertlm", |
| 168 | + "description": "Fine-tuned Function Gemma 270M model for Tiny Garden.", |
| 169 | + "sizeInBytes": 288964608, |
| 170 | + "minDeviceMemoryInGb": 6, |
| 171 | + "commitHash": "c205853ff82da86141a1105faa2344a8b176dfe7", |
| 172 | + "defaultConfig": { |
| 173 | + "topK": 64, |
| 174 | + "topP": 0.95, |
| 175 | + "temperature": 0.0, |
| 176 | + "maxTokens": 1024, |
| 177 | + "accelerators": "cpu" |
| 178 | + }, |
| 179 | + "taskTypes": [ |
| 180 | + "llm_tiny_garden" |
| 181 | + ], |
| 182 | + "bestForTaskTypes": [ |
| 183 | + "llm_tiny_garden" |
| 184 | + ] |
| 185 | + }, |
| 186 | + { |
| 187 | + "name": "MobileActions-270M", |
| 188 | + "modelId": "litert-community/functiongemma-270m-ft-mobile-actions", |
| 189 | + "modelFile": "mobile_actions_q8_ekv1024.litertlm", |
| 190 | + "description": "Fine-tuned Function Gemma 270M model for Mobile Actions.", |
| 191 | + "sizeInBytes": 288964608, |
| 192 | + "minDeviceMemoryInGb": 6, |
| 193 | + "commitHash": "38942192c9b723af836d489074823ff33d4a3e7a", |
| 194 | + "defaultConfig": { |
| 195 | + "topK": 64, |
| 196 | + "topP": 0.95, |
| 197 | + "temperature": 0.0, |
| 198 | + "maxTokens": 1024, |
| 199 | + "accelerators": "cpu" |
| 200 | + }, |
| 201 | + "taskTypes": [ |
| 202 | + "llm_mobile_actions" |
| 203 | + ], |
| 204 | + "bestForTaskTypes": [ |
| 205 | + "llm_mobile_actions" |
| 206 | + ] |
| 207 | + } |
| 208 | + ] |
| 209 | +} |
0 commit comments