Skip to main content
Vals home page
Search...
⌘K
Support
To Platform
To Platform
Search...
Navigation
SDK
SDK Setup
Documentation
Benchmarks
Get Started
Introduction
Glossary
Web App
Creating a Test Suite
Operators
Writing Effective Criteria
Providing Context
Modifiers
Right Answers
Starting Runs
Viewing Results
Custom Metrics
File Handling
SDK
Setup
Creating Test Suites
Running Suites
Custom Metrics
Human Review
Tracing
CLI
CLI
Rag
CICD Workflows
Live Evals
On this page
Installation
Authentication
Prerequisites
Async Note
SDK
SDK Setup
Installation
Make sure you have the Vals Python Package installed
Copy
pip install valsai
Authentication
Then make sure to create an
API key and set your environment variable
.
Prerequisites
This guide assumes you are familiar with the basic concepts of Test Suites, Tests, Checks, etc. If not, see the
Test Suite Creation Page
.
Async Note
All SDK functions are asynchronous, so you will need to call them from an asynchronous context. See
the async docs
for more information.
File Handling
Creating Test Suites
⌘I