diff --git a/src/commands/auth-choice-options.ts b/src/commands/auth-choice-options.ts index f13eef365..6f4ae412e 100644 --- a/src/commands/auth-choice-options.ts +++ b/src/commands/auth-choice-options.ts @@ -22,7 +22,8 @@ export type AuthChoiceGroupId = | "minimax" | "synthetic" | "venice" - | "qwen"; + | "qwen" + | "redpill"; export type AuthChoiceGroup = { value: AuthChoiceGroupId; @@ -61,6 +62,12 @@ const AUTH_CHOICE_GROUP_DEFS: { hint: "OAuth", choices: ["qwen-portal"], }, + { + value: "redpill", + label: "Redpill AI", + hint: "GPU TEE privacy (DeepSeek, Qwen, Llama)", + choices: ["redpill-api-key"], + }, { value: "synthetic", label: "Synthetic",