> For the complete documentation index, see [llms.txt](https://powerfan-1.gitbook.io/redchat.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://powerfan-1.gitbook.io/redchat.app/guides/image-generation.md).

# Image Generation

That scene you've already pictured in your head? You can bring it to life and give it to your character. With redchat's AI image generation, a single line of prompt is all it takes. New to this? Don't worry. A few clicks and your very own character image appears like magic.

Characters with expressive, atmospheric images stand out way more in Feed and Explore, and they pull in more attention and chats from other users. The image is the first impression of a "well-made character."

> **This doc in one line:** Image generation costs **300 RP** per image. Gold gets 5 free per day and Platinum gets 15 free per day; after that it's 300 RP each. Free and Silver pay 300 RP per image from the very first one.

***

## What is image generation?

Put simply, it's **a painter who paints from words**. Write down the look you want as text (a prompt) — like "a knight with silver hair, red eyes, and a black coat" — and the AI reads it and paints it into an image. You don't need to know how to draw at all. Just describe the scene in your mind in plain words.

The images you make this way can be attached to your character's profile or gallery to bring them to life more vividly.

***

## How to make an image

Five minutes is plenty. Just follow along.

1. Head to the **Create page**.
2. Tap **Create Image** to open the image generation tool.
3. Enter a **prompt**. Just write down the look or scene you want in words.
4. Hit the generate button and your image appears right away.

> **Tip:** Loading a character up with several images across different themes makes it look far more appealing in Feed and Explore. Don't stick to a single scene — fill it out by switching up expressions, outfits, and backgrounds.

***

## Two ways to generate

Depending on what you're trying to do, you can pick between two modes.

* **Text to Image** — Start from a blank canvas. Just enter a prompt and it paints a brand-new image from scratch.
* **Image to Image** — Edit based on an existing image. Upload a base image, then write out the part you want to change in words.
  * Example: Upload your character's image and type "Change the outfit color to red."

***

## Cost and free allowances

This is the most important part. We'll lay it out transparently, with the exact numbers.

### At a glance

| Plan         | Daily free allowance | Cost after free runs out | HD download |
| ------------ | -------------------- | ------------------------ | ----------- |
| **Free**     | None                 | **300 RP** per image     | ✗           |
| **Silver**   | None                 | **300 RP** per image     | ✗           |
| **Gold**     | **5 per day**        | **300 RP** per image     | ✓           |
| **Platinum** | **15 per day**       | **300 RP** per image     | ✓           |

**The key points**

* **Image generation costs 300 RP per image.** That's the same across every plan.
* **Gold** can generate **5 per day** for free and **Platinum** can generate **15 per day** for free. Once you've used up your free allowance, it's 300 RP per image from there.
* **Free and Silver** have no daily free allowance, so it's 300 RP per image right from the start.
* Your free allowance refills **every day**.

> **Why this matters:** Painting even a single image takes a fair amount of computation. That's why it isn't unlimited-and-free but RP-based instead. The upside: RP is a **permanent currency that never disappears** once you top up, so you can save it and spend it on that one shot you really love. [Red Points & Costs](/redchat.app/guides/red-points-and-costs.md)

### HD image download

* **Gold and Platinum** users can **download their generated images in HD quality**.
* HD download isn't supported on the Free and Silver plans.

### Faster processing, higher priority

The higher your plan, the faster your images generate and the higher your processing priority. That means you get your results sooner even during peak hours when everyone's online.

***

## What is RP?

**RP (Red Points)** is the **permanent currency** you use inside redchat. Think of it like the **balance on a rechargeable transit card** — once you top it up, it **never expires**, and you can draw on it whenever you need it.

RP is used not only for image generation, but also for other extras: chatting with premium models after you've used up your weekly premium allowance, and unlocking Mood Snap (50 RP). Choosing a longer response length is free to set on every plan — a longer reply just generates more text, so it may use a bit more RP on that message on premium models (Default model chat stays free).

> **Heads up:** Your conversations don't stop when you run out of RP. Default model chat is **unlimited** on every plan, so even if your free allowance or RP runs dry, you can keep the conversation going anytime. Only extras like image generation need RP. [Red Points & Costs](/redchat.app/guides/red-points-and-costs.md)

***

## Common snags

Don't panic if something goes wrong. It's usually one of these.

* **"My image won't generate."** — You may have used up your free allowance (Gold 5/day, Platinum 15/day), or you might have less than 300 RP. Check the estimated cost shown on screen before you generate.
* **"I want to make them for free."** — A daily free allowance is only offered on the **Gold (5) and Platinum (15)** plans. Free and Silver need 300 RP per image.
* **"I can't save in HD."** — HD download is a **Gold and Platinum exclusive** feature.

***

## In short

* Image generation is **300 RP per image**; Gold gets 5 free per day and Platinum gets 15 free per day.
* **HD download** is Gold and Platinum exclusive, and higher plans process faster, too.
* Even if you run out of RP, default model chat is unlimited, so **your conversations never stop.**

**Good things to read next:** [Red Points & Costs](/redchat.app/guides/red-points-and-costs.md) · [Plans & RP Usage](/redchat.app/faq/faq-plans-rp.md) · [Mood Snap](/redchat.app/guides/mood-snap-chat.md)

If something's missing or looks off, let us know anytime. Reach out via chat and a real person will help you out.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://powerfan-1.gitbook.io/redchat.app/guides/image-generation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
