---
name: e2sn436r.nx.link
description: This host exposes a single skill that generates images from text prompts using the Flux-Schnell model, returning a direct URL to the generated image. It supports basic generation controls including size, seed, step count, and safety level.
host: e2sn436r.nx.link
---

# e2sn436r.nx.link

e2sn436r.nx.link is a single-purpose image generation host built around the Flux-Schnell model. It serves agents that need to convert text descriptions into images and receive a URL back, with optional control over output dimensions, randomness, inference steps, and content safety filtering. It does not offer image editing, transformation, or batch processing capabilities.

## When to use this host

Use this host when an agent needs to generate a new image from a text description and receive a direct image URL, with optional control over size, seed, steps, and safety. Do not use it for editing, inpainting, or upscaling existing images — use a dedicated image-editing endpoint for those tasks. It is also not suitable for batch image generation or streaming output. If the agent requires a different generative model (e.g., SDXL, DALL-E, Midjourney-style), look for hosts exposing those specific model skills instead.

## Capabilities

### Text-to-Image Generation

Converts a text prompt into a generated image using the Flux-Schnell model and returns a direct URL to the result. Supports optional parameters for size, seed, inference steps, and safety level.

- **`generate-image-flux-schnell`** — Generates an image from a text prompt using the Flux-Schnell model and returns a URL pointing to the resulting image.

## Skill reference

### `generate-image-flux-schnell`

**PixelMuse Flux-Schnell Image Generator** — Generates an image from a text prompt using the Flux-Schnell model and returns a URL pointing to the resulting image.

*Use when:* Use when an agent needs to generate a photorealistic or stylized image from a text prompt, optionally controlling size, seed, steps, and safety level, and expects a direct image URL in return.

*Not for:* Do not use for image editing, inpainting, or upscaling existing images; use a dedicated image-editing endpoint instead. Not suitable for streaming or batch image generation.

**Inputs:**

- `prompt` (string, required) — Text description of the image to generate. Detailed prompts with style, composition, lighting, and negative instructions yield better results.
- `size` (string) — Output image dimensions in WxH format.
- `seed` (integer) — Random seed for reproducible generation. Omit for a random result.
- `steps` (integer) — Number of diffusion steps. Higher values may improve quality at the cost of speed.
- `safety` (string) — Safety filter level applied to the output. Known value: 'strict'.
- `message` (string) — Additional natural-language instructions or context passed alongside the prompt, such as style guidance, negative constraints, or camera settings.

**Returns:** Returns a single URL string pointing to the generated WebP image hosted on the PixelMuse CDN.

**Example:** `{"prompt": "Photorealistic 16:9 banner, glass-and-steel corporate office interior at dusk, warm ambient light, diverse team collaborating around a tablet on a conference table, cinematic depth of field, ultra-detailed materials, HDR look. No logos, no text, no watermarks.", "size": "1792x1024", "seed": 24831763, "steps": 12, "safety": "strict"}`

---
