AI-LLM Tests

A structured test environment for experimenting with AI and LLM models. Build RAG pipelines, test embeddings, compare models, and keep notes on your findings.

7+
Supported Models
3
LLM Providers
4
Test Categories

Test Modules

Quick Setup

Configure your API keys to start testing

# Copy and fill in your API keys

cp .env.example .env.local

# Required keys:

OPENAI_API_KEY=sk-...

ANTHROPIC_API_KEY=sk-ant-...

GOOGLE_GENERATIVE_AI_API_KEY=AI...