chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
reasoning_options = []
|
||||
base_model = "zhipuai/glm-4.7"
|
||||
|
||||
[interleaved]
|
||||
field = "reasoning_content"
|
||||
|
||||
[cost]
|
||||
input = 0.45
|
||||
output = 1.65
|
||||
|
||||
[limit]
|
||||
context = 200_000
|
||||
output = 128_000
|
||||
@@ -0,0 +1,12 @@
|
||||
reasoning_options = []
|
||||
base_model = "zhipuai/glm-5.1"
|
||||
|
||||
[interleaved]
|
||||
field = "reasoning_content"
|
||||
|
||||
[cost]
|
||||
input = 1.25
|
||||
output = 3.89
|
||||
|
||||
[limit]
|
||||
output = 128_000
|
||||
@@ -0,0 +1,13 @@
|
||||
reasoning_options = []
|
||||
base_model = "zhipuai/glm-5"
|
||||
|
||||
[interleaved]
|
||||
field = "reasoning_content"
|
||||
|
||||
[cost]
|
||||
input = 0.75
|
||||
output = 2.4
|
||||
|
||||
[limit]
|
||||
context = 200_000
|
||||
output = 128_000
|
||||
@@ -0,0 +1,21 @@
|
||||
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"]
|
||||
@@ -0,0 +1,10 @@
|
||||
reasoning_options = []
|
||||
base_model = "minimax/MiniMax-M2.5"
|
||||
|
||||
[cost]
|
||||
input = 0.22
|
||||
output = 0.88
|
||||
|
||||
[limit]
|
||||
context = 200_000
|
||||
output = 32_000
|
||||
Reference in New Issue
Block a user