SAGEA LogoDocs & API
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.

https://api.sagea.space/v1

What Studio gives you

  • Chat: SAGE 2.4 Actus, 2.5 Celer, OSS via POST /v1/chat/completions with 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 via POST /v1/batch.
  • Console: keys, usage, Playground, and evaluations at Foundry.

Start here

  1. Send your first API request — key → install → chat completion in ~5 minutes.
  2. Build an agent with tools — function calling in ~10 minutes.
  3. Choosing a Model — Actus vs Celer vs OSS vs Sonus vs ARVA.
  4. API Reference — full endpoint reference.

Guides

Go deeper on each capability:

Studio vs other products

StudioHeliosMYLOFoundry
WhatHosted model APIsHosted KYC APIsHosted voice agentsOn-prem models
AuthAPI keyAPI keyAPI keyLicense
Base URLapi.sagea.space/v1api.sagea.space/heliosapi.sagea.space/myloYour VPC

Need private deployment instead? See Foundry. Need KYC? See Helios. Need real-time agents? See MYLO.

On this page