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
Chat / LLM Test
Test and compare multiple AI models side by side. Support for OpenAI, Anthropic, and Google models.
OpenAI
Anthropic
Google
RAG Test
Test Retrieval-Augmented Generation. Upload documents and query them with AI to test context retrieval.
Document Upload
Vector Search
Context Retrieval
Embeddings
Visualize and test text embeddings. Compute similarity scores and explore vector representations.
Cosine Similarity
Vector Space
Semantic Search
Notes & Resources
Keep notes on your AI experiments. Organize resources, findings, and model comparisons.
Markdown
Tags
Search
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...