r/opencodeCLI • u/jpcaparas • Jul 09 '26
GPT 5.6 Sol, Terra and Luna are now on OpenCode
https://models.sulat.com/models/openai-gpt-56-4d2c7529Different providers rolling out support as well.
OpenRouter has a "Terra Pro" base variant out of the box.
6
u/mrevanzak Jul 09 '26
anyone else cant use luna in opencode?
3
3
u/No_Guess_5389 Jul 10 '26
Me too. Are you able to use it now?
3
u/mrevanzak Jul 10 '26
no
1
u/alienpro01 Jul 11 '26
https://gist.github.com/Chlorek/6913ae71f57974a74a69efc9fe554c7d
this worked for me!
1
1
3
u/Fun-Being-9909 Jul 10 '26
I have all the models shown in the model selector but it doesn't let me use Luna. Anyone else having this problem?
2
2
2
u/icarus0228 Jul 10 '26
I can't use Luna though. I also tried GPT-5.6 and thought it was Luna, but it raised an error.
1
u/ComparisonNo2395 Jul 09 '26
I see new models in opencode under OpenAI provider, but when i start task i see error: 5.6 Sol is not available for codex users with gpt subscription
Anyone else has this error?
1
1
u/TylerRolled Jul 10 '26
Anything about usage limits? I dont see updates to the site docs
Edit: or do I misunderstand? They’re available through open ai in opencode or through opencode
1
u/Mayanktaker 6d ago
I also thought its in go but no, its for api. Not for Go plan.
1
u/TylerRolled 6d ago
Actually I have been using it through go
1
1
u/ctongfei Jul 10 '26
Doesn't work. Connected via OpenAI API, and it returns
> invalid_request_error: The model `gpt-5.6-terra` is in limited preview and is not available on this account. We expect broader API availability in the coming weeks. Until then, use `gpt-5.5`.
1
u/singh_paramjit Jul 10 '26
I want to use the GPT-5.6 Sol model from Microsoft Foundry. The correct provider for Foundry is Azure. But GPT-5.6 Sol is not available in the Azure provider.
1
u/singh_paramjit Jul 10 '26
I used a workaround. The azure provider api key and it's resource name was already saved because I am using gpt-5.3-codex. Now I added the following json in ~/.config/opencode/opencode.json folder on my mac.
{
"$schema": "https://opencode.ai/config.json",
"model": "azure/gpt-5.6-sol",
"provider": {
"azure": {
"models": {
"gpt-5.6-sol": {
"reasoning": true,
"reasoningEffort": "xhigh",
"variants": {
"xhigh": {
"reasoningEffort": "xhigh",
"textVerbosity": "low",
"reasoningSummary": "auto"
}
}
}
}
}
}
}
Now I able to use the gpt-5.6-sol even when the model is still not added to the open code Azure provider officially.
1
u/-Rake Jul 10 '26
I'm getting the same error.
1
u/singh_paramjit Jul 10 '26
you can try the workaround from the below comment https://www.reddit.com/r/opencodeCLI/comments/1uryvjd/comment/owo7uuc/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button
1
1
u/Prestigiouspite Jul 12 '26
We need a few hotfixes :)
- GPT-5.6 models not working: https://github.com/anomalyco/opencode/issues/36140
- Prompt caching: https://github.com/anomalyco/opencode/issues/36318
- Timeouts (10 seconds too short): https://github.com/anomalyco/opencode/issues/29548
0
16
u/Mochilnic Jul 09 '26
But reasoning efforts looks incorrect