benchgecko 0.1.1
benchgecko: ^0.1.1 copied to clipboard
The CoinGecko for AI. Dart client for AI model benchmarks, pricing comparison, cost estimation, and agent discovery. Query structured data on 300+ models across 50+ providers.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add benchgeckoWith Flutter:
$ flutter pub add benchgeckoThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
benchgecko: ^0.1.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:benchgecko/benchgecko.dart';