---
title: "ideogram-v3-edit API — precios y especificaciones de Ideogram V3"
url: "https://runapi.ai/es/models/ideogram-v3/edit.md"
canonical: "https://runapi.ai/es/models/ideogram-v3/edit.md"
locale: "es"
model: "Ideogram V3"
provider: "Ideogram"
variant_id: "ideogram-v3-edit"
sdk_model_id: "ideogram-v3-edit"
modality: "image"
price_from_cents: 7
billing_unit: "call"
status: "active"
---

# Ideogram V3 ideogram-v3-edit API

Usa ideogram-v3-edit de la familia Ideogram V3 mediante RunAPI. Pago por llamada, sin suscripción, y las generaciones fallidas no se cobran.

## Pricing

**$0.070** per call

Las generaciones fallidas no se cobran

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `ideogram-v3-edit` |
| Provider | Ideogram |
| Modality | image |
| Task type | asynchronous |
| Billing unit | call |
| API endpoint | `/api/v1/ideogram_v3/edit_image` |
| Status | active |

## Request example

```json
{
  "model": "ideogram-v3-edit",
  "image_url": "https://cdn.runapi.ai/public/samples/image.jpg",
  "prompt": "Crea un póster de película para 'La Última Frontera' con el título en serif en negrita en la parte superior, una estación espacial al fondo."
}
```

## Install the skill

```sh
npx skills add runapi-ai/ideogram-v3 -g
```

The skill gives your coding tool the model docs, schemas, pricing notes, and setup steps needed to add Ideogram V3 ideogram-v3-edit features to an application.

```json
{
  "model": "ideogram-v3-edit"
}
```

## FAQ

### ¿Cómo selecciono %{variant}?

Pasa el ID de modelo que aparece en el quickstart.

### ¿El precio es por uso?

Sí. El precio se mide por llamada o unidad.


## Related

Other Ideogram V3 variants:

- [ideogram-v3-character](https://runapi.ai/es/models/ideogram-v3/character.md) — `character` · $0.180
- [ideogram-v3-character-edit](https://runapi.ai/es/models/ideogram-v3/character-edit.md) — `character-edit` · $0.180
- [ideogram-v3-character-remix](https://runapi.ai/es/models/ideogram-v3/character-remix.md) — `character-remix` · $0.180
- [ideogram-v3-reframe](https://runapi.ai/es/models/ideogram-v3/reframe.md) — `reframe` · $0.070
- [ideogram-v3-remix](https://runapi.ai/es/models/ideogram-v3/remix.md) — `remix` · $0.070
- [ideogram-v3-text-to-image](https://runapi.ai/es/models/ideogram-v3/text-to-image.md) — `text-to-image` · $0.070
