Is there something you weren’t able to do with TensorZero?
Please let us know and we’ll try to tackle it — not just for the specific case but a general solution for that class of workflow.
Features
extra_body
You can use the extra_body
field to override the request body that TensorZero sends to model providers.
You can set extra_body
on a variant configuration block, a model provider configuration block, or at inference time.
See Configuration Reference and Inference API Reference for more details.
extra_headers
You can use the extra_headers
field to override the request headers that TensorZero sends to model providers.
You can set extra_headers
on a variant configuration block, a model provider configuration block, or at inference time.
See Configuration Reference and Inference API Reference for more details.