Skip to content
Merged
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/wallaby/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions providers/wallaby/models/moonshotai/kimi-k3.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Effort: reasoning_effort = low|medium|high|max (verified on this host
# 2026-09-14; same-prompt median reasoning tokens over 6 runs per level:
# low 61 < medium 85 < high 105 < max 123 — four graded tiers, "max" accepted
# and highest, "medium" a distinct intermediate tier). No wire path disables
# reasoning: "none"/"minimal" are accepted but still reason, and
# reasoning.enabled=false / thinking.type="disabled" are ignored — hence no
# "none" in values and no toggle.
# Pricing: https://wallabytoken.com/pricing.json (accessed 2026-09-14), USD per 1M tokens.
base_model = "moonshotai/kimi-k3"
reasoning_options = [{ type = "effort", values = ["low", "medium", "high", "max"] }]

[interleaved]
field = "reasoning_content"

[cost]
input = 2.70
output = 13.50
cache_read = 0.27
9 changes: 9 additions & 0 deletions providers/wallaby/provider.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# OpenAI-compatible API focused on Kimi K3. Reasoning effort is adjustable via
# `reasoning_effort` (low/medium/high) and reasoning streams in the
# `reasoning_content` field. `temperature` is accepted but normalized to 1.
# https://wallabytoken.com/docs (accessed 2026-09-14)
name = "Wallaby"
npm = "@ai-sdk/openai-compatible"
env = ["WALLABY_API_KEY"]
api = "https://api.wallabytoken.com/v1"
doc = "https://wallabytoken.com/docs"
Loading