22 lines
394 B
TOML
22 lines
394 B
TOML
name = "GPT OSS 120B"
|
|
description = "Open-weight GPT model for self-hosted reasoning and instruction-following workloads"
|
|
release_date = "2025-08"
|
|
last_updated = "2025-08"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = true
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 0.0675
|
|
output = 0.27
|
|
|
|
[limit]
|
|
context = 131_072
|
|
output = 32_768
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|