---
name: "xpay-ideogram-ideogram-v3"
description: "Ideogram v3 Quality — AI image generation with best-in-class text rendering"
version: "1.0.0"
price: "$0.18/call"
provider: "Ideogram"
---

# Ideogram V3

Ideogram v3 Quality — AI image generation with best-in-class text rendering

**Provider:** Ideogram
**Price:** $0.18/call
**Pricing model:** Flat rate per call

## When to Use

Use this tool when you need to ideogram v3 quality — ai image generation with best-in-class text rendering. This is part of the Ideogram provider on xpay✦.

## MCP Connection

Connect to xpay✦ to access this tool (and 0+ others):

```json
{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
```

For Claude Code:
```bash
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
```

## How to Execute

Use the xpay✦ meta-tools to run this tool:

1. **`xpay_details`** — Get full input schema: `xpay_details("ideogram/ideogram_v3")`
2. **`xpay_run`** — Execute: `xpay_run("ideogram/ideogram_v3", { ...inputs })`

## Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `image` | string | No | An image file to use for inpainting. You must also use a mask. |
| `aspect_ratio` | string | No | Aspect ratio. Ignored if a resolution or inpainting image is given. |
| `style_reference_images` | array | No | A list of images to use as style references. |
| `style_type` | string | No | The styles help define the specific aesthetic of the image you want to generate. |
| `style_preset` | string | No | Apply a predefined artistic style to the generated image (V3 models only). |
| `seed` | integer | No | Random seed. Set for reproducible generation |
| `magic_prompt_option` | string | No | Magic Prompt will interpret your prompt and optimize it to maximize variety and quality of the images generated. You can also use it to write prompts in different languages. |
| `prompt` | string | Yes | Text prompt for image generation |
| `resolution` | string | No | Resolution. Overrides aspect ratio. Ignored if an inpainting image is given. |
| `mask` | string | No | A black and white image. Black pixels are inpainted, white pixels are preserved. The mask will be resized to match the image size. |

## Pricing

- **Cost:** $0.18/call
- **Balance check:** Use `xpay_balance` to check remaining credits
- Get your API key at [xpay.tools](https://xpay.tools/account/settings/api-keys/) — $5 free credits included

## Related Skills

- [Ideogram (all tools)](https://xpay.tools/skills/ideogram/SKILL.md) — 1 tools


## Links

- Tool page: https://xpay.tools/ideogram/ideogram-v3/
- Provider: https://xpay.tools/ideogram/
- All tools: https://xpay.tools/explore
