Docs
uouo cloud documentation
Start with the quickstart, then use API, SDK, guide, app, and skills pages for production integration details.
Start here
Quickstart
Create an API key, send your first Chat Completions request, and verify logs and usage in the console.
API
Request schemas, field tables, response shapes, streaming, and error handling.
Base URL and authentication
Configure the OpenAI-compatible base URL, bearer token, and request headers.
Chat Completions
Use the OpenAI-compatible Chat Completions API for text, vision, tools, and streaming.
Messages API
Use the Anthropic-compatible Messages shape for Claude-style requests.
Embeddings
Create vector embeddings for search, clustering, retrieval, and ranking workflows.
Completions
Use the legacy OpenAI-compatible completions endpoint for prompt-in, text-out models.
Rerank
Reorder candidate documents by relevance to a query.
Audio speech
Generate speech audio from text with OpenAI-compatible text-to-speech requests.
Audio transcription
Transcribe audio files with OpenAI-compatible speech-to-text requests.
Images
Generate or edit images through OpenAI-compatible image endpoints.
Moderations
Classify user input for safety and policy review before routing or publishing.
Models
List models available through your account and inspect basic metadata.
SDK
Minimal runnable examples for cURL, OpenAI SDKs, and Anthropic SDKs.
cURL
Run smoke tests, CI probes, and incident checks with cURL.
OpenAI Node SDK
Connect the official OpenAI Node SDK to uouo cloud and handle streaming and errors.
OpenAI Python SDK
Connect the official Python SDK to uouo cloud.
Anthropic Node SDK
Use the Anthropic Node SDK with Claude-compatible Messages routes.
Anthropic Python SDK
Use the Anthropic Python SDK with Claude-compatible Messages routes.
Guides
Production onboarding, troubleshooting, streaming, rate limits, and billing.
Quickstart
Create an API key, send your first request, and verify logs and usage.
Errors
Understand common HTTP errors, gateway errors, and retry behavior.
Streaming
Parse Server-Sent Events and handle interrupted model responses.
Rate limits
Understand RPM, TPM, quota windows, and retry behavior.
Billing and budgets
Understand balance, usage, credits, subscriptions, and project budgets.
Migration from OpenAI
Move an OpenAI-compatible integration to uouo cloud with minimal code changes.
Apps
OpenAI-compatible configuration for common clients, editors, and local tools.
Cursor
Configure Cursor with an OpenAI-compatible uouo cloud endpoint.
Claude Code
Use uouo cloud as a Claude-compatible gateway for Claude Code where custom endpoints are supported.
Codex CLI
Configure Codex CLI with an OpenAI-compatible base URL.
Cherry Studio
Connect Cherry Studio to uouo cloud with OpenAI-compatible settings.
DeepChat
Add uouo cloud as an OpenAI-compatible provider in DeepChat.
LobeChat
Use uouo cloud models through LobeChat OpenAI-compatible provider settings.
ChatBox
Configure ChatBox with uouo cloud as an OpenAI-compatible provider.
Continue
Configure the Continue editor extension with OpenAI-compatible models.
LangBot
Connect LangBot chatbot workflows to uouo cloud chat and embedding models.
AstrBot
Configure AstrBot with uouo cloud chat models.
FluentRead
Use uouo cloud models for browser translation workflows in FluentRead.
AionUi
Configure AionUi desktop agent workflows with uouo cloud models.
Skills
Terminal and coding-assistant workflows for model, balance, and usage checks.
Common questions
Where should a new integration start?
Start with the quickstart, then use the API and SDK sections for production requests.
What is the production API base URL?
Use https://uouo.cloud/v1 with an API key from the console for OpenAI-compatible calls.
Where are app-specific setup guides?
Use the apps section for Cursor, Claude Code, Codex CLI, Chatbox, Continue, LobeChat, and related clients.