Generate an image URL given a prompt.
Future<Uri> generateImageUrl({ required String prompt, Duration timeout = const Duration(seconds: 20), });