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.3.1.tar.gz
(8.5 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.3.1.tar.gz.
File metadata
- Download URL: aether_ai_sdk-0.3.1.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d552042f180ed16111393e89902b705550cb19db418972a0f3219756e35fb53a
|
|
| MD5 |
e54150bd390b03a375741ce31ed9f524
|
|
| BLAKE2b-256 |
2d481cb65a028c14b273d916bed23ef45123531490e57ab2ef9b157ec1aa6e78
|
File details
Details for the file aether_ai_sdk-0.3.1-py3-none-any.whl.
File metadata
- Download URL: aether_ai_sdk-0.3.1-py3-none-any.whl
- Upload date:
- Size: 9.7 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 |
41d9b86d539d70aa85a3a2e7ece037b6f9f28b50359b5e7ce62a52e60559c6e6
|
|
| MD5 |
35ceca03236f03bbd038f8d37416882a
|
|
| BLAKE2b-256 |
2df8feb4f0e40535dd83e548510d0ba7a4b660a5fbb654946445a36b2ae76d56
|