Skip to content
Merged
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/alibaba-token-plan-cn/models/deepseek-v4.1-flash.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Reasoning HTTP format (accessed 2026-09-14):
# Toggle: enable_thinking = true|false. Chat Completions `reasoning_effort`
# accepts low, high (default), and max; medium and xhigh map to high.
# Reasoning streams on `reasoning_content`.
# Model availability: Token Plan model list (China, Beijing region only).
# Sources:
# https://platform.qianwenai.com/docs/api-reference/chat/openai-chat
# https://help.aliyun.com/zh/model-studio/token-plan-personal-overview
base_model = "deepseek/deepseek-v4.1-flash"

reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["low", "high", "max"] }]

[interleaved]
field = "reasoning_content"

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