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