Skip to content
Open
Show file tree
Hide file tree
Changes from 2 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
1 change: 1 addition & 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.
12 changes: 12 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,12 @@
base_model = "alibaba/qwen3.6-35b-a3b"
name = "Qwen3.6 35B A3B FP8"
attachment = false

[[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?

11 changes: 11 additions & 0 deletions providers/blueclaw/models/Qwen3.6-27B.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
base_model = "alibaba/qwen3.6-27b"
attachment = false

[[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