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.0.tar.gz
(8.4 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.0.tar.gz.
File metadata
- Download URL: aether_ai_sdk-0.3.0.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
275df5315b078108813eef8ef8260d3dfbb7827442e247ce136fe7ec57c6aa3c
|
|
| MD5 |
f2f82db37e34e614bc88ac784a3c8900
|
|
| BLAKE2b-256 |
8c714572aefd7a6136a10d4c1106c328fd948a5895bd18b3844dd734edb36795
|
File details
Details for the file aether_ai_sdk-0.3.0-py3-none-any.whl.
File metadata
- Download URL: aether_ai_sdk-0.3.0-py3-none-any.whl
- Upload date:
- Size: 9.6 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 |
9350518dd6f74f71677eadbd5b81489f12c2a5574458b1a03784feaf0af17ec1
|
|
| MD5 |
d4b46c11eda1495cdf520a98d6fdb016
|
|
| BLAKE2b-256 |
39b803e742c248edcb122b5839157eb8e81a0bf6a63221daff063d5a893ffe5a
|