Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions providers/blueclaw/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions providers/blueclaw/models/Qwen/Qwen3.6-35B-A3B-FP8.toml
Original file line number Diff line number Diff line change
@@ -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
Comment on lines +9 to +10

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what about output limit?


[modalities]
input = ["text"]
Comment on lines +12 to +13

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why specify modalities at all here?

12 changes: 12 additions & 0 deletions providers/blueclaw/models/Qwen3.6-27B.toml
Original file line number Diff line number Diff line change
@@ -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"]
Comment on lines +8 to +12

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto

5 changes: 5 additions & 0 deletions providers/blueclaw/provider.toml
Original file line number Diff line number Diff line change
@@ -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"
Loading