Overview
Evals.Me is an AI model evaluation tool that helps you test and improve your custom AI models. This documentation will guide you through the platform's features and help you get the most out of our evaluation tools.
Key Features
- Automated testing of AI models with custom test cases
- Detailed performance analytics and reporting
- API integration for automated testing workflows
Quick Start
- Create an account and obtain your API keys
- Upload or create your test cases
- Connect your AI model via API
- Run your first evaluation
API Example
curl -X POST https://api.evals.me/v1/evaluate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model_id": "your-model-id",
"test_cases": [
{
"input": "What are the symptoms of diabetes?",
"expected_output": "Common symptoms include..."
}
]
}'
Need Help?
Our support team is available to help you with any questions or issues.