Skip to main content

Crate benchgecko

Crate benchgecko 

Source
Expand description

§BenchGecko

Rust SDK for exploring AI model benchmarks, comparing performance, and estimating inference costs. Built on data from BenchGecko.

§Quick Start

let models = benchgecko::models().await;
let comparison = benchgecko::compare(&["gpt-5-chat", "claude-opus-4-6"]).await;

Structs§

Benchmark
Model

Constants§

BASE_URL
VERSION

Functions§

agents_url
api_url
benchmarks_url
compare_url
models_url
pricing_url
providers_url