Introduction
Overview
What myt AI Cloud is and how the documentation is organised.
myt AI Cloud exposes inference and supporting APIs through an OpenAI-compatible surface, with organisation-scoped access and usage accounting.
Use this documentation to integrate quickly, understand authentication and limits, and reference REST endpoints that mirror common OpenAI paths.
What you get
- Chat and multimodal text through
/v1/chat/completions - Speech (STT/TTS) and moderation endpoints aligned with OpenAI naming
- Structured and streaming responses where the upstream model supports them
How to read these docs
- Introduction — high-level concepts, quickstart, auth, models, compatibility, limits
- Core features — guides per capability (generation, audio, moderation, and more)
- Resources — using the portal, SDKs, changelog, support
- API reference — request/response-focused pages per endpoint
Next
Start with Quickstart.