diff --git a/frontend/src/components/ModelSelector.tsx b/frontend/src/components/ModelSelector.tsx index cf68e16c..3dd97f33 100644 --- a/frontend/src/components/ModelSelector.tsx +++ b/frontend/src/components/ModelSelector.tsx @@ -45,12 +45,6 @@ export const MODEL_CONFIG: Record = { supportsVision: true, tokenLimit: 70000 }, - "deepseek-r1-70b": { - displayName: "DeepSeek R1 70B", - badges: ["Pro"], - requiresPro: true, - tokenLimit: 64000 - }, "deepseek-r1-0528": { displayName: "DeepSeek R1 0528 671B", badges: ["Pro", "New"], diff --git a/frontend/src/config/pricingConfig.tsx b/frontend/src/config/pricingConfig.tsx index bb8e877b..65180bd1 100644 --- a/frontend/src/config/pricingConfig.tsx +++ b/frontend/src/config/pricingConfig.tsx @@ -43,7 +43,6 @@ export const PRICING_PLANS: PricingPlan[] = [ }, { text: "Rename Chats", included: true, icon: }, { text: "Image Upload", included: false, icon: }, - { text: "DeepSeek R1 70B", included: false, icon: }, { text: "DeepSeek R1 0528 671B", included: false, @@ -85,7 +84,6 @@ export const PRICING_PLANS: PricingPlan[] = [ icon: }, { text: "Gemma 3 27B", included: true, icon: }, - { text: "DeepSeek R1 70B", included: false, icon: }, { text: "DeepSeek R1 0528 671B", included: false, @@ -122,11 +120,6 @@ export const PRICING_PLANS: PricingPlan[] = [ icon: }, { text: "Image Upload", included: true, icon: }, - { - text: "DeepSeek R1 70B", - included: true, - icon: - }, { text: "DeepSeek R1 0528 671B", included: true, @@ -178,11 +171,6 @@ export const PRICING_PLANS: PricingPlan[] = [ icon: }, { text: "Image Upload", included: true, icon: }, - { - text: "DeepSeek R1 70B", - included: true, - icon: - }, { text: "DeepSeek R1 0528 671B", included: true, @@ -243,11 +231,6 @@ export const PRICING_PLANS: PricingPlan[] = [ icon: }, { text: "Image Upload", included: true, icon: }, - { - text: "DeepSeek R1 70B", - included: true, - icon: - }, { text: "DeepSeek R1 0528 671B", included: true,