Compare commits
38 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 24b1668e14 | |||
| 1ddcd9bc32 | |||
| 7a9b4a167c | |||
| 33d88e41df | |||
| 300a46cfdc | |||
| 0e3c00595b | |||
| 1c9b748976 | |||
| cf4ccf92ae | |||
| a4a9d29c99 | |||
| 4670f99aac | |||
| 3839c610a6 | |||
| b1095231a5 | |||
| e8333b63a1 | |||
| 704ffc7371 | |||
| 4fdda4f262 | |||
| 41c243713f | |||
| 36024f1bd2 | |||
| bfb0d3722a | |||
| 3877dcf8b6 | |||
| d171755a90 | |||
| 5394af4d63 | |||
| b78f6fb53e | |||
| 9e3c7d41ff | |||
| e8b1862dc2 | |||
| 63da7583b5 | |||
| 5aeaaa8d47 | |||
| e62b47a005 | |||
| a914876008 | |||
| 2624678dbe | |||
| 3fba77ee56 | |||
| 0a6286e468 | |||
| 8af96ce933 | |||
| 506ca0f7c3 | |||
| 4cafdb31ff | |||
| d97aedf7a1 | |||
| 404bba4d1f | |||
| c10ba76860 | |||
| 30a019056f |
@@ -1 +1,2 @@
|
||||
base_model = "anthropic/claude-haiku-4-5"
|
||||
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["low", "medium", "high"] }, { type = "budget_tokens", min = 1_024, max = 63_999 }]
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
base_model = "anthropic/claude-opus-4-6"
|
||||
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["low", "medium", "high"] }, { type = "budget_tokens", min = 1_024, max = 127_999 }]
|
||||
|
||||
[experimental.modes.fast]
|
||||
cost = { input = 30, output = 150, cache_read = 3, cache_write = 37.5 }
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
base_model = "anthropic/claude-opus-4-7"
|
||||
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["low", "medium", "high"] }]
|
||||
|
||||
[experimental.modes.fast]
|
||||
cost = { input = 30, output = 150, cache_read = 3, cache_write = 37.5 }
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
base_model = "anthropic/claude-sonnet-4-5"
|
||||
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["low", "medium", "high"] }, { type = "budget_tokens", min = 1_024, max = 63_999 }]
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
base_model = "anthropic/claude-sonnet-4-6"
|
||||
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["low", "medium", "high"] }, { type = "budget_tokens", min = 1_024, max = 63_999 }]
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
base_model = "deepseek/deepseek-reasoner"
|
||||
reasoning_options = []
|
||||
|
||||
[interleaved]
|
||||
field = "reasoning_content"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
base_model = "deepseek/deepseek-v4-flash"
|
||||
reasoning_options = []
|
||||
|
||||
[interleaved]
|
||||
field = "reasoning_content"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
base_model = "deepseek/deepseek-v4-pro"
|
||||
reasoning_options = []
|
||||
|
||||
[interleaved]
|
||||
field = "reasoning_content"
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
base_model = "google/gemini-2.5-flash-lite"
|
||||
reasoning_options = []
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
base_model = "google/gemini-2.5-flash"
|
||||
reasoning_options = []
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
base_model = "google/gemini-2.5-pro"
|
||||
reasoning_options = []
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
base_model = "google/gemini-3-flash-preview"
|
||||
reasoning_options = []
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
base_model = "google/gemini-3-pro-preview"
|
||||
reasoning_options = []
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
base_model = "openai/gpt-5-mini"
|
||||
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
base_model = "openai/gpt-5.1"
|
||||
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
base_model = "openai/gpt-5.2"
|
||||
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
base_model = "openai/gpt-5.4"
|
||||
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
|
||||
|
||||
[experimental.modes.fast]
|
||||
cost = { input = 5, output = 30, cache_read = 0.5 }
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
base_model = "openai/gpt-5"
|
||||
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
base_model = "openai/o3-mini"
|
||||
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
base_model = "openai/o3"
|
||||
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
base_model = "openai/o4-mini"
|
||||
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
base_model = "perplexity/sonar-reasoning-pro"
|
||||
reasoning_options = []
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
base_model = "xai/grok-4.3"
|
||||
reasoning_options = []
|
||||
|
||||
@@ -2,6 +2,8 @@ base_model = "deepseek/deepseek-v4-flash"
|
||||
name = "DeepSeek-V4-Flash"
|
||||
tool_call = false
|
||||
|
||||
reasoning_options = []
|
||||
|
||||
[cost]
|
||||
input = 0.19
|
||||
output = 0.51
|
||||
|
||||
@@ -2,6 +2,8 @@ base_model = "deepseek/deepseek-v4-pro"
|
||||
name = "DeepSeek-V4-Pro"
|
||||
tool_call = false
|
||||
|
||||
reasoning_options = []
|
||||
|
||||
[cost]
|
||||
input = 1.74
|
||||
output = 3.48
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2026-04-02"
|
||||
last_updated = "2026-04-02"
|
||||
attachment = true
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
knowledge = "2025-12"
|
||||
tool_call = true
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2025-04-27"
|
||||
last_updated = "2025-04-27"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
knowledge = "2023-12"
|
||||
tool_call = true
|
||||
@@ -20,4 +21,4 @@ output = 8_192
|
||||
|
||||
[modalities]
|
||||
input = ["text"]
|
||||
output = ["text"]
|
||||
output = ["text"]
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2026-04-29"
|
||||
last_updated = "2026-04-29"
|
||||
attachment = true
|
||||
reasoning = true
|
||||
reasoning_options = [{ type = "effort", values = ["none", "high"] }]
|
||||
temperature = true
|
||||
knowledge = "2026-04"
|
||||
tool_call = true
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2025-10-01"
|
||||
last_updated = "2025-10-01"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
knowledge = "2025-09"
|
||||
tool_call = true
|
||||
@@ -20,4 +21,4 @@ output = 8_192
|
||||
|
||||
[modalities]
|
||||
input = ["text"]
|
||||
output = ["text"]
|
||||
output = ["text"]
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
base_model = "moonshotai/kimi-k2.6"
|
||||
reasoning_options = [{ type = "toggle" }]
|
||||
release_date = "2026-05-07"
|
||||
last_updated = "2026-05-07"
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2025-08-05"
|
||||
last_updated = "2025-08-05"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
|
||||
temperature = true
|
||||
knowledge = "2025-08"
|
||||
tool_call = true
|
||||
@@ -20,4 +21,4 @@ output = 8_192
|
||||
|
||||
[modalities]
|
||||
input = ["text"]
|
||||
output = ["text"]
|
||||
output = ["text"]
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2026-01-19"
|
||||
last_updated = "2026-01-19"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
knowledge = "2025-12"
|
||||
tool_call = true
|
||||
@@ -20,4 +21,4 @@ output = 8_192
|
||||
|
||||
[modalities]
|
||||
input = ["text"]
|
||||
output = ["text"]
|
||||
output = ["text"]
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
reasoning_options = []
|
||||
base_model = "zhipuai/glm-4.7"
|
||||
|
||||
[interleaved]
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
reasoning_options = []
|
||||
base_model = "zhipuai/glm-5.1"
|
||||
|
||||
[interleaved]
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
reasoning_options = []
|
||||
base_model = "zhipuai/glm-5"
|
||||
|
||||
[interleaved]
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
reasoning_options = []
|
||||
base_model = "minimax/MiniMax-M2.5"
|
||||
|
||||
[cost]
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
base_model = "anthropic/claude-opus-4-6"
|
||||
reasoning_options = [{ type = "budget_tokens", min = 1_024, max = 127_999 }]
|
||||
|
||||
[cost]
|
||||
input = 5
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
base_model = "anthropic/claude-opus-4-7"
|
||||
reasoning_options = [{ type = "effort", values = ["low", "medium", "high", "xhigh", "max"] }]
|
||||
|
||||
[cost]
|
||||
input = 4.5
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
base_model = "anthropic/claude-sonnet-4-6"
|
||||
reasoning_options = [{ type = "budget_tokens", min = 1_024, max = 63_999 }]
|
||||
|
||||
[cost]
|
||||
input = 3
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
base_model = "deepseek/deepseek-v4-flash"
|
||||
reasoning_options = []
|
||||
|
||||
[interleaved]
|
||||
field = "reasoning_content"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
base_model = "deepseek/deepseek-v4-pro"
|
||||
reasoning_options = []
|
||||
|
||||
[interleaved]
|
||||
field = "reasoning_content"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
base_model = "moonshotai/kimi-k2.6"
|
||||
reasoning_options = []
|
||||
|
||||
[interleaved]
|
||||
field = "reasoning_content"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
base_model = "zhipuai/glm-5"
|
||||
reasoning_options = []
|
||||
|
||||
[interleaved]
|
||||
field = "reasoning_content"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
base_model = "zhipuai/glm-5.1"
|
||||
reasoning_options = []
|
||||
|
||||
[interleaved]
|
||||
field = "reasoning_content"
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2025-12-23"
|
||||
last_updated = "2025-12-23"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
tool_call = true
|
||||
open_weights = true
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2026-02-13"
|
||||
last_updated = "2026-02-13"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
tool_call = true
|
||||
open_weights = true
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2026-02-12"
|
||||
last_updated = "2026-02-12"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
tool_call = true
|
||||
open_weights = true
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2026-03-18"
|
||||
last_updated = "2026-03-18"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
tool_call = true
|
||||
open_weights = true
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2026-03-18"
|
||||
last_updated = "2026-03-18"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
tool_call = true
|
||||
open_weights = true
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2025-10-27"
|
||||
last_updated = "2025-10-27"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
tool_call = true
|
||||
open_weights = true
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2025-07-25"
|
||||
last_updated = "2025-07-25"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
tool_call = true
|
||||
knowledge = "2025-04"
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2025-07-30"
|
||||
last_updated = "2025-07-30"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
tool_call = true
|
||||
knowledge = "2025-04"
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2025-07-28"
|
||||
last_updated = "2025-07-28"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = [{ type = "toggle" }]
|
||||
temperature = true
|
||||
tool_call = true
|
||||
knowledge = "2025-04"
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2025-09-30"
|
||||
last_updated = "2025-09-30"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = [{ type = "toggle" }]
|
||||
temperature = true
|
||||
tool_call = true
|
||||
knowledge = "2025-07"
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2025-11-06"
|
||||
last_updated = "2025-11-06"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
tool_call = true
|
||||
knowledge = "2024-08"
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2025-11-06"
|
||||
last_updated = "2025-11-06"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
tool_call = true
|
||||
knowledge = "2024-08"
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2026-02-12"
|
||||
last_updated = "2026-02-12"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
tool_call = true
|
||||
open_weights = true
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2026-02-01"
|
||||
last_updated = "2026-02-01"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = [{ type = "toggle" }]
|
||||
temperature = true
|
||||
tool_call = true
|
||||
open_weights = true
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2026-04-01"
|
||||
last_updated = "2026-04-01"
|
||||
attachment = true
|
||||
reasoning = true
|
||||
reasoning_options = [{ type = "toggle" }]
|
||||
temperature = true
|
||||
tool_call = true
|
||||
open_weights = true
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2026-01-27"
|
||||
last_updated = "2026-01-27"
|
||||
attachment = true
|
||||
reasoning = true
|
||||
reasoning_options = [{ type = "toggle" }]
|
||||
temperature = true
|
||||
tool_call = true
|
||||
open_weights = true
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2026-04-21"
|
||||
last_updated = "2026-04-21"
|
||||
attachment = true
|
||||
reasoning = true
|
||||
reasoning_options = [{ type = "toggle" }]
|
||||
temperature = true
|
||||
tool_call = true
|
||||
open_weights = true
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2025-08-05"
|
||||
last_updated = "2025-08-05"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
|
||||
temperature = true
|
||||
tool_call = true
|
||||
open_weights = true
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2026-04-07"
|
||||
last_updated = "2026-04-07"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = [{ type = "toggle" }]
|
||||
temperature = true
|
||||
tool_call = true
|
||||
open_weights = true
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2026-04-24"
|
||||
last_updated = "2026-04-24"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["high", "max"] }]
|
||||
temperature = true
|
||||
knowledge = "2025-05"
|
||||
tool_call = true
|
||||
@@ -24,4 +25,4 @@ output = 128_000
|
||||
|
||||
[modalities]
|
||||
input = ["text"]
|
||||
output = ["text"]
|
||||
output = ["text"]
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
base_model = "deepseek/deepseek-v4-flash"
|
||||
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["high", "max"] }]
|
||||
|
||||
[interleaved]
|
||||
field = "reasoning_content"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
base_model = "deepseek/deepseek-v4-pro"
|
||||
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["high", "max"] }]
|
||||
|
||||
[interleaved]
|
||||
field = "reasoning_content"
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2025-08-05"
|
||||
last_updated = "2025-08-05"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
|
||||
temperature = true
|
||||
tool_call = true
|
||||
open_weights = false
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2026-03-01"
|
||||
last_updated = "2026-03-01"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
|
||||
temperature = true
|
||||
tool_call = true
|
||||
open_weights = true
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2026-03-10"
|
||||
last_updated = "2026-03-10"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
tool_call = true
|
||||
open_weights = false
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2026-03-15"
|
||||
last_updated = "2026-03-15"
|
||||
attachment = true
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
tool_call = true
|
||||
open_weights = false
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2025-01-31"
|
||||
last_updated = "2025-01-31"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
tool_call = true
|
||||
open_weights = false
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2026-03-01"
|
||||
last_updated = "2026-03-01"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
tool_call = true
|
||||
open_weights = true
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2026-02-01"
|
||||
last_updated = "2026-02-01"
|
||||
attachment = true
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
tool_call = true
|
||||
open_weights = true
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2026-02-01"
|
||||
last_updated = "2026-02-01"
|
||||
attachment = true
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
tool_call = true
|
||||
open_weights = true
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2026-02-11"
|
||||
last_updated = "2026-02-11"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = [{ type = "toggle" }]
|
||||
temperature = true
|
||||
tool_call = true
|
||||
open_weights = false
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2026-03-08"
|
||||
last_updated = "2026-03-08"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
tool_call = true
|
||||
open_weights = false
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2026-03-08"
|
||||
last_updated = "2026-03-08"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
tool_call = true
|
||||
open_weights = false
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2026-01-27"
|
||||
last_updated = "2026-01-27"
|
||||
attachment = true
|
||||
reasoning = true
|
||||
reasoning_options = [{ type = "toggle" }]
|
||||
temperature = true
|
||||
tool_call = true
|
||||
knowledge = "2025-01"
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2026-02-12"
|
||||
last_updated = "2026-02-12"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
tool_call = true
|
||||
open_weights = true
|
||||
|
||||
@@ -4,6 +4,7 @@ last_updated = "2026-05-19"
|
||||
# reflects last update to contract specification: https://thegrid.ai/docs/instrument-specifications/current-instruments
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
tool_call = true
|
||||
structured_output = true
|
||||
|
||||
@@ -4,6 +4,7 @@ last_updated = "2026-05-19"
|
||||
# reflects last update to contract specification: https://thegrid.ai/docs/instrument-specifications/current-instruments
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
tool_call = true
|
||||
structured_output = true
|
||||
|
||||
@@ -4,6 +4,7 @@ last_updated = "2026-05-19"
|
||||
# reflects last update to contract specification: https://thegrid.ai/docs/instrument-specifications/current-instruments
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
tool_call = true
|
||||
structured_output = true
|
||||
|
||||
@@ -4,6 +4,7 @@ last_updated = "2026-05-19"
|
||||
# reflects last update to contract specification: https://thegrid.ai/docs/instrument-specifications/current-instruments
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
tool_call = true
|
||||
structured_output = true
|
||||
|
||||
@@ -4,6 +4,7 @@ last_updated = "2026-05-19"
|
||||
# reflects last update to contract specification: https://thegrid.ai/docs/instrument-specifications/current-instruments
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
tool_call = true
|
||||
structured_output = true
|
||||
|
||||
@@ -4,6 +4,7 @@ last_updated = "2026-05-19"
|
||||
# reflects last update to contract specification: https://thegrid.ai/docs/instrument-specifications/current-instruments
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
tool_call = true
|
||||
structured_output = true
|
||||
|
||||
@@ -4,6 +4,7 @@ last_updated = "2026-05-19"
|
||||
# reflects last update to contract specification: https://thegrid.ai/docs/instrument-specifications/current-instruments
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
tool_call = true
|
||||
structured_output = true
|
||||
|
||||
@@ -4,6 +4,7 @@ last_updated = "2026-05-19"
|
||||
# reflects last update to contract specification: https://thegrid.ai/docs/instrument-specifications/current-instruments
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
tool_call = true
|
||||
structured_output = true
|
||||
|
||||
@@ -4,6 +4,7 @@ last_updated = "2026-05-19"
|
||||
# reflects last update to contract specification: https://thegrid.ai/docs/instrument-specifications/current-instruments
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = []
|
||||
temperature = true
|
||||
tool_call = true
|
||||
structured_output = true
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2025-05-20"
|
||||
last_updated = "2025-05-20"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = [{ type = "effort", values = ["minimal", "high"] }]
|
||||
temperature = true
|
||||
knowledge = "2025-03"
|
||||
tool_call = true
|
||||
|
||||
@@ -4,6 +4,7 @@ release_date = "2026-01"
|
||||
last_updated = "2026-01"
|
||||
attachment = false
|
||||
reasoning = true
|
||||
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
|
||||
temperature = true
|
||||
knowledge = "2025-03"
|
||||
tool_call = true
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
../../zai-coding-plan/models/glm-5.2.toml
|
||||
Reference in New Issue
Block a user