# Aurili Pricing — LLM Guide See also: /LLMs.txt ## Snapshot - Pricing hub for self-service plans and service bundles (`/[lang]/pricing`); UI copy defaults to German. - Tabbed experience for Individual, Business, and Services, with dynamic plan cards, comparisons, add-ons, and FAQs. - All prices shown excl. VAT; banner reiterates “Preise netto, zzgl. USt.” and notes third-party provider costs. ## Audience - Prospective customers comparing SaaS plans, consumption limits, and support levels. - Assistants extracting plan inclusions, overage rates, and provider support details. ## Navigation & Structure - Tab switcher (`individual`, `business`, `services`) animates via `framer-motion`. - Plan cards pull from `app/[lang]/pricing/pricingPlans.ts`; CTA buttons deep-link to `https://app.aurili.com/login?mode=signup&plan=`. - `ServicePricingPreviewMemo` surfaces professional service packages inside the Services tab (sync with `/services`). - Each tab ends with FAQ accordion and VAT notice. ## Plan Line-up 1. Individual Free — 0 €, 30 voice minutes, 1 user, 1 WorkChat seat (Standard models). 2. Individual Pro — 24 €/month (0 € first month promo); 100 minutes, 1 number, concurrency 3, WorkChat Advanced with 3 org credits; overage 0,19 €/min. 3. Team Core — 59 €/month (0 € first month promo); 350 minutes, 2 users, concurrency 5. 4. Team Plus — 199 €/month (99 € first month promo); 1.500 minutes, 3 users (add-on seats allowed), premium voice minutes, WorkChat Advanced (Full RAG), overage 0,18 €/min. 5. Team Pro — 399 €/month (199 € first month promo); 3.000 minutes, 5 users, BYOK, compliance support, overage 0,17 €/min. 6. Team Max — 799 €/month; 6.000 minutes, 15 users, BYOK, priority support, overage 0,15 €/min. ## Feature & Add-on Coverage - `FeatureComparisonMemo` tables list monthly fees, included minutes, payment method requirements, per-plan feature flags (automation, analytics, security, support). - WorkChat comparison charts (`WorkChatComparisonMemo`) enumerate included seats, model classes (Standard/Advanced), BYOK, RAG levels. - `AddonsSectionMemo` outlines extra numbers and user pricing (20 €/month each) plus premium WorkChat seat upgrade (9 €/seat/month). - `WORKCHAT_PROVIDERS` array powers provider logos (OpenAI, Anthropic, Google, Mistral, Perplexity, Meta, DeepSeek, xAI). - `ModelComparisonModal` exposes essential vs. advanced model lists per provider; triggered from plan cards and comparison tables. ## Lead Capture & Cross-sell - `InquiryBanners` surface enterprise contact options and partner studio upsell inside Business tab. - Services tab links back to Launchpad/Copilot/Autopilot packages via `ServicePricingPreviewMemo` for consultative sales. ## Update Guidance - Keep `pricingPlans.ts`, `pricingTexts.ts`, and manifest in sync when changing prices, promos, or plan names. - Validate CTA URLs when campaign parameters (`plan=`) change. - Refresh provider/model lists alongside backend availability to avoid hallucinated support claims.