diff --git a/providers/opencode-go/models/qwen3.5-plus.toml b/providers/opencode-go/models/qwen3.5-plus.toml index 1588c290b..06bf37943 100644 --- a/providers/opencode-go/models/qwen3.5-plus.toml +++ b/providers/opencode-go/models/qwen3.5-plus.toml @@ -26,4 +26,4 @@ input = ["text", "image", "video"] output = ["text"] [provider] -npm = "@ai-sdk/anthropic" +npm = "@ai-sdk/openai-compatible" diff --git a/providers/opencode-go/models/qwen3.6-plus.toml b/providers/opencode-go/models/qwen3.6-plus.toml index 77de6cffb..a8a18f28f 100644 --- a/providers/opencode-go/models/qwen3.6-plus.toml +++ b/providers/opencode-go/models/qwen3.6-plus.toml @@ -32,4 +32,4 @@ input = ["text", "image", "video"] output = ["text"] [provider] -npm = "@ai-sdk/anthropic" +npm = "@ai-sdk/openai-compatible" diff --git a/providers/opencode-go/models/qwen3.7-max.toml b/providers/opencode-go/models/qwen3.7-max.toml index 554939697..bf7777a72 100644 --- a/providers/opencode-go/models/qwen3.7-max.toml +++ b/providers/opencode-go/models/qwen3.7-max.toml @@ -24,4 +24,4 @@ input = ["text"] output = ["text"] [provider] -npm = "@ai-sdk/anthropic" +npm = "@ai-sdk/openai-compatible" diff --git a/providers/opencode-go/models/qwen3.7-plus.toml b/providers/opencode-go/models/qwen3.7-plus.toml index aea8a94e9..e893a6799 100644 --- a/providers/opencode-go/models/qwen3.7-plus.toml +++ b/providers/opencode-go/models/qwen3.7-plus.toml @@ -31,4 +31,4 @@ input = ["text", "image", "video"] output = ["text"] [provider] -npm = "@ai-sdk/anthropic" +npm = "@ai-sdk/openai-compatible"