Benchmark API
用于读取已持久化 LLMSnare benchmark timeline 的 OpenAPI 参考。
Benchmark score trend
Base URL
text
https://api.coinpost.ai/benchmark接口
GET /healthz— 健康检查GET /openapi.yaml— 获取原始 OpenAPI YAML 文档GET /v1/timelines— 列出所有 profile 的 timeline 条目GET /v1/timelines/{profile}— 列出单个 profile 的 timeline 条目
查询参数
limit:返回最新 N 条匹配记录,默认1024model:按model精确匹配model_vendor:按model_vendor精确匹配inference_provider:按inference_provider精确匹配case_id:按case_id精确匹配
响应说明
- Timeline 响应会省略
endpoint、error、final_writes、final_response和tool_calls limit=0和大于1024的值会被截为1024- 负数或非整数
limit返回400
