Skip to main content

Documentation Index

Fetch the complete documentation index at: https://opensre.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

All configuration options for OpenSRE can be set via environment variables. This page provides a complete reference.

LLM Providers

VariableDefaultDescriptionModule
LLM_PROVIDERanthropicPrimary LLM provider (anthropic, openai, openrouter, deepseek, gemini, nvidia, minimax, groq, bedrock, ollama, codex, claude-code, cursor, gemini-cli, antigravity-cli, opencode, kimi, copilot)config
LLM_MAX_TOKENS4096Maximum tokens for LLM responsesconfig

Anthropic

VariableDefaultDescriptionModule
ANTHROPIC_API_KEYAPI key for Anthropicllm_credentials
ANTHROPIC_REASONING_MODELModel for reasoning tasksconfig
ANTHROPIC_TOOLCALL_MODELModel for tool callingconfig

OpenAI

VariableDefaultDescriptionModule
OPENAI_API_KEYAPI key for OpenAIllm_credentials
OPENAI_REASONING_MODELModel for reasoning tasksconfig
OPENAI_TOOLCALL_MODELModel for tool callingconfig

OpenRouter

VariableDefaultDescriptionModule
OPENROUTER_API_KEYAPI key for OpenRouterllm_credentials
OPENROUTER_MODELShared model for all tasksconfig
OPENROUTER_REASONING_MODELOverride model for reasoningconfig
OPENROUTER_TOOLCALL_MODELOverride model for tool callingconfig

DeepSeek

VariableDefaultDescriptionModule
DEEPSEEK_API_KEYAPI key for DeepSeekllm_credentials
DEEPSEEK_MODELShared model for all tasksconfig
DEEPSEEK_REASONING_MODELOverride model for reasoningconfig
DEEPSEEK_TOOLCALL_MODELOverride model for tool callingconfig

Google Gemini

VariableDefaultDescriptionModule
GEMINI_API_KEYAPI key for Google Geminillm_credentials
GEMINI_MODELShared model for all tasksconfig
GEMINI_REASONING_MODELOverride model for reasoningconfig
GEMINI_TOOLCALL_MODELOverride model for tool callingconfig

NVIDIA

VariableDefaultDescriptionModule
NVIDIA_API_KEYAPI key for NVIDIA NIMllm_credentials
NVIDIA_MODELShared model for all tasksconfig
NVIDIA_REASONING_MODELOverride model for reasoningconfig
NVIDIA_TOOLCALL_MODELOverride model for tool callingconfig

MiniMax

VariableDefaultDescriptionModule
MINIMAX_API_KEYAPI key for MiniMaxllm_credentials
MINIMAX_MODELShared model for all tasksconfig
MINIMAX_REASONING_MODELOverride model for reasoningconfig
MINIMAX_TOOLCALL_MODELOverride model for tool callingconfig

Groq

VariableDefaultDescriptionModule
GROQ_API_KEYAPI key for Groqllm_credentials
GROQ_MODELShared model for all tasksconfig
GROQ_REASONING_MODELOverride model for reasoningconfig
GROQ_TOOLCALL_MODELOverride model for tool callingconfig

Amazon Bedrock

VariableDefaultDescriptionModule
BEDROCK_REASONING_MODELModel for reasoning tasksconfig
BEDROCK_TOOLCALL_MODELModel for tool callingconfig

Ollama (Local)

VariableDefaultDescriptionModule
OLLAMA_MODELModel name in Ollamaconfig
OLLAMA_HOSThttp://localhost:11434Ollama server URLconfig

LLM Reasoning Effort

VariableDefaultDescriptionModule
OPENSRE_REASONING_EFFORTmediumReasoning effort level for extended thinking models (low, medium, high)llm_reasoning_effort

CLI Investigation Tools

