๐ Initial Release
Enterprise-grade Python SDK for Rax AI Platform
โจ Features
- ๐ Python 3.7+ compatibility
- โก Async/await support with AsyncRaxAI
- ๐ Input validation and comprehensive error handling
- ๐ Context manager support (
with RaxAI() as client:) - ๐ Environment configuration utilities
- ๐ Production-ready with retry logic and timeouts
- ๐ Full type hints for better IDE support
๐ฆ Installation
pip install rax-ai๐ Quick Start
from rax_ai import RaxAI
rax = RaxAI(api_key="your-key")
response = rax.chat(
model="rax-4.0",
messages=[{"role": "user", "content": "Hello!"}]
)๐ Links
- ๐ Documentation
- ๐ฎ Playground
- ๐ฆ PyPI Package