this is my config
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["opencode-gemini-auth@latest","sessions"],
"provider": {
"google":{
"models": {
"auto-gemini-3":{
"options": {
"thinkingConfig":{
"includeThoughts": true
}
}
}
}
}
}
}
even though it is present in available models :
"models":{"availableModels":[{"modelId":"auto-gemini-3","name":"Auto (Gemini 3)","description":"Let Gemini CLI decide the best model for the task: gemini-3.1-pro, gemini-3-flash"},{"modelId":"auto-gemini-2.5","name":"Auto (Gemini 2.5)","description":"Let Gemini CLI decide the best model for the task: gemini-2.5-pro, gemini-2.5-flash"},{"modelId":"gemini-3.1-pro-preview","name":"gemini-3.1-pro-preview"},{"modelId":"gemini-3-flash-preview","name":"gemini-3-flash-preview"},{"modelId":"gemini-3.1-flash-lite-preview","name":"gemini-3.1-flash-lite-preview"},{"modelId":"gemini-2.5-pro","name":"gemini-2.5-pro"},{"modelId":"gemini-2.5-flash","name":"gemini-2.5-flash"},{"modelId":"gemini-2.5-flash-lite","name":"gemini-2.5-flash-lite"}],"currentModelId":"gemini-3-flash-preview"}}}
this is my config
{ "$schema": "https://opencode.ai/config.json", "plugin": ["opencode-gemini-auth@latest","sessions"], "provider": { "google":{ "models": { "auto-gemini-3":{ "options": { "thinkingConfig":{ "includeThoughts": true } } } } } } }even though it is present in available models :
"models":{"availableModels":[{"modelId":"auto-gemini-3","name":"Auto (Gemini 3)","description":"Let Gemini CLI decide the best model for the task: gemini-3.1-pro, gemini-3-flash"},{"modelId":"auto-gemini-2.5","name":"Auto (Gemini 2.5)","description":"Let Gemini CLI decide the best model for the task: gemini-2.5-pro, gemini-2.5-flash"},{"modelId":"gemini-3.1-pro-preview","name":"gemini-3.1-pro-preview"},{"modelId":"gemini-3-flash-preview","name":"gemini-3-flash-preview"},{"modelId":"gemini-3.1-flash-lite-preview","name":"gemini-3.1-flash-lite-preview"},{"modelId":"gemini-2.5-pro","name":"gemini-2.5-pro"},{"modelId":"gemini-2.5-flash","name":"gemini-2.5-flash"},{"modelId":"gemini-2.5-flash-lite","name":"gemini-2.5-flash-lite"}],"currentModelId":"gemini-3-flash-preview"}}}