Class AnthropicProviderConfig

All Implemented Interfaces:
Describable<AiProviderConfig>, Serializable

public class AnthropicProviderConfig extends AiProviderConfig
Anthropic Claude, via the native Messages API - see AnthropicProvider for the wire contract. Not routed through the OpenAI-compatible adapter.
See Also:
  • Field Details

  • Constructor Details

    • AnthropicProviderConfig

      @DataBoundConstructor public AnthropicProviderConfig(String model, String credentialsId)
  • Method Details