LUML SDK
Python SDK for ML experiment tracking. LUML lets you log metrics, parameters, models, evaluations, and LLM traces as your experiments run — either locally (SQLite) or synced to the LUML cloud platform.
Main use cases:
- Track training runs: log hyperparameters, metrics over time, final models
- Run and score evaluations on LLM or classical ML outputs
- Capture LLM traces automatically via OpenTelemetry instrumentation
- Upload experiments and models to the LUML platform for sharing and collaboration
Installation
pip install luml-sdk
With optional extras:
pip install luml-sdk[tracing] # LLM tracing via OpenTelemetry
pip install luml-sdk[datasets] # pandas / pyarrow support
Getting your API key
To upload experiments to the LUML platform you need an API key.
- Go to luml.ai and log in
- Open Settings → API Keys
- Click Generate new key and copy it
Set it as an environment variable:
export LUML_API_KEY=your_api_key_here
Documentation
Release files for luml_sdk 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| luml_sdk-0.3.0-py3-none-any.whl | Python 3 | none | any | Details |
Release files / luml_sdk-0.3.0-py3-none-any.whl
| Download URL | luml_sdk-0.3.0-py3-none-any.whl |
|---|---|
| Size | 161.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
70c9bc13a56c9b8fa5457f5f838aece97ffbed8dba6762a4ab575972a499f921
|
|
BLAKE2b-256 checksum How to use checksums |
f89f4976f3c8da47e7659c8ee644e58c519a9be531c7ef0af85116e92382db0f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.12.10 {"installer":{"name":"uv","version":"0.12.10","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|