Skip to content

docs: add Eden AI (EU, OpenAI-compatible) provider example#2052

Open
MVS-source wants to merge 1 commit into
MoonshotAI:mainfrom
MVS-source:docs/edenai-provider-example
Open

docs: add Eden AI (EU, OpenAI-compatible) provider example#2052
MVS-source wants to merge 1 commit into
MoonshotAI:mainfrom
MVS-source:docs/edenai-provider-example

Conversation

@MVS-source

Copy link
Copy Markdown

What

Adds a worked configuration example for Eden AI under the openai provider type in configuration/providers.md.

Eden AI is a French, EU-based, GDPR-compliant gateway that exposes 700+ models from many vendors (OpenAI, Anthropic, Mistral, Google, …) behind a single OpenAI-compatible key. Since it speaks the OpenAI Chat Completions protocol, it plugs into Kimi Code with type = "openai" and a custom base_url — no code change needed. This just documents the exact config.toml so users don't have to reverse-engineer the endpoint and the provider/model naming.

Verification

The example was tested live against https://api.edenai.run/v3/chat/completions:

  • openai/gpt-4o-mini → HTTP 200
  • mistral/mistral-large-latest (EU model) → HTTP 200

Notes

  • Documentation-only change (allowed to open directly per CONTRIBUTING).
  • I help maintain integrations at Eden AI; happy to keep this page current.
  • Opening a separate issue to ask whether you'd want Eden AI as a known provider in /provider (code), before writing any code.

Eden AI is an EU-based, GDPR-compliant OpenAI-compatible gateway. Adds a
worked config.toml example under the openai provider type, verified live
against https://api.edenai.run/v3 (openai/gpt-4o-mini and mistral models).
@changeset-bot

changeset-bot Bot commented Jul 22, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 9af042e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 9af042e9db

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

api_key = "sk-xxxxx"
```

### Example: Eden AI (EU gateway, OpenAI-compatible)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep the Chinese provider docs in sync

This adds a new Eden AI subsection only to docs/en/configuration/providers.md, while the mirrored docs/zh/configuration/providers.md still jumps from openai directly to openai_responses. That leaves the two locale pages with different section structure and means Chinese readers will not see this new provider example, so please add the corresponding Chinese section in the same change.

Useful? React with 👍 / 👎.

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