



























The GET /v1/models endpoint now supports sorting with the sort_by and sort_direction query parameters. This makes it easier to fetch the newest models via the API.
model_created_at: Sort by when the model was first createdlatest_version_created_at: Sort by when the model’s latest version was created (default)Sort direction can be asc (ascending, oldest first) or desc (descending, newest first).
The default behavior remains unchanged: models are sorted by latest_version_created_at in descending order (newest versions first).
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。