Speck - Development and observability toolkit for LLM apps.
Project description
Speck is a livetrace debugging and metrics tracking platform for LLM apps.
Speck streamlines LLM app development with its live debugging and metrics tracking. It simplifies prompt engineering and testing across any LLM, saving you time and enhancing your workflow.
Features
Speck's main features include:
- [Live LLM debugging]
- LLM observability
- Developer framework for calling models
- OpenAI proxy
Support
| Model | Support |
|---|---|
| OpenAI | ✅ |
| AzureOpenAI | ✅ |
| Anthropic | ✅ |
| Replicate | ✅ |
| LiteLLM | ✅ |
The dashboard on the Speck website has 4 main features:
- Home: Dashboard for LLM usage metrics
- Logs: Inspect recent LLM calls
- Playground: Prompt engineer with any model
- Live Debug: Test prompts with on-the-fly debugging
If you have any feature requests or want to stay up to date, please join our Discord community!
Getting Started
Python
pip install speck
Then, you can run something like:
from speck import Speck
client = Speck(api_key=None, api_keys={"openai": "sk-...", "anthropic": "sk-..."})
response: Response = client.chat.create(
prompt=[{"role": "system", "content": "Count to 5."}],
config={"model": "anthropic:claude-2"}
)
Now, each call will be logged for testing. Read more on our documentation!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file speck-0.1.8.tar.gz.
File metadata
- Download URL: speck-0.1.8.tar.gz
- Upload date:
- Size: 24.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8fe40ceafb3bf40be3c3c851b19b73d4ef19af50a6e9181fbfc35afd7f0a6322
|
|
| MD5 |
b00f4bd4087dbe180004f83bfe2827b8
|
|
| BLAKE2b-256 |
6098bc3e73463ec429f8de9704c30d6b633b5a1fc363cf609125d33e64a6b1b5
|
File details
Details for the file speck-0.1.8-py3-none-any.whl.
File metadata
- Download URL: speck-0.1.8-py3-none-any.whl
- Upload date:
- Size: 31.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84c61178d3804cbdee1f00cab413d5d84b63d3c18b8b44b50e00181b96aaea43
|
|
| MD5 |
a94532adb110821b802795ac5b95819a
|
|
| BLAKE2b-256 |
8505ea86c795813ce405886cadd391539dd4610a0ae13cc1d537ae42a1aeafe6
|