Skip to content

docs: add Eden AI as an embedding provider (LiteLLM) - #2261

Open
MVS-source wants to merge 1 commit into
cocoindex-io:mainfrom
edenai:docs/add-edenai-litellm-provider
Open

docs: add Eden AI as an embedding provider (LiteLLM)#2261
MVS-source wants to merge 1 commit into
cocoindex-io:mainfrom
edenai:docs/add-edenai-litellm-provider

Conversation

@MVS-source

Copy link
Copy Markdown

Summary

Adds Eden AI to the LiteLLM "Supported providers" documentation.

Eden AI is an EU-based, GDPR-compliant unified API exposing an OpenAI-compatible endpoint — embedding models from many providers (OpenAI, Mistral, Cohere, Google, …) through a single key, with EU data residency.

LiteLLMEmbedder reaches Eden AI via LiteLLM's OpenAI-compatible path:

  • model="openai/openai/text-embedding-3-small" — the leading openai/ selects the OpenAI protocol; the remainder is Eden AI's own provider/model id.
  • api_base="https://api.edenai.run/v3", key from EDENAI_API_KEY.

Verified against the live API: the documented config returns a 1536-dim embedding.

Docs-only, single section, DCO signed-off.

Documents Eden AI in the LiteLLM "Supported providers" section. Eden AI is an
EU-based, GDPR-compliant unified API exposing an OpenAI-compatible endpoint, so
`LiteLLMEmbedder` reaches it via LiteLLM's OpenAI-compatible path
(`model="openai/openai/text-embedding-3-small"`, `api_base="https://api.edenai.run/v3"`).

Verified live: the documented config returns a 1536-dim embedding.

Signed-off-by: Victor M. SMITH <72023257+MVS-source@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant