1. Create an Account
Sign up at platform.vals.ai and confirm your email.2. Create a Test Suite
Once logged in, navigate to the Suites page and click + New Suite. Quick start: Click the dropdown on the right of the button and select New Suite from Library to import a pre-built suite (e.g. Basic Examples, LegalBench, CUAD). To create a suite from scratch:- Give your suite a title and description.
- Click Add Test to create your first test.
- Enter a Test Input — the prompt you want to send to the model.
- Add one or more Checks — each check verifies a specific aspect of the model’s output (e.g.
includes,is_concise,grammar).
3. Run Your Suite
Click the Start Run button in the upper-right corner of the test suite page. Choose a model (e.g. GPT-4o), configure any parameters, and press Run. Once the run completes, you can view results including pass rates, confidence scores, and per-check feedback on the Results page.4. (Optional) Use the SDK
You can also create and run test suites programmatically with the Python SDK.Install
Authenticate
Create an API key from the Admin page of the platform, then set it in your environment:Create and Run a Suite
Next Steps
- Operators — Browse the full list of available check operators
- Writing Effective Criteria — Tips for getting the best results from your checks
- Providing Context — Add files and metadata to your tests
- CI/CD Integration — Run Vals automatically on every PR with GitHub Actions