VariableDefaultDescriptionModule
CODEX_BINPath to Codex CLI binaryconfig
CODEX_MODELModel override for Codexconfig
CLAUDE_CODE_BINPath to Claude Code CLI binaryconfig
CLAUDE_CODE_MODELModel override for Claude Codeconfig
GEMINI_CLI_BINPath to Gemini CLI binaryconfig
GEMINI_CLI_MODELModel override for Gemini CLIconfig
ANTIGRAVITY_CLI_BINPath to Antigravity CLI binaryconfig
ANTIGRAVITY_CLI_MODELModel override for Antigravityconfig
ANTIGRAVITY_CLI_TIMEOUT_SECONDSTimeout for Antigravity CLI invocationsconfig
OPENCODE_BINPath to OpenCode CLI binaryconfig
OPENCODE_MODELModel override for OpenCodeconfig
CURSOR_BINPath to Cursor CLI binaryconfig
CURSOR_MODELModel override for Cursorconfig
KIMI_BINPath to Kimi CLI binaryconfig
KIMI_MODELModel override for Kimiconfig
KIMI_API_KEYAPI key for Kimiconfig
COPILOT_BINPath to GitHub Copilot CLI binaryconfig
COPILOT_MODELModel override for Copilotconfig
COPILOT_HOMECopilot config directory overrideconfig
COPILOT_GITHUB_TOKENGitHub token for Copilot authconfig

Output & Debugging

VariableDefaultDescriptionModule
TRACER_VERBOSE0Verbose output for tracer (1, true, yes)cli/support/output
TRACER_OUTPUT_FORMATOutput format for tracer resultscli/support/output
TRACER_API_URLAPI URL for tracer reportsutils/slack_delivery
NO_COLORDisable colored output (standard convention)cli/support/output
COLUMNS80Terminal column width for output formattingcli/support/output
ENVdevelopmentEnvironment (development, production)config

Credentials & Authentication

VariableDefaultDescriptionModule
OPENSRE_DISABLE_KEYRING0Disable OS keyring for credential storagellm_credentials
OPENSRE_API_KEYAPI key for remote OpenSRE instancesremote/server
DBUS_SESSION_BUS_ADDRESSD-Bus socket address (Linux keyring)llm_credentials

Telemetry & Monitoring

VariableDefaultDescriptionModule
OPENSRE_NO_TELEMETRY0Disable all telemetryutils/sentry_sdk
OPENSRE_SENTRY_DISABLED0Disable Sentry error reportingutils/sentry_sdk
OPENSRE_SENTRY_DSNOverride Sentry DSNutils/sentry_sdk
OPENSRE_SENTRY_LOGGING_DISABLED0Disable Sentry log integration.env.example
OPENSRE_DEPLOYMENT_METHODlocalDeployment method tag for Sentry (railway, ec2, vercel, local).env.example
OPENSRE_PROMPT_LOG_DISABLED0Disable prompt logging entirely.env.example
OPENSRE_PROMPT_LOG_LOCAL_DISABLED0Disable local prompt log file.env.example
OPENSRE_PROMPT_LOG_REDACT0Redact prompts before logging.env.example
OPENSRE_PROMPT_LOG_PATH~/.config/opensre/prompt_log.jsonlPath to local prompt log file.env.example
DO_NOT_TRACK0Honor global do-not-track preferenceutils/sentry_sdk
SENTRY_TRACES_SAMPLE_RATE1.0Trace sampling rate for Sentry.env.example
SENTRY_ERROR_SAMPLE_RATE1.0Error sampling rate for Sentry.env.example

Paths & Directories

VariableDefaultDescriptionModule
INVESTIGATIONS_DIR~/.opensre/investigationsDirectory for saved investigationsremote/server
OPENSRE_PROJECT_ENV_PATHPROJECT_ROOT/.envPath to project-level .env filecli/wizard/config

Feature Flags

VariableDefaultDescriptionModule
OSRE_HELM_INTEGRATIONEnable Helm integration (1/true/yes)integrations/_catalog_impl
GITLAB_MR_WRITEBACKEnable GitLab merge request writeback (true, 1, yes)delivery/publish_findings/gitlab_writeback
OPENSRE_RELEASES_API_URLGitHub releases APIOverride releases API endpointcli/support/update

Integration Credentials

Observability & Monitoring

