v1.0.0 — Smart Studio Documentation Platform Launch
Highlights
Smart Studio documentation site is now live — covering the full product with interactive API reference, user guides, and hands-on tutorials.
API Reference
Complete OpenAPI-based interactive API documentation, generated from gateway specifications with live playground support.
Chat
- Create Chat Completion (
POST /v1/chat/completions) — Multi-model chat with streaming, function calling, and vision support - Create Response (
POST /v1/responses) — Responses API for structured output
Embeddings
- Create Embeddings (
POST /v1/embeddings) — Text embedding generation for search and RAG
Rerank
- Rerank Documents (
POST /v1/rerank) — Document relevance reranking with token usage tracking
Images
- Submit Image Generation Task (
POST /v1/images/generations) — Text-to-image and image-to-image generation (async)
Videos
- Submit Video Generation Task (
POST /v1/videos/generations) — Text-to-video and image-to-video generation (async)
Audio
- Text-to-Speech Synthesis — TTS with configurable voice presets and language hints
- Submit ASR Transcription Task — Speech-to-text transcription (async)
Tasks
- Get Async Task Result (
GET /v1/tasks/{task_id}) — Poll image/video/audio task status and results
Apps
- Submit App Inference (Async) (
POST /v1/apps/{code}/inference) — Run custom app workflows asynchronously - Submit App Inference (Sync) (
POST /v1/apps/{code}/inference/sync) — Synchronous app inference - Get App Task Result (
GET /v1/apps/tasks/{task_id}) — Poll app task results