---
title: deepseek-v4-flash-vision-exp API — DeepSeek 料金・仕様 | RunAPI
description: RunAPI で deepseek-v4-flash-vision-exp を利用 — DeepSeek ファミリー。従量課金、モデル ID、仕様、開発者向けセットアップガイドを確認できます。
url: https://runapi.ai/ja/models/deepseek/v4-flash-vision-exp.md
canonical: https://runapi.ai/ja/models/deepseek/v4-flash-vision-exp
locale: ja
site: RunAPI
image: https://runapi.ai/assets/opengraph-f702f2b1.png
alternates:
  en: https://runapi.ai/models/deepseek/v4-flash-vision-exp
  zh-CN: https://runapi.ai/zh-CN/models/deepseek/v4-flash-vision-exp
  es: https://runapi.ai/es/models/deepseek/v4-flash-vision-exp
  ja: https://runapi.ai/ja/models/deepseek/v4-flash-vision-exp
  de: https://runapi.ai/de/models/deepseek/v4-flash-vision-exp
  fr: https://runapi.ai/fr/models/deepseek/v4-flash-vision-exp
  pt-BR: https://runapi.ai/pt-BR/models/deepseek/v4-flash-vision-exp
  ko: https://runapi.ai/ko/models/deepseek/v4-flash-vision-exp
  it: https://runapi.ai/it/models/deepseek/v4-flash-vision-exp
  nl: https://runapi.ai/nl/models/deepseek/v4-flash-vision-exp
  pl: https://runapi.ai/pl/models/deepseek/v4-flash-vision-exp
  tr: https://runapi.ai/tr/models/deepseek/v4-flash-vision-exp
  zh-TW: https://runapi.ai/zh-TW/models/deepseek/v4-flash-vision-exp
  zh-HK: https://runapi.ai/zh-HK/models/deepseek/v4-flash-vision-exp
  ar: https://runapi.ai/ar/models/deepseek/v4-flash-vision-exp
  x-default: https://runapi.ai/models/deepseek/v4-flash-vision-exp
model: DeepSeek
provider: DeepSeek
variant_id: deepseek-v4-flash-vision-exp
sdk_model_id: deepseek-v4-flash-vision-exp
modality: text
billing_unit: 1K tokens
status: active
---

> HTML version: https://runapi.ai/ja/models/deepseek/v4-flash-vision-exp
> Site index for agents: https://runapi.ai/llms.txt


# deepseek-v4-flash-vision-exp  API

RunAPI から DeepSeek ファミリーの deepseek-v4-flash-vision-exp を利用できます。従量課金、サブスクリプション不要、失敗した生成は課金されません。

