---
title: grok-4.6 API — Grok 價格與規格 | RunAPI
description: 透過 RunAPI 使用 grok-4.6——Grok 系列。按次計費、model ID、規格與開發者入門指南。
url: https://runapi.ai/zh-TW/models/grok/4.6.md
canonical: https://runapi.ai/zh-TW/models/grok/4.6
locale: zh-TW
site: RunAPI
image: https://runapi.ai/assets/opengraph-f702f2b1.png
alternates:
  en: https://runapi.ai/models/grok/4.6
  zh-CN: https://runapi.ai/zh-CN/models/grok/4.6
  es: https://runapi.ai/es/models/grok/4.6
  ja: https://runapi.ai/ja/models/grok/4.6
  de: https://runapi.ai/de/models/grok/4.6
  fr: https://runapi.ai/fr/models/grok/4.6
  pt-BR: https://runapi.ai/pt-BR/models/grok/4.6
  ko: https://runapi.ai/ko/models/grok/4.6
  it: https://runapi.ai/it/models/grok/4.6
  nl: https://runapi.ai/nl/models/grok/4.6
  pl: https://runapi.ai/pl/models/grok/4.6
  tr: https://runapi.ai/tr/models/grok/4.6
  zh-TW: https://runapi.ai/zh-TW/models/grok/4.6
  zh-HK: https://runapi.ai/zh-HK/models/grok/4.6
  ar: https://runapi.ai/ar/models/grok/4.6
  x-default: https://runapi.ai/models/grok/4.6
model: Grok
provider: xAI
variant_id: grok-4.6
sdk_model_id: grok-4.6
modality: text
billing_unit: 1K tokens
status: active
---

> HTML version: https://runapi.ai/zh-TW/models/grok/4.6
> Site index for agents: https://runapi.ai/llms.txt


# grok-4.6 API

透過 RunAPI 使用 Grok 系列的 grok-4.6。按次計費，無訂閱費，失敗的生成不收費。

