With an OpenAI-compatible API
This page outlines the steps involved in using an OpenAI-compatible API provider.
Use OpenAI-compatible API for local, self-hosted, or third-party runtimes that expose a chat API compatible with the OpenAI schema.
To configure the provider:
Go to the
Provider settingstab.Select
OpenAI-compatible APIfrom theModel providerdropdown.Enter the provider
Base URL. This is usually the root API URL ending in/v1.Enter an
API keyif your provider requires one. Leave it blank only if your endpoint does not require authentication.In the
Modelfield, enter the exact model identifier exposed by your provider.Adjust the
Request parametersJSON to match the parameters supported by your endpoint.Click
Test requestto validate the settings before scanning traffic.
The extension does not validate provider-specific model names or parameter compatibility before sending the request. If the test request fails, check the provider response in Burp's Logger tab.
Last updated