List<AiModel> aiModelsFromJson(String str) => List<AiModel>.from(json.decode(str).map((x) => AiModel.fromJson(x)));