Skip to content

Commit aeb4cae

Browse files
authored
Merge pull request #1488 from Sewer56/add-wafer-provider
Add wafer.ai provider
2 parents ccb8dcc + 0568b41 commit aeb4cae

File tree

4 files changed

+58
-0
lines changed

4 files changed

+58
-0
lines changed

providers/wafer.ai/logo.svg

Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name = "GLM-5.1"
2+
family = "glm"
3+
release_date = "2026-04-07"
4+
last_updated = "2026-04-07"
5+
knowledge = "2025-04"
6+
attachment = false
7+
reasoning = true
8+
temperature = true
9+
tool_call = true
10+
structured_output = true
11+
open_weights = true
12+
13+
[cost]
14+
input = 0
15+
output = 0
16+
cache_read = 0
17+
cache_write = 0
18+
19+
[limit]
20+
context = 202_752
21+
output = 131_072
22+
23+
[modalities]
24+
input = ["text"]
25+
output = ["text"]
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name = "Qwen3.5 397B A17B"
2+
family = "qwen"
3+
release_date = "2026-02-16"
4+
last_updated = "2026-02-16"
5+
knowledge = "2025-04"
6+
attachment = true
7+
reasoning = true
8+
temperature = true
9+
tool_call = true
10+
structured_output = true
11+
open_weights = true
12+
13+
[cost]
14+
input = 0
15+
output = 0
16+
cache_read = 0
17+
cache_write = 0
18+
19+
[limit]
20+
context = 262_144
21+
output = 65_536
22+
23+
[modalities]
24+
input = ["text", "image", "video"]
25+
output = ["text"]

providers/wafer.ai/provider.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name = "Wafer"
2+
env = ["WAFER_API_KEY"]
3+
npm = "@ai-sdk/openai-compatible"
4+
api = "https://pass.wafer.ai/v1"
5+
doc = "https://docs.wafer.ai/wafer-pass"

0 commit comments

Comments
 (0)