From 4d717d877f1ccca70e1736592c6c34752cbe842d Mon Sep 17 00:00:00 2001 From: Marco Sadjadi Date: Sun, 31 May 2026 13:09:00 +0200 Subject: [PATCH] @ feat(pricing): generic "Claude AI" label on paid tiers instead of model names Naming "Claude Haiku 4.5" on Pro read as a cheap tier. All paid tiers now show "Claude AI" with the differentiation moved to the detail line (speed / flagship quality / top-tier + EU residency); Hobby keeps "Open-tier AI". Co-Authored-By: Claude Opus 4.8 (1M context) @ --- apps/web/app/(marketing)/pricing/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/web/app/(marketing)/pricing/page.tsx b/apps/web/app/(marketing)/pricing/page.tsx index a746942..f667695 100644 --- a/apps/web/app/(marketing)/pricing/page.tsx +++ b/apps/web/app/(marketing)/pricing/page.tsx @@ -31,8 +31,8 @@ const TIERS = [ price: '€49', tag: '/ month', description: 'For solo founders and small teams shipping production tools.', - model: 'Claude Haiku 4.5', - modelDetail: 'Anthropic · ~10-20s analyze', + model: 'Claude AI', + modelDetail: 'Powered by Anthropic Claude · ~10–20s analyze', features: [ '5 MCP servers', '1M tool calls / month', @@ -50,8 +50,8 @@ const TIERS = [ price: '€199', tag: '/ month', description: 'For teams with RBAC, audit, and 99.9% SLA needs.', - model: 'Claude Sonnet 4.6', - modelDetail: "Anthropic's flagship", + model: 'Claude AI', + modelDetail: "Anthropic's flagship quality", features: [ '25 MCP servers', '10M tool calls / month', @@ -68,8 +68,8 @@ const TIERS = [ price: '€999+', tag: '/ month', description: 'For organizations bringing their own cloud, SSO and dedicated infra.', - model: 'Sonnet + Opus on build', - modelDetail: 'EU data-residency option', + model: 'Claude AI', + modelDetail: 'Top-tier Claude · EU data-residency option', features: [ 'Unlimited servers', 'BYOC (AWS, GCP, Azure, Hetzner)',