Package: @effect/ai-openrouter
Module: OpenRouterClient
Creates a layer for the OpenRouter client with the given options.
When to use
Use when you already have the OpenRouter client options in code and want to
provide OpenRouterClient as a layer.
See
make for constructing the client service effectfullylayerConfig for loading client settings from ConfigSignature
declare const layer: (options: Options) => Layer.Layer<OpenRouterClient, never, HttpClient.HttpClient>
Since v4.0.0