Installations
SuperGPT for Mac is being qualified.
The Apple-Silicon source contour is ready for integration, but public DMG and ticket issuance are intentionally paused until the exact Gateway catalog, activation envelope, live fleet canary and final artifact all bind to one release receipt.
SuperGPT DMG delivery is currently paused
The dashboard will verify the DMG receipt and issue a one-use ticket only after every release gate is green. Until then, no public installer artifact is advertised.
Planned macOS Apple Silicon release
- 1The current local-mirror release is an internal source candidate; public DMG delivery remains paused.
- 2The source contract admits subscription text and funded API-wallet text; Dictation is subscription-only and remains disabled pending Product DB/Gateway entitlement rollout and immutable clean-VM evidence.
- 3After qualification, the dashboard will expose one checksum-verified, user-approved ad-hoc helper DMG; normal setup uses one-time device pairing and never reveals the product key.
- 4Windows and Intel Mac delivery remain excluded until they pass independent release gates.
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
Models
Read authenticated GET https://api.lumaos.cloud/v1/models and use one exact returned id
Base-model default effort
medium, only when the caller sends no explicit effort
Family context
GPT-5.5 272K; GPT-5.6 372K
Requested output cap
128000
OpenCode timeout
600000
OpenCode chunkTimeout
300000
Client matrix
One provider contract for every coding surface.
Each client gets the smallest correct setup path: a secret-free profile where useful, or the Base URL and API key in its OpenAI-compatible form.
OpenCode
Download secret-free config
Create an API key in App → API, keep it in LUMA_CLOUD_API_KEY, then download a provider skeleton with no raw secret or static model list.
Open guideSuperCodex
Planned user-approved helper DMG
Apple Silicon source is prepared, but public delivery stays paused until Product DB/Gateway entitlement and immutable clean-Mac qualification pass.
Open guideOpenClaw
Use the OpenClaw guide
OpenClaw uses the public Luma Cloud endpoint plus an explicitly created API key and canonical model id.
Open guideCursor
Custom OpenAI provider
Use the base URL, bearer key, and an exact lowercase model id returned by the authenticated /v1/models endpoint.
Open guideContinue / VS Code
OpenAI-compatible model block
Set apiBase or baseURL to the Luma Cloud /v1 endpoint and use the API key created in App → API. The supported model list is generated from the shared catalog.
Open guideCline
OpenAI-compatible API provider
Use the /v1 endpoint and the API key created in your dashboard. 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: explicitly created key from Luma Cloud App → API
Models: fetch the authenticated https://api.lumaos.cloud/v1/models response and use one exact returned id
OpenCode timeout: 600000
OpenCode chunkTimeout: 300000What the optional provider skeleton contains
The downloaded JSON contains public provider settings and an environment reference, never a stored API secret.
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 bad config
Quota exhausted
Wrong endpoint
Wrong model label
Backend contract
All public clients should enter through https://api.lumaos.cloud/v1.
