Swiss AI Hub v0.291.7
Pre-release
Pre-release
Added
- ✨ Introduced Granular Search Context Cost Reporting: Added a new data transfer object
(SearchContextCostPerQueryDTO) to capture and display search context costs broken down by low, medium, and high
context sizes, providing more detailed pricing information. - 🦾 Enhanced API Robustness for Model Information: Implemented a new data validation mechanism that gracefully
handles unexpected data shapes in external model metadata feeds by logging warnings and dropping malformed fields,
preventing parsing failures for the entire model information.
Changed
- 📊 Updated Model Details Panel: The Model Details Panel now presents search context costs with a more granular
breakdown (low, medium, and high context sizes), offering clearer insights into model pricing. - 🌍 Localized Search Context Cost Labels: Updated internationalization files to include specific labels for low,
medium, and high search context costs in various languages (English, German, French, Italian). - 🔄 Revised Model Information Schema: Modified the
ModelInfoDTOto incorporate the new granular
SearchContextCostPerQueryDTOfor search context costs and made themodefield optional, reflecting more flexible
model metadata.