Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ type = "effort"
values = ["high", "max"]

[cost]
input = 0.13
output = 0.28
cache_read = 0.03
input = 0.0549
output = 0.1734
cache_read = 0.0087
cache_write = 0

[limit]
Expand Down
6 changes: 3 additions & 3 deletions providers/inceptron/models/moonshotai/Kimi-K2.6.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ reasoning_options = []
field = "reasoning_content"

[cost]
input = 0.53
output = 3.39
cache_read = 0.17
input = 0.516
output = 2.87
cache_read = 0.1144
cache_write = 0

[modalities]
Expand Down
4 changes: 2 additions & 2 deletions providers/inceptron/models/moonshotai/Kimi-K2.7-Code.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ reasoning_options = []
field = "reasoning_content"

[cost]
input = 0.66
output = 3.4
input = 0.7062
output = 3.21
cache_read = 0.18
cache_write = 0

Expand Down
6 changes: 3 additions & 3 deletions providers/inceptron/models/zai-org/GLM-5.2.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ type = "effort"
values = ["high", "max"]

[cost]
input = 0.71
output = 2.35
cache_read = 0.12
input = 1.0998
output = 2.9905
cache_read = 0.18
cache_write = 0

[limit]
Expand Down
19 changes: 19 additions & 0 deletions providers/inceptron/models/zai-org/GLM-5.3.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
base_model = "zhipuai/glm-5.3"
name = "GLM 5.3"

[interleaved]
field = "reasoning_content"

[[reasoning_options]]
type = "effort"
values = ["low", "high", "max"]

[cost]
input = 1.0699
output = 4.092
cache_read = 0.1857
cache_write = 0

[limit]
context = 1_048_576
output = 1_048_576
Loading