Skip to main content

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:

  1. [Live LLM debugging]
  2. LLM observability
  3. Developer framework for calling models
  4. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

speck-0.1.8.tar.gz (24.6 kB view details)

Uploaded Source

Built Distribution

speck-0.1.8-py3-none-any.whl (31.8 kB view details)

Uploaded Python 3

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

Hashes for speck-0.1.8.tar.gz
Algorithm Hash digest
SHA256 8fe40ceafb3bf40be3c3c851b19b73d4ef19af50a6e9181fbfc35afd7f0a6322
MD5 b00f4bd4087dbe180004f83bfe2827b8
BLAKE2b-256 6098bc3e73463ec429f8de9704c30d6b633b5a1fc363cf609125d33e64a6b1b5

See more details on using hashes here.

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

Hashes for speck-0.1.8-py3-none-any.whl
Algorithm Hash digest
SHA256 84c61178d3804cbdee1f00cab413d5d84b63d3c18b8b44b50e00181b96aaea43
MD5 a94532adb110821b802795ac5b95819a
BLAKE2b-256 8505ea86c795813ce405886cadd391539dd4610a0ae13cc1d537ae42a1aeafe6

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page