{
    "version": "1.0.0",
    "last_updated": "2023-06-05T09:00:00Z",
    "models": {
        "malware": {
            "model_version": "1.0.1",
            "release_date": "2023-05-15T14:00:00Z",
            "model_url": "https://api.kalkhan.com/cdn/models/malware_detection_v1.0.1.tflite",
            "model_size_bytes": 2048000,
            "md5_checksum": "c3d4e5f67890abcdef1234567890a1b2",
            "features": [
                "kötü amaçlı APK tespiti",
                "zararlı kod tespit sistemi",
                "yüksek hassasiyet"
            ],
            "required_app_version": "1.0.0",
            "description": "Android zararlı yazılım tespit modeli"
        },
        "phishing": {
            "model_version": "1.0.0",
            "release_date": "2023-05-20T10:30:00Z",
            "model_url": "https://api.kalkhan.com/cdn/models/phishing_detection_v1.0.0.tflite",
            "model_size_bytes": 1024000,
            "md5_checksum": "d4e5f67890abcdef1234567890a1b2c3",
            "features": [
                "URL tabanlı kimlik avı tespiti",
                "metin içerik analizi",
                "düşük yanlış pozitif oranı"
            ],
            "required_app_version": "1.0.0",
            "description": "Kimlik avı URL ve içerik tespit modeli"
        },
        "behavioral": {
            "model_version": "1.0.0",
            "release_date": "2023-06-01T15:45:00Z",
            "model_url": "https://api.kalkhan.com/cdn/models/behavior_detection_v1.0.0.tflite",
            "model_size_bytes": 1536000,
            "md5_checksum": "e5f67890abcdef1234567890a1b2c3d4",
            "features": [
                "uygulama davranış analizi",
                "anormal aktivite tespiti",
                "izin kullanım analizi"
            ],
            "required_app_version": "1.0.0",
            "description": "Uygulama davranış analiz modeli"
        }
    },
    "total_models": 3,
    "min_sdk_version": 21,
    "recommended_sdk_version": 23,
    "supports_gpu_acceleration": true,
    "supports_nnapi": true
} 