OpenAI Compatible API

URL - This is your target endpoint to which the attack messages will be sent.
API Key - The authentication key for your target (if applicable).
System Prompt - Your application’s system prompt. It sets the initial instructions or context for the AI model, defines the behavior, tone, and specific guidelines the AI should follow while interacting. For best practices, refer to the OpenAI documentation on prompt engineering.
Model - The exact model name you want to use. Since this connector is not tied to a single model provider, you should look up the correct identifier on your chosen provider’s website. You can find links to the model lists from different providers on their corresponding Connections pages in the SPLX Platform documentation.
HTTP Headers - Enter the key–value pairs required for API requests to the target.
Extra LLM Config - Any request-body LLM configuration parameters the UI does not expose explicitly, such as temperature, top_p, or max_tokens. Leave the field blank to accept provider defaults.
Last updated