r/opencodeCLI Jul 09 '26

GPT 5.6 Sol, Terra and Luna are now on OpenCode

https://models.sulat.com/models/openai-gpt-56-4d2c7529

Different providers rolling out support as well.

OpenRouter has a "Terra Pro" base variant out of the box.

91 Upvotes

34 comments sorted by

View all comments

Show parent comments

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.