16 lines
545 B
TOML
16 lines
545 B
TOML
base_model = "alibaba/qwen3.7-plus"
|
|
# Reasoning HTTP format (accessed 2026-06-25):
|
|
# Coding Plan exact-string allowlist model. Hybrid thinking is on by default;
|
|
# top-level `enable_thinking`: true|false toggles it. The plan docs do not state
|
|
# a numeric budget bound or a plan-specific effort control.
|
|
# Sources:
|
|
# https://www.alibabacloud.com/help/en/model-studio/coding-plan
|
|
# https://www.alibabacloud.com/help/en/model-studio/deep-thinking
|
|
reasoning_options = [{ type = "toggle" }]
|
|
|
|
[cost]
|
|
input = 0
|
|
output = 0
|
|
cache_read = 0
|
|
cache_write = 0
|