---
title: deepseek-flash API — DeepSeek 收費詳情與規格 | RunAPI
description: 透過 RunAPI 使用 deepseek-flash，DeepSeek 系列。按次收費，含 model ID、技術規格與開發者設定指南。
url: https://runapi.ai/zh-HK/models/deepseek/flash.md
canonical: https://runapi.ai/zh-HK/models/deepseek/flash
locale: zh-HK
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-HK/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-HK/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**

**Prompt:** 描述你想要生成的內容...

**預計費用：** Input $0.30 / 1M tokens | Output $1.20 / 1M tokens

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

### 切換 variant

- **deepseek-flash** (current)
- [deepseek-v4-flash](https://runapi.ai/zh-HK/models/deepseek/v4-flash.md)
- [deepseek-v4-flash-vision-exp](https://runapi.ai/zh-HK/models/deepseek/v4-flash-vision-exp.md)
- [deepseek-v4-pro](https://runapi.ai/zh-HK/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 skill。
2. **設定** — 將 model 欄位設為本頁顯示的完整 model ID。
3. **呼叫** — 連同 prompt、inputs 及 callback 設定，送出一個 typed request。
4. **接收** — 從 RunAPI 讀取 task response、webhook callback 或 cached output 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 的 rate limit 係多少？

每個 key 的 rate limit 會按使用層級而定。請查看定價頁了解最新限制。

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

可以——variant 只係一個旗標。只要更改 model 參數就可以切換。

### 支援 streaming 嗎？

在可用 streaming 的情況下，RunAPI 會端到端串流。

### 我應該在邊度回報品質問題？

可以在公開 GitHub repo 開 issue，或者電郵支援團隊。


### RELATED

- [deepseek-v4-flash](https://runapi.ai/zh-HK/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-HK/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-HK/models/deepseek/v4-pro.md) — 由 DeepSeek 提供 · Input $1.32 / 1M tokens | Output $3.96 / 1M tokens
- [Claude](https://runapi.ai/zh-HK/models/claude.md) — 由 Anthropic 提供 · $0.0006 / 1K tokens

### 開始用 DeepSeek 建立產品。

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

我們可以協助企業設定、整合和技術問題。

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



---

## More from RunAPI

- [Home](https://runapi.ai/zh-HK/.md)
### 產品
- [模型目錄](https://runapi.ai/zh-HK/models.md)
- [收費](https://runapi.ai/zh-HK/pricing.md)
- [服務商](https://runapi.ai/zh-HK/models#all-models)
### 開發者
- [文件](https://runapi.ai/zh-HK/docs/guides)
- [SDK](https://runapi.ai/zh-HK/sdk.md)
- [CLI](https://runapi.ai/zh-HK/cli.md)
- [MCP Server](https://runapi.ai/zh-HK/mcp.md)
### 指南
- [Claude Code 與 Cursor](https://runapi.ai/zh-HK/claude-code-vs-cursor.md)
- [Cursor API 設定](https://runapi.ai/zh-HK/cursor-api-setup.md)
- [RunAPI 與 OpenRouter](https://runapi.ai/zh-HK/openrouter-alternative.md)
### 公司
- [企業版](https://runapi.ai/zh-HK/contact.md)
- [聯絡](https://runapi.ai/zh-HK/contact.md)
### 法律
- [條款](https://runapi.ai/zh-HK/terms.md)
- [私隱](https://runapi.ai/zh-HK/privacy.md)
- [Site index for agents](https://runapi.ai/llms.txt)

Contact: contact@runapi.ai

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-HK",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/zh-HK",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/zh-HK/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-HK",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/zh-HK",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/zh-HKicon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-HK",
    "@type": "SoftwareApplication",
    "name": "DeepSeek deepseek-flash",
    "applicationCategory": "DeveloperApplication"
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-HK",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "Home",
        "item": "https://runapi.ai/zh-HK"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "Models",
        "item": "https://runapi.ai/zh-HK/models"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "DeepSeek",
        "item": "https://runapi.ai/zh-HK/models/deepseek"
      },
      {
        "@type": "ListItem",
        "position": 4,
        "name": "deepseek-flash",
        "item": "https://runapi.ai/zh-HK/models/deepseek/flash"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-HK",
    "@type": "HowTo",
    "name": "四步使用 deepseek-flash",
    "description": "透過 RunAPI 使用 deepseek-flash，DeepSeek 系列。按次收費，含 model ID、技術規格與開發者設定指南。",
    "totalTime": "PT5M",
    "step": [
      {
        "@type": "HowToStep",
        "position": 1,
        "name": "安裝",
        "text": "為此模型系列安裝 model skill。",
        "url": "https://runapi.ai/zh-HK/models/deepseek/flash#how-step-1"
      },
      {
        "@type": "HowToStep",
        "position": 2,
        "name": "設定",
        "text": "將 model 欄位設為本頁顯示的完整 model ID。",
        "url": "https://runapi.ai/zh-HK/models/deepseek/flash#how-step-2"
      },
      {
        "@type": "HowToStep",
        "position": 3,
        "name": "呼叫",
        "text": "連同 prompt、inputs 及 callback 設定，送出一個 typed request。",
        "url": "https://runapi.ai/zh-HK/models/deepseek/flash#how-step-3"
      },
      {
        "@type": "HowToStep",
        "position": 4,
        "name": "接收",
        "text": "從 RunAPI 讀取 task response、webhook callback 或 cached output URL。",
        "url": "https://runapi.ai/zh-HK/models/deepseek/flash#how-step-4"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-HK",
    "@type": "FAQPage",
    "mainEntity": [
      {
        "@type": "Question",
        "name": "點樣選擇 deepseek-flash？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "傳入 quickstart 顯示嘅 model ID。"
        }
      },
      {
        "@type": "Question",
        "name": "這個 variant 的 rate limit 係多少？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "每個 key 的 rate limit 會按使用層級而定。請查看定價頁了解最新限制。"
        }
      },
      {
        "@type": "Question",
        "name": "之後可以切換 variant 嗎？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "可以——variant 只係一個旗標。只要更改 model 參數就可以切換。"
        }
      },
      {
        "@type": "Question",
        "name": "支援 streaming 嗎？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "在可用 streaming 的情況下，RunAPI 會端到端串流。"
        }
      },
      {
        "@type": "Question",
        "name": "我應該在邊度回報品質問題？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "可以在公開 GitHub repo 開 issue，或者電郵支援團隊。"
        }
      }
    ]
  }
]
```
