{ "model_config": { "name": "AuraMind", "version": "1.0.0", "variants": [ "270m", "180m", "90m" ], "default_variant": "180m" }, "deployment": { "min_android_version": "8.0", "min_ram_gb": 2, "recommended_ram_gb": 4, "storage_requirement_gb": 2, "cpu_architecture": [ "arm64-v8a", "armeabi-v7a" ] }, "optimization": { "quantization": true, "half_precision": true, "kv_caching": true, "batch_size": 1, "max_sequence_length": 512 }, "modes": { "therapist": { "temperature": 0.6, "max_tokens": 250, "top_p": 0.85 }, "assistant": { "temperature": 0.8, "max_tokens": 180, "top_p": 0.95 } } }