跳到正文

Benchmark API

用于读取已持久化 LLMSnare benchmark timeline 的 OpenAPI 参考。

Benchmark score trend

当前筛选条件下没有 benchmark entry。

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 条匹配记录,默认 1024
  • model:按 model 精确匹配
  • model_vendor:按 model_vendor 精确匹配
  • inference_provider:按 inference_provider 精确匹配
  • case_id:按 case_id 精确匹配

响应说明

  • Timeline 响应会省略 endpointerrorfinal_writesfinal_responsetool_calls
  • limit=0 和大于 1024 的值会被截为 1024
  • 负数或非整数 limit 返回 400