Skip to content

v2.1.219

Choose a tag to compare

@mittwald-machine mittwald-machine released this 09 Sep 19:19
· 1 commit to master since this release

New Features

AI Hosting API Enhancements

Introduced comprehensive support for monitoring and managing AI hosting plans. You can now track billing periods and retrieve detailed usage statistics directly through the client.

  • Billing Periods Tracking: New planGetBillingPeriods method retrieves the contract months for a given plan, including details on token limits, current period status, and impacts from tariff upgrades or downgrades.
  • Usage Statistics: New planGetUsageStats method fetches aggregated token usage data for a specific timeframe. Responses include daily token breakdowns, usage per API key, and model-level token distribution.
  • Expanded Schema Support: Added dedicated request/response classes and data models (PlanBillingPeriods, PlanUsageStats, and related nested objects) to handle typed, validated responses for these new endpoints.

Bug Fixes & Improvements

Database API Documentation Clarification

  • Updated the accessIpMask field description across CreateMySqlUser, CreateMySqlUserWithDatabase, MySqlUser, UpdateMysqlUserRequest, and UpdateMysqlUserRequestBody to explicitly state that the field currently has no effect, preventing confusion during implementation.