Skip to content

v0.15.0

Compare
Choose a tag to compare
@SergiiShcherbak SergiiShcherbak released this 13 Aug 22:26
· 25 commits to main since this release
f0f1850

Added

  • Auto-pricing for LLMs: enable via auto_pricing=True to automatically estimate costs using pydantic's genai-prices; optional auto_pricing_refresh=True refreshes cached price data at runtime.

Refactor

  • Public API made more consistent and stable: user-facing classes are now thin, well-documented facades over internal implementations. No behavior changes.
  • Internal reorganization for maintainability and future-proofing.

Docs

  • Added guidance for configuring auto-pricing for LLMs.