v2.15.0•
Enhanced Models API & Image Billing Integration
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/modelsendpoint now supports new query parameters to include extended metadata in the response. You can now request fields such asperformance_metrics(latency, uptime, throughput),provider,features, and pricing information. - Implemented cost tracking for image generation. Models of type
images/generationsnow include aprice_per_imageattribute, which is used to calculate and record the cost of each successful image generation request.
Improvements
1
- Chat completion responses now include a
system_fingerprintfield, where available from the provider, to help track changes in backend configurations.