| { | |
| "model_config": { | |
| "name": "AuraMind", | |
| "version": "1.0.0", | |
| "bundle_identifier": "com.zail-ai.auramind", | |
| "variants": [ | |
| "270m", | |
| "180m", | |
| "90m" | |
| ], | |
| "default_variant": "180m" | |
| }, | |
| "deployment": { | |
| "min_ios_version": "12.0", | |
| "min_ram_gb": 2, | |
| "recommended_ram_gb": 4, | |
| "storage_requirement_gb": 2, | |
| "device_compatibility": [ | |
| "iPhone", | |
| "iPad" | |
| ] | |
| }, | |
| "optimization": { | |
| "metal_acceleration": true, | |
| "quantization": true, | |
| "half_precision": true, | |
| "memory_mapping": true | |
| }, | |
| "privacy": { | |
| "on_device_processing": true, | |
| "data_transmission": false, | |
| "analytics_collection": false | |
| } | |
| } |