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

# モデルランキング

モデルランキングは、異なるモデルの相対的な性能を比較する補助として用いるもので、単独でモデル選定の結論とすべきではありません。データは [Arena AI](https://arena.ai/)で、GitHub Actions により毎日自動更新されています。

モデルを選ぶ際には、タスクの種類、コンテキスト長、マルチモーダル対応とツール呼び出し能力、速度、価格、地域ごとの利用可否、データポリシーも総合的に考慮してください。ランキングと価格は動的に変化するため、ページに記載された更新時刻と各モデル提供元の公式情報を基準にしてください。

## ランキング目録

* [Agent エージェントランキング](/docs/jp/other/model_rank/agent.md)：本ランキングは、多輪のツール呼び出し／エージェントタスクにおけるモデルの総合的な性能を評価し、純改善率、確認成功率、賛否比、制御性、Bash復旧率、ツール幻覚率などの指標を含みます。
* [テキストランキング](/docs/jp/other/model_rank/text.md)：本ランキングは Arena AI の中核となるテキスト対戦ランキングであり、人間のブラインド投票による対戦結果からモデルの相対的な実力を推定します。
* [検索ランキング](/docs/jp/other/model_rank/search.md)：本ランキングは、オンライン検索／情報検索系タスクにおけるモデルの性能を評価します。
* [ビジュアルランキング](/docs/jp/other/model_rank/vision.md)：本ランキングは、画像理解系タスクにおけるマルチモーダルモデルの性能を評価します。
* [コード／Web開発ランキング](/docs/jp/other/model_rank/code-webdev.md)：本ランキングは、Webフロントエンド開発（HTML/CSS/JS）タスクにおけるモデルの実際の性能を評価します。
* [画像生成ランキング](/docs/jp/other/model_rank/text-to-image.md)：本ランキングは、テキストプロンプトに基づいて画像を生成する画像生成モデルの能力を評価します。

***

### 💡 ヘルプの取得とフィードバックの送信

設定や使用中にご不明点、バグ、または機能改善のご提案がありましたら、 [フィードバックと提案](/docs/jp/question-contact/suggestions.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, and the optional `goal` query parameter:

```
GET https://docs.cherryai.com.cn/docs/jp/other/model_rank.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.
