Installation
Continue + Luma Cloud
Continue uses model configuration blocks. Luma Cloud should be added as an OpenAI-compatible model entry with apiBase pointing at /v1.
Recommended path
Add the model block to Continue config and store the key as a secret/environment value.
Run chat and edit roles with gpt-5.5-medium before switching default work to xHigh.
Use only the /v1 endpoint from your dashboard. Never paste localhost or other internal URLs into client settings.
Copy-safe config
Use this as the exact client-facing fallback when no native provider listing exists yet.
models:
- name: Luma Cloud GPT-5.5 xHigh
provider: openai
model: gpt-5.5-xhigh
apiBase: https://api.lumaos.cloud/v1
apiKey: ${{ secrets.LUMA_CLOUD_API_KEY }}
roles:
- chat
- edit
- applyProvider fields
Use the same values across clients.
These values come from the shared Luma Cloud provider registry and must match /v1/models and provider-catalog submissions.
Provider ID
luma-cloud
Display name
Luma Cloud
Provider type
OpenAI-compatible
Base URL
https://api.lumaos.cloud/v1
API key env
LUMA_CLOUD_API_KEY
Default model
gpt-5.5-xhigh
Fast smoke model
gpt-5.5-medium
Distribution
Native listing path.
Publish config block and explore Continue Hub/provider example listing.
