Skip to main content

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


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

If you're not sure about the file name format, learn more about wheel file names.

caether-1.0.0-py3-none-any.whl (33.6 kB view details)

Uploaded Python 3

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

Hashes for caether-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3ad682173f8707882f45b74e5dae65251f7abaf2466b3ac0687b050640318f09
MD5 4c5b7e18da77dd2c9b53acd493bb057c
BLAKE2b-256 5d8e23c2b3b262df22a3f7b538fb1debf8ecdeed1a8d2bdcb2ffbefcf95b2558

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page