Official Python SDK for the CaetherAI API
Project description
CaetherAI Python SDK
Official Python SDK for the CaetherAI API. Synchronous and asynchronous clients with a unified interface across products.
Installation
pip install caether
Quickstart
import os
from caether import Client
from caether.chat import user, system
client = Client(api_key=os.getenv("CAETHER_API_KEY"))
chat = client.chat.create(model="caether-1.1")
chat.append(system("You are Caether, an AI agent built to answer helpful questions."))
chat.append(user("How big is the universe?"))
response = chat.sample()
print(response)
print(response.id)
See docs.caether.ai for full documentation.
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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
caether-1.0.0-py3-none-any.whl
(33.6 kB
view details)
File details
Details for the file caether-1.0.0-py3-none-any.whl.
File metadata
- Download URL: caether-1.0.0-py3-none-any.whl
- Upload date:
- Size: 33.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ad682173f8707882f45b74e5dae65251f7abaf2466b3ac0687b050640318f09
|
|
| MD5 |
4c5b7e18da77dd2c9b53acd493bb057c
|
|
| BLAKE2b-256 |
5d8e23c2b3b262df22a3f7b538fb1debf8ecdeed1a8d2bdcb2ffbefcf95b2558
|