Skip to main content

Module openai

Module openai 

Source
Expand description

OpenAI API provider (also works with any OpenAI-compatible API).

Auth: OPENAI_API_KEY environment variable.

Compatible with OpenAI, Ollama, Together AI, and any other service that implements the OpenAI chat/completions and embeddings endpoints.

Override the base URL with OPENAI_API_BASE for self-hosted or third-party OpenAI-compatible services.

Structsยง

OpenAiEmbeddingProvider
Calls {base}/embeddings using the OpenAI embeddings API.
OpenAiProvider
Calls {base}/chat/completions with an OpenAI-compatible API.