Skip to main content

The official Python SDK for the Logits platform (import as `logits`)

Project description

Logits Python SDK

logits-sdk is the official Python SDK for the Logits platform. Install it under the distribution name logits-sdk; application code imports it as logits.

Installation

pip install logits-sdk

Authentication

The SDK reads your Logits API key from the LOGITS_API_KEY environment variable.

Telemetry

Tinker telemetry is disabled by default. To opt in, set TINKER_TELEMETRY=1 before importing logits.

Usage

import logits

service_client = logits.ServiceClient()
sampling_client = service_client.create_sampling_client(base_model="Qwen/Qwen3-8B")
future = sampling_client.sample(
    prompt=logits.ModelInput.from_ints([1, 2, 3]),
    num_samples=1,
    sampling_params=logits.SamplingParams(max_tokens=32),
)
result = future.result()

Async usage:

import logits

service_client = logits.ServiceClient()
sampling_client = await service_client.create_sampling_client_async(
    base_model="Qwen/Qwen3-8B"
)
result = await sampling_client.sample_async(
    prompt=logits.ModelInput.from_ints([1, 2, 3]),
    num_samples=1,
    sampling_params=logits.SamplingParams(max_tokens=32),
)

Close the underlying holder when a long-running process no longer needs the client:

service_client.holder.close()

Development

Install the package and test dependencies:

python -m pip install -e .
python -m pip install pytest pytest-timeout respx

Run the test suite:

pytest

Build and validate release artifacts:

python -m pip install build twine
python -m build
python -m twine check dist/*

Release Checklist

  • Bump both pyproject.toml and src/logits/_version.py.
  • Run pytest, python -m build, and python -m twine check dist/*.
  • Confirm GitHub Actions CI is green on the release commit.
  • Create a GitHub release from the version tag to trigger the publish workflow.

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

logits_sdk-0.1.6.tar.gz (13.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

logits_sdk-0.1.6-py3-none-any.whl (13.9 kB view details)

Uploaded Python 3

File details

Details for the file logits_sdk-0.1.6.tar.gz.

File metadata

  • Download URL: logits_sdk-0.1.6.tar.gz
  • Upload date:
  • Size: 13.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for logits_sdk-0.1.6.tar.gz
Algorithm Hash digest
SHA256 6be6d0a746d55b33a87580c5bde8ae54af151e85faf57ccf5cc337e55c7d3377
MD5 bb70c5dd53c0d62fcf1deca52eaef6cc
BLAKE2b-256 7b072fc8cdd2ffebfa1b47e3f22d02974224b59da7d34053e9f08b9a03b2ecc6

See more details on using hashes here.

Provenance

The following attestation bundles were made for logits_sdk-0.1.6.tar.gz:

Publisher: publish.yml on GradientHQ/logits

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file logits_sdk-0.1.6-py3-none-any.whl.

File metadata

  • Download URL: logits_sdk-0.1.6-py3-none-any.whl
  • Upload date:
  • Size: 13.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for logits_sdk-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 96196a5a80916d241660bd6ed59a02c20fb8107d60ceb483a953f01c7b070ae0
MD5 a704b61d1232b0a18d299a1c815457bb
BLAKE2b-256 579da2f9ceb7eb549165b4fd6b0a14e10bd1e19a4a1f00145c78ecd6aa53dadb

See more details on using hashes here.

Provenance

The following attestation bundles were made for logits_sdk-0.1.6-py3-none-any.whl:

Publisher: publish.yml on GradientHQ/logits

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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