Reserved namespace for the upcoming Global AI Gateway Python SDK. Real release coming soon — do not depend on this package yet.
Project description
az-gateway
⚠️ Namespace reserved. This package is a placeholder while the real Python SDK for Global AI Gateway is being prepared.
The first usable release will be 0.1.0. Until then, do not install this package —
import az_gatewayraisesRuntimeError.Track progress: https://github.com/alona-zubenko/global-ai-gateway
What is Global AI Gateway?
A B2B AI routing layer with multi-provider fallback, privacy modes, RAG,
batch API, EU residency, and OpenAI-compatible /v1/chat/completions.
The Python SDK lets you replace OpenAI's SDK with one line:
# Coming in 0.1.0:
from az_gateway import GatewayClient
gw = GatewayClient(api_key="...")
resp = gw.chat.completions.create(
model="az-auto",
messages=[{"role": "user", "content": "hi"}],
)
License
MIT
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
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
File details
Details for the file az_gateway-0.0.1.tar.gz.
File metadata
- Download URL: az_gateway-0.0.1.tar.gz
- Upload date:
- Size: 1.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75d34015a23f30d55c2d625a48f34fc105035b62e2061bf4625445eed483c494
|
|
| MD5 |
c718f73e1177310dcdd99400bfed8b07
|
|
| BLAKE2b-256 |
920507d256369d6bdedd237e74600dd46e24fd48a4e545f6cedf71581b4339a2
|
File details
Details for the file az_gateway-0.0.1-py3-none-any.whl.
File metadata
- Download URL: az_gateway-0.0.1-py3-none-any.whl
- Upload date:
- Size: 1.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
836ac86169d874eb1e05832ef7c4a70ea677b27e6e0102c15df0deaf95650fc8
|
|
| MD5 |
6a6875ee7ccd9953ffe790953285fbcd
|
|
| BLAKE2b-256 |
c59217e7cd503cc1cb8bb59b775d0ccd20a78f55379279988f4615c758b89f96
|