Skip to content

Changelog

View as Markdown

Changes that affect how you connect or what you see, newest first.

The Python SDK and OpenTelemetry send to https://ingest.ai-tally.com. Both use your API key. The SDK sends there by default, so tally.init() needs no endpoint. For OpenTelemetry, set OTEL_EXPORTER_OTLP_TRACES_ENDPOINT to https://ingest.ai-tally.com/v1/otlp/traces with http/json. The SDK is installed from GitHub; pip install tally installs an unrelated package. See the Quickstart.

Dated model names are priced. A model name that ends in a release date, like gpt-4o-2024-08-06, is now priced at the rate for its base model. Before, those calls showed a blank cost. See Prices and blanks.

The proxy records compressed answers. Some AI providers send compressed answers. The proxy now reads token counts from them too. Before, those calls were recorded with no model and no tokens, so their cost was blank. Your app still receives the answer uncompressed. See Proxy.