**DeepSeek / [DeepSeek](https://runapi.ai/ja/models/deepseek.md)**
**稼働中 · text · 商用利用対応**

DeepSeek deepseek-v4-flash-vision-exp は同じ RunAPI 認証、model skill ワークフロー、従量料金で利用できます。

- 統合 API key
- Model skill セットアップ
- モデル ID リファレンス
- 失敗した生成は課金されません

## 料金

### `message`

- Input: $0.22 / 1M tokens
- Output: $0.66 / 1M tokens
- Cache read: $0.02 / 1M tokens

### `chat_completion`

- Input: $0.22 / 1M tokens
- Output: $0.66 / 1M tokens
- Cache read: $0.02 / 1M tokens


失敗した生成は課金されません

## 仕様

| Field | Value |
|---|---|
| モデル ID | `deepseek-v4-flash-vision-exp` |
| プロバイダー | DeepSeek |
| モダリティ | text |
| タスク種別 | synchronous |
| 課金 | 1K tokens |
| Endpoint | `/v1/chat/completions` |
|  | `/v1/responses` |
|  | `/v1/messages` |
|  | `/v1beta/models/deepseek-v4-flash-vision-exp:generateContent` |
|  | `/v1beta/models/deepseek-v4-flash-vision-exp:streamGenerateContent` |
| 商用利用 | はい |
| カタログステータス | 稼働中 |

**Request example**

```json
{
  "model": "deepseek-v4-flash-vision-exp",
  "messages": [
    {
      "role": "user",
      "content": "このPythonモジュールを可読性向上のためにリファクタリングし、各変更を説明してから、エッジケースのユニットテストを追加してください。"
    }
  ]
}
```

## モデルスキル — deepseek-v4-flash-vision-exp

スキルを1回インストールし、構築中にこのページのバリアントIDを使用してください。

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-v4-flash-vision-exp:generateContent` | Gemini generateContent |
| `POST /v1beta/models/deepseek-v4-flash-vision-exp:streamGenerateContent` | Gemini streamGenerateContent |

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

## deepseek-v4-flash-vision-exp の使い方

1. **モデルを選ぶ** — アプリのワークフローに合うモデルとバリアントを選びます。
2. **モデル ID を渡す** — リクエスト body にこのバリアント ID を指定します。
3. **タスクを実行** — リクエストを送信し、返された task ID を保存します。
4. **出力を取得** — タスク完了時にポーリングまたは callback で結果を受け取ります。

## deepseek-v4-flash-vision-exp の比較

- **VS DEEPSEEK-V4-FLASH: 1Mコンテキスト、画像入力に対応するビジョンタスク向け、JPEG・PNG・GIF・WebP** — 高速・低コスト推論、リクエスト単位で思考をトグル
- **VS DEEPSEEK-V4-PRO: 1Mコンテキスト、画像入力に対応するビジョンタスク向け、JPEG・PNG・GIF・WebP** — 複雑なエージェント作業向けフラッグシップ推論・分析

## このバリアントの用途

- **Chat** — LLM をチャットや推論に利用します。
- **コード** — 実装作業の生成とレビューに使います。
- **自動化** — モデルを backend タスクに接続します。

## deepseek-v4-flash-vision-exp に関するよくある質問

### deepseek-v4-flash-vision-exp はどう選択しますか？

quickstart に表示されるモデル ID を渡してください。

### 料金は従量課金ですか？

はい。呼び出しまたは単位ごとの従量課金です。


### その他の DeepSeek バリアント

- [deepseek-v4-flash](https://runapi.ai/ja/models/deepseek/v4-flash.md) — `deepseek-v4-flash` · Input $0.22 / 1M tokens | Output $0.66 / 1M tokens
- [deepseek-v4-pro](https://runapi.ai/ja/models/deepseek/v4-pro.md) — `deepseek-v4-pro` · Input $0.66 / 1M tokens | Output $1.98 / 1M tokens

### 関連モデル

- [Claude](https://runapi.ai/ja/models/claude.md) — 複雑な推論、コード、分析、長文脈タスク向けにAnthropicのLLMへClaude APIでアクセスできます。
- [Embedding](https://runapi.ai/ja/models/embedding.md) — セマンティック検索、検索取得、クラスタリング、ランキングワークフロー向けのOpenAIテキストエンベディング。
- [Gemini](https://runapi.ai/ja/models/gemini.md) — チャット、コード生成、推論、長文脈タスク向けにGoogleのマルチモーダルLLMへGemini APIでアクセスできます。

## 今日から DeepSeek を始める。

- [無料アカウントを作成](https://runapi.ai/ja/login)
- [クイックスタートを読む →](https://runapi.ai/docs/api/openai/chat-completions)

---

## More from RunAPI

- [Home](https://runapi.ai/ja/.md)
- [モデル](https://runapi.ai/ja/models.md)
- [動画API比較](https://runapi.ai/ja/ai-video-api-comparison.md)
- [OpenClaw 統合](https://runapi.ai/ja/openclaw.md)
- [OpenClaw に最適な API](https://runapi.ai/ja/best-api-for-openclaw.md)
- [OpenClaw 画像生成](https://runapi.ai/ja/openclaw-image-generation.md)
- [Hermes 統合](https://runapi.ai/ja/hermes-agent.md)
- [料金](https://runapi.ai/ja/pricing.md)
- [Claude API 料金](https://runapi.ai/ja/claude-api-pricing.md)
- [ChatGPT API 料金](https://runapi.ai/ja/chatgpt-api-pricing.md)
- [OpenAI API 料金](https://runapi.ai/ja/openai-api-pricing.md)
- [Gemini API 料金](https://runapi.ai/ja/gemini-api-pricing.md)
- [Claude Code 料金](https://runapi.ai/ja/claude-code-pricing.md)
- [Claude Code API](https://runapi.ai/ja/claude-code-api.md)
- [Claude Code と Cursor 比較](https://runapi.ai/ja/claude-code-vs-cursor.md)
- [Claude Max と API 比較](https://runapi.ai/ja/claude-max-vs-api.md)
- [Requesty 代替](https://runapi.ai/ja/requesty-alternative.md)
- [ドキュメント](https://runapi.ai/ja/docs/guides)
- [SDK](https://runapi.ai/ja/sdk.md)
- [Skills](https://runapi.ai/ja/skills.md)
- [MCP Server](https://runapi.ai/ja/mcp.md)
- [CLI](https://runapi.ai/ja/cli.md)
- [フィードバック](https://runapi.makethisbetter.dev)
- [お問い合わせ](mailto:support@runapi.ai)
- [利用規約](https://runapi.ai/ja/terms.md)
- [プライバシー](https://runapi.ai/ja/privacy.md)
- [Site index for agents](https://runapi.ai/llms.txt)

Contact: contact@runapi.ai

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "ja",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/ja",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/ja/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ja",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/ja",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/jaicon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ja",
    "@type": "SoftwareApplication",
    "name": "DeepSeek deepseek-v4-flash-vision-exp",
    "applicationCategory": "DeveloperApplication"
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ja",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "Home",
        "item": "https://runapi.ai/ja"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "Models",
        "item": "https://runapi.ai/ja/models"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "DeepSeek",
        "item": "https://runapi.ai/ja/models/deepseek"
      },
      {
        "@type": "ListItem",
        "position": 4,
        "name": "deepseek-v4-flash-vision-exp",
        "item": "https://runapi.ai/ja/models/deepseek/v4-flash-vision-exp"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ja",
    "@type": "HowTo",
    "name": "deepseek-v4-flash-vision-exp の使い方",
    "description": "RunAPI で deepseek-v4-flash-vision-exp を利用 — DeepSeek ファミリー。従量課金、モデル ID、仕様、開発者向けセットアップガイドを確認できます。",
    "totalTime": "PT5M",
    "step": [
      {
        "@type": "HowToStep",
        "position": 1,
        "name": "モデルを選ぶ",
        "text": "アプリのワークフローに合うモデルとバリアントを選びます。",
        "url": "https://runapi.ai/ja/models/deepseek/v4-flash-vision-exp#how-step-1"
      },
      {
        "@type": "HowToStep",
        "position": 2,
        "name": "モデル ID を渡す",
        "text": "リクエスト body にこのバリアント ID を指定します。",
        "url": "https://runapi.ai/ja/models/deepseek/v4-flash-vision-exp#how-step-2"
      },
      {
        "@type": "HowToStep",
        "position": 3,
        "name": "タスクを実行",
        "text": "リクエストを送信し、返された task ID を保存します。",
        "url": "https://runapi.ai/ja/models/deepseek/v4-flash-vision-exp#how-step-3"
      },
      {
        "@type": "HowToStep",
        "position": 4,
        "name": "出力を取得",
        "text": "タスク完了時にポーリングまたは callback で結果を受け取ります。",
        "url": "https://runapi.ai/ja/models/deepseek/v4-flash-vision-exp#how-step-4"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ja",
    "@type": "FAQPage",
    "mainEntity": [
      {
        "@type": "Question",
        "name": "deepseek-v4-flash-vision-exp はどう選択しますか？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "quickstart に表示されるモデル ID を渡してください。"
        }
      },
      {
        "@type": "Question",
        "name": "料金は従量課金ですか？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "はい。呼び出しまたは単位ごとの従量課金です。"
        }
      }
    ]
  }
]
```
