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/alibaba-coding-plan-cn/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions providers/alibaba-coding-plan-cn/models/glm-4.7.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name = "GLM-4.7"
family = "glm"
release_date = "2025-12-22"
last_updated = "2025-12-22"
attachment = false
reasoning = true
temperature = true
tool_call = true
knowledge = "2025-04"
open_weights = true

[interleaved]
field = "reasoning_content"

[cost]
input = 0
output = 0
cache_read = 0
cache_write = 0

[limit]
context = 202_752
output = 16_384

[modalities]
input = ["text"]
output = ["text"]
26 changes: 26 additions & 0 deletions providers/alibaba-coding-plan-cn/models/glm-5.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name = "GLM-5"
family = "glm"
release_date = "2026-02-11"
last_updated = "2026-02-11"
attachment = false
reasoning = true
temperature = true
tool_call = true
open_weights = false

[interleaved]
field = "reasoning_content"

[cost]
input = 0
output = 0
cache_read = 0
cache_write = 0

[limit]
context = 202_752
output = 16_384

[modalities]
input = ["text"]
output = ["text"]
27 changes: 27 additions & 0 deletions providers/alibaba-coding-plan-cn/models/kimi-k2.5.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name = "Kimi K2.5"
family = "kimi"
release_date = "2026-01-27"
last_updated = "2026-01-27"
attachment = true
reasoning = true
temperature = true
tool_call = true
knowledge = "2025-01"
open_weights = true

[interleaved]
field = "reasoning_content"

[cost]
input = 0
output = 0
cache_read = 0
cache_write = 0

[limit]
context = 262_144
output = 32_768

[modalities]
input = ["text", "image"]
output = ["text"]
24 changes: 24 additions & 0 deletions providers/alibaba-coding-plan-cn/models/qwen3-coder-next.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name = "Qwen3 Coder Next"
family = "qwen"
release_date = "2026-02-03"
last_updated = "2026-02-03"
attachment = false
reasoning = false
temperature = true
tool_call = true
structured_output = true
open_weights = true

[cost]
input = 0
output = 0
cache_read = 0
cache_write = 0

[limit]
context = 262_144
output = 65_536

[modalities]
input = ["text"]
output = ["text"]
24 changes: 24 additions & 0 deletions providers/alibaba-coding-plan-cn/models/qwen3-coder-plus.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name = "Qwen3 Coder Plus"
family = "qwen"
release_date = "2025-07-23"
last_updated = "2025-07-23"
attachment = false
reasoning = false
temperature = true
knowledge = "2025-04"
tool_call = true
open_weights = true

[cost]
input = 0
output = 0
cache_read = 0
cache_write = 0

[limit]
context = 1_000_000
output = 65_536

[modalities]
input = ["text"]
output = ["text"]
24 changes: 24 additions & 0 deletions providers/alibaba-coding-plan-cn/models/qwen3-max-2026-01-23.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name = "Qwen3 Max"
family = "qwen"
release_date = "2026-01-23"
last_updated = "2026-01-23"
attachment = false
reasoning = false
temperature = true
knowledge = "2025-04"
tool_call = true
open_weights = false

[cost]
input = 0
output = 0
cache_read = 0
cache_write = 0

[limit]
context = 262_144
output = 65_536

[modalities]
input = ["text"]
output = ["text"]
24 changes: 24 additions & 0 deletions providers/alibaba-coding-plan-cn/models/qwen3.5-plus.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name = "Qwen3.5 Plus"
family = "qwen"
release_date = "2026-02-16"
last_updated = "2026-02-16"
attachment = false
reasoning = true
temperature = true
knowledge = "2025-04"
tool_call = true
open_weights = false

[cost]
input = 0
output = 0
cache_read = 0
cache_write = 0

[limit]
context = 1_000_000
output = 65_536

[modalities]
input = ["text", "image"]
output = ["text"]
5 changes: 5 additions & 0 deletions providers/alibaba-coding-plan-cn/provider.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "Alibaba Coding Plan (China)"
env = ["ALIBABA_CODING_PLAN_API_KEY"]
npm = "@ai-sdk/openai-compatible"
doc = "https://help.aliyun.com/zh/model-studio/coding-plan"
api = "https://coding.dashscope.aliyuncs.com/v1"