hop-top / aim
AI model registry client backed by models.dev
0.1.0-alpha.1
2026-06-07 00:36 UTC
Requires
- php: >=8.3
- ext-json: *
- guzzlehttp/guzzle: ^7.8
Requires (Dev)
- phpstan/phpstan: ^2.0
- phpunit/phpunit: ^12.0
This package is auto-updated.
Last update: 2026-07-07 00:53:11 UTC
README
AI model registry client backed by models.dev. Mirrors the canonical Go library.
Parity
API parity with Go HEAD c6fccae (post Cost/StructuredOutput/Temperature).
Requires
PHP 8.2+. Composer.
Quickstart
use HopTop\Aim\Registry; use HopTop\Aim\Filter; $registry = new Registry(); $filter = new Filter(input: ['image']); $models = $registry->models($filter); echo count($models) . " models match\n";
License
MIT