Reasoning, code, voice, images, and video.
Trained on the world's largest supercluster.
For developers
Text, code, voice, images, and video — all through a single unified API. Start building in seconds.
1M+
API calls per day
<200ms
Median latency
5+
Model families
import os
from xai_sdk import Client
from xai_sdk.chat import user
client = Client(
api_key=os.getenv("CAETHER_API_KEY")
)
chat = client.chat.create(model="caether-4.3")
chat.append(user("Explain quantum computing"))
response = chat.sample()
print(response.content)
Launch your AI-powered product with:
Custom rate limits and hands-on support for your team.