LLMeter v0.1.10
- We no longer include "idle time" while clients are finished and just waiting for responses, in our calculation of requests-per-minute.
- The recommended pattern for implementing custom
Endpointsis updated! Check out our documentation and built-in endpoints for guidance.
New Features
- Multi-modal payload support, binary-safe serialization, and cross-platform file operations by @acere in #40
- Time-bound Runs, live stats display, and updated RPM measurement by @acere in #58
- Add OpenAI Responses API endpoint by @acere in #43
- Add Anthropic Messages API endpoint by @acere in #63, #65, and #66
Other Changes
- Prevent uv version from triggering full dependency sync in publish workflow by @acere in #51
- Improve API reference generation and table styling by @acere in #52
- Prevent duplicate pages artifact on workflow re-run by @acere in #64
Full Changelog: v0.1.9...v0.1.10