Skip to content

Releases: anolilab/ai-models

@anolilab/[email protected]

13 Jan 21:51

Choose a tag to compare

@anolilab/ai-model-registry 4.0.2 (2026-01-13)

Bug Fixes

  • update README and JSON files to clarify pricing structure (837cf9e)

Miscellaneous Chores

@anolilab/[email protected]

13 Jan 21:12

Choose a tag to compare

@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

@anolilab/[email protected]

13 Jan 20:22

Choose a tag to compare

@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

@anolilab/[email protected]

13 Jan 19:33

Choose a tag to compare

@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

@anolilab/[email protected]

10 Jan 23:53

Choose a tag to compare

@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

@anolilab/[email protected]

09 Jan 00:46

Choose a tag to compare

@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

  • add Prettier configuration and ignore files (490f841)
  • deps: update dependencies and package configurations (b5b2005)
  • deps: update package dependencies and configurations (1deefef)
  • release: @anolilab/[email protected] [skip ci]\n\n## @anolilab/ai-model-registry 1.4.0 (2026-01-09) (f04dc3d)

@anolilab/[email protected]

14 Aug 22:24

Choose a tag to compare

@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

@anolilab/[email protected]

04 Aug 13:12

Choose a tag to compare

@anolilab/ai-model-registry 1.2.3 (2025-08-04)

Bug Fixes

  • update AI model registry data and enhance transformer utilities (3c5f86e)

Miscellaneous Chores

@anolilab/[email protected]

02 Aug 11:57

Choose a tag to compare

@anolilab/ai-model-registry 1.2.2 (2025-08-02)

Bug Fixes

  • streamline model extraction process of upstage (59cb3c8)

Miscellaneous Chores

@anolilab/[email protected]

02 Aug 09:13

Choose a tag to compare

@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