anomalyco--models.dev
14 行
182 B
TOML
14 行
182 B
TOML
base_model = "openai/gpt-5.6-sol"
|
|
reasoning_options = []
|
|
|
|
[cost]
|
|
input = 2.50
|
|
output = 15.00
|
|
|
|
[limit]
|
|
context = 1_000_000
|
|
output = 128_000
|
|
|
|
[interleaved]
|
|
field = "reasoning_content"
|