Fetch changelog entries
object[]
Newest first.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Read the Aria Compute platform release notes and fetch them programmatically via GET /api/changelog for embedding in your own tools.
curl -s https://ariacompute.com/api/changelog | jq .
{
"entries": [
{
"id": "chg_01H...",
"title": "Introducing INT3.26 quantization for language models",
"date": "2026-09-15",
"tags": ["models", "release"],
"body": "The int326 quant is now available for the gemma-4 family..."
}
]
}
Was this page helpful?