@wrkrdev/models
v0.1.0
Published
Standalone AI model and provider catalog with pricing, SSE metadata, and verification tooling.
Downloads
49
Maintainers
Readme
@wrkrdev/models
Standalone AI model and provider catalog with pricing, SSE metadata, and verification tooling.
Install
bun add @wrkrdev/modelsQuick start
import {
SERVICE_VARIANT_IDS,
SHIPPED_SERVICE_VARIANT_MODEL_CATALOG,
} from '@wrkrdev/models';
const firstVariant = SERVICE_VARIANT_IDS[0];
console.log(firstVariant, SHIPPED_SERVICE_VARIANT_MODEL_CATALOG[firstVariant]);Public surface
- Library: provider/model catalog data, provider registry helpers, pricing utilities, and the in-memory catalog adapter.
- CLI (
wrkr-models):list,verify.
License
Apache-2.0.
