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: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 theprovider/model format:
OpenAI
openai/gpt-5.5openai/gpt-5-mini
anthropic/claude-sonnet-5anthropic/claude-opus-4-8
google/gemini-2.5-progoogle/gemini-3.5-flash
mistral/mistral-large-2512mistral/mistral-small-2603
Environment Variables
Next Steps
- Chat Completions - Core LLM endpoint
- List LLM Models - Browse available providers and models
- OpenAI SDK (Python) - Direct SDK usage