Skip to content
Merged
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
@@ -0,0 +1,26 @@
name = "DeepSeek V3.2"
family = "deepseek-v3"
release_date = "2025-12-01"
last_updated = "2025-12-01"
attachment = false
reasoning = true
temperature = true
tool_call = true
knowledge = "2025-09"
open_weights = true

[cost]
input = 0.56
output = 1.68
cache_read = 0.28

[limit]
context = 160_000
Comment on lines +13 to +18
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isn't this an interleaved thinking model?

output = 160_000

[modalities]
input = ["text"]
output = ["text"]

[interleaved]
field = "reasoning_content"
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ output = 131_072
[modalities]
input = ["text"]
output = ["text"]

[interleaved]
field = "reasoning_content"
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name = "GLM 4.6"
family = "glm-4"
release_date = "2025-10-01"
last_updated = "2025-10-01"
attachment = false
reasoning = true
temperature = true
tool_call = true
knowledge = "2025-04"
open_weights = true

[cost]
input = 0.55
output = 2.19
cache_read = 0.28

[limit]
context = 198_000
output = 198_000

[modalities]
input = ["text"]
output = ["text"]

[interleaved]
field = "reasoning_content"
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name = "GLM 4.7"
family = "glm-4"
release_date = "2025-12-22"
last_updated = "2025-12-22"
attachment = false
reasoning = true
temperature = true
tool_call = true
knowledge = "2025-04"
open_weights = true

[cost]
input = 0.60
output = 2.20
cache_read = 0.30

[limit]
context = 198_000
Comment on lines +9 to +18
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isn't this interleaved thinking model?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is, but I dont know if it requires provider support. Does it "just work"? If that is the case kimi-k2-thinking is also missing interleaved thinking

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also I based the definitions on the previous version of the models which don't document it either. should I just add it?

output = 198_000

[modalities]
input = ["text"]
output = ["text"]

[interleaved]
field = "reasoning_content"
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ output = 2.50

[limit]
context = 256_000
output = 16_384
output = 256_000

[modalities]
input = ["text"]
output = ["text"]

[interleaved]
field = "reasoning_content"
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ output = 1.20

[limit]
context = 128_000
output = 16_384
output = 128_000

[modalities]
input = ["text"]
output = ["text"]

[interleaved]
field = "reasoning_content"