Beta

Build with BenchGecko

Official SDKs, open datasets, documentation, and source code. Everything you need to integrate BenchGecko data into your applications, research, and workflows.

API Quick Start

Fetch model benchmarks, pricing, and economy data with a single request. Free tier includes 100 requests per day with attribution.

curl
curl -s "https://benchgecko.ai/api/v1/models?limit=5" \
  -H "Accept: application/json" | python -m json.tool

Official SDKs

First-party client libraries for every major language. Install from your package manager and start querying BenchGecko data in minutes.

pip install benchgecko
JavaScript
npm install benchgecko
gem install benchgecko
cargo add benchgecko
go get github.com/BenchGecko/benchgecko
{:benchgecko, "~> 1.0"}
dart pub add benchgecko
luarocks install benchgecko
composer require benchgecko/benchgecko
dotnet add package BenchGecko
[net.clojars.dropthe/benchgecko "1.0.0"]

Open Datasets

Complete benchmark, pricing, and provider data published on academic and community data platforms. All datasets are licensed CC BY 4.0.

Documentation

Hosted documentation mirrors. Same content, multiple platforms for redundancy and accessibility.

Postman CollectionInteractive API explorer · test endpoints livewww.postman.com/benchgecko-9223565/benchgecko-api/overview
Codeberg PagesFull documentation · 17 pages · MkDocs Materialbenchgecko.codeberg.page/
GitLab PagesMirror documentation · same contentbenchgecko.gitlab.io/BenchGecko/
GitLab Wiki11 wiki pages · community editablegitlab.com/benchgecko/BenchGecko/-/wikis/home

Source Code

BenchGecko source code and data pipelines are available across multiple forges for transparency and resilience.

Community

Find BenchGecko in curated directories and community platforms.

Research & Citation

If you use BenchGecko data in academic work or publications, please cite us using one of the formats below.

APA
BenchGecko. (2026). BenchGecko: AI model benchmarks, pricing, and economy data [Data set]. https://benchgecko.ai
BibTeX
@misc{benchgecko2026,
  author       = {{BenchGecko}},
  title        = {BenchGecko: AI Model Benchmarks, Pricing, and Economy Data},
  year         = {2026},
  url          = {https://benchgecko.ai},
  note         = {Accessed: 2026-04-22}
}