File size: 1,263 Bytes
23f98ec
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: apache-2.0
tags:
  - ava
  - voiceos
  - gemma
  - on-device
  - mixture-of-experts
base_model:
  - google/gemma-4-E2B-it
  - google/gemma-4-E4B-it
  - google/gemma-4-26B-A4B-it
  - google/gemma-4-31B-it
---

# AVA Storm Models (Gemma 4)

On-device LLM models for VoiceOS, based on Google Gemma 4.

## Models

| AVA ID | Source | Active Params | Format | Target |
|--------|--------|--------------|--------|--------|
| AVA-STORM-2B | gemma-4-E2B-it | 2B | safetensors + GGUF | Phone (low-end) |
| AVA-STORM-4B | gemma-4-E4B-it | 4B | safetensors + GGUF | Phone (mid-range) |
| AVA-STORM-26B-A4B | gemma-4-26B-A4B-it | 4B active (MoE) | safetensors + GGUF | Phone (flagship) / HMT-1 |
| AVA-STORM-31B | gemma-4-31B-it | 31B | safetensors | Desktop |

## Directory Structure

```
raw/                    # Base model weights (safetensors)
  gemma-4-E2B-it/
  gemma-4-E4B-it/
  gemma-4-26B-A4B-it/
  gemma-4-31B-it/
gguf/                   # Quantized for on-device inference
  gemma-4-E2B-it-Q4_K_M.gguf
  gemma-4-E4B-it-Q4_K_M.gguf
  gemma-4-26B-A4B-it-Q4_K_M.gguf
production/             # AON-encrypted (deployed to devices)
```

## License

Raw models: Apache 2.0 (Google). AON-encrypted production variants: Proprietary (Intelligent Devices LLC).