Unclaimed project
Are you a maintainer of tensorzero? Claim this project to take control of your public changelog and roadmap.
Changelog
TensorZero is an open-source stack for industrial-grade LLM applications. It unifies an LLM gateway, observability, optimization, evaluation, and experimentation.
[!CAUTION] Breaking Changes
- Moving forward, TensorZero will use the OpenAI API's error format (
{"error": {"message": "Bad!"}) instead of TensorZero's error format ({"error": "Bad!"}) in the OpenAI-compatible endpoints.
[!WARNING] Planned Deprecations
- When using
unstable_error_jsonwith the OpenAI-compatible inference endpoint, usetensorzero_error_jsoninstead oferror_json. For now, TensorZero will emit both fields with identical data. The TensorZero inference endpoint is not affected.
New Features
extra_body to handle these tools.usage fields gracefully in the OpenAI model provider.& multiple under-the-hood and UI improvements!