Documentation Index
Fetch the complete documentation index at: https://docs.ai-stats.phaseo.app/llms.txt
Use this file to discover all available pages before exploring further.
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.
ai.stats.sdk.AIStatsexposes high-level helpers for chat, responses, Anthropic messages, images, embeddings, moderations, speech/transcription/translation, batches, files, video, models/providers/endpoints/organisations/pricing, API-key discovery and lifecycle mutations, workspace/current-key lifecycle helpers, pricing calculation, activity/credits/analytics, generation lookup, lifecycle validation, async-job websocket URLs through both direct helpers andclient.asyncJobs.websocketUrl(...), and devtools-aware telemetry.ai.stats.gen.Clientandai.stats.gen.Operationsremain available underneath for full low-level operation coverage where needed.
Current status
- Preview only (not yet published to Maven Central).
- Source lives in
packages/sdk/sdk-java. - Generated low-level code lives in
packages/sdk/sdk-java/src/gen. - Handwritten wrapper code lives in
packages/sdk/sdk-java/src/ai/stats/sdk.