# Test and validate model provider settings

After configuring the model settings in the `Provider settings` tab, click `Test request`. This sends a completion request to the selected model provider and displays the result in a dialog.

<figure><img src="/files/fbmix5M3ZJfvBv6Kyhxg" alt="" width="366"><figcaption></figcaption></figure>

The same provider configuration is used by:

* `AI scanner`
* `Scan with AI (results in Target → Site map)`
* `AI Chat`

{% hint style="info" %}
If a test fails, check Burp's `Logger` tab for the provider request and response. Provider-side errors such as invalid model names, unsupported parameters, rate limits, or insufficient credits are surfaced there.
{% endhint %}

For common fixes, see [Troubleshooting](/help-and-faq/troubleshooting.md).


---

# 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.burpgpt.app/how-to/test-and-validate-model-provider-settings.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.
