Overview
Pi is an MIT-licensed coding agent whose model catalog also powers Flue. Pi lets extensions register custom model providers, so you can add Eden AI with a small extension — no fork, no core change — and reach models from OpenAI, Anthropic, Google, Cohere, Meta and more behind one key, with EU-based, GDPR-aligned inference. The same provider flows through to Flue.Installation
Quick Start
Register Eden AI as a custom provider from a Pi extension:edenai/<model> in Pi. The same catalog is available in Flue.
Available Models
Access models from multiple providers using theprovider/model format:
OpenAI
openai/gpt-5.5openai/gpt-5-mini
anthropic/claude-sonnet-5anthropic/claude-haiku-4-5
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