v2.15.0

Enhanced Models API & Image Billing Integration

Sree
SreeAuthor

This release enhances transparency by providing more detailed model information through our API and introduces cost tracking for image generation.

New Features

2
  • The /v1/models endpoint now supports new query parameters to include extended metadata in the response. You can now request fields such as performance_metrics (latency, uptime, throughput), provider, features, and pricing information.
  • Implemented cost tracking for image generation. Models of type images/generations now include a price_per_image attribute, which is used to calculate and record the cost of each successful image generation request.

Improvements

1
  • Chat completion responses now include a system_fingerprint field, where available from the provider, to help track changes in backend configurations.