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

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


# deepseek-flash API

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

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

<!-- catalog-model-detail-slot: model-playground -->

## 試用 DeepSeek flash

選擇任一模型，幾秒內即可開始生成。


**模型:**
- **Message** — `message` · `deepseek-flash` · Input $0.30 / 1M tokens | Output $1.20 / 1M tokens
- **Chat completion**

**提示詞:** 描述您想創作的內容...

**預估：** Input $0.30 / 1M tokens | Output $1.20 / 1M tokens

- [生成](https://runapi.ai/zh-TW/login)
請登入以使用 RunAPI 生成。
<!-- /catalog-model-detail-slot: model-playground -->

### 切換 variant

- **deepseek-flash** (current)
- [deepseek-v4-flash](https://runapi.ai/zh-TW/models/deepseek/v4-flash.md)
- [deepseek-v4-flash-vision-exp](https://runapi.ai/zh-TW/models/deepseek/v4-flash-vision-exp.md)
- [deepseek-v4-pro](https://runapi.ai/zh-TW/models/deepseek/v4-pro.md)

4 個版本可用



deepseek-flash 在 DeepSeek 系列中，兼顧品質與成本的最佳平衡。

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




## 技術細節

| 欄位 | 值 |
|---|---|
| 提供者 | DeepSeek |
| 模型 ID | deepseek-flash |
| 模態 | Text |
| 任務類型 | Synchronous |
| API 端點 | `/v1/chat/completions` |
|  | `/v1/responses` |
|  | `/v1/messages` |
|  | `/v1beta/models/deepseek-flash:generateContent` |
|  | `/v1beta/models/deepseek-flash:streamGenerateContent` |
| 計費單位 | 1K tokens |
| 目錄狀態 | 可直接上線 |



**使用方式**

## 3 個步驟使用此模型

1. **取得 API 金鑰** - 免費註冊後，從控制台建立 deepseek-flash 的 API 金鑰。
2. **傳送請求** - 向 /v1/chat/completions 傳送 POST 請求，並傳入 deepseek-flash 模型 ID 與參數。
3. **取得結果** - 直接從端點讀取已完成的 deepseek-flash 回應。



<!-- catalog-model-detail-slot: feature-cards -->

## 此模型提供的功能

- **Endpoint 覆蓋範圍** — 公開 2 個公共 endpoint：message, chat_completion。
- **用量計費** — 依 1K tokens 計量，無需訂閱。
<!-- /catalog-model-detail-slot: feature-cards -->


## DeepSeek flash 價格

| API endpoint | 解析度 | 時長 | 價格 |
|---|---|---|---|
| `message` | 暫無資料 | 1K tokens | Input: $0.30 / 1M tokens<br>Output: $1.20 / 1M tokens<br>Cache read: $0.01 / 1M tokens |
| `chat_completion` | 暫無資料 | 1K tokens | Input: $0.30 / 1M tokens<br>Output: $1.20 / 1M tokens<br>Cache read: $0.01 / 1M tokens |



**API 參考**

## 端點規格

| Field | Value |
|---|---|
| 端點 | `POST /v1/chat/completions` |
| 模型 ID | `deepseek-flash` |
| 工作類型 | `message, chat_completion` |
| 最長時長 | `暫無資料` |
| 解析度 | `暫無資料` |
| 長寬比 | `暫無資料` |
| 輸出格式 | `暫無資料` |
| 平均生成時間 | `暫無資料` |


<!-- catalog-model-detail-slot: request-parameters -->

## 請求參數

此端點尚未發布請求參數。
<!-- /catalog-model-detail-slot: request-parameters -->

**Request example**

```json
{
  "model": "deepseek-flash",
  "messages": [
    {
      "role": "user",
      "content": "Refactor this Python module for readability, explain each change, then add unit tests for the edge cases."
    }
  ]
}
```

### 快速開始 — deepseek-flash

相同格式 · variant 固定在 model 中

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

| Endpoint | Protocol |
|---|---|
| `POST /v1/chat/completions` | OpenAI compatible |
| `POST /v1/responses` | OpenAI Responses |
| `POST /v1/messages` | Anthropic compatible |
| `POST /v1beta/models/deepseek-flash:generateContent` | Gemini generateContent |
| `POST /v1beta/models/deepseek-flash:streamGenerateContent` | Gemini streamGenerateContent |

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

### 四步驟使用 deepseek-flash

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

### deepseek-flash 有什麼不同

- **VS DEEPSEEK-V4-FLASH: deepseek-flash** — Fast, low-cost reasoning; toggle thinking per request
- **VS DEEPSEEK-V4-FLASH-VISION-EXP: deepseek-flash** — 1M 上下文；支援視覺任務的圖片輸入，支援 JPEG、PNG、GIF 與 WebP
- **VS DEEPSEEK-V4-PRO: deepseek-flash** — Flagship reasoning and analysis for complex agentic work

## 使用情境

**客服支援**

從私有知識庫回答顧客問題，減少工單量。

**文件分析**

起草合約摘要，並標示關鍵條款供律師審閱。

**程式碼生成**

在 CI 中自動產生單元測試、程式碼審查與重構建議。



## 關於 DeepSeek flash 的常見問題

### 如何選擇 deepseek-flash？

傳入 quickstart 顯示的 model ID。

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

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

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

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

### 它支援串流嗎？

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

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

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


### RELATED

- [deepseek-v4-flash](https://runapi.ai/zh-TW/models/deepseek/v4-flash.md) — 由 DeepSeek 提供 · Input $0.30 / 1M tokens | Output $1.20 / 1M tokens
- [deepseek-v4-flash-vision-exp](https://runapi.ai/zh-TW/models/deepseek/v4-flash-vision-exp.md) — 由 DeepSeek 提供 · Input $0.30 / 1M tokens | Output $1.20 / 1M tokens
- [deepseek-v4-pro](https://runapi.ai/zh-TW/models/deepseek/v4-pro.md) — 由 DeepSeek 提供 · Input $1.32 / 1M tokens | Output $3.96 / 1M tokens
- [Claude](https://runapi.ai/zh-TW/models/claude.md) — 由 Anthropic 提供 · $0.0006 / 1K tokens

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

- [建立免費帳戶](https://runapi.ai/zh-TW/login)
- [閱讀快速入門 →](https://runapi.ai/zh-TW/docs/api/openai/chat-completions)
## 正在與團隊一起打造？

我們可以協助企業接入、整合與技術問題。

[聯絡我們](https://runapi.ai/zh-TW/contact.md)



---

## More from RunAPI

- [Home](https://runapi.ai/zh-TW/.md)
### 產品
- [模型目錄](https://runapi.ai/zh-TW/models.md)
- [價格](https://runapi.ai/zh-TW/pricing.md)
- [提供商](https://runapi.ai/zh-TW/models#all-models)
### 開發者
- [文件](https://runapi.ai/zh-TW/docs/guides)
- [SDK](https://runapi.ai/zh-TW/sdk.md)
- [CLI](https://runapi.ai/zh-TW/cli.md)
- [MCP Server](https://runapi.ai/zh-TW/mcp.md)
### 指南
- [Claude Code 與 Cursor](https://runapi.ai/zh-TW/claude-code-vs-cursor.md)
- [Cursor API 設定](https://runapi.ai/zh-TW/cursor-api-setup.md)
- [RunAPI 與 OpenRouter](https://runapi.ai/zh-TW/openrouter-alternative.md)
### 公司
- [企業版](https://runapi.ai/zh-TW/contact.md)
- [聯絡我們](https://runapi.ai/zh-TW/contact.md)
### 法律
- [服務條款](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": "DeepSeek deepseek-flash",
    "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": "DeepSeek",
        "item": "https://runapi.ai/zh-TW/models/deepseek"
      },
      {
        "@type": "ListItem",
        "position": 4,
        "name": "deepseek-flash",
        "item": "https://runapi.ai/zh-TW/models/deepseek/flash"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-TW",
    "@type": "HowTo",
    "name": "四步驟使用 deepseek-flash",
    "description": "透過 RunAPI 使用 deepseek-flash——DeepSeek 系列。按次計費、model ID、規格與開發者入門指南。",
    "totalTime": "PT5M",
    "step": [
      {
        "@type": "HowToStep",
        "position": 1,
        "name": "安裝",
        "text": "安裝此 model line 的 model skill。",
        "url": "https://runapi.ai/zh-TW/models/deepseek/flash#how-step-1"
      },
      {
        "@type": "HowToStep",
        "position": 2,
        "name": "設定",
        "text": "將 model 欄位設定為此頁面顯示的完整 model ID。",
        "url": "https://runapi.ai/zh-TW/models/deepseek/flash#how-step-2"
      },
      {
        "@type": "HowToStep",
        "position": 3,
        "name": "呼叫",
        "text": "使用您的 prompt、inputs 和 callback 設定送出型別化請求。",
        "url": "https://runapi.ai/zh-TW/models/deepseek/flash#how-step-3"
      },
      {
        "@type": "HowToStep",
        "position": 4,
        "name": "接收",
        "text": "讀取 RunAPI 的 task 回應、webhook callback 或快取輸出 URL。",
        "url": "https://runapi.ai/zh-TW/models/deepseek/flash#how-step-4"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-TW",
    "@type": "FAQPage",
    "mainEntity": [
      {
        "@type": "Question",
        "name": "如何選擇 deepseek-flash？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "傳入 quickstart 顯示的 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，或寄信給支援。"
        }
      }
    ]
  }
]
```
