For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
The Go SDK and docs are currently in beta.
Report issues on GitHub.
Fields
Field
Type
Required
Description
Example
ID
string
✔️
Model identifier (permaslug).
openai/gpt-4.1-mini
TagTokenShare
float64
✔️
Fraction of this classification’s sampled token volume attributed to this model (0–1). Sums to ≤1 across the returned models (only top-N are included and unattributed requests are excluded).
0.75
TagUsageShare
float64
✔️
Fraction of this classification’s sampled requests attributed to this model (0–1). Sums to ≤1 across the returned models (only top-N are included and unattributed requests are excluded).