diff --git a/providers/opencode-go/models/minimax-m2.7.toml b/providers/opencode-go/models/minimax-m2.7.toml index 42e08c8f8..e57acac18 100644 --- a/providers/opencode-go/models/minimax-m2.7.toml +++ b/providers/opencode-go/models/minimax-m2.7.toml @@ -22,5 +22,8 @@ output = 131_072 input = ["text"] output = ["text"] +[interleaved] +field = "reasoning_content" + [provider] -npm = "@ai-sdk/anthropic" \ No newline at end of file +npm = "@ai-sdk/anthropic" diff --git a/providers/opencode-go/models/qwen3.6-plus.toml b/providers/opencode-go/models/qwen3.6-plus.toml index 4b9e78473..7641b1fb8 100644 --- a/providers/opencode-go/models/qwen3.6-plus.toml +++ b/providers/opencode-go/models/qwen3.6-plus.toml @@ -23,5 +23,8 @@ output = 65_536 input = ["text", "image", "video"] output = ["text"] +[interleaved] +field = "reasoning_content" + [provider] -npm = "@ai-sdk/anthropic" \ No newline at end of file +npm = "@ai-sdk/anthropic"