Skip to main content
Use DeepTutor with Eden AI to run your self-hosted study and research app on 500+ AI models through one API.

Overview

DeepTutor is a self-hosted AI study and research app — chat, quizzes, and RAG knowledge bases. Eden AI is registered as a built-in gateway provider in DeepTutor’s model registry, so your whole instance can run on models from OpenAI, Anthropic, Google, Mistral and more behind one key, with EU-based, GDPR-aligned inference.

Installation

Quick Start

Select Eden AI as the LLM provider when the setup wizard prompts for one:
Open the frontend URL printed in the terminal (default http://127.0.0.1:3782). Already running an instance? Add or change the provider later from Settings → Models in the web UI instead of re-running init — DeepTutor auto-detects Eden AI from the base URL.

Configuration

DeepTutor’s provider registry stores the profile in data/user/settings/model_catalog.json:

Available Models

Use the provider/model format for any Eden AI model: 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

DeepTutor reads this key itself once the Eden AI provider is configured — it does not need to be exported manually in most setups (the Settings UI writes it into model_catalog.json).

Next Steps