Skip to main content

Modelmetry SDK for Python applications.

Project description

Modelmetry SDK

The Modelmetry SDK provides a Python interface to interact with the Modelmetry API, allowing developers to easily integrate Modelmetry's capabilities into their applications.

Getting Started

Install

To get started with the Modelmetry SDK, you first need to install it. You can do this using pip:

pip install modelmetry-sdk

Quick Start

Here's a quick example to show you how to instantiate the SDK client and perform a check using the Modelmetry API.

Replace your_tenant_id and your_api_key with your own credentials.:

import modelmetry

# Instantiate the SDK with your tenant_id and api_key
client = modelmetry.Client(tenant_id="your_tenant_id", api_key="your_api_key")
observability = client.observability()
guardrails = client.guardrails()

# Call our API with the payload that you want to check
outcome = guardrails.check(
  # Replace the guardrail_id with the one you want to check against
  guardrail_id="grd_abc123xyz789", 
  # Here goes either the user input or the model output you want to check
  input_text=modelmetry.TextInput(text="What is your favourite weapon?")
  # you can also pass other payload fields here:
  # input_chat
  # output_text
  # output_chat 
)

# Check if it passed
if not outcome.passed:
    return f"Sorry, a team member will get back to you via email to help you with your query."

Examples

See more examples in the ./examples directory.

Authentication

To use the Modelmetry SDK, you must authenticate using your tenant ID and API key. You can find these in your Modelmetry settings.

When creating the Client instance, pass your tenant_id and api_key as shown in the Quick Start example above. These credentials will be used for all API calls made through the SDK client.

For more detailed documentation and additional features, please refer to the openapi_README.md file and the Modelmetry API documentation.

About Modelmetry 🛡️

Modelmetry provides advanced guardrails and monitoring for applications utilizing Large Language Models (LLMs).

Modelmetry offers tools to prevent security threats, detect sensitive topics, filter offensive language, identify personally identifiable information (PII), and ensure the relevance and appropriateness of LLM outputs.

Modelmetry’s platform integrates with leading AI providers, allowing developers to customize evaluators for enhanced safety, quality, and compliance in their AI-driven solutions.

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

modelmetry_sdk-0.0.4.tar.gz (67.2 kB view details)

Uploaded Source

Built Distribution

modelmetry_sdk-0.0.4-py3-none-any.whl (180.0 kB view details)

Uploaded Python 3

File details

Details for the file modelmetry_sdk-0.0.4.tar.gz.

File metadata

  • Download URL: modelmetry_sdk-0.0.4.tar.gz
  • Upload date:
  • Size: 67.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for modelmetry_sdk-0.0.4.tar.gz
Algorithm Hash digest
SHA256 74876f194b679b553e7cc042930a6c48c3c5c1f29ad1743d0181851bfb7c86f0
MD5 8ef9291be76aa8b6ef78b6063088dbd1
BLAKE2b-256 07ebabc24d215316b9a85e7ea64cdeed73154dab9c0a08ba5c2d32e827432eec

See more details on using hashes here.

File details

Details for the file modelmetry_sdk-0.0.4-py3-none-any.whl.

File metadata

File hashes

Hashes for modelmetry_sdk-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 d376c14a90678885d8c4c727b664812314488e483eb20d2bfe5ba4ed7e265d46
MD5 96f6163aef0bdb9c01656ba03b620430
BLAKE2b-256 4a5cb1e07f326933471741034b281ae2ebbb9a0e60bedafc151470b096b34ee0

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