OpenAI is Mirobody’s global cluster default LLM backend — covers GPT-5 / GPT-4o / o-series reasoning / embeddings.Documentation Index
Fetch the complete documentation index at: https://docs.mirobody.ai/llms.txt
Use this file to discover all available pages before exploring further.
Official docs: OpenAI Platform · Models · API Keys · Pricing
1. Register and get a key
Sign up on OpenAI Platform
Go to platform.openai.com. Default organization is fine for a single key.
Add a payment method
OpenAI is pre-paid. Add a card under Billing → Payment methods; new accounts get $5 in trial credit.
Create a secret key
On API Keys, create a secret key (
sk-...). Shown once — save immediately.2. Endpoint info
| Field | Value |
|---|---|
| Base URL | https://api.openai.com/v1 |
| Auth | Authorization: Bearer sk-... |
| Region | Global, auto-routed |
| Protocol | Native OpenAI |
3. Available models
Mirobody provider | Underlying model id | Notes |
|---|---|---|
general | gpt-5 / gpt-5-mini | GPT-5, strong general purpose |
expert | gpt-5-pro or o3-pro | Deep reasoning |
| — (when global cluster lands) | gpt-4o, gpt-4o-mini | Multimodal (vision/audio) |
| — | o3 / o4-mini | Reasoning series |
| — | text-embedding-3-large / -small | Embeddings |
4. Use it in Mirobody (global cluster)
Custom base URL (Azure OpenAI / self-hosted relay)
For Azure OpenAI, self-hosted LiteLLM, or any OpenAI-compatible gateway:https://api.openai.com/v1.
Troubleshooting
invalid_api_key→ key revoked or rotated; regenerate.insufficient_quota→ balance exhausted or monthly cap hit.- Mainland-China timeouts → expected; switch to DashScope / Volcengine.
- Region-restricted model → some preview models are not GA in every region; check the model card.