hop-top/aim

AI model registry client backed by models.dev

Maintainers

Package info

github.com/hop-top/aim-php

pkg:composer/hop-top/aim

Transparency log

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

0.1.0-alpha.1 2026-06-07 00:36 UTC

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