{{ 'account.models.title' | translate }}

{{ 'account.models.description' | translate }}

{{ 'generic.settings' | translate }} {{ 'account.models.restrictions.title' | translate }} @if (selectedTab === 'settings') {
@if (modelConfigs | async; as configs) { @if (configs.length > 0) { {{ 'account.models.model-configs.generative-model' | translate }} {{ 'generic.description' | translate }} {{ 'generic.zone' | translate }} @for (config of configs; track config.id) { {{ config.default_model_id }} {{ config.description }} {{ config.zone }} {{ 'generic.delete' | translate }} } } }
{{ 'account.models.model-configs.create' | translate }}
@if ((isBedrockIntegrationEnabled | async) && ((awsZones | async) || []).length > 0) { @if (loadingBedrock) { } @else {
@if (bedrockIntegrations | async; as integrations) { {{ 'generic.zone' | translate }} {{ 'generic.status' | translate }} @for (integration of integrations; track integration.zone.slug) { {{ integration.zone.slug }}
@if (integration.status === 'none') { - } @else { {{ 'account.models.bedrock.status.' + integration.status | translate }} @if (integration.errorMessage) {
{{ integration.errorMessage }}
} }
@if (integration.status === 'none') { {{ 'account.models.bedrock.set-up' | translate }} } @else { {{ 'generic.delete' | translate }} }
}
}
}
} } @if (selectedTab === 'restrictions') { }