**xAI / [Grok](https://runapi.ai/zh-TW/models/grok.md)**
**可直接上線 · text · 可商用**

grok-4.6 在 Grok 系列中，兼顧品質與成本的最佳平衡。

- 以美元按次計費
- 生成失敗不收費
- 模型支援時可串流輸出
- Model skill setup

## 價格

### `response`

- Input: $1.60-$3.20 / 1M tokens
- Output: $4.80-$9.60 / 1M tokens
- Prompt < 200,001 · Input: $1.60 / 1M tokens
- Prompt < 200,001 · Cached input: $0.40 / 1M tokens
- Prompt < 200,001 · Output: $4.80 / 1M tokens
- Prompt >= 200,001 · Input: $3.20 / 1M tokens
- Prompt >= 200,001 · Cached input: $0.80 / 1M tokens
- Prompt >= 200,001 · Output: $9.60 / 1M tokens


失敗的生成不收費

## 技術細節

| Field | Value |
|---|---|
| Model ID | `grok-4.6` |
| 供應商 | xAI |
| 模態 | text |
| 任務類型 | synchronous |
| 計費單位 | 1K tokens |
| API endpoint | `/v1/responses` |
| 商用授權 | 是 — 已透過 API 包含 |
| 目錄狀態 | 可直接上線 |

**Request example**

```json
{
  "model": "grok-4.6",
  "messages": [
    {
      "role": "user",
      "content": "審查這份上線計畫，找出風險最高的三項假設，並為每一項提出精簡的緩解措施。"
    }
  ]
}
```

## 快速開始 — grok-4.6

相同格式 · variant 固定在 model 中

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

| Endpoint | Protocol |
|---|---|
| `POST /v1/responses` | OpenAI Responses |

Use the OpenAI or Anthropic SDK with your RunAPI API key and `model: "grok-4.6"`.

## 四步驟使用 grok-4.6

1. **安裝** — 安裝此 model line 的 model skill。
2. **設定** — 將 model 欄位設定為此頁面顯示的完整 model ID。
3. **呼叫** — 使用您的 prompt、inputs 和 callback 設定送出型別化請求。
4. **接收** — 讀取 RunAPI 的 task 回應、webhook callback 或快取輸出 URL。

## grok-4.6 有什麼不同

- **VS GROK-4.20-0309-NON-REASONING: Responses 專用 Grok；支援 xhigh 推理、圖片理解、函式呼叫與結構化輸出** — grok-4.20-0309-non-reasoning
- **VS GROK-4.3: Responses 專用 Grok；支援 xhigh 推理、圖片理解、函式呼叫與結構化輸出** — 透過 Responses 提供快速推理、工具呼叫與結構化輸出的 Grok
- **VS GROK-4.5: Responses 專用 Grok；支援 xhigh 推理、圖片理解、函式呼叫與結構化輸出** — 最新 Grok；面向對話、程式設計與智慧代理工具，降低幻覺風險

## 最適合

- **客服支援** — 從私有知識庫回答顧客問題，減少工單量。
- **文件分析** — 起草合約摘要，並標示關鍵條款供律師審閱。
- **程式碼生成** — 在 CI 中自動產生單元測試、程式碼審查與重構建議。

## 關於 grok-4.6 的常見問題

### 模型 ID 在不同版本之間會保持穩定嗎？

RunAPI 會維持 model ID 穩定，並在不改變請求格式的情況下處理相容版本更新。

### 這個 variant 的速率限制是多少？

每個金鑰的速率限制會依使用方案而調整。請查看定價頁面以了解目前限制。

### 之後可以切換 variant 嗎？

可以——variant 只是旗標。只要變更 model 參數即可切換。

### 它支援串流嗎？

只要支援串流，RunAPI 就會端到端串流。

### 我該在哪裡回報品質問題？

請在公開 GitHub repo 提交 issue，或寄信給支援。


### Grok 的其他 variant

- [grok-4.20-0309-non-reasoning](https://runapi.ai/zh-TW/models/grok/4.20-0309-non-reasoning.md) — `grok-4.20-0309-non-reasoning` · Input $0.63-$1.26 / 1M tokens | Output $1.25-$2.50 / 1M tokens · Input $1.20-$2.40 / 1M tokens | Output $2.50-$5.00 / 1M tokens
- [grok-4.3](https://runapi.ai/zh-TW/models/grok/4.3.md) — `grok-4.3` · Input $1.00-$2.00 / 1M tokens | Output $2.00-$4.00 / 1M tokens
- [grok-4.5](https://runapi.ai/zh-TW/models/grok/4.5.md) — `grok-4.5` · Input $2.00-$4.00 / 1M tokens | Output $6.00-$12.00 / 1M tokens · Input $1.60-$3.20 / 1M tokens | Output $4.80-$9.60 / 1M tokens

### 其他模型的替代方案

- [Claude](https://runapi.ai/zh-TW/models/claude.md) — Anthropic's LLM for complex reasoning, code, analysis, and extended-context tasks.
- [DeepSeek](https://runapi.ai/zh-TW/models/deepseek.md) — Reasoning-first LLMs via RunAPI — flash for fast, low-cost work; pro for complex agentic tasks.
- [Embedding](https://runapi.ai/zh-TW/models/embedding.md) — OpenAI 文字嵌入，用於語意搜尋、檢索、分群與排序 workflow。

## 開始使用 Grok 進行開發。

- [建立免費帳戶](https://runapi.ai/zh-TW/login)
- [閱讀快速入門 →](https://runapi.ai/docs/api/openai/chat-completions)

---

## More from RunAPI

- [Home](https://runapi.ai/zh-TW/.md)
- [模型](https://runapi.ai/zh-TW/models.md)
- [AI 影片 API 比較](https://runapi.ai/zh-TW/ai-video-api-comparison.md)
- [OpenClaw 整合](https://runapi.ai/zh-TW/openclaw.md)
- [OpenClaw 最佳 API](https://runapi.ai/zh-TW/best-api-for-openclaw.md)
- [OpenClaw 圖片生成](https://runapi.ai/zh-TW/openclaw-image-generation.md)
- [Hermes Agent 整合](https://runapi.ai/zh-TW/hermes-agent.md)
- [價格](https://runapi.ai/zh-TW/pricing.md)
- [Claude API 價格](https://runapi.ai/zh-TW/claude-api-pricing.md)
- [ChatGPT API 價格](https://runapi.ai/zh-TW/chatgpt-api-pricing.md)
- [OpenAI API 價格](https://runapi.ai/zh-TW/openai-api-pricing.md)
- [Gemini API 價格](https://runapi.ai/zh-TW/gemini-api-pricing.md)
- [Claude Code 價格](https://runapi.ai/zh-TW/claude-code-pricing.md)
- [Claude Code API](https://runapi.ai/zh-TW/claude-code-api.md)
- [Claude Code 對比 Cursor](https://runapi.ai/zh-TW/claude-code-vs-cursor.md)
- [Claude Max 對比 API](https://runapi.ai/zh-TW/claude-max-vs-api.md)
- [Requesty 替代方案](https://runapi.ai/zh-TW/requesty-alternative.md)
- [文件](https://runapi.ai/zh-TW/docs/guides)
- [SDK](https://runapi.ai/zh-TW/sdk.md)
- [技能](https://runapi.ai/zh-TW/skills.md)
- [MCP Server](https://runapi.ai/zh-TW/mcp.md)
- [CLI](https://runapi.ai/zh-TW/cli.md)
- [意見回饋](https://runapi.makethisbetter.dev)
- [聯絡我們](mailto:support@runapi.ai)
- [服務條款](https://runapi.ai/zh-TW/terms.md)
- [隱私權](https://runapi.ai/zh-TW/privacy.md)
- [Site index for agents](https://runapi.ai/llms.txt)

Contact: contact@runapi.ai

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-TW",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/zh-TW",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/zh-TW/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-TW",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/zh-TW",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/zh-TWicon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-TW",
    "@type": "SoftwareApplication",
    "name": "Grok grok-4.6",
    "applicationCategory": "DeveloperApplication"
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-TW",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "Home",
        "item": "https://runapi.ai/zh-TW"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "Models",
        "item": "https://runapi.ai/zh-TW/models"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "Grok",
        "item": "https://runapi.ai/zh-TW/models/grok"
      },
      {
        "@type": "ListItem",
        "position": 4,
        "name": "grok-4.6",
        "item": "https://runapi.ai/zh-TW/models/grok/4.6"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-TW",
    "@type": "HowTo",
    "name": "四步驟使用 grok-4.6",
    "description": "透過 RunAPI 使用 grok-4.6——Grok 系列。按次計費、model ID、規格與開發者入門指南。",
    "totalTime": "PT5M",
    "step": [
      {
        "@type": "HowToStep",
        "position": 1,
        "name": "安裝",
        "text": "安裝此 model line 的 model skill。",
        "url": "https://runapi.ai/zh-TW/models/grok/4.6#how-step-1"
      },
      {
        "@type": "HowToStep",
        "position": 2,
        "name": "設定",
        "text": "將 model 欄位設定為此頁面顯示的完整 model ID。",
        "url": "https://runapi.ai/zh-TW/models/grok/4.6#how-step-2"
      },
      {
        "@type": "HowToStep",
        "position": 3,
        "name": "呼叫",
        "text": "使用您的 prompt、inputs 和 callback 設定送出型別化請求。",
        "url": "https://runapi.ai/zh-TW/models/grok/4.6#how-step-3"
      },
      {
        "@type": "HowToStep",
        "position": 4,
        "name": "接收",
        "text": "讀取 RunAPI 的 task 回應、webhook callback 或快取輸出 URL。",
        "url": "https://runapi.ai/zh-TW/models/grok/4.6#how-step-4"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-TW",
    "@type": "FAQPage",
    "mainEntity": [
      {
        "@type": "Question",
        "name": "模型 ID 在不同版本之間會保持穩定嗎？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "RunAPI 會維持 model ID 穩定，並在不改變請求格式的情況下處理相容版本更新。"
        }
      },
      {
        "@type": "Question",
        "name": "這個 variant 的速率限制是多少？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "每個金鑰的速率限制會依使用方案而調整。請查看定價頁面以了解目前限制。"
        }
      },
      {
        "@type": "Question",
        "name": "之後可以切換 variant 嗎？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "可以——variant 只是旗標。只要變更 model 參數即可切換。"
        }
      },
      {
        "@type": "Question",
        "name": "它支援串流嗎？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "只要支援串流，RunAPI 就會端到端串流。"
        }
      },
      {
        "@type": "Question",
        "name": "我該在哪裡回報品質問題？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "請在公開 GitHub repo 提交 issue，或寄信給支援。"
        }
      }
    ]
  }
]
```
