19 lines
271 B
TOML
19 lines
271 B
TOML
base_model = "alibaba/qwen3.6-plus"
|
|
reasoning_options = []
|
|
|
|
[cost]
|
|
input = 0.5
|
|
output = 3
|
|
cache_read = 0.05
|
|
cache_write = 0.625
|
|
|
|
[[cost.tiers]]
|
|
tier = { type = "context", size = 256_000 }
|
|
input = 2
|
|
output = 6
|
|
cache_read = 0.2
|
|
cache_write = 2.5
|
|
|
|
[limit]
|
|
context = 262_144
|