@if ((isSubscribedToAws | async) === true) { } @else if ((isManuallySubscribed | async) === true) { } @else {

{{ 'billing.subscription.title' | translate }}

@if (!(showCowork | async)) {
{{ 'billing.subscription.help' | translate }}
} @if (canSelectCurrency) {
}
@if (currency | async; as currency) { @if (accountTypesDefaults | async; as defaults) { @if (showCowork | async) { } @else { } @for (tier of tiers | async; track tier) { } @for (tier of tiers | async; track tier) { } @for (tier of tiers | async; track tier) { @if ((prices | async)?.[tier]?.usage?.['nuclia-tokens']?.price; as price) { } } @if (showCowork | async) { } @else { } @if (showCowork | async) { } @else { } @if (showCowork | async) { } @else { } @if (showCowork | async) { } @else { }
{{ 'billing.current-plan' | translate }}
Context Box
@if ((prices | async)?.['cowork']; as cowork) {
{{ cowork?.recurring?.month?.price | currency: currency : 'symbol' : '1.0-0' }} /{{ 'billing.month' | translate }}
} @if (!!(isTrial | async)) { {{ 'billing.upgrade' | translate }} } @else if ((accountType | async) === 'cowork') { } @else { {{ 'billing.contact' | translate }} }
Starter
@if ((prices | async)?.['v3starter']; as starter) {
{{ starter?.recurring?.month?.price | currency: currency : 'symbol' : '1.0-0' }} /{{ 'billing.month' | translate }}
} @if (!!(isTrial | async)) { {{ 'billing.upgrade' | translate }} } @else if ((accountType | async) === 'v3starter') { } @else { {{ 'billing.contact' | translate }} }
Pro
@if ((prices | async)?.['v3pro']; as pro) {
{{ pro?.recurring?.month?.price | currency: currency : 'symbol' : '1.0-0' }} /{{ 'billing.month' | translate }}
} @if (!!(isTrial | async)) { {{ 'billing.upgrade' | translate }} } @else if ((accountType | async) === 'v3pro') { } @else { {{ 'billing.contact' | translate }} }
Enterprise
-
@if ((accountType | async) === 'v3enterprise') { } @else { {{ 'billing.contact' | translate }} }
{{ 'billing.max-file-size' | translate }} @if (defaults[tier].upload_limit_max_non_media_file_size; as max) { {{ max === -1 ? ('billing.unlimited' | translate) : (max | size) }} }
{{ 'account.knowledgeboxes' | translate }}{{ defaults[tier].max_kbs === -1 ? ('billing.unlimited' | translate) : defaults[tier].max_kbs }}
{{ 'billing.usage.consumption' | translate }}*
{{ 'billing.cost-per-token' | translate }}
{{ price | currency: currency : 'symbol' : '1.2-6' }}
{{ 'billing.preprocessing' | translate }}CloudCloud Cloud Cloud / Hybrid
{{ 'billing.support' | translate }}Community SupportCommunity Support Community Support + ZenDesk Private Slack Channel + Zendesk
{{ 'billing.da-agents' | translate }}-
{{ 'billing.audit-log' | translate }}
* {{ 'billing.token-help' | translate }}
{{ 'billing.prices_vat' | translate }}
} } }