Python SDK
The Stratix Python SDK — pip install layerlens --extra-index-url https://sdk.layerlens.ai/package, sync + async, 11 resources, 138 samples.
Install
pip install layerlens --extra-index-url https://sdk.layerlens.ai/package
export LAYERLENS_STRATIX_API_KEY="..."Shape
from layerlens import Stratix
client = Stratix()
# 11 resources
client.models
client.benchmarks
client.evaluations
client.scorers
client.judges
client.judge_optimizations
client.traces
client.trace_evaluations
client.results
client.public # public-only convenience namespaceWhy the SDK
Where to next
Last updated
Was this helpful?