Aether AI SDK
Initial production-oriented foundation for a provider-neutral AI Python SDK.
from ai_sdk import AI
client = AI(api_key="your-key", base_url="https://api.example.ai/v1")
response = client.chat.create(
model="nova-1",
messages=[{"role": "user", "content": "Hello"}],
)
print(response.output_text)
The first slice provides a typed chat resource, sync client, pluggable transport, authentication, retries, streaming events, structured errors, and tests.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aether_ai_sdk-0.1.0.tar.gz
(7.0 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
File details
Details for the file aether_ai_sdk-0.1.0.tar.gz.
File metadata
- Download URL: aether_ai_sdk-0.1.0.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e852bb385d2b4b0a75fea3d80a7b011ccb5874c486b9bd1466bf3de5a44148bc
|
|
| MD5 |
d11c84206a541fd77ef9acbfc658a4aa
|
|
| BLAKE2b-256 |
3f6477c74b22be7d51e06ace9d684c4d0553d9b7a2fd581d88879431105e3f82
|
File details
Details for the file aether_ai_sdk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: aether_ai_sdk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85df865daef620b415b0a39221a5fe52cb6eb585944cd303484ff94a6c52a4ca
|
|
| MD5 |
74ac512eec911024e1015b7fa4a68711
|
|
| BLAKE2b-256 |
27d14e15e6efdc35c1594a7a326096615b0af8b42712e3fa8ceaef8041ec5624
|