VariableDefaultDescriptionModule
GRAFANA_INSTANCE_URLGrafana instance URLintegrations/_catalog_impl
GRAFANA_READ_TOKENGrafana API tokenintegrations/_catalog_impl
GRAFANA_LOKI_DATASOURCE_UIDUID of Loki datasource in Grafana.env.example
GRAFANA_TEMPO_DATASOURCE_UIDUID of Tempo datasource in Grafana.env.example
DD_API_KEYDatadog API keyintegrations/_catalog_impl
DD_APP_KEYDatadog application keyintegrations/_catalog_impl
DD_SITEdatadoghq.comDatadog site (us/eu)integrations/_catalog_impl
HONEYCOMB_API_KEYHoneycomb API keyintegrations/_catalog_impl
HONEYCOMB_DATASET__all__Honeycomb dataset slugintegrations/_catalog_impl
HONEYCOMB_API_URLhttps://api.honeycomb.ioHoneycomb API endpointintegrations/_catalog_impl
CORALOGIX_API_KEYCoralogix API keyintegrations/_catalog_impl
CORALOGIX_API_URLhttps://api.coralogix.comCoralogix API endpointintegrations/_catalog_impl
CORALOGIX_APPLICATION_NAMEApplication name in Coralogixintegrations/_catalog_impl
CORALOGIX_SUBSYSTEM_NAMESubsystem name in Coralogixintegrations/_catalog_impl
SIGNOZ_URLSigNoz instance URL.env.example
SIGNOZ_API_KEYSigNoz API key.env.example
ALERTMANAGER_URLAlertmanager URLintegrations/_catalog_impl
ALERTMANAGER_BEARER_TOKENBearer token for Alertmanagerintegrations/_catalog_impl
ALERTMANAGER_USERNAMEUsername for Alertmanager basic authintegrations/_catalog_impl
ALERTMANAGER_PASSWORDPassword for Alertmanager basic authintegrations/_catalog_impl
SPLUNK_URLSplunk instance URLintegrations/_catalog_impl
SPLUNK_TOKENSplunk API tokenintegrations/_catalog_impl
SPLUNK_INDEXmainSplunk indexintegrations/_catalog_impl
SPLUNK_VERIFY_SSLtrueVerify Splunk SSL certificateintegrations/_catalog_impl
SENTRY_URLhttps://sentry.ioSentry instance URLintegrations/_catalog_impl
SENTRY_ORG_SLUGSentry organization slugintegrations/_catalog_impl
SENTRY_PROJECT_SLUGSentry project slugintegrations/_catalog_impl
SENTRY_AUTH_TOKENSentry auth tokenintegrations/_catalog_impl

Cloud Platforms

VariableDefaultDescriptionModule
AWS_REGIONus-east-1AWS regionintegrations/_catalog_impl
AWS_ROLE_ARNAWS role ARN for cross-account accessintegrations/_catalog_impl
AWS_EXTERNAL_IDExternal ID for AWS cross-account roleintegrations/_catalog_impl
AWS_ACCESS_KEY_IDAWS access keyintegrations/_catalog_impl
AWS_SECRET_ACCESS_KEYAWS secret access keyintegrations/_catalog_impl
AWS_SESSION_TOKENAWS session tokenintegrations/_catalog_impl

Messaging

VariableDefaultDescriptionModule
SLACK_WEBHOOK_URLSlack incoming webhook URLcli/support/output, utils/slack_delivery
SLACK_BOT_TOKENSlack bot tokenscheduler/credentials, .env.example
SLACK_ACCESS_TOKENSlack user tokenscheduler/credentials
SLACK_GITHUB_ISSUES_WEBHOOK_URLSlack webhook for GitHub issuesintegrations/github_issue_comments
DISCORD_BOT_TOKENDiscord bot tokenscheduler/credentials, remote/server
DISCORD_APPLICATION_IDDiscord application IDintegrations/_catalog_impl
DISCORD_PUBLIC_KEYDiscord public keyintegrations/_catalog_impl
DISCORD_DEFAULT_CHANNEL_IDDefault Discord channelintegrations/_catalog_impl
TELEGRAM_BOT_TOKENTelegram bot tokenwatch_dog/alarms, scheduler/credentials
TELEGRAM_DEFAULT_CHAT_IDDefault Telegram chat IDintegrations/_catalog_impl
TWILIO_ACCOUNT_SIDTwilio account SIDintegrations/_catalog_impl
TWILIO_AUTH_TOKENTwilio auth tokenintegrations/_catalog_impl
TWILIO_WHATSAPP_FROMWhatsApp sender number (Twilio)integrations/_catalog_impl
WHATSAPP_DEFAULT_TODefault WhatsApp recipientintegrations/_catalog_impl
TWILIO_SMS_FROMSMS sender number (Twilio)integrations/_catalog_impl
TWILIO_SMS_MESSAGING_SERVICE_SIDSMS messaging service SIDintegrations/_catalog_impl
TWILIO_SMS_DEFAULT_TODefault SMS recipientintegrations/_catalog_impl

