14 lines
190 B
TOML
14 lines
190 B
TOML
base_model = "deepseek/deepseek-v4-flash"
|
|
reasoning_options = []
|
|
|
|
[cost]
|
|
input = 0.112
|
|
output = 0.224
|
|
|
|
[limit]
|
|
context = 1_000_000
|
|
output = 64_000
|
|
|
|
[interleaved]
|
|
field = "reasoning_content"
|