Installation
OpenCode + Luma Cloud
OpenCode is the first native-listing target through Models.dev. Until native catalog listing ships, use the dashboard installer or the Custom provider form.
Recommended path
Dashboard App -> API -> Copy OpenCode installer, then select luma-cloud/gpt-5.5-xhigh.
OpenCode should show luma-cloud/gpt-5.5-xhigh; use gpt-5.5-medium for the first stream smoke.
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.
provider: luma-cloud
npm: @ai-sdk/openai-compatible
baseURL: https://api.lumaos.cloud/v1
model: gpt-5.5-xhigh
models: gpt-5.5, gpt-5.5-xhigh, gpt-5.5-high, gpt-5.5-medium, gpt-5.5-lowProvider 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
OpenCode timeout
600000
chunkTimeout
300000
Distribution
Native listing path.
Submit provider.toml, logo.svg, and model TOML files to anomalyco/models.dev after public v1 conformance passes.