Code & Collaboration

VariableDefaultDescriptionModule
GITHUB_MCP_MODEstreamable-httpGitHub MCP transport modeintegrations/_catalog_impl
GITHUB_MCP_URLGitHub MCP server URLintegrations/_catalog_impl
GITHUB_MCP_COMMANDGitHub MCP command to executeintegrations/_catalog_impl
GITHUB_MCP_ARGSGitHub MCP command argumentsintegrations/_catalog_impl
GITHUB_MCP_AUTH_TOKENGitHub MCP auth tokenintegrations/_catalog_impl
GITHUB_MCP_TOOLSETSrepos,issues,pull_requests,actions,searchEnabled GitHub MCP toolsetsintegrations/_catalog_impl
OPENSRE_GITHUB_MCP_REPO_PROBE_LIMIT50Max repos to probe (5-500).env.example
GITLAB_BASE_URLGitLab instance URLintegrations/_catalog_impl
GITLAB_TOKENGitLab API token.env.example
JIRA_BASE_URLJira instance URLintegrations/_catalog_impl
JIRA_EMAILJira user emailintegrations/_catalog_impl
JIRA_API_TOKENJira API tokenintegrations/_catalog_impl
JIRA_PROJECT_KEYDefault Jira project keyintegrations/_catalog_impl
BITBUCKET_WORKSPACEBitbucket workspace nameintegrations/_catalog_impl
BITBUCKET_USERNAMEBitbucket usernameintegrations/_catalog_impl
BITBUCKET_APP_PASSWORDBitbucket app passwordintegrations/_catalog_impl
BITBUCKET_MAX_RESULTS25Max results per API callintegrations/_catalog_impl
INCIDENT_IO_BASE_URLincident.io API URLintegrations/_catalog_impl
INCIDENT_IO_API_TOKENincident.io API token.env.example
OPSGENIE_API_KEYOpsgenie API keyintegrations/_catalog_impl
OPSGENIE_REGIONusOpsgenie region (us/eu)integrations/_catalog_impl
VERCEL_API_TOKENVercel API tokenintegrations/_catalog_impl
VERCEL_TEAM_IDVercel team IDintegrations/_catalog_impl
VERCEL_POLL_PROJECT_IDSProject IDs for Vercel polling (CSV)remote/vercel_poller

Databases

VariableDefaultDescriptionModule
MONGODB_CONNECTION_STRINGMongoDB connection stringintegrations/mongodb, integrations/_catalog_impl
MONGODB_DATABASEMongoDB database nameintegrations/mongodb, integrations/_catalog_impl
MONGODB_AUTH_SOURCEadminMongoDB auth sourceintegrations/mongodb, integrations/_catalog_impl
MONGODB_TLStrueEnable MongoDB TLSintegrations/mongodb, integrations/_catalog_impl
MONGODB_ATLAS_PUBLIC_KEYMongoDB Atlas public API keyintegrations/_catalog_impl
MONGODB_ATLAS_PRIVATE_KEYMongoDB Atlas private API keyintegrations/_catalog_impl
MONGODB_ATLAS_PROJECT_IDMongoDB Atlas project IDintegrations/_catalog_impl
MONGODB_ATLAS_BASE_URLhttps://cloud.mongodb.com/api/atlas/v2MongoDB Atlas API base URL.env.example
POSTGRESQL_HOSTPostgreSQL hostintegrations/_catalog_impl
POSTGRESQL_PORT5432PostgreSQL portintegrations/_catalog_impl
POSTGRESQL_DATABASEPostgreSQL database nameintegrations/_catalog_impl
POSTGRESQL_USERNAMEpostgresPostgreSQL usernameintegrations/_catalog_impl
POSTGRESQL_PASSWORDPostgreSQL passwordintegrations/_catalog_impl
POSTGRESQL_SSL_MODEpreferPostgreSQL SSL modeintegrations/_catalog_impl
MYSQL_HOSTMySQL hostintegrations/_catalog_impl
MYSQL_PORT3306MySQL portintegrations/_catalog_impl
MYSQL_DATABASEMySQL database nameintegrations/_catalog_impl
MYSQL_USERNAMErootMySQL usernameintegrations/_catalog_impl
MYSQL_PASSWORDMySQL passwordintegrations/_catalog_impl
MYSQL_SSL_MODEpreferredMySQL SSL modeintegrations/_catalog_impl
MARIADB_HOSTMariaDB hostintegrations/_catalog_impl
MARIADB_PORT3306MariaDB portintegrations/_catalog_impl
MARIADB_DATABASEMariaDB database nameintegrations/_catalog_impl
MARIADB_USERNAMEMariaDB usernameintegrations/_catalog_impl
MARIADB_PASSWORDMariaDB passwordintegrations/_catalog_impl
MARIADB_SSLtrueEnable MariaDB SSLintegrations/_catalog_impl

