@
All checks were successful
Deploy to Production / deploy (push) Successful in 1m21s

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) <noreply@anthropic.com>
@
This commit is contained in:
Marco Sadjadi 2026-05-31 13:09:00 +02:00
parent 4687c8be52
commit 4d717d877f

View File

@ -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 · ~1020s 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)',