{
  "id": "synthetic",
  "enabledByDefault": true,
  "providers": ["synthetic"],
  "providerAuthEnvVars": {
    "synthetic": ["SYNTHETIC_API_KEY"]
  },
  "providerAuthChoices": [
    {
      "provider": "synthetic",
      "method": "api-key",
      "choiceId": "synthetic-api-key",
      "choiceLabel": "Synthetic API key",
      "groupId": "synthetic",
      "groupLabel": "Synthetic",
      "groupHint": "Anthropic-compatible (multi-model)",
      "optionKey": "syntheticApiKey",
      "cliFlag": "--synthetic-api-key",
      "cliOption": "--synthetic-api-key <key>",
      "cliDescription": "Synthetic API key"
    }
  ],
  "configSchema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {}
  }
}