Message Queues & Other Services

VariableDefaultDescriptionModule
RABBITMQ_HOSTRabbitMQ hostintegrations/_catalog_impl
RABBITMQ_MANAGEMENT_PORT15672RabbitMQ management portintegrations/_catalog_impl
RABBITMQ_USERNAMERabbitMQ usernameintegrations/_catalog_impl
RABBITMQ_PASSWORDRabbitMQ passwordintegrations/_catalog_impl
RABBITMQ_VHOST/RabbitMQ vhostintegrations/_catalog_impl
RABBITMQ_SSLfalseEnable RabbitMQ SSLintegrations/_catalog_impl
RABBITMQ_VERIFY_SSLtrueVerify RabbitMQ SSL certificateintegrations/_catalog_impl
BETTERSTACK_QUERY_ENDPOINTBetter Stack query endpointintegrations/_catalog_impl
BETTERSTACK_USERNAMEBetter Stack usernameintegrations/_catalog_impl
BETTERSTACK_PASSWORDBetter Stack passwordintegrations/_catalog_impl
BETTERSTACK_SOURCESBetter Stack sourcesintegrations/_catalog_impl
KAFKA_BOOTSTRAP_SERVERSKafka broker addresses.env.example
KAFKA_SECURITY_PROTOCOLPLAINTEXTKafka security protocol.env.example
KAFKA_SASL_MECHANISMKafka SASL mechanism.env.example
KAFKA_SASL_USERNAMEKafka SASL username.env.example
KAFKA_SASL_PASSWORDKafka SASL password.env.example
VariableDefaultDescriptionModule
OPENSEARCH_URLOpenSearch instance URLintegrations/_catalog_impl
OPENSEARCH_USERNAMEOpenSearch usernameintegrations/_catalog_impl
OPENSEARCH_PASSWORDOpenSearch passwordintegrations/_catalog_impl
OPENSEARCH_INDEX_PATTERN*OpenSearch index patternintegrations/_catalog_impl
OPENSEARCH_MAX_RESULTS100Max OpenSearch resultsintegrations/_catalog_impl
OPENOBSERVE_URLOpenObserve instance URLintegrations/_catalog_impl
OPENOBSERVE_TOKENOpenObserve API tokenintegrations/_catalog_impl
OPENOBSERVE_USERNAMEOpenObserve usernameintegrations/_catalog_impl
OPENOBSERVE_PASSWORDOpenObserve passwordintegrations/_catalog_impl
OPENOBSERVE_ORGdefaultOpenObserve organizationintegrations/_catalog_impl
OPENOBSERVE_STREAMOpenObserve streamintegrations/_catalog_impl
OPENOBSERVE_MAX_RESULTS100Max OpenObserve resultsintegrations/_catalog_impl
VICTORIA_LOGS_URLVictoriaLogs instance URLintegrations/_catalog_impl
VICTORIA_LOGS_TENANT_IDVictoriaLogs tenant IDintegrations/_catalog_impl
CLICKHOUSE_HOSTClickHouse host.env.example
CLICKHOUSE_PORT8123ClickHouse port.env.example
CLICKHOUSE_DATABASEdefaultClickHouse database.env.example
CLICKHOUSE_USERdefaultClickHouse username.env.example
CLICKHOUSE_PASSWORDClickHouse password.env.example
CLICKHOUSE_SECUREfalseEnable ClickHouse TLS.env.example
SNOWFLAKE_ACCOUNT_IDENTIFIERSnowflake account identifierintegrations/_catalog_impl
SNOWFLAKE_ACCOUNTSnowflake account (alternative)integrations/_catalog_impl
SNOWFLAKE_TOKENSnowflake tokenintegrations/_catalog_impl
SNOWFLAKE_USERSnowflake usernameintegrations/_catalog_impl
SNOWFLAKE_PASSWORDSnowflake passwordintegrations/_catalog_impl
SNOWFLAKE_WAREHOUSESnowflake warehouseintegrations/_catalog_impl
SNOWFLAKE_ROLESnowflake roleintegrations/_catalog_impl
SNOWFLAKE_DATABASESnowflake databaseintegrations/_catalog_impl
SNOWFLAKE_SCHEMASnowflake schemaintegrations/_catalog_impl
SNOWFLAKE_MAX_RESULTS50Max Snowflake resultsintegrations/_catalog_impl
AZURE_SQL_SERVERAzure SQL server nameintegrations/_catalog_impl
AZURE_SQL_DATABASEAzure SQL database nameintegrations/_catalog_impl
AZURE_SQL_PORTAzure SQL portintegrations/_catalog_impl
AZURE_SQL_USERNAMEAzure SQL usernameintegrations/_catalog_impl
AZURE_SQL_PASSWORDAzure SQL passwordintegrations/_catalog_impl
AZURE_SQL_DRIVERODBC Driver 18 for SQL ServerAzure SQL ODBC driverintegrations/_catalog_impl
AZURE_SQL_ENCRYPTtrueEnable Azure SQL encryptionintegrations/_catalog_impl
AZURE_LOG_ANALYTICS_WORKSPACE_IDAzure Log Analytics workspace IDintegrations/_catalog_impl
AZURE_LOG_ANALYTICS_TOKENAzure Log Analytics tokenintegrations/_catalog_impl
AZURE_TENANT_IDAzure tenant IDintegrations/_catalog_impl
AZURE_SUBSCRIPTION_IDAzure subscription IDintegrations/_catalog_impl
AZURE_MAX_RESULTS100Max Azure resultsintegrations/_catalog_impl

