---
title: "OpenAI AI 模型 — 透過 RunAPI 取得 API 存取"
url: "https://runapi.ai/zh-HK/providers/openai.md"
canonical: "https://runapi.ai/zh-HK/providers/openai.md"
locale: "zh-HK"
provider: "OpenAI"
line_count: 6
variant_count: 19
---

# OpenAI

GPT language models and GPT Image generation — OpenAI&#39;s reasoning and creative AI suite.

OpenAI provides the GPT family of language models for chat, code, and reasoning, alongside GPT Image and GPT Image 2 for text-to-image generation with near-perfect multilingual text rendering.

## Models

- [Embedding](https://runapi.ai/zh-HK/models/embedding.md) — Text, 3 variants · from $0.010
- [GPT](https://runapi.ai/zh-HK/models/gpt.md) — Text, 14 variants · from $0.010
- [GPT Image](https://runapi.ai/zh-HK/models/gpt-image.md) — Image, 2 endpoints · from $0.040
- [GPT Image 2](https://runapi.ai/zh-HK/models/gpt-image-2.md) — Image, 2 endpoints · from $0.060
- [GPT-4o Image](https://runapi.ai/zh-HK/models/gpt-4o-image.md) — Image, 1 endpoints · from $0.060
- [OpenAI TTS](https://runapi.ai/zh-HK/models/openai-tts.md) — Audio &amp; Music, 2 variants · from $0.040

## Variants

| Model | Variant | Billing | Starting price | URL |
|---|---|---|---|---|
| Embedding | `text-embedding-3-large` | 1K tokens | $0.010 | https://runapi.ai/zh-HK/models/embedding/text-embedding-3-large.md |
| Embedding | `text-embedding-3-small` | 1K tokens | $0.010 | https://runapi.ai/zh-HK/models/embedding/text-embedding-3-small.md |
| Embedding | `text-embedding-ada-002` | 1K tokens | $0.010 | https://runapi.ai/zh-HK/models/embedding/text-embedding-ada-002.md |
| GPT | `codex-auto-review` | 1K tokens | $0.150 | https://runapi.ai/zh-HK/models/gpt/codex-auto-review.md |
| GPT | `5.2` | 1K tokens | $0.070 | https://runapi.ai/zh-HK/models/gpt/5.2.md |
| GPT | `5.2-pro` | 1K tokens | $0.840 | https://runapi.ai/zh-HK/models/gpt/5.2-pro.md |
| GPT | `5.3-codex` | 1K tokens | $0.070 | https://runapi.ai/zh-HK/models/gpt/5.3-codex.md |
| GPT | `5.3-codex-spark` | 1K tokens | $0.070 | https://runapi.ai/zh-HK/models/gpt/5.3-codex-spark.md |
| GPT | `5.4` | 1K tokens | $0.120 | https://runapi.ai/zh-HK/models/gpt/5.4.md |
| GPT | `5.4-mini` | 1K tokens | $0.030 | https://runapi.ai/zh-HK/models/gpt/5.4-mini.md |
| GPT | `5.4-nano` | 1K tokens | $0.010 | https://runapi.ai/zh-HK/models/gpt/5.4-nano.md |
| GPT | `5.4-pro` | 1K tokens | $1.35 | https://runapi.ai/zh-HK/models/gpt/5.4-pro.md |
| GPT | `5.5` | 1K tokens | $0.230 | https://runapi.ai/zh-HK/models/gpt/5.5.md |
| GPT | `5.5-pro` | 1K tokens | $1.35 | https://runapi.ai/zh-HK/models/gpt/5.5-pro.md |
| GPT | `5.6-luna` | 1K tokens | $0.050 | https://runapi.ai/zh-HK/models/gpt/5.6-luna.md |
| GPT | `5.6-sol` | 1K tokens | $0.230 | https://runapi.ai/zh-HK/models/gpt/5.6-sol.md |
| GPT | `5.6-terra` | 1K tokens | $0.120 | https://runapi.ai/zh-HK/models/gpt/5.6-terra.md |
| OpenAI TTS | `tts-1` | 1K UTF-8 bytes | $0.040 | https://runapi.ai/zh-HK/models/openai-tts/tts-1.md |
| OpenAI TTS | `tts-1-hd` | 1K UTF-8 bytes | $0.080 | https://runapi.ai/zh-HK/models/openai-tts/tts-1-hd.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

### 這是 OpenAI 的官方整合嗎？

RunAPI 提供託管 API 介面，價格、能力及錯誤行為都清晰透明。

### 我需要 OpenAI 帳戶嗎？

不用 — 你的 RunAPI 密鑰已足夠使用託管存取。

### 透過 proxy 會增加多少延遲？

通常少於 20 ms。RunAPI 會將 proxy 層維持在貼近 model 執行區域的位置。

### 圖片／影片會快取嗎？

生成結果會按 task ID 儲存並可供取回。輸入內容不會快取。

### 我可以使用自己的 key 嗎？

目前不支援 — 請使用 RunAPI 管理的存取。

