{ "id": "deepseek", "providers": ["deepseek"], "providerAuthEnvVars": { "deepseek": ["DEEPSEEK_API_KEY"] }, "providerAuthChoices": [ { "provider": "deepseek", "method": "api-key", "choiceId": "deepseek-api-key", "choiceLabel": "DeepSeek API key", "groupId": "deepseek", "groupLabel": "DeepSeek", "groupHint": "API key", "optionKey": "deepseekApiKey", "cliFlag": "--deepseek-api-key", "cliOption": "--deepseek-api-key ", "cliDescription": "DeepSeek API key" } ], "configSchema": { "type": "object", "additionalProperties": false, "properties": {} } }