Skip to content

Benchmark API

OpenAPI reference for persisted LLMSnare benchmark timelines.

Benchmark score trend

No benchmark entries match the current filters.

Base URL

text
https://api.coinpost.ai/benchmark

Endpoints

  • GET /healthz — Health check
  • GET /openapi.yaml — Fetch the raw OpenAPI YAML document
  • GET /v1/timelines — List timeline entries for all profiles
  • GET /v1/timelines/{profile} — List timeline entries for one profile

Query Parameters

  • limit: latest N matching entries; defaults to 1024
  • model: exact match on model
  • model_vendor: exact match on model_vendor
  • inference_provider: exact match on inference_provider
  • case_id: exact match on case_id

Response Notes

  • Timeline responses omit endpoint, error, final_writes, final_response, and tool_calls
  • limit=0 and values above 1024 are capped to 1024
  • Negative or non-integer limit values return 400