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
20 changes: 20 additions & 0 deletions providers/wafer.ai/models/DeepSeek-V4-Flash-0731-Fast.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Sources (accessed 2026-09-02):
# - Pricing/capabilities: GET https://pass.wafer.ai/v1/models
# - Model list: https://docs.wafer.ai/serverless/setup#models
# Off is reasoning_effort=none; graded levels none|low|high|max (default low)
base_model = "deepseek/deepseek-v4-flash-0731"
name = "DeepSeek V4 Flash 0731 Fast"
description = "The same model served for high TPS."
reasoning_options = [{ type = "effort", values = ["none", "low", "high", "max"] }]

[interleaved]
field = "reasoning_content"

[cost]
input = 0.20
output = 0.25
cache_read = 0.05
cache_write = 0

[limit]
context = 1_048_576
21 changes: 21 additions & 0 deletions providers/wafer.ai/models/GLM-5.3-Flash.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Sources (accessed 2026-09-02):
# - Pricing/capabilities: GET https://pass.wafer.ai/v1/models
# - Model list: https://docs.wafer.ai/serverless/setup#models
# Host control differs from the lab API: Wafer self-hosts GLM-5.3-Flash and
# applies its own effort control (system-prompt conditioning); its per-model
# metadata advertises reasoning_effort none|low|high|max (default low, none =
# off; medium is not a distinct tier).
base_model = "zhipuai/glm-5.3-flash"
reasoning_options = [{ type = "effort", values = ["none", "low", "high", "max"] }]

[interleaved]
field = "reasoning_content"

[cost]
input = 0.15
output = 0.50
cache_read = 0.03
cache_write = 0

[limit]
context = 1_048_576
20 changes: 20 additions & 0 deletions providers/wafer.ai/models/GLM-5.3.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Sources (accessed 2026-09-02):
# - Pricing/capabilities: GET https://pass.wafer.ai/v1/models
# - Model list: https://docs.wafer.ai/serverless/setup#models
# Host control differs from the lab API: Wafer self-hosts GLM-5.3 and applies
# its own effort control (system-prompt conditioning); its per-model metadata
# advertises reasoning_effort none|low|high|max (default low), with none = off.
base_model = "zhipuai/glm-5.3"
reasoning_options = [{ type = "effort", values = ["none", "low", "high", "max"] }]

[interleaved]
field = "reasoning_content"

[cost]
input = 1.40
output = 4.40
cache_read = 0.26
cache_write = 0

[limit]
context = 1_048_576
17 changes: 17 additions & 0 deletions providers/wafer.ai/models/Kimi-K3.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Sources (accessed 2026-09-02):
# - Pricing/capabilities: GET https://pass.wafer.ai/v1/models
# - Model list: https://docs.wafer.ai/serverless/setup#models
# Wafer per-model metadata: "Kimi-K3 reasoning is exposed as off/high/max;
# low and medium collapse to the same enabled tier" — so reasoning_effort is
# none|high|max (default none), and low is deliberately not listed.
base_model = "moonshotai/kimi-k3"
reasoning_options = [{ type = "effort", values = ["none", "high", "max"] }]

[interleaved]
field = "reasoning_content"

[cost]
input = 3.00
output = 15.00
cache_read = 0.30
cache_write = 0
9 changes: 9 additions & 0 deletions providers/wafer.ai/models/Qwen3.5-397B-A17B.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Sources (accessed 2026-09-02):
# - Model list: https://docs.wafer.ai/serverless/setup#models (262K context,
# serverless-only, non-ZDR)
# - GET https://pass.wafer.ai/v1/models lists the model but publishes no
# pricing or capability metadata for it yet; no public Wafer price as of
# 2026-09-02, so cost is intentionally omitted.
# Toggle: enable_thinking = true|false (normalized by the Wafer API)
base_model = "alibaba/qwen3.5-397b-a17b"
reasoning_options = [{ type = "toggle" }]
Loading