Skip to main content
Use Open Code Review with Eden AI to review your code with 500+ AI models through one API.

Overview

Open Code Review (ocr) is Alibaba’s open-source AI code-review tool. It reviews commits and pull requests through a unified provider system, and Eden AI ships as a built-in provider preset — supply a key and review your code with OpenAI, Anthropic, Google, Mistral and 500+ models, behind one key, with EU-based, GDPR-aligned inference and unified billing.

Installation

Configuration

Eden AI is a built-in preset, so you only need a key. Configure it interactively:
Or write the config directly (scripts / CI):
The edenai preset supplies the base URL (https://api.edenai.run/v3) and the OpenAI-compatible protocol automatically. Run ocr llm providers to list all built-in providers. If EDEN_AI_API_KEY is set in your environment, ocr picks it up automatically.

Available Models

Pick any Eden AI model using the provider/model format: OpenAI
  • openai/gpt-5.5
  • openai/gpt-5-mini
Anthropic
  • anthropic/claude-sonnet-5
  • anthropic/claude-opus-4-8
Google
  • google/gemini-2.5-pro
  • google/gemini-3.5-flash
Mistral
  • mistral/mistral-large-2512
  • mistral/mistral-small-2603

Environment Variables

Next Steps