For the complete documentation index, see llms.txt. This page is also available as Markdown.

Use supported cloud-based model providers

This page outlines the steps for using the integration with supported cloud-based AI model providers.

To configure and use a cloud-hosted model provider, follow these steps:

  1. Go to the Provider settings tab.

  2. Select a cloud-hosted model provider from the Model provider dropdown.

  3. Enter the API key for the selected provider in the API key field. Refer to the selected provider’s documentation for instructions on obtaining and managing your API key.

  4. Keep the default Base URL, or override it if your provider account requires a custom endpoint.

  5. In the Model field, type or select the exact model identifier supported by the chosen provider.

  6. Use Read timeout to control how long the extension waits for a provider response. Set it to 0 for no timeout.

  7. The Request parameters field accepts a JSON object with valid model parameters such as temperature, top_p, stop, and max_tokens. For details, see the selected provider’s documentation.

  8. Click Test request before using the provider for scanning or AI Chat.

The AI scanner tab controls the scan prompt and message role used for scan requests. Provider settings are shared by active scanning, manual scanning, provider tests, and AI Chat.

Last updated