获取更新日志条目
object[]
最新在前。
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
阅读咏唱引擎平台发布说明,并通过 GET /api/changelog 以编程方式获取,便于嵌入你自己的工具。
curl -s https://ariacompute.cn/api/changelog | jq .
{
"entries": [
{
"id": "chg_01H...",
"title": "为语言模型引入 INT3.26 量化",
"date": "2026-09-15",
"tags": ["models", "release"],
"body": "int326 量化现已可用于 gemma-4 系列……"
}
]
}
Was this page helpful?