ABIS

Developer

Developer Notes

Technical updates and integration guides.

Site redesign: unified theme + proof-first pages

YYYY-MM-DD

Unified scientific instrumentation style and proof-first route structure across public pages.

Run selector + public runs endpoint

YYYY-MM-DD

Landing and detail pages now share a benchmark run selector powered by public runs data.

Use case system: data-driven routes

YYYY-MM-DD

Use-case index and detail pages now render from centralized public-safe route data.

API Integration

Query the ABIS API for benchmark data and real-time status.

GET /api/public/status
→ { models_count, providers_count, last_benchmark_date, mongo_connected }

GET /api/public/benchmarks
→ [{ date, models_count, providers_count, total_calls, drifts_detected, ... }]

GET /api/public/benchmarks/{date}
→ { date, total_calls, models: [...], categories: [...] }