OpenAI configuration

The API key is required to connect to OpenAI LLMs. The organization ID is optional and can be found in your organization settings, and the API key can be found in the API key page. A list of the available models can be found here.

siren-ai:
  provider: 'openai'
  providerConfig:
    openai:
      connection:
        orgId: 'org-id'
        apiKey: 'api-key'
      parameters:
        model: 'gpt-5.2-2025-12-11'