Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
contextgem-0.15.0.tar.gz | 2025-08-13 | 169.2 kB | |
contextgem-0.15.0-py3-none-any.whl | 2025-08-13 | 214.8 kB | |
README.md | 2025-08-13 | 518 Bytes | |
v0.15.0 source code.tar.gz | 2025-08-13 | 32.5 MB | |
v0.15.0 source code.zip | 2025-08-13 | 32.9 MB | |
Totals: 5 Items | 65.8 MB | 2 |
Added
- Auto-pricing for LLMs: enable via
auto_pricing=True
to automatically estimate costs using pydantic'sgenai-prices
; optionalauto_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.