12 lines
252 B
TOML
12 lines
252 B
TOML
# API: {"thinking": {"type": "enabled"}} / {"thinking": {"type": "disabled"}}
|
|
base_model = "meituan/longcat-2.0"
|
|
reasoning_options = [{ type = "toggle" }]
|
|
|
|
[cost]
|
|
input = 0.75
|
|
output = 2.95
|
|
cache_read = 0.015
|
|
|
|
[interleaved]
|
|
field = "reasoning_content"
|