Skip to content

Swiss AI Hub v0.291.7

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 03 Jun 14:47
· 45 commits to main since this 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 ModelInfoDTO to incorporate the new granular
    SearchContextCostPerQueryDTO for search context costs and made the mode field optional, reflecting more flexible
    model metadata.