Databricks SDK for JavaScript
    Preparing search index...

    Interface ModelProviderServiceConfig_AnthropicProviderRelayedConfig

    Relayed form of Anthropic provider config: no credential is stored. Authentication is the caller's own OAuth token, forwarded to Anthropic on outbound requests, so there is no persisted secret. Presence of this variant is the signal that the provider service uses relayed auth; plan_type further distinguishes which Anthropic subscription tier the token belongs to.

    interface ModelProviderServiceConfig_AnthropicProviderRelayedConfig {
        planType?: ModelProviderServiceConfig_AnthropicProviderRelayedConfig_AnthropicRelayedPlanType;
    }
    Index

    Properties

    Properties

    Which Anthropic subscription tier the relayed token belongs to. Optional; when unset the MPS gets the full governance surface (see TEAM_ENTERPRISE). Immutable after Create, so the tier cannot be flipped in place.