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:
parent
4687c8be52
commit
4d717d877f
@ -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)',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user