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
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
zyk-0.2.22.tar.gz
(103.1 kB
view details)
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
zyk-0.2.22-py3-none-any.whl
(23.2 kB
view details)
File details
Details for the file zyk-0.2.22.tar.gz.
File metadata
- Download URL: zyk-0.2.22.tar.gz
- Upload date:
- Size: 103.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e9f5edd40a08f7c617994c201902a53d93585b685f5077903b9d82611c8d68e4
|
|
| MD5 |
ff48a49eadb751262cbe06e534325d7a
|
|
| BLAKE2b-256 |
9d54f4008748bfb0c38d655a8c2b1def2cdf31381272d02a66ad54e9eda4c599
|
File details
Details for the file zyk-0.2.22-py3-none-any.whl.
File metadata
- Download URL: zyk-0.2.22-py3-none-any.whl
- Upload date:
- Size: 23.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12c618713f437c85fd19909a0c6ea6f3645a81116b0b2cdb4fb9e632bd2740db
|
|
| MD5 |
660cb9e5cdcf2e04a1e65435a9aa41b6
|
|
| BLAKE2b-256 |
72d7953e32097a0b598c9c0aee746ee88d9358560e097d8ca48e49d4452b16cc
|