> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-jp/deploy/dedicated-deployments.md).

# Dedicated Deployments

### **Dedicated Deploymentsとは何ですか？**

Dedicated Deploymentsは、Roboflowによって管理されるプライベートクラウドサーバーで、コンピュータビジョンモデルを実行するために特別に設計されています。これらのモデルには次のものが含まれます：

* 物体検出
* 画像セグメンテーション
* 分類
* キーポイント検出
* Roboflowで学習された場合のCLIPのような基盤モデル
* Roboflow Workflows（ローコードのビジョンアプリケーション）
* …そして、他にもたくさんあります！

### **Dedicated Deploymentsのメリット**

* **機械視覚のビジネス課題に集中し、インフラは私たちにお任せください：** クラウドプロバイダーへの登録、サーバーのインストールと保護、TLS証明書の管理、サーバー管理やパッチ適用、アップデートなどを気にすることなく、数回のクリックで推論サービング用のインフラを立ち上げられます。
* **専用リソース：** あなた専用に割り当てられたクラウドサーバーを取得し、モデルに一貫したパフォーマンスを保証します。
* **安全なアクセス：** Dedicated Deploymentsはワークスペース固有のAPIキーでアクセスでき、HTTPSを使用して安全に通信します。
* **簡単な統合：** 各デプロイメントには `roboflow.cloud`、アプリケーションとの統合を簡単にします。
* **時間単位課金：** サーバーが存在する期間のみ課金されます（1分単位で請求されます）。
* **自動一時停止＆再開**：Dedicated Deploymentsは、設定可能な非アクティブ期間の後に自動的に一時停止します。 `dev-cpu` または `dev-gpu` のデプロイメントタイプでは、この期間は1時間に固定されています。APIキーを含むリクエストを送信することで、すぐに再開できます。この機能はコスト削減を支援するために設計されています。

### **現在の制限事項**

* すべてのDedicated Deploymentsは現在USベースのデータセンターでホストされています。他の地域のユーザーは、より高いレイテンシーを感じる場合があります。米国外にお住まいの場合は、カスタマイズされたソリューションについてご連絡ください。ネットワーク遅延の削減をお手伝いできます。
* Dedicated DeploymentsはCoreおよびEnterpriseプランのワークスペースで利用できます。参照先： [Roboflow plans](https://roboflow.com/pricing).

### Dedicated Deploymentsの種類

Roboflowでは、dev-cpu、dev-gpu、prod-cpu、prod-gpuの4種類のDedicated Deploymentsを提供しています。dev-cpuとdev-gpuは開発およびテスト用途向けで、数時間後に自動的に削除されます。一方、prod-cpuとprod-gpuは永続的で、大規模な本番トラフィックの提供に最適です。

<table><thead><tr><th width="184">種類</th><th>機能</th></tr></thead><tbody><tr><td>dev-cpu</td><td><p><strong>一時的</strong>：3時間後に自動的に削除されます</p><p><strong>CPU</strong>：モデル推論はCPU上で実行できます</p><p>最適用途 <strong>統合のテスト</strong> と <strong>プロトタイピング</strong> アプリケーション</p></td></tr><tr><td>dev-gpu</td><td><p><strong>一時的</strong>：3時間後に自動的に削除されます</p><p><strong>統合のテストに最適</strong> と <strong>プロトタイピング</strong> アプリケーション</p><p><strong>GPU</strong>：モデルにはGPUアクセラレーションが必要です（Florence 2のように）</p><p>最適用途 <strong>統合のテスト</strong> と <strong>プロトタイピング</strong> アプリケーション</p></td></tr><tr><td>prod-cpu</td><td><p><strong>永続的</strong>：専用サブドメイン <code>&#x3C;some-name>.roboflow.cloud</code></p><p><strong>CPU</strong>：モデル推論はCPU上で実行できます</p><p>最適用途 <strong>本番トラフィックの提供</strong></p></td></tr><tr><td>prod-gpu</td><td><p><strong>永続的</strong>：専用サブドメイン <code>&#x3C;some-name>.roboflow.cloud</code></p><p><strong>GPU</strong>：モデルにはGPUアクセラレーションが必要です（Florence 2のように）</p><p>最適用途 <strong>本番トラフィックの提供</strong></p></td></tr></tbody></table>

### **請求情報**

GPUデプロイメント（dev-gpu、prod-gpu）の料金は **1クレジット/時間**、CPUデプロイメント（dev-cpu、prod-cpu）の料金は **0.25クレジット/時間**.

Dedicated Deploymentサーバーに送信されたリクエスト数に基づいて請求されることを希望する場合は、 [こちらをクリックして営業へお問い合わせください](https://roboflow.com/sales).

すべてのDedicated Deploymentサーバーは [Roboflow Inference](https://inference.roboflow.com/)、オープンソースの推論サーバーであるRoboflow Inferenceを [Roboflow Inference documentation](https://inference.roboflow.com/) 利用可能なすべての機能の詳細をご覧ください。

### 役立つリンク <a href="#provision-and-manage-dedicated-deployments-web-application" id="provision-and-manage-dedicated-deployments-web-application"></a>

* [Dedicated Deploymentの作成方法（Roboflow App）](#provision-and-manage-dedicated-deployments-web-application-2)
* [Dedicated Deploymentの作成方法（Roboflow CLI）](/roboflow/roboflow-jp/deploy/dedicated-deployments/create-a-dedicated-deployment.md#create-a-dedicated-deployment-with-the-cli)
* [Dedicated Deploymentの使い方](/roboflow/roboflow-jp/deploy/dedicated-deployments/make-requests-to-a-dedicated-deployment.md)
* [HTTP API](/roboflow/roboflow-jp/deploy/dedicated-deployments/manage-dedicated-deployments-with-an-api.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-jp/deploy/dedicated-deployments.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
