19 lines
261 B
TOML
19 lines
261 B
TOML
base_model = "openai/gpt-oss-120b"
|
|
structured_output = false
|
|
|
|
[[reasoning_options]]
|
|
type = "effort"
|
|
values = ["low", "medium", "high"]
|
|
|
|
[cost]
|
|
input = 0.53
|
|
output = 0.76
|
|
|
|
[limit]
|
|
context = 131_000
|
|
output = 8_192
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|