# Model Testing

{% hint style="info" %}
This module is used to test the accuracy of model configuration. After selecting a model, if it can output successfully here, then the configuration is normal.
{% endhint %}

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

Supports selecting multiple models simultaneously (up to three) to compare model response effects, making it convenient to test which model performs better in different task scenarios:

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

Supports testing vision models:

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


---

# Agent Instructions: 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.easy-dataset.com/ed/en/basic/quickstart/model-testing.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.
