effect-io-ai

Package: @effect/ai-openai-compat
Module: OpenAiClient

OpenAiClient.OpenAiClient

Service tag for the OpenAI-compatible chat completions and embeddings client.

When to use

Use when building effects that depend on the low-level OpenAI-compatible client through context rather than receiving the client as a value.

Details

The tagged service is the Service interface produced by make and provided by layer or layerConfig.

See

Signature

declare class OpenAiClient

Source

Since v4.0.0