Releases: anolilab/ai-models
Releases · anolilab/ai-models
@anolilab/[email protected]
@anolilab/ai-model-registry 4.0.2 (2026-01-13)
Bug Fixes
- update README and JSON files to clarify pricing structure (837cf9e)
Miscellaneous Chores
- release: @anolilab/[email protected] [skip ci]\n\n## @anolilab/ai-model-registry 4.0.2 (2026-01-13) (817ada1)
@anolilab/[email protected]
@anolilab/ai-model-registry 4.0.1 (2026-01-13)
Bug Fixes
- Added package.json mapping for the package.json file in the ai-model-registry directory. (c50ed28)
- upstage: add Puppeteer launch arguments for improved browser performance (a5cc143)
Miscellaneous Chores
- release: @anolilab/[email protected] [skip ci]\n\n## @anolilab/ai-model-registry 4.0.1 (2026-01-13) (03feacd)
@anolilab/[email protected]
@anolilab/ai-model-registry 4.0.0 (2026-01-13)
⚠ BREAKING CHANGES
- ai-model-registry: Ensure to update any references to the modified model structures in your implementation.
- ai-model-registry: Ensure to update any references to the removed api.json in your implementation.
Features
- ai-model-registry: add AIHubMix provider and update model configurations (3c00caf)
- ai-model-registry: add new provider and update model configurations (ff86548)
- ai-model-registry: update release configuration and add TODO for missing providers (89d47bd)
Miscellaneous Chores
- release: @anolilab/[email protected] [skip ci]\n\n## @anolilab/ai-model-registry 4.0.0 (2026-01-13) (1f40ca9)
@anolilab/[email protected]
@anolilab/ai-model-registry 3.0.0 (2026-01-13)
⚠ BREAKING CHANGES
- ai-model-registry: See MIGRATION.md
Features
- ai-model-registry: enhance provider integration and update migration guide (bfd965e)
- ai-model-registry: refactor provider loading mechanism (26c7ccc)
Miscellaneous Chores
- deps: update dependencies across multiple packages (32a60c5)
- release: @anolilab/[email protected] [skip ci]\n\n## @anolilab/ai-model-registry 3.0.0 (2026-01-13) (be2f735)
@anolilab/[email protected]
@anolilab/ai-model-registry 2.0.0 (2026-01-10)
⚠ BREAKING CHANGES
- ai-model-registry: All API functions are now async
All exported functions now return Promises and must be awaited. This enables
code splitting, dynamic imports, and better performance by loading provider
data on-demand.
Migration:
- getAllModels() → await getAllModels()
- getProviders() → await getProviders()
- getModelsByProvider(provider) → await getModelsByProvider(provider)
- getModelById(id) → await getModelById(id)
- searchModels(criteria) → await searchModels(criteria)
- getProviderStats() → await getProviderStats()
This change enables:
- Code splitting and dynamic imports for better bundle sizes
- On-demand loading of provider data
- Improved tree-shaking capabilities
- Better scalability as the registry grows
Additional changes:
- Provider-specific JSON files generated (public/{provider-name}.json)
- New type exports: @anolilab/ai-model-registry/types/{provider-name}
- api.json still generated but no longer statically imported
Features
- add new AI model provider configurations and update package structure (e2badcb)
Bug Fixes
- ai-model-registry: update tests for async API (6795524)
Documentation
- ai-model-registry: add migration guide for v1 to v2 transition (e5d9c4b)
Miscellaneous Chores
- release: @anolilab/[email protected] [skip ci]\n\n## @anolilab/ai-model-registry 2.0.0 (2026-01-10) (f418a3b)
@anolilab/[email protected]
@anolilab/ai-model-registry 1.4.0 (2026-01-09)
Features
- deps: update dependencies and improve package configurations (858afd8)
- enhance AI model registry with new models and cost normalization (b64800b)
- enhance AI model registry with retirement information and update dependencies (ec66750)
Bug Fixes
- deps: update dependency @lobehub/icons-static-svg to ^1.63.0 (#19) (e932ae1)
- enhance AI model registry with new download scripts and cost formatting improvements (8a6ff27)
- update API and improve output modality parsing (36d197a)
- update package configurations and enhance README documentation (4483be1)
Miscellaneous Chores
@anolilab/[email protected]
@anolilab/ai-model-registry 1.3.0 (2025-08-14)
Features
- update AI model registry with new models and enhance documentation links (dc06631)
Miscellaneous Chores
- release: @anolilab/[email protected] [skip ci]\n\n## @anolilab/ai-model-registry 1.3.0 (2025-08-14) (90ed904)
- update dependencies and improve package configurations (26b2a56)
@anolilab/[email protected]
@anolilab/ai-model-registry 1.2.3 (2025-08-04)
Bug Fixes
- update AI model registry data and enhance transformer utilities (3c5f86e)
Miscellaneous Chores
- release: @anolilab/[email protected] [skip ci]\n\n## @anolilab/ai-model-registry 1.2.3 (2025-08-04) (537f8d8)
@anolilab/[email protected]
@anolilab/ai-model-registry 1.2.2 (2025-08-02)
Bug Fixes
- streamline model extraction process of upstage (59cb3c8)
Miscellaneous Chores
- release: @anolilab/[email protected] [skip ci]\n\n## @anolilab/ai-model-registry 1.2.2 (2025-08-02) (96eaaa5)
@anolilab/[email protected]
@anolilab/ai-model-registry 1.2.1 (2025-08-02)
Bug Fixes
- deps: update dependency @visulima/packem to v2.0.0-alpha.5 (cfbe379)
Miscellaneous Chores
- release: @anolilab/[email protected] [skip ci]\n\n## @anolilab/ai-model-registry 1.2.1 (2025-08-02) (78b8b55)