Get all available model names as strings
static List<String> get allModelNames => GeminiModel.values.map((e) => e.apiName).toList();