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.54.tar.gz
(22.4 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.54-py3-none-any.whl
(25.6 kB
view details)
File details
Details for the file zyk-0.2.54.tar.gz.
File metadata
- Download URL: zyk-0.2.54.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb2dbcf3e90fb5ff99e243a3d7055b55bd5b25eb416a62f3ce607f13a49fc011
|
|
| MD5 |
17211569341c3c6e48318e93a23bc148
|
|
| BLAKE2b-256 |
8d655446c355fab2609dfa67e554a857223b1063cc10c0275be160701568e954
|
File details
Details for the file zyk-0.2.54-py3-none-any.whl.
File metadata
- Download URL: zyk-0.2.54-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b370f328bf0cfa151dd1b35024c60101e8f0d4126c6168ec2b4cc66fd0690c8
|
|
| MD5 |
6d22463b7ed807e791a66d84bb4a294b
|
|
| BLAKE2b-256 |
c2a933c9503e645498141a9fa88c45b4b2a29c3356121a9069d05d5e4324fada
|