Question
I am using the OpenCode Go API key in the Immersive Translate browser extension, not directly in the OpenCode client.
My main use case is translation with the DeepSeek V4 Flash model.
It seems that Thinking / reasoning mode is enabled by default. For translation tasks, I only need the final translated text, and I do not want the model to generate or return reasoning / thinking content.
How can I disable Thinking mode in this setup?
Specifically:
- Does the OpenCode Go API support passing
thinking.type = disabled?
- Is there a non-thinking variant of DeepSeek V4 Flash available?
- Is prompt-level control the only option when using the API key through a third-party extension?
Question
I am using the OpenCode Go API key in the Immersive Translate browser extension, not directly in the OpenCode client.
My main use case is translation with the DeepSeek V4 Flash model.
It seems that Thinking / reasoning mode is enabled by default. For translation tasks, I only need the final translated text, and I do not want the model to generate or return reasoning / thinking content.
How can I disable Thinking mode in this setup?
Specifically:
thinking.type = disabled?