> For the complete documentation index, see [llms.txt](https://ai-docs.fptcloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ai-docs.fptcloud.com/ai-factory-guideline-jp/fpt-ai-studio/sbisu/moderuhabu/chtoriaru/moderukataroguno.md).

# モデルカタログの使用方法

各モデルカードには以下が含まれます：

* **モデル名** (例: `Qwen/Qwen3-14B`, `meta-llama/Llama-3-70B`)
* **プロバイダー** (例: Qwen, Meta LLaMA, Google Gemma, DeepSeek, IBM Granite, Mistral)
* **バージョンまたはサイズ** (例: `7B`, `14B`, `70B`)

各モデルカードでは、**三点メニュー（⋮）**&#x304B;ら複数のオプションを利用できます：

* **遊び場**

  モデルをプレイグラウンドインターフェースで直接テストできます。デプロイ前に操作できます。
* **APIエンドポイントの作成**

  モデル用のAPIエンドポイントを生成し、アプリケーションやサービスに統合できるようにし  ます。
* **微調整**

  独自のデータセットを使用してモデルをカスタマイズし、特定のユースケース向けに性能を向上させます。

![file](https://fptcloud.com/wp-content/uploads/2025/09/image-1757045110043.png)

**モデルの閲覧と検索**

* 上部の**検索バー**を使用して、名前でモデルをすばやく検索できます。
* **フィルタータブ**（例：DeepSeek、GPT、Qwenなど）を使用して、特定のファミリーに属するモデ  \
  ルを表示します。
* 右下&#x306E;**「1ページあたりのモデル数」**&#x8A2D;定を調整し、1ページあたり8、16、32、64、またはそれ以上のモ  \
  デルを表示できます。
* ページネーションコントロールを使用してページ間を移動してください。


---

# 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, and the optional `goal` query parameter:

```
GET https://ai-docs.fptcloud.com/ai-factory-guideline-jp/fpt-ai-studio/sbisu/moderuhabu/chtoriaru/moderukataroguno.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
