Athina Client is a lightweight Python SDK designed to interact with Athina's datasets and API. It enables users to log LLM inferences, evaluations, and experiments for monitoring, analysis, and debugging AI applications. The current version is 0.2.11, with new releases occurring regularly, typically a few times a month, especially for minor fixes and feature additions.
pip install athina-clientVerified import paths — ran on the pinned version, not inferred.
This quickstart demonstrates how to initialize the Athina client and use its core functionality to log an LLM inference and a corresponding evaluation. Ensure the ATHINA_API_KEY environment variable is set.
Initialize `athina_client = AthinaClient(...)` and call methods like `athina_client.log_inference(...)`.
Set `export ATHINA_API_KEY='your-api-key'` in your environment or explicitly pass it during client initialization: `AthinaClient(api_key='your-api-key')`.
Remove the `batch_size` argument if you are calling `log_experiment`.
No dependency data recorded yet.