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ยง
- Open
AiEmbedding Provider - Calls
{base}/embeddingsusing the OpenAI embeddings API. - Open
AiProvider - Calls
{base}/chat/completionswith an OpenAI-compatible API.