Installations
Install SuperCodex with one copied command.
The product path is command-first: the dashboard copies the exact macOS or Windows installer command for the signed-in user. Direct package downloads and manual provider fields stay as fallback details.
SuperCodex is the first-class installer path
Users should not download random files or edit JSON by hand. They copy the OS-specific command from Luma Cloud App and paste it into Terminal or PowerShell.
macOS Apple Silicon
- 1Open Luma Cloud dashboard and go to SuperCodex or Install.
- 2Click Copy install command on macOS Apple Silicon.
- 3Open Terminal, paste the copied command, and press Return.
- 4Wait for SuperCodex to start and show the Luma Cloud quota indicator.
macOS Intel
- 1Open Luma Cloud dashboard and go to SuperCodex or Install.
- 2Click Copy install command on macOS Intel.
- 3Open Terminal, paste the copied command, and press Return.
- 4Wait for SuperCodex to start and show the Luma Cloud quota indicator.
Windows
- 1Open Luma Cloud dashboard and go to SuperCodex or Install.
- 2Click Copy install command on Windows.
- 3Open PowerShell, paste the copied command, and press Enter.
- 4Keep PowerShell open if it reports an error; it prints the installer log path for support.
Exact provider values
These are the fallback fields for any OpenAI-compatible IDE form.
Provider ID
luma-cloud
Display name
Luma Cloud
Provider type
OpenAI-compatible
Base URL
https://api.lumaos.cloud/v1
Default model
gpt-5.5-xhigh
Supported models
gpt-5.5, gpt-5.5-xhigh, gpt-5.5-high, gpt-5.5-medium, gpt-5.5-low
Output limit
1024
OpenCode timeout
600000
OpenCode chunkTimeout
300000
Client matrix
One provider contract for every coding surface.
Each client gets the smallest correct setup path. Installer where we can control the local profile; provider fields where the client only exposes an OpenAI-compatible form.
OpenCode
Copy installer from dashboard
Best path for normal users. The soft installer backs up existing config and merges only provider.luma-cloud, endpoint, key, models, and safe limits.
Open guideSuperCodex
One copied command per OS
Install with the copied macOS or Windows command from the dashboard. The step-by-step flow is at the top of this page; the dashboard copies the exact command for your account.
Open guideOpenClaw
Use the OpenClaw guide
OpenClaw uses the public Luma Cloud endpoint plus the workspace starter key and canonical model id.
Open guideCursor
Custom OpenAI provider
Use the base URL, bearer key, and any supported model id from this page. Keep model ids lowercase, for example gpt-5.5-xhigh.
Open guideContinue / VS Code
OpenAI-compatible model block
Set apiBase or baseURL to the Luma Cloud /v1 endpoint and use the same workspace key. The supported model list is generated from the shared catalog.
Open guideCline
OpenAI-compatible API provider
Use the /v1 endpoint from your dashboard and the starter key. Do not paste localhost or other internal URLs.
Open guideRoo Code
OpenAI-compatible API provider
Use the same endpoint, key, and model ids as Cline. Verify native tool-call streaming before claiming full tool support.
Open guideZed
OpenAI-compatible settings
Add the Luma Cloud api_url and available model ids to the Zed assistant/provider settings.
Open guideProvider UX
Why OpenRouter is one step, and how Luma Cloud gets there.
The goal is the same: provider id, endpoint, key, model. Manual OpenAI-compatible setup works now; native catalog listing is a separate provider-adoption track.
Why OpenRouter feels automatic
What custom providers require today
What Luma Cloud now exposes
Fallback
Manual setup stays short when a client has only a form.
Use this block for Cursor, Continue, VS Code extensions, local SDK tests, and any client that asks for an OpenAI-compatible provider.
Copy-safe manual block
Always use the /v1 endpoint from your dashboard. Never paste localhost or other internal URLs into client settings.
Provider ID: luma-cloud
Display name: Luma Cloud
Provider type: OpenAI-compatible
Base URL: https://api.lumaos.cloud/v1
API key: starter key from Luma Cloud App -> API
Model: gpt-5.5-xhigh
Models: gpt-5.5, gpt-5.5-xhigh, gpt-5.5-high, gpt-5.5-medium, gpt-5.5-low
OpenCode timeout: 600000
OpenCode chunkTimeout: 300000What the installer writes
The local file stays on the user's machine and is merged with existing plain JSON config.
Other clients
No dedicated guide? Manual setup still works.
Any tool with an OpenAI-compatible provider form can connect today with the base URL, key, and model values from this page. The full universal path lives in the API setup guide.
Troubleshooting
When the provider form still fails.
These checks separate bad local setup from a real backend issue.
Request body mismatch
401 or invalid key
Models not visible
OpenCode opens empty after a failed install
Quota exhausted
Wrong endpoint
Wrong model label
Backend contract
All public clients should enter through https://api.lumaos.cloud/v1.
