chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
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"]
|
||||
@@ -0,0 +1,10 @@
|
||||
base_model = "openai/gpt-oss-20b"
|
||||
structured_output = false
|
||||
reasoning_options = []
|
||||
|
||||
[cost]
|
||||
input = 0.18
|
||||
output = 0.29
|
||||
|
||||
[limit]
|
||||
output = 8_192
|
||||
Reference in New Issue
Block a user