CactusModel constructor
CactusModel({})
Implementation
CactusModel({
required this.createdAt,
required this.slug,
required this.downloadUrl,
required this.sizeMb,
required this.supportsToolCalling,
required this.supportsVision,
required this.name,
this.isDownloaded = false,
this.quantization = 8
});