anomalyco--models.dev
19 行
439 B
TOML
19 行
439 B
TOML
base_model = "alibaba/qwen3.6-plus"
|
|
|
|
# Auriko's schema accepts reasoning_effort, but its provider support table gives
|
|
# no Qwen 3.6 mapping; no meaningful toggle, effort, or budget is documented.
|
|
# https://docs.auriko.ai/guides/extensions-and-thinking
|
|
reasoning_options = []
|
|
|
|
[cost]
|
|
input = 0.5
|
|
output = 3
|
|
cache_read = 0.1
|
|
|
|
[[cost.tiers]]
|
|
tier = { type = "context", size = 256_000 }
|
|
input = 2
|
|
output = 6
|
|
cache_read = 0.2
|
|
cache_write = 2.5
|