Skip to main content
Use Pi with Eden AI to power your coding agent (and Flue) with 500+ AI models through one API.

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:
Then select any edenai/<model> in Pi. The same catalog is available in Flue.

Available Models

Access models from multiple providers using the provider/model format: OpenAI
  • openai/gpt-5.5
  • openai/gpt-5-mini
Anthropic
  • anthropic/claude-sonnet-5
  • anthropic/claude-haiku-4-5
Google
  • google/gemini-2.5-pro
  • google/gemini-3.5-flash
Mistral
  • mistral/mistral-large-2512
  • mistral/mistral-small-2603

Environment Variables

Next Steps