Studio
Studio overview
Studio is SAGEA's hosted model platform — API keys, Playground, and SDKs for chat, voice, and document models. If it runs on https://api.sagea.space, it's Studio.
What Studio gives you
- Chat: SAGE 2.4 Actus, 2.5 Celer, OSS via
POST /v1/chat/completionswith tools, streaming, and structured outputs. - Voice: Sonus TTS via
POST /v1/audio/speech, cloning at/v1/audio/clone, streaming at/v1/audio/stream. - Documents: ARVA OCR via
POST /v1/ocr/process, batch viaPOST /v1/batch. - Console: keys, usage, Playground, and evaluations at Foundry.
Start here
- Send your first API request — key → install → chat completion in ~5 minutes.
- Build an agent with tools — function calling in ~10 minutes.
- Choosing a Model — Actus vs Celer vs OSS vs Sonus vs ARVA.
- API Reference — full endpoint reference.
Guides
Go deeper on each capability:
- Chat Completions — roles, model picks, temperature, history trimming
- Structured Outputs — schema-first JSON with validation loops
- Function Calling — parallel calls,
tool_choice, error re-prompts - Streaming — SSE tokens, reconnects, stream-vs-batch
- Batch Processing — 50%-off async jobs and polling
- Document QnA — ARVA extraction plus SAGE answers with citations
- Audio Guide — voices, emotions, formats, chunking
- OCR Guide — prep, bounding boxes, confidence routing
- Console — workspaces, keys, Playground, usage
Studio vs other products
| Studio | Helios | MYLO | Foundry | |
|---|---|---|---|---|
| What | Hosted model APIs | Hosted KYC APIs | Hosted voice agents | On-prem models |
| Auth | API key | API key | API key | License |
| Base URL | api.sagea.space/v1 | api.sagea.space/helios | api.sagea.space/mylo | Your VPC |
Need private deployment instead? See Foundry. Need KYC? See Helios. Need real-time agents? See MYLO.
