Files
openclaw/extensions/synthetic/openclaw.plugin.json
2026-03-15 23:47:16 -07:00

28 lines
701 B
JSON

{
"id": "synthetic",
"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": {}
}
}