Should be able to download open code configuration with all models, and environment variable for key.
{
"$schema": "https://opencode.ai/config.json",
"provider": {
"lumen": {
"npm": "@ai-sdk/openai-compatible",
"name": "Lumen (NCSA)",
"options": {
"baseURL": "https://lumen.ncsa.illinois.edu/v1",
"apiKey": "{env:LUMEN_API_KEY}"
},
"models": {
"qwen3-coder-next": {
"name": "Qwen3 Coder Next via Lumen"
}
}
}
}
}
Give credit to Josh Henry
Should be able to download open code configuration with all models, and environment variable for key.
Give credit to Josh Henry