> ## Documentation Index
> Fetch the complete documentation index at: https://docs.anyone.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Image Studio

> Generate and edit images with AI models through a visual interface — no code required.

[Image Studio](https://image.anyone.ai) is Anyone.ai's visual image generation platform. It provides a browser-based UI for generating and editing images using all the image models available in your plan — no API calls or coding needed.

## Supported Models

Image Studio automatically surfaces every image model your API key has access to, including:

* **GPT Image** (OpenAI) — gpt-image-1, gpt-image-2
* **DALL·E** (OpenAI) — dall-e-3
* **Flux** (Black Forest Labs)
* **Gemini Image** (Google)
* **Runway**
* **Ideogram**

<Tip>
  The available models depend on your plan. If a model doesn't appear, check your subscription or contact support.
</Tip>

## Getting Started

<Steps>
  <Step title="Go to Image Studio">
    Open [image.anyone.ai](https://image.anyone.ai) in your browser.
  </Step>

  <Step title="Sign in with your API key">
    Paste your Anyone.ai API key. It's encrypted with AES-256-GCM at rest — we never see your key in plaintext.
  </Step>

  <Step title="Pick a model">
    Select any image model from the dropdown. All models provisioned in your account are surfaced automatically.
  </Step>

  <Step title="Generate">
    Enter a text prompt and hit generate. Supports:

    * **Text-to-image** — describe what you want
    * **Image-to-image** — upload a reference image and modify it
    * **Multi-output** — generate multiple variations in one run
  </Step>
</Steps>

## Features

| Feature                | Description                                           |
| ---------------------- | ----------------------------------------------------- |
| **Text-to-image**      | Generate images from text prompts                     |
| **Image-to-image**     | Upload reference images for editing or style transfer |
| **Multi-output**       | Generate multiple images per request                  |
| **Resolution control** | Choose from 1K, 2K, or 4K output                      |
| **Custom dimensions**  | Set exact width and height                            |
| **Generation history** | View and re-download previous generations             |

## Privacy & Security

* **Your prompts and renders stay in your account** — Image Studio never proxies them anywhere your key wouldn't reach on its own
* **API key encryption** — stored with AES-256-GCM encryption at rest
* **Session security** — httpOnly JWT cookies, no client-side key exposure

## Pricing

Image generation is billed through your Anyone.ai account using the same credits as API calls. Pricing varies by model and resolution:

| Model        | 1K            | 2K           | 4K           |
| ------------ | ------------- | ------------ | ------------ |
| gpt-image-2  | \$0.007/image | \$0.01/image | \$0.02/image |
| Other models | Varies        | Varies       | Varies       |

Check the [Models & Pricing](/models) page or your dashboard for current rates.

<Card title="Open Image Studio" icon="image" href="https://image.anyone.ai">
  Start generating images now — no code required.
</Card>
