| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | < 24 hours ago | 863 Bytes | |
| v0.69.1 source code.tar.gz | < 24 hours ago | 1.5 MB | |
| v0.69.1 source code.zip | < 24 hours ago | 1.9 MB | |
| Totals: 3 Items | 3.4 MB | 0 | |
New Features:
- Model ID Normalization: Allows simplified model IDs (e.g.,
bedrock/claude-3-5-sonnet:v2) to be automatically normalized to full provider IDs.
Improvements:
- Structured Output Mode: Changed
output_modefrom "native" to "auto" for better cross-model compatibility. - Output Tools Support: Added tool-based structured output for models that don't support native JSON schemas (like Bedrock).
Bug Fixes:
- Fixed Structured Output for Bedrock: Resolved
UserError: Native structured output is not supported by this modelwhen using Pydantic response formats with Bedrock models.
Full Changelog: https://github.com/Upsonic/Upsonic/compare/v0.69.0...v0.69.1