Models
List models
GET /api/v1/models?q=claude&provider=Anthropic&sort=release&page=1&limit=50
Filters: q, provider, modality, context, and max_price.
Sort values: release, benchmark-coverage, updated, name,
context, input-price, and output-price.
Use benchmark=Benchmark Name|Version to rank compatible results, or fields=slug,name,speed_tps
to return only selected fields. Pagination is controlled with page and limit; the maximum limit is 200.
GET /api/v1/models?sort=benchmark-coverage&fields=slug,name,intelligence_score,coding_score,agentic_score&limit=10
The response contains a data array and meta with page, limit, and total.