# Generate AI fantasy landscape art for free

**Use case:** 

Generate stunning fantasy landscape art from text prompts using Artbreeder's AI models. Download high-resolution images.

## Input

```json
{
  "prompts": [
    "A mystical floating island with waterfalls cascading into clouds below, golden sunset light",
    "An ancient enchanted forest with bioluminescent mushrooms and crystal streams",
    "A futuristic city built on top of giant tree roots, mist and neon lights"
  ],
  "negativePrompt": "blurry, low quality, text, watermark, distorted",
  "modelVersion": "flux-krea",
  "guidanceScale": 7,
  "shape": "wider",
  "numInferenceSteps": 25,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "prompt": {
    "label": "Prompt",
    "format": "text"
  },
  "image_url": {
    "label": "Image URL",
    "format": "link"
  },
  "image_size": {
    "label": "Image Size",
    "format": "object"
  },
  "is_nsfw": {
    "label": "NSFW",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Artbreeder AI Image Generator](https://apify.com/parsebird/artbreeder-ai-image-generator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parsebird/artbreeder-ai-image-generator) to learn more, explore other use cases, and run it yourself.