diff --git a/providers/blueclaw/logo.svg b/providers/blueclaw/logo.svg new file mode 100644 index 0000000000..03bef156a9 --- /dev/null +++ b/providers/blueclaw/logo.svg @@ -0,0 +1,3 @@ + + + diff --git a/providers/blueclaw/models/Qwen/Qwen3.6-35B-A3B-FP8.toml b/providers/blueclaw/models/Qwen/Qwen3.6-35B-A3B-FP8.toml new file mode 100644 index 0000000000..3eb35ab625 --- /dev/null +++ b/providers/blueclaw/models/Qwen/Qwen3.6-35B-A3B-FP8.toml @@ -0,0 +1,13 @@ +base_model = "alibaba/qwen3.6-35b-a3b" +name = "Qwen3.6 35B A3B FP8" +attachment = false +status = "beta" + +[[reasoning_options]] +type = "toggle" + +[limit] +context = 131_072 + +[modalities] +input = ["text"] diff --git a/providers/blueclaw/models/Qwen3.6-27B.toml b/providers/blueclaw/models/Qwen3.6-27B.toml new file mode 100644 index 0000000000..1fb143e9a4 --- /dev/null +++ b/providers/blueclaw/models/Qwen3.6-27B.toml @@ -0,0 +1,12 @@ +base_model = "alibaba/qwen3.6-27b" +attachment = false +status = "beta" + +[[reasoning_options]] +type = "toggle" + +[limit] +context = 196_608 + +[modalities] +input = ["text"] diff --git a/providers/blueclaw/provider.toml b/providers/blueclaw/provider.toml new file mode 100644 index 0000000000..18baf6e8e5 --- /dev/null +++ b/providers/blueclaw/provider.toml @@ -0,0 +1,5 @@ +name = "Blue Claw" +npm = "@ai-sdk/openai-compatible" +api = "https://openai.blueclaw.network/v1" +env = ["BLUECLAW_API_KEY"] +doc = "https://blueclaw.network"