Simple wrappers for various AI APIs including LLMs, ASR, and TTS
Project description
Wrapperz (WIP - agent generated)
Simple wrappers for various AI APIs including LLMs, ASR, and TTS.
Installation
pip install wrapperz
uv add wrapperz
Features
- LLM API Wrappers: Unified interface for OpenAI, Anthropic, Google, and other LLM providers
- ASR (Automatic Speech Recognition): Convert speech to text
- TTS (Text-to-Speech): Convert text to speech
- Async Support: Asynchronous API calls for improved performance
Quick Start
from wrapperz import call_ai, MessageBuilder
messages = MessageBuilder().add_system("You are a helpful assistant.").add_user("What's 1+1?")
# Call an LLM with a simple interface
response = call_ai(
model="gpt-4o", # or "claude-3-5-sonnet", "gemini-1.5-pro", etc.
messages=messages
)
print(response)
Environment Variables
Set up your API keys in environment variables to enable providers.
OPENAI_API_KEY=your_openai_key
ANTHROPIC_API_KEY=your_anthropic_key
GOOGLE_API_KEY=your_google_key
License
MIT
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
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
wrapperz-0.1.1.tar.gz
(174.7 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
wrapperz-0.1.1-py3-none-any.whl
(23.5 kB
view details)
File details
Details for the file wrapperz-0.1.1.tar.gz.
File metadata
- Download URL: wrapperz-0.1.1.tar.gz
- Upload date:
- Size: 174.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a37587d33b025ccec36a660e6ff26f95d4b2d7cb68bee8160331fd272a996de7
|
|
| MD5 |
d75d4ad826c4839e4598c67017991036
|
|
| BLAKE2b-256 |
0812fa5288e8b71fe556822803957c0d6248f53069be382c8fca1dad7553d1a8
|
File details
Details for the file wrapperz-0.1.1-py3-none-any.whl.
File metadata
- Download URL: wrapperz-0.1.1-py3-none-any.whl
- Upload date:
- Size: 23.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb67806b52ebf04625bb1072f14edf03e0387945a3577b529939e57e44dabefc
|
|
| MD5 |
ee5e59ab16bbfc525efb758d880c4593
|
|
| BLAKE2b-256 |
9c05eca696f59485d80724685fa8a1d68dd5a86810f28f2f6b5db598fa9b6ed4
|