Aether AI SDK
Official Python SDK for Aether AI.
Install
pip install aether-ai-sdk
Usage
from aether_ai_sdk import AI
client = AI(api_key="your-key")
response = client.chat.create(
model="DeepSeek-R1-Distill-Llama-8B-OpenSource",
messages=[{"role": "user", "content": "Hello"}]
)
print(response.output_text)
Links
- Website: https://aiaether.ai.studio
- PyPI: https://pypi.org/project/aether-ai-sdk
License
MIT
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.2.1.tar.gz
(8.1 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.2.1.tar.gz.
File metadata
- Download URL: aether_ai_sdk-0.2.1.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f3baa2cd804fd13a0f01bc57af7665fd001d96c57892e2b6ef5f041556fba2b
|
|
| MD5 |
91074ec5d6a429bf12792bc40ef593df
|
|
| BLAKE2b-256 |
15637190ac5723a0460e76d05ed30b71cc777d6a332d3fd8ede7deca8f81f6ae
|
File details
Details for the file aether_ai_sdk-0.2.1-py3-none-any.whl.
File metadata
- Download URL: aether_ai_sdk-0.2.1-py3-none-any.whl
- Upload date:
- Size: 9.3 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 |
26e152f4d7c439250d2b70ce32e32873dbf2e013e6bc814d6eeed0ac01e83ebb
|
|
| MD5 |
ba57ec3951f84af7a0b11774608c4f96
|
|
| BLAKE2b-256 |
ca62c180abce8dcf4fc2ddcb6a9b6271b2567c69381d7633ce71d73d270ba891
|