> 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/universe/find-a-model-on-universe.md).

# Universe で Model を見つける

Universe 上の 50,000 件以上のデータセットには、そのデータセットに関連付けられた学習済みモデルもあります。これらのモデルは、あなたのコンピュータビジョンプロジェクトで [Workflows](/roboflow/roboflow-jp/workflows/what-is-workflows.md).

Universe でデータセットを見つけるには、検索バーに識別したい対象を入力します。検索ページで、「Has a Model」ボックスにチェックを入れます:

<figure><img src="/files/d0d30a83f20e0f85ee5aeb509c4126db5ad3ea25" alt=""><figcaption></figcaption></figure>

これにより、学習済みモデルを含むデータセットのみに検索結果が絞り込まれます。

結果をクリックして、そのプロジェクトの詳細を確認します。

データセットのホームページにはメトリクスが表示されます。これらのメトリクスはモデルの種類によって異なります。たとえば物体検出では mAP、precision（適合率）、recall（再現率）が表示され、classification では accuracy（正解率）が表示されます。

<figure><img src="/files/0921c334596732eccb59f898c829886c0f9df3c7" alt=""><figcaption></figcaption></figure>

「Try This Model」セクションに画像をアップロードして、最新のモデルバージョンを試せます。

サイドバーの「Models」をクリックして、すべての学習済みモデルを表示し、試すものを 1 つ選ぶこともできます:

<figure><img src="/files/b8e279d2db4509e6fda0f61b9727911b05620122" alt=""><figcaption></figcaption></figure>

Models ページを開くと、プロジェクトのテストセットにあるサンプル画像の結果が、画像上にプロットされて表示されます:

<figure><img src="/files/0e7301333bd51a1865f30bb7e37a80e33c2f9c68" alt=""><figcaption><p>画像内で「occupied forklift」クラスが識別されています。</p></figcaption></figure>

## Universe Model をデプロイする

各 Universe model ページには「Deploy Model」ボタンがあり、これをクリックすると複数のデプロイオプションを含むモーダルが開きます:

* Code Snippet: モデルを呼び出すための、Python、JavaScript、または cURL のすぐに使えるコードです。 [Serverless API](/roboflow/roboflow-jp/deploy/serverless-hosted-api-v2.md)。各スニペットには、「Copy prompt」ボタンが含まれており、これを押すと AI コーディングエージェントに貼り付けられる構造化プロンプトをコピーできます。
* MCP: 次を接続するためのセットアップ手順 [Roboflow MCP Server](broken://pages/779232c30ee074fe3a299c58cfa44fe81f9fddef) Claude Code、Cursor、または Codex に。接続すると、エージェントは Roboflow モデルで直接推論を実行できます。
* Custom Workflow: 事前構築済みの [Workflow](/roboflow/roboflow-jp/workflows/what-is-workflows.md) 検出、カウント、可視化などの一般的なタスク向けテンプレート。

モーダル上部の Roboflow Agent 入力欄にプロンプトを直接入力して、モデルを使った構築についてのガイド付き会話を開始することもできます。

### Workflow で Universe Model を使用する

Workflows で Universe models を使用できます。

モデルを使用するには、Roboflow Workflows を開き、 [Workflow を作成し、](/roboflow/roboflow-jp/workflows/create-a-workflow.md)、次に model block を追加します:

<figure><img src="/files/5fc7509f7297333d0eb379ceb6ab9e45ab6fa50e" alt=""><figcaption></figcaption></figure>

ブロックエディタで「Model」をクリックして、モデルを選択します:

<figure><img src="/files/a95d405fa85a23b7cb67da51b85918b80de67784" alt=""><figcaption></figcaption></figure>

次に、「Public Models」タブをクリックします:

<figure><img src="/files/574352334c7b4c74d336496f4b51384b8ee2a956" alt=""><figcaption></figcaption></figure>

使用したいモデルに対応する Universe model ページに戻り、コピーアイコンをクリックして model ID をコピーします。これは model ページの上部に表示されます:

<figure><img src="/files/949d2ef9d788182d47f3671e52c969ee6105c282" alt=""><figcaption></figcaption></figure>

次に、model ID を Public Models の検索バーに貼り付けます:

<figure><img src="/files/72e06de154cda0a0700d65bf72b585173d234cfe" alt=""><figcaption></figcaption></figure>

モデルを使用するには「Use model ID」をクリックします。

これで Workflow ブロックは Universe model を使用するようになります。


---

# 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/universe/find-a-model-on-universe.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.
