Databricks SDK for JavaScript
    Preparing search index...

    Variable ModelProviderServiceConfig_AnthropicProviderRelayedConfig_AnthropicRelayedPlanTypeConst

    ModelProviderServiceConfig_AnthropicProviderRelayedConfig_AnthropicRelayedPlanType: {
        ANTHROPIC_RELAYED_PLAN_TYPE_MAX: "ANTHROPIC_RELAYED_PLAN_TYPE_MAX";
        ANTHROPIC_RELAYED_PLAN_TYPE_TEAM_ENTERPRISE: "ANTHROPIC_RELAYED_PLAN_TYPE_TEAM_ENTERPRISE";
    } = ...

    Which Anthropic subscription tier the relayed OAuth token belongs to. Immutable after Create (switching tiers changes which governance controls the platform enforces). Only MAX and TEAM_ENTERPRISE differ in the governance surface the gateway can enforce, not in how the token is relayed.

    Type Declaration

    • ReadonlyANTHROPIC_RELAYED_PLAN_TYPE_MAX: "ANTHROPIC_RELAYED_PLAN_TYPE_MAX"

      Personal Claude Max/Pro subscription. No gateway-enforced governance: model selection, per-principal rate limits, and service policies (guard- rails) cannot be enforced on a personal subscription and are rejected.

    • ReadonlyANTHROPIC_RELAYED_PLAN_TYPE_TEAM_ENTERPRISE: "ANTHROPIC_RELAYED_PLAN_TYPE_TEAM_ENTERPRISE"

      Claude for Teams / Enterprise organization subscription. Supports the full gateway governance surface: model allowlist (targets / allow_all_targets), rate limits, and service policies.