Package: @effect/ai-anthropic
Module: AnthropicClient
Creates a layer for the Anthropic client with the given options.
When to use
Use when you already have explicit Options values, such as an API key or
custom API URL, and want to provide AnthropicClient as a Layer.
See
make for constructing the client service effectfullylayerConfig for loading client settings from ConfigSignature
declare const layer: (options: Options) => Layer.Layer<AnthropicClient, never, HttpClient.HttpClient>
Since v4.0.0