Skip to main content

Simple LM api wrappers for production

Project description

jaZYK

Simple LM api wrappers for production

Supports:

  • OpenAI
  • Anthropic
  • Gemini
  • DeepSeek
  • Together

Key Features:

  • Structured Output logic (with retries)
  • Caching (ephemeral in-memory and/or on-disk sqlite)
  • Supports images for Anthropic and OpenAI

Add a PR if you want to add another provider!

Installation

uv add zyk

or

pip install zyk

Usage

from zyk import LM
lm = LM(model_name="gpt-4o-mini", temperature=0.0)
class HelpfulResponse(BaseModel):
    greeting: str
    name: str
print(lm.respond_sync(system_message="You are a helpful assistant", user_message="Hello, how are you?", response_model=HelpfulResponse))

Name

ZYK is short for "Z you know"

python -m build
twine check dist/* twine upload dist/*

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

zyk-0.2.50.tar.gz (22.4 kB view details)

Uploaded Source

Built Distribution

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

zyk-0.2.50-py3-none-any.whl (25.6 kB view details)

Uploaded Python 3

File details

Details for the file zyk-0.2.50.tar.gz.

File metadata

  • Download URL: zyk-0.2.50.tar.gz
  • Upload date:
  • Size: 22.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.8

File hashes

Hashes for zyk-0.2.50.tar.gz
Algorithm Hash digest
SHA256 899f01125266c43aae08998ecf611faea90a197907e27e5865595905a2e040d6
MD5 859ad00286c46674d198f7193daf5ebc
BLAKE2b-256 b07f4de7dfdbc32e14e31b5f0d43d7b3b3a34e3611386fd72555bda043b57fb0

See more details on using hashes here.

File details

Details for the file zyk-0.2.50-py3-none-any.whl.

File metadata

  • Download URL: zyk-0.2.50-py3-none-any.whl
  • Upload date:
  • Size: 25.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.8

File hashes

Hashes for zyk-0.2.50-py3-none-any.whl
Algorithm Hash digest
SHA256 5b41fdd8938b2941dfddac0eb066c0bb7b0170a83cf9cbf13003467741b3f104
MD5 825508a8e67da7d2a15b6ac9aaa35a7c
BLAKE2b-256 503732964dea0b63aa3290994b24eb40bde7ba6ea4129d50d53f5ee6f9051d33

See more details on using hashes here.

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