{# Single source of truth for the 3 pricing tiers — used by landing.html#tarifs and /tarifs page. When prices change, edit ONLY this file. #} {% from 'macros/pricing_card.html' import pricing_card %}
{{ pricing_card( 'dictia-8', 'DictIA 8', '3 450 $', '173 $', 'PME · RH · Manufacturiers', ['GPU 8 Go RTX', 'Volume illimité', 'WhisperX FR-CA', 'Diarisation 8 locuteurs', 'Support inclus'] ) }} {{ pricing_card( 'dictia-16', 'DictIA 16', '5 750 $', '201 $', 'Cabinets juridiques · CPA · Finance', ['GPU 16 Go RTX', 'Mistral 7B local', 'Q&R sur enregistrement', 'Tout DictIA 8', 'Support prioritaire'], recommended=True ) }} {{ pricing_card( 'dictia-cloud', 'DictIA Cloud', '0 $', '369 $', 'Organismes · Municipalités · Multi-sites', ['Hébergé OVH Beauharnois (Québec)', 'Opérationnel sous 48 h', 'Aucun matériel à gérer', 'SLA visé 99,9 %', 'Conforme Loi 25'] ) }}