---
title: "OpenAI AI models — API y skills mediante RunAPI"
url: "https://runapi.ai/es/providers/openai.md"
canonical: "https://runapi.ai/es/providers/openai.md"
locale: "es"
provider: "OpenAI"
line_count: 5
variant_count: 17
---

# OpenAI

Modelos de lenguaje GPT y generación de imágenes GPT Image — el conjunto de IA de razonamiento y creación de OpenAI.

OpenAI proporciona la familia de modelos de lenguaje GPT para chat, código y razonamiento, junto con GPT Image y GPT Image 2 para generación de texto a imagen con representación multilingüe de texto casi perfecta.

## Models

- [Embedding](https://runapi.ai/es/models/embedding.md) — Text, 3 variants · from $0.010
- [GPT](https://runapi.ai/es/models/gpt.md) — Text, 14 variants · from $0.010
- [GPT Image](https://runapi.ai/es/models/gpt-image.md) — Image, 2 endpoints · from $0.040
- [GPT Image 2](https://runapi.ai/es/models/gpt-image-2.md) — Image, 2 endpoints · from $0.060
- [GPT-4o Image](https://runapi.ai/es/models/gpt-4o-image.md) — Image, 1 endpoints · from $0.060

## Variants

| Model | Variant | Billing | Starting price | URL |
|---|---|---|---|---|
| Embedding | `text-embedding-3-large` | 1K tokens | $0.010 | https://runapi.ai/es/models/embedding/text-embedding-3-large.md |
| Embedding | `text-embedding-3-small` | 1K tokens | $0.010 | https://runapi.ai/es/models/embedding/text-embedding-3-small.md |
| Embedding | `text-embedding-ada-002` | 1K tokens | $0.010 | https://runapi.ai/es/models/embedding/text-embedding-ada-002.md |
| GPT | `codex-auto-review` | 1K tokens | $0.150 | https://runapi.ai/es/models/gpt/codex-auto-review.md |
| GPT | `5.2` | 1K tokens | $0.070 | https://runapi.ai/es/models/gpt/5.2.md |
| GPT | `5.2-pro` | 1K tokens | $0.840 | https://runapi.ai/es/models/gpt/5.2-pro.md |
| GPT | `5.3-codex` | 1K tokens | $0.070 | https://runapi.ai/es/models/gpt/5.3-codex.md |
| GPT | `5.3-codex-spark` | 1K tokens | $0.070 | https://runapi.ai/es/models/gpt/5.3-codex-spark.md |
| GPT | `5.4` | 1K tokens | $0.120 | https://runapi.ai/es/models/gpt/5.4.md |
| GPT | `5.4-mini` | 1K tokens | $0.030 | https://runapi.ai/es/models/gpt/5.4-mini.md |
| GPT | `5.4-nano` | 1K tokens | $0.010 | https://runapi.ai/es/models/gpt/5.4-nano.md |
| GPT | `5.4-pro` | 1K tokens | $1.35 | https://runapi.ai/es/models/gpt/5.4-pro.md |
| GPT | `5.5` | 1K tokens | $0.230 | https://runapi.ai/es/models/gpt/5.5.md |
| GPT | `5.5-pro` | 1K tokens | $1.35 | https://runapi.ai/es/models/gpt/5.5-pro.md |
| GPT | `5.6-luna` | 1K tokens | $0.050 | https://runapi.ai/es/models/gpt/5.6-luna.md |
| GPT | `5.6-sol` | 1K tokens | $0.230 | https://runapi.ai/es/models/gpt/5.6-sol.md |
| GPT | `5.6-terra` | 1K tokens | $0.120 | https://runapi.ai/es/models/gpt/5.6-terra.md |

## LLM API endpoints

Base URL: `https://runapi.ai`

- `POST /v1/embeddings` — OpenAI Embeddings
- `POST /v1/chat/completions` — OpenAI compatible
- `POST /v1/responses` — OpenAI Responses
- `POST /v1/messages` — Anthropic compatible
- `POST /v1beta/models/{model}:generateContent` — Gemini generateContent
- `POST /v1beta/models/{model}:streamGenerateContent` — Gemini streamGenerateContent

Use a compatible SDK for the endpoint you call with your RunAPI API key.

## Install a model skill

```sh
npx skills add runapi-ai/<line> -g
```

Replace `<line>` with a model slug from this provider, then use the skill docs, schemas, pricing notes, and setup steps while adding the model feature.

## FAQ

### ¿Es una integración oficial de OpenAI?

RunAPI ofrece una superficie API gestionada con precios, capacidades y comportamiento de errores transparentes.

### ¿Necesito una cuenta de OpenAI?

No. Tu clave RunAPI basta para el acceso gestionado.

### ¿Cómo se factura el precio?

Por llamada o por unidad medida; las generaciones fallidas no se cobran.

