docs: add Eden AI as a custom endpoint#689
Open
MVS-source wants to merge 1 commit into
Open
Conversation
Adds an Eden AI page under ai_endpoints and registers it in meta.json. Eden AI is an EU-based, GDPR-compliant unified API exposing an OpenAI-compatible endpoint (700+ models via one key). Includes a librechat.yaml example using the `provider/model` naming convention. Verified the documented config (baseURL https://api.edenai.run/v3) against the live API: GET /models and POST /chat/completions return 200 for openai/gpt-4o-mini, mistral/mistral-large-latest and anthropic/claude-sonnet-4-5. Signed-off-by: Victor M. SMITH <72023257+MVS-source@users.noreply.github.com>
|
@MVS-source is attempting to deploy a commit to the LibreChat's projects Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds Eden AI as a custom endpoint under
ai_endpoints.Eden AI is an EU-based, GDPR-compliant unified API exposing an OpenAI-compatible endpoint — 700+ models across providers (OpenAI, Anthropic, Mistral, Google, Cohere, …) through a single key, with EU data residency.
ai_endpoints/edenai.mdxwith alibrechat.yamlexample (baseURL: https://api.edenai.run/v3,provider/modelmodel IDs), plus.env/user_providedkey options.ai_endpoints/meta.json(alphabetical).Verified against the live API:
GET /modelsandPOST /chat/completionsreturn200foropenai/gpt-4o-mini,mistral/mistral-large-latest, andanthropic/claude-sonnet-4-5.No provider icon is set yet (the nav renders fine without one) — happy to add Eden AI's official logo as an icon if you'd like it registered. DCO signed-off.