A comprehensive tool for comparing and selecting AI models from multiple providers including Anthropic, Google, and OpenAI.
- Multi-Provider Support: Compare models from Anthropic, Google, and OpenAI
- Interactive Interface: User-friendly interface for model selection and comparison
- Detailed Documentation: Comprehensive documentation for each model provider
- Custom Prompts: Built-in prompt management system
- Backend Services: Robust backend for handling API interactions
- Node.js (version 18 or higher)
- npm or yarn package manager
- Clone the repository:
git clone https://github.com/drel-solutions/modeladvisor.git
cd modeladvisor- Install dependencies:
npm install- Start the development server:
npm run devTo create a production build:
npm run build├── backend/ # Backend services and database
├── model_docs/ # Documentation for each AI provider
├── src/ # Frontend components and services
└── public/ # Static assets
Configure your API keys for the various AI providers in your environment variables:
ANTHROPIC_API_KEY=your_anthropic_key
GOOGLE_API_KEY=your_google_key
OPENAI_API_KEY=your_openai_key- Fork the repository
- Create a feature branch
- Commit your changes
- Push to the branch
- Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
For questions and support, please contact Drel Solutions.