MCP Servers

VariableDefaultDescriptionModule
OPENCLAW_MCP_URLOpenClaw MCP server URLintegrations/_catalog_impl
OPENCLAW_MCP_COMMANDOpenClaw MCP command to executeintegrations/_catalog_impl
OPENCLAW_MCP_MODEstreamable-httpOpenClaw MCP transport modeintegrations/_catalog_impl
OPENCLAW_MCP_ARGSOpenClaw MCP command argumentsintegrations/_catalog_impl

Git Integrations

VariableDefaultDescriptionModule
GITHUB_EVENT_PATHGitHub Actions event payload pathintegrations/github_issue_comments
GITHUB_REPOSITORYGitHub repository (owner/repo)integrations/github_issue_comments
GITHUB_TOKENGitHub personal access token.env.example

Multi-Instance Integrations

Many integrations support multi-instance configuration via JSON:
Variable PatternDescription
GRAFANA_INSTANCESJSON array of Grafana instances
DD_INSTANCESJSON array of Datadog instances
HONEYCOMB_INSTANCESJSON array of Honeycomb instances
CORALOGIX_INSTANCESJSON array of Coralogix instances
AWS_INSTANCESJSON array of AWS accounts
ARGOCD_INSTANCESJSON array of Argo CD instances
See multi-instance-integrations for detailed format.

LLM Classification Models

When not specified, classification models fall back to reasoning models or provider defaults:
VariableDefaultDescription
ANTHROPIC_CLASSIFICATION_MODELAnthropic classification model
OPENAI_CLASSIFICATION_MODELOpenAI classification model
OPENROUTER_CLASSIFICATION_MODELOpenRouter classification model
DEEPSEEK_CLASSIFICATION_MODELDeepSeek classification model
GEMINI_CLASSIFICATION_MODELGemini classification model
NVIDIA_CLASSIFICATION_MODELNVIDIA classification model
MINIMAX_CLASSIFICATION_MODELMiniMax classification model
GROQ_CLASSIFICATION_MODELGroq classification model

Notes

  • All variables support .env file configuration
  • Environment variables take precedence over .env file
  • Variables with empty values are typically treated as “not set”
  • Boolean values accept: 1, true, yes, on (case-insensitive)
  • See LLM Providers for detailed provider setup instructions