> For the complete documentation index, see [llms.txt](https://docs.allganize.ai/alli-llm-app-market/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.allganize.ai/alli-llm-app-market/manual/project-settings/llm-in-apps.md).

# アプリ内のモデル利用状況

## LLMモデルの利用状況を確認する <a href="#about" id="about"></a>

本メニューではアプリケーションで現在使用されているLLMモデルのリストを確認できます。管理者がモデルの使用状況をアプリケーション横断で把握し、非推奨・障害・交換が必要なモデルへ迅速に対応することをサポートするための機能としてご利用ください。

***

## ページ概要 <a href="#info" id="info"></a>

プロジェクト設定＞アプリ内のモデル利用状況をクリックするとモデルの一覧表示されます。

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

* **使用中ラベル**

  現在アプリケーションで使用されているモデルに表示されるラベルです。
* **未使用ラベル**

  アプリで利用されていないモデルに表示されるラベルです。
* <img src="/files/Zhy76C6SRzaHvMjLiigh" alt="" data-size="line">**ボタン**

  該当モデル右の<img src="/files/P0XgMtqChL6G3rsI4n7Z" alt="" data-size="line">をクリックすると、そのモデルが使用されているアプリの一覧が表示されます。

<figure><img src="/files/3vTuh23GEFAJASz3e90D" alt=""><figcaption><p>モデル名横の>ボタンをクリックした画面</p></figcaption></figure>

* **アプリ名の一覧**\
  モデル名横の＞ボタンをクリックすると該当モデルを利用しているアプリ名の一覧が表示されます。\
  アプリのタイプと、どのタイプのノードで利用されているかが表示されます。
* **アプリ名横の**<img src="/files/un5DdLqhF5Dx6MZKh7w5" alt="" data-size="line">**ボタン**\
  アプリ名横の<img src="/files/WfxC8NLEYZD9Ag9sqyjS" alt="" data-size="line">ボタンをクリックすると該当アプリの編集画面に遷移します。

{% hint style="info" %}
**アプリは元アプリの権限に応じて表示やアクセスが制限されています。**

-閲覧権限がないアプリ：アプリ名一覧に表示されません\
-編集権限がないアプリ：表示はされますが、編集はできません
{% endhint %}

***

## よくある質問 <a href="#question" id="question"></a>

* **「使用中」ラベルはどのモデルに表示されますか？**

  現在アプリケーションで実際に使用されているLLMモデルに「使用中」ラベルが表示されます。使用されていないモデルには「未使用」ラベルが付与されています。
* **アプリケーションの編集ページに移動するにはどうすればいいですか？**

  モデル詳細情報の画面に表示されているボタンをクリックすることで、直接アプリケーションの編集ページに移動できます。
* **モデルが非推奨になった場合、どのように対応できますか？**

  モデル一覧からそのモデルに付いた「使用中」ラベルをクリックし、影響を受けているアプリケーションを特定したうえで、詳細画面のボタンから直接編集ページへ移動して対応できます。

***


---

# 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://docs.allganize.ai/alli-llm-app-market/manual/project-settings/llm-in-apps.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.
