diff --git a/src/commands/auth-choice-options.ts b/src/commands/auth-choice-options.ts index 825c143a1..7e3ab6ac0 100644 --- a/src/commands/auth-choice-options.ts +++ b/src/commands/auth-choice-options.ts @@ -20,7 +20,8 @@ export type AuthChoiceGroupId = | "minimax" | "synthetic" | "venice" - | "qwen"; + | "qwen" + | "together"; export type AuthChoiceGroup = { value: AuthChoiceGroupId; @@ -65,6 +66,12 @@ const AUTH_CHOICE_GROUP_DEFS: { hint: "Anthropic-compatible (multi-model)", choices: ["synthetic-api-key"], }, + { + value: "together", + label: "Together AI", + hint: "API key", + choices: ["together-api-key"], + }, { value: "venice", label: "Venice AI",