---
title: "OpenAI AI 模型 — RunAPI API 与 Skill 接入"
url: "https://runapi.ai/zh-CN/providers/openai.md"
canonical: "https://runapi.ai/zh-CN/providers/openai.md"
locale: "zh-CN"
provider: "OpenAI"
line_count: 5
variant_count: 14
---

# OpenAI

GPT 语言模型和 GPT Image 图像生成 — OpenAI 的推理与创意 AI 套件。

OpenAI 提供 GPT 系列语言模型（对话、代码、推理）和 GPT Image、GPT Image 2 图像生成模型（支持多语言图内文字近乎完美渲染）。

## Models

- [Embedding](https://runapi.ai/zh-CN/models/embedding.md) — Text, 3 variants · from $0.010
- [GPT](https://runapi.ai/zh-CN/models/gpt.md) — Text, 11 variants · from $0.010
- [GPT Image](https://runapi.ai/zh-CN/models/gpt-image.md) — Image, 2 endpoints · from $0.040
- [GPT Image 2](https://runapi.ai/zh-CN/models/gpt-image-2.md) — Image, 2 endpoints · from $0.060
- [GPT-4o Image](https://runapi.ai/zh-CN/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/zh-CN/models/embedding/text-embedding-3-large.md |
| Embedding | `text-embedding-3-small` | 1K tokens | $0.010 | https://runapi.ai/zh-CN/models/embedding/text-embedding-3-small.md |
| Embedding | `text-embedding-ada-002` | 1K tokens | $0.010 | https://runapi.ai/zh-CN/models/embedding/text-embedding-ada-002.md |
| GPT | `codex-auto-review` | 1K tokens | $0.150 | https://runapi.ai/zh-CN/models/gpt/codex-auto-review.md |
| GPT | `5.2` | 1K tokens | $0.070 | https://runapi.ai/zh-CN/models/gpt/5.2.md |
| GPT | `5.2-pro` | 1K tokens | $0.840 | https://runapi.ai/zh-CN/models/gpt/5.2-pro.md |
| GPT | `5.3-codex` | 1K tokens | $0.070 | https://runapi.ai/zh-CN/models/gpt/5.3-codex.md |
| GPT | `5.3-codex-spark` | 1K tokens | $0.070 | https://runapi.ai/zh-CN/models/gpt/5.3-codex-spark.md |
| GPT | `5.4` | 1K tokens | $0.080 | https://runapi.ai/zh-CN/models/gpt/5.4.md |
| GPT | `5.4-mini` | 1K tokens | $0.030 | https://runapi.ai/zh-CN/models/gpt/5.4-mini.md |
| GPT | `5.4-nano` | 1K tokens | $0.010 | https://runapi.ai/zh-CN/models/gpt/5.4-nano.md |
| GPT | `5.4-pro` | 1K tokens | $0.900 | https://runapi.ai/zh-CN/models/gpt/5.4-pro.md |
| GPT | `5.5` | 1K tokens | $0.150 | https://runapi.ai/zh-CN/models/gpt/5.5.md |
| GPT | `5.5-pro` | 1K tokens | $0.900 | https://runapi.ai/zh-CN/models/gpt/5.5-pro.md |

## LLM API endpoints

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

- `POST /v1/chat/completions` — OpenAI compatible
- `POST /v1/messages` — Anthropic compatible

Use the OpenAI or Anthropic SDK 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

### 这是 %{provider} 官方集成吗？

RunAPI 提供托管 API 接入，定价、能力和错误行为都清晰透明。

### 需要单独的 %{provider} 账号吗？

不需要——RunAPI key 即可使用托管接入。

### 代理会带来多少延迟？

一般在 20 ms 以内。RunAPI 会让代理层尽量靠近模型执行区域。

### 输出会缓存吗？

输出按任务 ID 存储在 R2 供回取。输入不缓存。

### 能自带 key 吗？

目前不支持——调用使用 RunAPI 托管接入。

