SDKs are in very early alpha: We’re working as hard as we can to get them into a stable state. Please bear with us as we iterate rapidly.
Features
- Typed request models generated from the OpenAPI spec.
- Built-in helpers for chat, responses, messages, embeddings, and moderations.
- Streaming helpers for text, responses, and messages (
stream_*iterators). - Control-plane helpers such as models, health, providers, credits, and activity.
coming_soon payload (for example images, audio, video, files, batches, and generation lookup).
Quick example
What’s included
AIStatsclientchat.completions.create(...)andresponses.create(...)compatibility helpers- Streaming iterators for text, responses, and messages
- Generated request/response models in
ai_stats.models