Documentation
Two ways to run an eval. A8 (Touchstone) is a general eval model: state any criterion and it returns a verdict, over an OpenAI-compatible endpoint. The Metrics API serves the catalog of named metrics — criteria already trained and benchmarked — over our own REST surface.
Both return a measured score rather than generated text, and the same input always returns the same score.
§1Quickstart
A first verdict from A8, in three steps. The full request and response contract is on the A8 reference.
§1.1Get a key
Issue one under Settings → API keys. It needs the models:infer permission; teaching with expected needs models:train. See API keys.
§1.2Point a client at the base URL
Any OpenAI-compatible client works. Only the base URL changes.
§1.3State a criterion, send a subject
The system message is the criterion — what is being judged. The last user message is the subject — the thing under judgment.