Create a lightweight tag on HEAD
Tests ability to create a lightweight tag on HEAD. Evaluates basic tag-creation command knowledge.

These commands set up the repo before the model sees the prompt. They define the starting file structure, staged changes, and Git history.

  1. 01 git init
  2. 02 git config user.email 'test@test.com'
  3. 03 git config user.name 'Test User'
  4. 04 echo 'Hello' > hello.txt
  5. 05 git add hello.txt
  6. 06 git commit -m 'Initial commit'
  7. 07 echo 'World' > world.txt
  8. 08 git add world.txt
  9. 09 git commit -m 'Add world'
Prompt
Create a lightweight git tag named 'v1.0' pointing at the current HEAD. Output ONLY the git command, nothing else.
Expected
git tag v1.0

Scoped model quality, cost, API time, and token usage for tag_management/f001.

Loading...
Loading raw attempt evidence…
anthropic/claude-fable-5:high PASS 100% 85 in → 15 out (4 reasoning)
git tag v1.0
anthropic/claude-fable-5:high__json_schema PASS 100% 297 in → 16 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
anthropic/claude-fable-5:low PASS 100% 82 in → 13 out (0 reasoning)
``` git tag v1.0 ```
anthropic/claude-fable-5:low__json_schema PASS 100% 291 in → 16 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
anthropic/claude-fable-5:max PASS 100% 81 in → 122 out (39 reasoning)
git tag v1.0
anthropic/claude-fable-5:max__json_schema PASS 100% 294 in → 79 out (28 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
anthropic/claude-fable-5:medium PASS 100% 84 in → 13 out (0 reasoning)
``` git tag v1.0 ```
anthropic/claude-fable-5:medium__json_schema PASS 100% 293 in → 16 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
anthropic/claude-fable-5:xhigh PASS 100% 87 in → 22 out (10 reasoning)
git tag v1.0
anthropic/claude-fable-5:xhigh__json_schema PASS 100% 296 in → 16 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
anthropic/claude-haiku-4.5:high PASS 100% 92 in → 193 out (174 reasoning)
``` git tag v1.0 ```
anthropic/claude-haiku-4.5:high__json_schema PASS 100% 253 in → 172 out (152 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
anthropic/claude-haiku-4.5:low PASS 100% 90 in → 143 out (125 reasoning)
``` git tag v1.0 ```
anthropic/claude-haiku-4.5:low__json_schema PASS 100% 254 in → 162 out (136 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
anthropic/claude-haiku-4.5:medium PASS 100% 90 in → 124 out (106 reasoning)
``` git tag v1.0 ```
anthropic/claude-haiku-4.5:medium__json_schema PASS 100% 256 in → 228 out (199 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
anthropic/claude-haiku-4.5:none PASS 100% 60 in → 13 out (0 reasoning)
``` git tag v1.0 ```
anthropic/claude-haiku-4.5:none__json_schema PASS 100% 226 in → 14 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
anthropic/claude-haiku-4.5:xhigh PASS 100% 92 in → 141 out (119 reasoning)
``` git tag v1.0 ```
anthropic/claude-haiku-4.5:xhigh__json_schema PASS 100% 256 in → 230 out (218 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
anthropic/claude-opus-4.6:high PASS 100% 61 in → 14 out (0 reasoning)
``` git tag v1.0 ```
anthropic/claude-opus-4.6:high__json_schema PASS 100% 224 in → 13 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
anthropic/claude-opus-4.6:low PASS 100% 62 in → 9 out (0 reasoning)
git tag v1.0
anthropic/claude-opus-4.6:low__json_schema PASS 100% 225 in → 13 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
anthropic/claude-opus-4.6:max PASS 100% 61 in → 14 out (0 reasoning)
``` git tag v1.0 ```
anthropic/claude-opus-4.6:max__json_schema PASS 100% 224 in → 52 out (23 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
anthropic/claude-opus-4.6:medium PASS 100% 65 in → 9 out (0 reasoning)
git tag v1.0
anthropic/claude-opus-4.6:medium__json_schema PASS 100% 223 in → 13 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
anthropic/claude-opus-4.6:none PASS 100% 64 in → 13 out (0 reasoning)
``` git tag v1.0 ```
anthropic/claude-opus-4.6:none__json_schema PASS 100% 226 in → 13 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
anthropic/claude-opus-4.6:xhigh PASS 100% 62 in → 14 out (0 reasoning)
``` git tag v1.0 ```
anthropic/claude-opus-4.6:xhigh__json_schema PASS 100% 226 in → 13 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
anthropic/claude-opus-4.7:high PASS 100% 91 in → 11 out (0 reasoning)
git tag v1.0
anthropic/claude-opus-4.7:high__json_schema PASS 100% 296 in → 18 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
anthropic/claude-opus-4.7:low PASS 100% 90 in → 11 out (0 reasoning)
git tag v1.0
anthropic/claude-opus-4.7:low__json_schema PASS 100% 300 in → 18 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
anthropic/claude-opus-4.7:max PASS 100% 93 in → 16 out (0 reasoning)
``` git tag v1.0 ```
anthropic/claude-opus-4.7:max__json_schema PASS 100% 297 in → 18 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
anthropic/claude-opus-4.7:medium PASS 100% 88 in → 11 out (0 reasoning)
git tag v1.0
anthropic/claude-opus-4.7:medium__json_schema PASS 100% 298 in → 18 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
anthropic/claude-opus-4.7:none PASS 100% 89 in → 11 out (0 reasoning)
git tag v1.0
anthropic/claude-opus-4.7:none__json_schema PASS 100% 300 in → 18 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
anthropic/claude-opus-4.7:xhigh PASS 100% 89 in → 16 out (0 reasoning)
``` git tag v1.0 ```
anthropic/claude-opus-4.7:xhigh__json_schema PASS 100% 299 in → 18 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
anthropic/claude-opus-4.8:high PASS 100% 84 in → 9 out (0 reasoning)
git tag v1.0
anthropic/claude-opus-4.8:high__json_schema PASS 100% 294 in → 16 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
anthropic/claude-opus-4.8:low PASS 100% 84 in → 9 out (0 reasoning)
git tag v1.0
anthropic/claude-opus-4.8:low__json_schema PASS 100% 292 in → 16 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
anthropic/claude-opus-4.8:max PASS 100% 81 in → 9 out (0 reasoning)
git tag v1.0
anthropic/claude-opus-4.8:max__json_schema PASS 100% 295 in → 16 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
anthropic/claude-opus-4.8:medium PASS 100% 83 in → 9 out (0 reasoning)
git tag v1.0
anthropic/claude-opus-4.8:medium__json_schema PASS 100% 293 in → 16 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
anthropic/claude-opus-4.8:none PASS 100% 83 in → 13 out (0 reasoning)
``` git tag v1.0 ```
anthropic/claude-opus-4.8:none__json_schema PASS 100% 294 in → 15 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
anthropic/claude-opus-4.8:xhigh PASS 100% 81 in → 9 out (0 reasoning)
git tag v1.0
anthropic/claude-opus-4.8:xhigh__json_schema PASS 100% 294 in → 16 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
anthropic/claude-sonnet-4.6:high PASS 100% 63 in → 51 out (23 reasoning)
``` git tag v1.0 ```
anthropic/claude-sonnet-4.6:high__json_schema PASS 100% 224 in → 13 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
anthropic/claude-sonnet-4.6:low PASS 100% 63 in → 13 out (0 reasoning)
``` git tag v1.0 ```
anthropic/claude-sonnet-4.6:low__json_schema PASS 100% 224 in → 13 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
anthropic/claude-sonnet-4.6:max PASS 100% 60 in → 119 out (84 reasoning)
``` git tag v1.0 ```
anthropic/claude-sonnet-4.6:max__json_schema PASS 100% 226 in → 82 out (49 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
anthropic/claude-sonnet-4.6:medium PASS 100% 64 in → 13 out (0 reasoning)
``` git tag v1.0 ```
anthropic/claude-sonnet-4.6:medium__json_schema PASS 100% 228 in → 13 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
anthropic/claude-sonnet-4.6:none PASS 100% 62 in → 13 out (0 reasoning)
``` git tag v1.0 ```
anthropic/claude-sonnet-4.6:none__json_schema PASS 100% 225 in → 13 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
anthropic/claude-sonnet-4.6:xhigh PASS 100% 62 in → 51 out (23 reasoning)
``` git tag v1.0 ```
anthropic/claude-sonnet-4.6:xhigh__json_schema PASS 100% 225 in → 13 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
anthropic/claude-sonnet-5:high PASS 100% 85 in → 18 out (0 reasoning)
``` git tag v1.0 HEAD ```
anthropic/claude-sonnet-5:high__json_schema PASS 100% 296 in → 21 out (0 reasoning)
git tag v1.0 HEAD
JSON Schema Structured Output
(raw) {"command":"git tag v1.0 HEAD"}
anthropic/claude-sonnet-5:low PASS 100% 85 in → 9 out (0 reasoning)
git tag v1.0
anthropic/claude-sonnet-5:low__json_schema PASS 100% 293 in → 21 out (0 reasoning)
git tag v1.0 HEAD
JSON Schema Structured Output
(raw) {"command":"git tag v1.0 HEAD"}
anthropic/claude-sonnet-5:medium PASS 100% 84 in → 9 out (0 reasoning)
git tag v1.0
anthropic/claude-sonnet-5:medium__json_schema PASS 100% 293 in → 16 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
anthropic/claude-sonnet-5:none PASS 100% 83 in → 13 out (0 reasoning)
``` git tag v1.0 ```
anthropic/claude-sonnet-5:none__json_schema PASS 100% 297 in → 15 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
anthropic/claude-sonnet-5:xhigh PASS 100% 83 in → 13 out (0 reasoning)
``` git tag v1.0 ```
anthropic/claude-sonnet-5:xhigh__json_schema PASS 100% 293 in → 16 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
arcee-ai/trinity-large-thinking:high PASS 100% 59 in → 330 out (322 reasoning)
git tag v1.0 HEAD
arcee-ai/trinity-large-thinking:low PASS 100% 57 in → 248 out (239 reasoning)
git tag v1.0
arcee-ai/trinity-large-thinking:medium PASS 100% 59 in → 197 out (188 reasoning)
git tag v1.0
arcee-ai/trinity-large-thinking:xhigh PASS 100% 58 in → 343 out (336 reasoning)
git tag v1.0
arcee-ai/trinity-mini:high PASS 100% 57 in → 314 out (337 reasoning)
git tag v1.0
arcee-ai/trinity-mini:high__json_schema PASS 100% 57 in → 344 out (362 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
arcee-ai/trinity-mini:low PASS 100% 57 in → 233 out (244 reasoning)
git tag v1.0
arcee-ai/trinity-mini:low__json_schema PASS 100% 60 in → 337 out (369 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
arcee-ai/trinity-mini:medium PASS 100% 57 in → 344 out (357 reasoning)
git tag v1.0 HEAD
arcee-ai/trinity-mini:medium__json_schema PASS 100% 58 in → 340 out (356 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
arcee-ai/trinity-mini:xhigh__json_schema PASS 100% 58 in → 407 out (437 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
deepseek/deepseek-v4-flash-0731:high PASS 100% 138 in → 43 out (32 reasoning)
git tag v1.0
deepseek/deepseek-v4-flash-0731:high__json_schema PASS 100% 131 in → 48 out (38 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
deepseek/deepseek-v4-flash-0731:low PASS 100% 53 in → 57 out (49 reasoning)
git tag v1.0
deepseek/deepseek-v4-flash-0731:low__json_schema PASS 100% 52 in → 65 out (45 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
deepseek/deepseek-v4-flash-0731:max PASS 100% 134 in → 39 out (30 reasoning)
git tag v1.0
deepseek/deepseek-v4-flash-0731:max__json_schema PASS 100% 132 in → 17 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
deepseek/deepseek-v4-flash-0731:medium PASS 100% 52 in → 87 out (80 reasoning)
git tag v1.0
deepseek/deepseek-v4-flash-0731:medium__json_schema PASS 100% 53 in → 45 out (33 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
deepseek/deepseek-v4-flash-0731:none PASS 100% 52 in → 6 out (0 reasoning)
git tag v1.0
deepseek/deepseek-v4-flash-0731:none__json_schema PASS 100% 55 in → 17 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
deepseek/deepseek-v4-flash-0731:xhigh PASS 100% 54 in → 60 out (52 reasoning)
git tag v1.0
deepseek/deepseek-v4-flash-0731:xhigh__json_schema PASS 100% 54 in → 140 out (116 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
deepseek/deepseek-v4-flash:high PASS 100% 53 in → 56 out (48 reasoning)
git tag v1.0
deepseek/deepseek-v4-flash:high__json_schema PASS 100% 54 in → 89 out (68 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
deepseek/deepseek-v4-flash:low PASS 100% 51 in → 61 out (49 reasoning)
git tag v1.0
deepseek/deepseek-v4-flash:low__json_schema PASS 100% 54 in → 107 out (95 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
deepseek/deepseek-v4-flash:medium PASS 100% 53 in → 75 out (68 reasoning)
git tag v1.0
deepseek/deepseek-v4-flash:none PASS 100% 52 in → 6 out (0 reasoning)
git tag v1.0
deepseek/deepseek-v4-flash:none__json_schema PASS 100% 52 in → 15 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
deepseek/deepseek-v4-flash:xhigh PASS 100% 129 in → 135 out (121 reasoning)
git tag v1.0
deepseek/deepseek-v4-flash:xhigh__json_schema PASS 100% 143 in → 11 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
deepseek/deepseek-v4-pro:high PASS 100% 50 in → 51 out (43 reasoning)
git tag v1.0
deepseek/deepseek-v4-pro:high__json_schema PASS 100% 239 in → 181 out (168 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
deepseek/deepseek-v4-pro:low PASS 100% 54 in → 70 out (62 reasoning)
git tag v1.0
deepseek/deepseek-v4-pro:low__json_schema PASS 100% 241 in → 94 out (81 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
deepseek/deepseek-v4-pro:medium PASS 100% 53 in → 81 out (76 reasoning)
git tag v1.0
deepseek/deepseek-v4-pro:medium__json_schema PASS 100% 50 in → 15 out (14 reasoning)
git tag v1.0 HEAD
JSON Schema Structured Output
(raw) { "command": "git tag v1.0 HEAD" }
deepseek/deepseek-v4-pro:none PASS 100% 51 in → 7 out (0 reasoning)
git tag v1.0
deepseek/deepseek-v4-pro:xhigh__json_schema PASS 100% 318 in → 130 out (117 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
google/gemini-3-flash-preview:high PASS 100% 56 in → 168 out (162 reasoning)
git tag v1.0
google/gemini-3-flash-preview:high__json_schema PASS 100% 110 in → 139 out (128 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
google/gemini-3-flash-preview:low PASS 100% 54 in → 111 out (105 reasoning)
git tag v1.0
google/gemini-3-flash-preview:low__json_schema PASS 100% 113 in → 228 out (218 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
google/gemini-3-flash-preview:medium PASS 100% 57 in → 187 out (181 reasoning)
git tag v1.0
google/gemini-3-flash-preview:medium__json_schema PASS 100% 114 in → 176 out (166 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
google/gemini-3-flash-preview:xhigh PASS 100% 55 in → 229 out (223 reasoning)
git tag v1.0
google/gemini-3-flash-preview:xhigh__json_schema PASS 100% 57 in → 207 out (197 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
google/gemini-3.1-flash-lite-preview:high PASS 100% 58 in → 260 out (254 reasoning)
git tag v1.0
google/gemini-3.1-flash-lite-preview:high__json_schema PASS 100% 56 in → 221 out (210 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
google/gemini-3.1-flash-lite-preview:low PASS 100% 56 in → 133 out (127 reasoning)
git tag v1.0
google/gemini-3.1-flash-lite-preview:low__json_schema PASS 100% 54 in → 134 out (123 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
google/gemini-3.1-flash-lite-preview:medium PASS 100% 56 in → 150 out (144 reasoning)
git tag v1.0
google/gemini-3.1-flash-lite-preview:medium__json_schema PASS 100% 112 in → 146 out (135 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
google/gemini-3.1-flash-lite-preview:xhigh PASS 100% 57 in → 170 out (164 reasoning)
git tag v1.0
google/gemini-3.1-flash-lite-preview:xhigh__json_schema PASS 100% 113 in → 216 out (205 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
google/gemini-3.1-pro-preview:high PASS 100% 56 in → 286 out (280 reasoning)
git tag v1.0
google/gemini-3.1-pro-preview:high__json_schema PASS 100% 112 in → 99 out (89 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
google/gemini-3.1-pro-preview:low PASS 100% 55 in → 222 out (216 reasoning)
git tag v1.0
google/gemini-3.1-pro-preview:low__json_schema PASS 100% 112 in → 189 out (178 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
google/gemini-3.1-pro-preview:medium PASS 100% 56 in → 238 out (232 reasoning)
git tag v1.0
google/gemini-3.1-pro-preview:medium__json_schema PASS 100% 112 in → 145 out (134 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
google/gemini-3.1-pro-preview:xhigh PASS 100% 56 in → 195 out (189 reasoning)
git tag v1.0
google/gemini-3.1-pro-preview:xhigh__json_schema PASS 100% 113 in → 154 out (143 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
google/gemini-3.5-flash-lite:high PASS 100% 56 in → 163 out (157 reasoning)
git tag v1.0
google/gemini-3.5-flash-lite:high__json_schema PASS 100% 113 in → 192 out (181 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
google/gemini-3.5-flash-lite:low PASS 100% 57 in → 8 out (0 reasoning)
`git tag v1.0`
google/gemini-3.5-flash-lite:low__json_schema PASS 100% 113 in → 11 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
google/gemini-3.5-flash-lite:max PASS 100% 54 in → 186 out (180 reasoning)
git tag v1.0
google/gemini-3.5-flash-lite:max__json_schema PASS 100% 55 in → 310 out (300 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
google/gemini-3.5-flash-lite:medium PASS 100% 54 in → 142 out (136 reasoning)
git tag v1.0
google/gemini-3.5-flash-lite:medium__json_schema PASS 100% 112 in → 238 out (228 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
google/gemini-3.5-flash-lite:xhigh PASS 100% 57 in → 276 out (270 reasoning)
git tag v1.0
google/gemini-3.5-flash-lite:xhigh__json_schema PASS 100% 57 in → 303 out (292 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
google/gemini-3.5-flash:high PASS 100% 57 in → 239 out (233 reasoning)
git tag v1.0
google/gemini-3.5-flash:high__json_schema PASS 100% 114 in → 289 out (278 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
google/gemini-3.5-flash:low PASS 100% 55 in → 117 out (111 reasoning)
git tag v1.0
google/gemini-3.5-flash:low__json_schema PASS 100% 112 in → 89 out (78 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
google/gemini-3.5-flash:medium PASS 100% 57 in → 240 out (234 reasoning)
git tag v1.0
google/gemini-3.5-flash:medium__json_schema PASS 100% 113 in → 243 out (232 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
google/gemini-3.5-flash:xhigh PASS 100% 55 in → 356 out (350 reasoning)
git tag v1.0
google/gemini-3.5-flash:xhigh__json_schema PASS 100% 109 in → 389 out (378 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
google/gemini-3.6-flash:high PASS 100% 56 in → 147 out (141 reasoning)
git tag v1.0
google/gemini-3.6-flash:high__json_schema PASS 100% 57 in → 244 out (234 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
google/gemini-3.6-flash:low PASS 100% 58 in → 147 out (141 reasoning)
git tag v1.0
google/gemini-3.6-flash:low__json_schema PASS 100% 113 in → 16 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
google/gemini-3.6-flash:max PASS 100% 56 in → 182 out (176 reasoning)
git tag v1.0
google/gemini-3.6-flash:max__json_schema PASS 100% 111 in → 267 out (257 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
google/gemini-3.6-flash:medium PASS 100% 55 in → 224 out (218 reasoning)
git tag v1.0
google/gemini-3.6-flash:medium__json_schema PASS 100% 55 in → 106 out (96 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
google/gemini-3.6-flash:xhigh PASS 100% 55 in → 186 out (180 reasoning)
git tag v1.0
google/gemini-3.6-flash:xhigh__json_schema PASS 100% 114 in → 236 out (226 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
google/gemma-4-26b-a4b-it:high PASS 100% 71 in → 255 out (248 reasoning)
git tag v1.0
google/gemma-4-26b-a4b-it:high__json_schema PASS 100% 72 in → 211 out (164 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
google/gemma-4-26b-a4b-it:low PASS 100% 72 in → 197 out (157 reasoning)
git tag v1.0
google/gemma-4-26b-a4b-it:low__json_schema PASS 100% 73 in → 184 out (147 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
google/gemma-4-26b-a4b-it:medium PASS 100% 73 in → 172 out (144 reasoning)
git tag v1.0
google/gemma-4-26b-a4b-it:medium__json_schema PASS 100% 70 in → 143 out (109 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
google/gemma-4-26b-a4b-it:none PASS 100% 68 in → 7 out (0 reasoning)
git tag v1.0
google/gemma-4-26b-a4b-it:none__json_schema PASS 100% 70 in → 17 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
google/gemma-4-26b-a4b-it:xhigh PASS 100% 71 in → 109 out (102 reasoning)
git tag v1.0
google/gemma-4-26b-a4b-it:xhigh__json_schema PASS 100% 70 in → 213 out (164 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
google/gemma-4-31b-it:high PASS 100% 72 in → 103 out (85 reasoning)
git tag v1.0
google/gemma-4-31b-it:high__json_schema PASS 100% 72 in → 92 out (1 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
google/gemma-4-31b-it:low PASS 100% 72 in → 113 out (1 reasoning)
git tag v1.0
google/gemma-4-31b-it:low__json_schema PASS 100% 69 in → 89 out (64 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
google/gemma-4-31b-it:medium PASS 100% 69 in → 93 out (70 reasoning)
git tag v1.0
google/gemma-4-31b-it:medium__json_schema PASS 100% 69 in → 104 out (81 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
google/gemma-4-31b-it:none PASS 100% 68 in → 7 out (0 reasoning)
git tag v1.0
google/gemma-4-31b-it:none__json_schema PASS 100% 69 in → 12 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
google/gemma-4-31b-it:xhigh PASS 100% 73 in → 151 out (124 reasoning)
git tag v1.0
ibm-granite/granite-4.1-8b PASS 100% 62 in → 17 out
git tag -a v1.0 -m "v1.0"
git tag -a v1.0 -m "v1.0"
JSON Schema Structured Output
(raw) { "command": "git tag -a v1.0 -m \"v1.0\"" }
inclusionai/ling-2.6-flash PASS 100% 76 in → 7 out
git tag v1.0
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
liquid/lfm-2-24b-a2b PASS 100% 61 in → 9 out
git tag v1.0 HEAD
minimax/minimax-m2.5:high PASS 100% 84 in → 62 out (55 reasoning)
git tag v1.0
minimax/minimax-m2.5:high__json_schema PASS 100% 86 in → 93 out (79 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
minimax/minimax-m2.5:low PASS 100% 85 in → 68 out (65 reasoning)
git tag v1.0
minimax/minimax-m2.5:low__json_schema PASS 100% 86 in → 90 out (80 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
minimax/minimax-m2.5:medium PASS 100% 87 in → 58 out (49 reasoning)
git tag v1.0
minimax/minimax-m2.5:medium__json_schema PASS 100% 86 in → 77 out (64 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
minimax/minimax-m2.5:xhigh PASS 100% 87 in → 59 out (51 reasoning)
git tag v1.0
minimax/minimax-m2.5:xhigh__json_schema PASS 100% 94 in → 46 out (31 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
minimax/minimax-m2.7:high PASS 100% 87 in → 163 out (156 reasoning)
git tag v1.0
minimax/minimax-m2.7:high__json_schema PASS 100% 218 in → 276 out (260 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
minimax/minimax-m2.7:low PASS 100% 70 in → 79 out (76 reasoning)
git tag v1.0
minimax/minimax-m2.7:medium PASS 100% 88 in → 183 out (176 reasoning)
git tag v1.0
minimax/minimax-m2.7:medium__json_schema PASS 100% 217 in → 331 out (315 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
minimax/minimax-m2.7:xhigh PASS 100% 71 in → 63 out (60 reasoning)
git tag v1.0
minimax/minimax-m2.7:xhigh__json_schema PASS 100% 220 in → 282 out (266 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
minimax/minimax-m3:high PASS 100% 223 in → 33 out (29 reasoning)
git tag v1.0
minimax/minimax-m3:high__json_schema PASS 100% 214 in → 12 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
minimax/minimax-m3:low PASS 100% 174 in → 59 out (51 reasoning)
git tag v1.0
minimax/minimax-m3:medium PASS 100% 224 in → 44 out (33 reasoning)
git tag v1.0
minimax/minimax-m3:medium__json_schema PASS 100% 211 in → 15 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
minimax/minimax-m3:xhigh PASS 100% 224 in → 33 out (27 reasoning)
git tag v1.0
minimax/minimax-m3:xhigh__json_schema PASS 100% 212 in → 12 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
mistralai/devstral-2512 PASS 100% 56 in → 12 out
```sh git tag v1.0 ```
mistralai/devstral-2512__json_schema PASS 100% 56 in → 12 out
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
mistralai/mistral-medium-3-5:high PASS 100% 69 in → 313 out (335 reasoning)
git tag v1.0
mistralai/mistral-medium-3-5:high__json_schema PASS 100% 56 in → 288 out (278 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
mistralai/mistral-medium-3-5:low PASS 100% 69 in → 214 out (209 reasoning)
git tag v1.0
mistralai/mistral-medium-3-5:low__json_schema PASS 100% 56 in → 219 out (205 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
mistralai/mistral-medium-3-5:medium PASS 100% 68 in → 256 out (261 reasoning)
git tag v1.0
mistralai/mistral-medium-3-5:medium__json_schema PASS 100% 55 in → 243 out (236 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
mistralai/mistral-medium-3-5:none PASS 100% 69 in → 7 out (0 reasoning)
git tag v1.0
mistralai/mistral-medium-3-5:xhigh PASS 100% 69 in → 203 out (201 reasoning)
git tag v1.0
mistralai/mistral-medium-3-5:xhigh__json_schema PASS 100% 56 in → 400 out (373 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
moonshotai/kimi-k2.6:high PASS 100% 57 in → 97 out (89 reasoning)
git tag v1.0
moonshotai/kimi-k2.6:high__json_schema PASS 100% 238 in → 459 out (447 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
moonshotai/kimi-k2.6:low PASS 100% 58 in → 189 out (185 reasoning)
git tag v1.0
moonshotai/kimi-k2.6:medium PASS 100% 57 in → 117 out (113 reasoning)
git tag v1.0
moonshotai/kimi-k2.6:medium__json_schema PASS 100% 56 in → 131 out (127 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
moonshotai/kimi-k2.6:xhigh PASS 100% 56 in → 175 out (167 reasoning)
git tag v1.0
moonshotai/kimi-k2.7-code:high PASS 100% 58 in → 73 out (65 reasoning)
git tag v1.0
moonshotai/kimi-k2.7-code:low PASS 100% 59 in → 47 out (39 reasoning)
git tag v1.0
moonshotai/kimi-k2.7-code:medium PASS 100% 55 in → 127 out (121 reasoning)
git tag v1.0
moonshotai/kimi-k2.7-code:medium__json_schema PASS 100% 57 in → 87 out (72 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
moonshotai/kimi-k2.7-code:xhigh PASS 100% 57 in → 59 out (51 reasoning)
git tag v1.0
moonshotai/kimi-k2.7-code:xhigh__json_schema PASS 100% 56 in → 62 out (52 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
moonshotai/kimi-k3:high PASS 100% 134 in → 88 out (67 reasoning)
git tag v1.0
moonshotai/kimi-k3:high__json_schema PASS 100% 135 in → 114 out (93 reasoning)
git tag v1.0
moonshotai/kimi-k3:low PASS 100% 134 in → 103 out (82 reasoning)
git tag v1.0
moonshotai/kimi-k3:low__json_schema PASS 100% 133 in → 92 out (71 reasoning)
git tag v1.0
moonshotai/kimi-k3:max PASS 100% 133 in → 119 out (98 reasoning)
git tag v1.0
moonshotai/kimi-k3:max__json_schema PASS 100% 132 in → 68 out (47 reasoning)
git tag v1.0
moonshotai/kimi-k3:medium PASS 100% 137 in → 92 out (71 reasoning)
git tag v1.0
moonshotai/kimi-k3:medium__json_schema PASS 100% 133 in → 76 out (55 reasoning)
git tag v1.0
moonshotai/kimi-k3:xhigh PASS 100% 132 in → 110 out (89 reasoning)
git tag v1.0
moonshotai/kimi-k3:xhigh__json_schema PASS 100% 134 in → 100 out (79 reasoning)
git tag v1.0
nvidia/nemotron-3-nano-30b-a3b:high PASS 100% 67 in → 209 out (201 reasoning)
git tag v1.0
nvidia/nemotron-3-nano-30b-a3b:high__json_schema PASS 100% 67 in → 199 out (177 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
nvidia/nemotron-3-nano-30b-a3b:low PASS 100% 69 in → 134 out (122 reasoning)
git tag v1.0
nvidia/nemotron-3-nano-30b-a3b:low__json_schema PASS 100% 67 in → 143 out (128 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
nvidia/nemotron-3-nano-30b-a3b:medium PASS 100% 69 in → 133 out (119 reasoning)
git tag v1.0
nvidia/nemotron-3-nano-30b-a3b:medium__json_schema PASS 100% 67 in → 115 out (97 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
nvidia/nemotron-3-nano-30b-a3b:none PASS 100% 68 in → 18 out (0 reasoning)
git tag -a v1.0 -m "v1.0" HEAD
nvidia/nemotron-3-nano-30b-a3b:none__json_schema PASS 100% 69 in → 15 out (0 reasoning)
git tag -f v1.0 HEAD
JSON Schema Structured Output
(raw) {"command": "git tag -f v1.0 HEAD"}
nvidia/nemotron-3-nano-30b-a3b:xhigh PASS 100% 70 in → 92 out (95 reasoning)
git tag v1.0
nvidia/nemotron-3-nano-30b-a3b:xhigh__json_schema PASS 100% 70 in → 131 out (125 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
nvidia/nemotron-3-super-120b-a12b:high PASS 100% 69 in → 57 out (47 reasoning)
git tag v1.0
nvidia/nemotron-3-super-120b-a12b:high__json_schema PASS 100% 68 in → 85 out (69 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
nvidia/nemotron-3-super-120b-a12b:low PASS 100% 69 in → 68 out (59 reasoning)
git tag v1.0
nvidia/nemotron-3-super-120b-a12b:low__json_schema PASS 100% 69 in → 108 out (92 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
nvidia/nemotron-3-super-120b-a12b:medium PASS 100% 68 in → 46 out (36 reasoning)
git tag v1.0
nvidia/nemotron-3-super-120b-a12b:medium__json_schema PASS 100% 67 in → 54 out (38 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
nvidia/nemotron-3-super-120b-a12b:none PASS 100% 70 in → 7 out (0 reasoning)
git tag v1.0
nvidia/nemotron-3-super-120b-a12b:none__json_schema PASS 100% 66 in → 15 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
nvidia/nemotron-3-super-120b-a12b:xhigh PASS 100% 70 in → 51 out (41 reasoning)
git tag v1.0
nvidia/nemotron-3-super-120b-a12b:xhigh__json_schema PASS 100% 70 in → 53 out (37 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
openai/gpt-5.4-mini:high PASS 100% 54 in → 55 out (43 reasoning)
git tag v1.0
openai/gpt-5.4-mini:high__json_schema PASS 100% 91 in → 119 out (99 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
openai/gpt-5.4-mini:low PASS 100% 57 in → 36 out (24 reasoning)
git tag v1.0
openai/gpt-5.4-mini:low__json_schema PASS 100% 89 in → 42 out (22 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
openai/gpt-5.4-mini:medium PASS 100% 56 in → 49 out (37 reasoning)
git tag v1.0
openai/gpt-5.4-mini:medium__json_schema PASS 100% 88 in → 91 out (71 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
openai/gpt-5.4-mini:none PASS 100% 55 in → 11 out (0 reasoning)
git tag v1.0 HEAD
openai/gpt-5.4-mini:none__json_schema PASS 100% 90 in → 18 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
openai/gpt-5.4-mini:xhigh PASS 100% 54 in → 146 out (134 reasoning)
git tag v1.0
openai/gpt-5.4-mini:xhigh__json_schema PASS 100% 89 in → 155 out (135 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
openai/gpt-5.4-nano:high PASS 100% 54 in → 11 out (0 reasoning)
git tag v1.0 HEAD
openai/gpt-5.4-nano:high__json_schema PASS 100% 89 in → 19 out (0 reasoning)
git tag v1.0 HEAD
JSON Schema Structured Output
(raw) {"command":"git tag v1.0 HEAD"}
openai/gpt-5.4-nano:low PASS 100% 53 in → 23 out (0 reasoning)
git tag --force -a v1.0 -m "v1.0" HEAD
openai/gpt-5.4-nano:low__json_schema PASS 100% 91 in → 21 out (0 reasoning)
git tag -f v1.0 HEAD
JSON Schema Structured Output
(raw) {"command":"git tag -f v1.0 HEAD"}
openai/gpt-5.4-nano:medium PASS 100% 57 in → 11 out (0 reasoning)
git tag v1.0 HEAD
openai/gpt-5.4-nano:medium__json_schema PASS 100% 90 in → 29 out (0 reasoning)
git tag -a v1.0 -m "v1.0" HEAD
JSON Schema Structured Output
(raw) {"command":"git tag -a v1.0 -m \"v1.0\" HEAD"}
openai/gpt-5.4-nano:none PASS 100% 56 in → 11 out (0 reasoning)
git tag v1.0 HEAD
openai/gpt-5.4-nano:none__json_schema PASS 100% 88 in → 21 out (0 reasoning)
git tag -f v1.0 HEAD
JSON Schema Structured Output
(raw) {"command":"git tag -f v1.0 HEAD"}
openai/gpt-5.4-nano:xhigh PASS 100% 55 in → 11 out (0 reasoning)
git tag v1.0 HEAD
openai/gpt-5.4-nano:xhigh__json_schema PASS 100% 90 in → 19 out (0 reasoning)
git tag v1.0 HEAD
JSON Schema Structured Output
(raw) {"command":"git tag v1.0 HEAD"}
openai/gpt-5.4:high PASS 100% 55 in → 51 out (39 reasoning)
git tag v1.0
openai/gpt-5.4:high__json_schema PASS 100% 90 in → 291 out (271 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
openai/gpt-5.4:low PASS 100% 54 in → 21 out (9 reasoning)
git tag v1.0
openai/gpt-5.4:low__json_schema PASS 100% 90 in → 18 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
openai/gpt-5.4:medium PASS 100% 56 in → 42 out (30 reasoning)
git tag v1.0
openai/gpt-5.4:medium__json_schema PASS 100% 89 in → 52 out (32 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
openai/gpt-5.4:none PASS 100% 56 in → 10 out (0 reasoning)
git tag v1.0
openai/gpt-5.4:none__json_schema PASS 100% 88 in → 18 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
openai/gpt-5.4:xhigh PASS 100% 55 in → 60 out (48 reasoning)
git tag v1.0
openai/gpt-5.4:xhigh__json_schema PASS 100% 90 in → 119 out (99 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
openai/gpt-5.5:high PASS 100% 57 in → 52 out (40 reasoning)
git tag v1.0
openai/gpt-5.5:high__json_schema PASS 100% 90 in → 153 out (132 reasoning)
git tag v1.0 HEAD
JSON Schema Structured Output
(raw) {"command":"git tag v1.0 HEAD"}
openai/gpt-5.5:low PASS 100% 56 in → 10 out (0 reasoning)
git tag v1.0
openai/gpt-5.5:low__json_schema PASS 100% 93 in → 18 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
openai/gpt-5.5:medium PASS 100% 54 in → 37 out (25 reasoning)
git tag v1.0
openai/gpt-5.5:medium__json_schema PASS 100% 92 in → 18 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
openai/gpt-5.5:none PASS 100% 54 in → 10 out (0 reasoning)
git tag v1.0
openai/gpt-5.5:none__json_schema PASS 100% 89 in → 18 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
openai/gpt-5.5:xhigh PASS 100% 55 in → 108 out (96 reasoning)
git tag v1.0
openai/gpt-5.5:xhigh__json_schema PASS 100% 91 in → 178 out (157 reasoning)
git tag v1.0 HEAD
JSON Schema Structured Output
(raw) {"command":"git tag v1.0 HEAD"}
openai/gpt-5.6-luna:high PASS 100% 54 in → 40 out (28 reasoning)
git tag v1.0
openai/gpt-5.6-luna:high__json_schema PASS 100% 89 in → 108 out (88 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
openai/gpt-5.6-luna:low PASS 100% 56 in → 10 out (0 reasoning)
git tag v1.0
openai/gpt-5.6-luna:low__json_schema PASS 100% 91 in → 19 out (0 reasoning)
git tag v1.0 HEAD
JSON Schema Structured Output
(raw) {"command":"git tag v1.0 HEAD"}
openai/gpt-5.6-luna:max PASS 100% 55 in → 45 out (33 reasoning)
git tag v1.0
openai/gpt-5.6-luna:max__json_schema PASS 100% 89 in → 58 out (38 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
openai/gpt-5.6-luna:medium PASS 100% 56 in → 35 out (23 reasoning)
git tag v1.0
openai/gpt-5.6-luna:medium__json_schema PASS 100% 88 in → 19 out (0 reasoning)
git tag v1.0 HEAD
JSON Schema Structured Output
(raw) {"command":"git tag v1.0 HEAD"}
openai/gpt-5.6-luna:none PASS 100% 54 in → 10 out (0 reasoning)
git tag v1.0
openai/gpt-5.6-luna:none__json_schema PASS 100% 88 in → 18 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
openai/gpt-5.6-luna:xhigh PASS 100% 55 in → 41 out (29 reasoning)
git tag v1.0
openai/gpt-5.6-luna:xhigh__json_schema PASS 100% 87 in → 51 out (31 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
openai/gpt-5.6-sol:high PASS 100% 56 in → 10 out (0 reasoning)
git tag v1.0
openai/gpt-5.6-sol:high__json_schema PASS 100% 91 in → 18 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
openai/gpt-5.6-sol:low PASS 100% 54 in → 10 out (0 reasoning)
git tag v1.0
openai/gpt-5.6-sol:low__json_schema PASS 100% 90 in → 18 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
openai/gpt-5.6-sol:max PASS 100% 55 in → 43 out (31 reasoning)
git tag v1.0
openai/gpt-5.6-sol:max__json_schema PASS 100% 90 in → 18 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
openai/gpt-5.6-sol:medium PASS 100% 56 in → 10 out (0 reasoning)
git tag v1.0
openai/gpt-5.6-sol:medium__json_schema PASS 100% 93 in → 18 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
openai/gpt-5.6-sol:none PASS 100% 54 in → 10 out (0 reasoning)
git tag v1.0
openai/gpt-5.6-sol:none__json_schema PASS 100% 92 in → 18 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
openai/gpt-5.6-sol:xhigh PASS 100% 53 in → 10 out (0 reasoning)
git tag v1.0
openai/gpt-5.6-sol:xhigh__json_schema PASS 100% 90 in → 18 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
openai/gpt-5.6-terra:high PASS 100% 54 in → 10 out (0 reasoning)
git tag v1.0
openai/gpt-5.6-terra:high__json_schema PASS 100% 90 in → 18 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
openai/gpt-5.6-terra:low PASS 100% 55 in → 10 out (0 reasoning)
git tag v1.0
openai/gpt-5.6-terra:low__json_schema PASS 100% 91 in → 18 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
openai/gpt-5.6-terra:max PASS 100% 53 in → 10 out (0 reasoning)
git tag v1.0
openai/gpt-5.6-terra:max__json_schema PASS 100% 88 in → 18 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
openai/gpt-5.6-terra:medium PASS 100% 57 in → 11 out (0 reasoning)
git tag v1.0 HEAD
openai/gpt-5.6-terra:medium__json_schema PASS 100% 89 in → 18 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
openai/gpt-5.6-terra:none PASS 100% 53 in → 10 out (0 reasoning)
git tag v1.0
openai/gpt-5.6-terra:none__json_schema PASS 100% 89 in → 18 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
openai/gpt-5.6-terra:xhigh PASS 100% 53 in → 10 out (0 reasoning)
git tag v1.0
openai/gpt-5.6-terra:xhigh__json_schema PASS 100% 89 in → 18 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
openai/gpt-oss-120b:high PASS 100% 118 in → 162 out (154 reasoning)
git tag v1.0
openai/gpt-oss-120b:high__json_schema PASS 100% 111 in → 230 out (223 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
openai/gpt-oss-120b:low PASS 100% 116 in → 45 out (31 reasoning)
git tag v1.0
openai/gpt-oss-120b:low__json_schema PASS 100% 112 in → 51 out (25 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
openai/gpt-oss-120b:medium PASS 100% 115 in → 74 out (60 reasoning)
git tag v1.0
openai/gpt-oss-120b:medium__json_schema PASS 100% 103 in → 111 out (92 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
openai/gpt-oss-120b:xhigh PASS 100% 121 in → 140 out (125 reasoning)
git tag v1.0
openai/gpt-oss-120b:xhigh__json_schema PASS 100% 115 in → 103 out (83 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
openai/gpt-oss-20b:high PASS 100% 114 in → 52 out (34 reasoning)
git tag v1.0
openai/gpt-oss-20b:high__json_schema PASS 100% 100 in → 108 out (90 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
openai/gpt-oss-20b:low PASS 100% 102 in → 40 out (19 reasoning)
git tag v1.0
openai/gpt-oss-20b:low__json_schema PASS 100% 103 in → 54 out (28 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command":"git tag v1.0" }
openai/gpt-oss-20b:medium PASS 100% 112 in → 138 out (121 reasoning)
git tag v1.0
openai/gpt-oss-20b:medium__json_schema PASS 100% 102 in → 125 out (106 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
openai/gpt-oss-20b:xhigh PASS 100% 100 in → 216 out (196 reasoning)
git tag v1.0
openai/gpt-oss-20b:xhigh__json_schema PASS 100% 116 in → 138 out (119 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
poolside/laguna-m.1:high PASS 100% 70 in → 244 out (237 reasoning)
git tag v1.0
poolside/laguna-m.1:high__json_schema PASS 100% 69 in → 313 out (301 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
poolside/laguna-m.1:low PASS 100% 70 in → 356 out (347 reasoning)
git tag v1.0
poolside/laguna-m.1:low__json_schema PASS 100% 68 in → 191 out (178 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
poolside/laguna-m.1:medium PASS 100% 70 in → 194 out (186 reasoning)
git tag v1.0
poolside/laguna-m.1:medium__json_schema PASS 100% 69 in → 346 out (335 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
poolside/laguna-m.1:none PASS 100% 69 in → 8 out (0 reasoning)
git tag v1.0
poolside/laguna-m.1:xhigh PASS 100% 68 in → 250 out (242 reasoning)
git tag v1.0
poolside/laguna-m.1:xhigh__json_schema PASS 100% 70 in → 198 out (186 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
poolside/laguna-xs-2.1:high PASS 100% 71 in → 338 out (332 reasoning)
git tag v1.0
poolside/laguna-xs-2.1:high__json_schema PASS 100% 68 in → 246 out (229 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
poolside/laguna-xs-2.1:low PASS 100% 67 in → 197 out (190 reasoning)
git tag v1.0
poolside/laguna-xs-2.1:low__json_schema PASS 100% 70 in → 243 out (225 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
poolside/laguna-xs-2.1:medium PASS 100% 68 in → 321 out (315 reasoning)
git tag v1.0
poolside/laguna-xs-2.1:medium__json_schema PASS 100% 69 in → 254 out (241 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
poolside/laguna-xs-2.1:none PASS 100% 68 in → 16 out (0 reasoning)
git tag -a v1.0 -m "v1.0"
poolside/laguna-xs-2.1:none__json_schema PASS 100% 70 in → 17 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
poolside/laguna-xs-2.1:xhigh PASS 100% 68 in → 226 out (219 reasoning)
git tag v1.0
poolside/laguna-xs-2.1:xhigh__json_schema PASS 100% 68 in → 433 out (417 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
poolside/laguna-xs.2:high PASS 100% 105 in → 125 out (116 reasoning)
git tag v1.0
poolside/laguna-xs.2:high__json_schema PASS 100% 107 in → 131 out (119 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
poolside/laguna-xs.2:low PASS 100% 107 in → 103 out (95 reasoning)
git tag v1.0
poolside/laguna-xs.2:low__json_schema PASS 100% 104 in → 130 out (117 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
poolside/laguna-xs.2:medium PASS 100% 108 in → 171 out (163 reasoning)
git tag v1.0
poolside/laguna-xs.2:medium__json_schema PASS 100% 106 in → 163 out (145 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
poolside/laguna-xs.2:none PASS 100% 106 in → 9 out (0 reasoning)
git tag v1.0 HEAD
poolside/laguna-xs.2:none__json_schema PASS 100% 103 in → 23 out (0 reasoning)
git tag -a v1.0 -m 'Release v1.0'
JSON Schema Structured Output
(raw) {"command": "git tag -a v1.0 -m 'Release v1.0'"}
poolside/laguna-xs.2:xhigh PASS 100% 108 in → 132 out (122 reasoning)
git tag v1.0 HEAD
poolside/laguna-xs.2:xhigh__json_schema PASS 100% 107 in → 99 out (81 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
qwen/qwen3.6-27b:high PASS 100% 66 in → 733 out (668 reasoning)
git tag v1.0
qwen/qwen3.6-27b:high__json_schema PASS 100% 65 in → 235 out (1 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
qwen/qwen3.6-27b:low PASS 100% 65 in → 173 out (155 reasoning)
git tag v1.0
qwen/qwen3.6-27b:low__json_schema PASS 100% 67 in → 369 out (330 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
qwen/qwen3.6-27b:medium PASS 100% 63 in → 635 out (566 reasoning)
git tag v1.0
qwen/qwen3.6-27b:medium__json_schema PASS 100% 65 in → 538 out (440 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
qwen/qwen3.6-27b:none PASS 100% 68 in → 7 out (0 reasoning)
git tag v1.0
qwen/qwen3.6-27b:xhigh PASS 100% 64 in → 706 out (610 reasoning)
git tag v1.0
qwen/qwen3.6-27b:xhigh__json_schema PASS 100% 64 in → 477 out (452 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
qwen/qwen3.6-35b-a3b:high PASS 100% 67 in → 663 out (622 reasoning)
git tag v1.0
qwen/qwen3.6-35b-a3b:high__json_schema PASS 100% 66 in → 664 out (585 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
qwen/qwen3.6-35b-a3b:low PASS 100% 64 in → 322 out (311 reasoning)
git tag v1.0
qwen/qwen3.6-35b-a3b:low__json_schema PASS 100% 67 in → 703 out (636 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
qwen/qwen3.6-35b-a3b:medium PASS 100% 65 in → 1,118 out (964 reasoning)
git tag v1.0
qwen/qwen3.6-35b-a3b:medium__json_schema PASS 100% 66 in → 634 out (580 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
qwen/qwen3.6-35b-a3b:none PASS 100% 67 in → 7 out (0 reasoning)
git tag v1.0
qwen/qwen3.6-35b-a3b:xhigh PASS 100% 63 in → 812 out (801 reasoning)
git tag v1.0
qwen/qwen3.6-35b-a3b:xhigh__json_schema PASS 100% 66 in → 887 out (776 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
qwen/qwen3.6-flash:high PASS 100% 65 in → 661 out (650 reasoning)
git tag v1.0
qwen/qwen3.6-flash:low PASS 100% 64 in → 763 out (752 reasoning)
git tag v1.0
qwen/qwen3.6-flash:medium PASS 100% 65 in → 1,075 out (1,064 reasoning)
git tag v1.0
qwen/qwen3.6-flash:none PASS 100% 68 in → 6 out (0 reasoning)
git tag v1.0
qwen/qwen3.6-flash:xhigh PASS 100% 67 in → 705 out (694 reasoning)
git tag v1.0
qwen/qwen3.7-flash:high PASS 100% 65 in → 428 out (417 reasoning)
git tag v1.0
qwen/qwen3.7-flash:low PASS 100% 66 in → 1,400 out (1,388 reasoning)
git tag v1.0 HEAD
qwen/qwen3.7-flash:max PASS 100% 67 in → 271 out (260 reasoning)
git tag v1.0
qwen/qwen3.7-flash:medium PASS 100% 66 in → 315 out (304 reasoning)
git tag v1.0
qwen/qwen3.7-flash:none PASS 100% 67 in → 6 out (0 reasoning)
git tag v1.0
qwen/qwen3.7-flash:xhigh PASS 100% 67 in → 579 out (568 reasoning)
git tag v1.0
qwen/qwen3.7-max:high PASS 100% 65 in → 533 out (522 reasoning)
git tag v1.0
qwen/qwen3.7-max:low PASS 100% 66 in → 491 out (480 reasoning)
git tag v1.0
qwen/qwen3.7-max:medium PASS 100% 67 in → 638 out (627 reasoning)
git tag v1.0
qwen/qwen3.7-max:none PASS 100% 67 in → 6 out (0 reasoning)
git tag v1.0
qwen/qwen3.7-max:xhigh PASS 100% 65 in → 580 out (569 reasoning)
git tag v1.0
qwen/qwen3.7-plus:high PASS 100% 66 in → 513 out (502 reasoning)
git tag v1.0
qwen/qwen3.7-plus:low PASS 100% 66 in → 352 out (341 reasoning)
git tag v1.0
qwen/qwen3.7-plus:medium PASS 100% 67 in → 398 out (387 reasoning)
git tag v1.0
qwen/qwen3.7-plus:none PASS 100% 66 in → 6 out (0 reasoning)
git tag v1.0
qwen/qwen3.7-plus:xhigh PASS 100% 67 in → 593 out (582 reasoning)
git tag v1.0
tencent/hy3:high PASS 100% 60 in → 205 out (197 reasoning)
git tag v1.0
tencent/hy3:high__json_schema PASS 100% 61 in → 153 out (127 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
tencent/hy3:low PASS 100% 61 in → 205 out (197 reasoning)
git tag v1.0
tencent/hy3:low__json_schema PASS 100% 61 in → 105 out (78 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
tencent/hy3:medium PASS 100% 61 in → 99 out (91 reasoning)
git tag v1.0
tencent/hy3:medium__json_schema PASS 100% 60 in → 117 out (82 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
tencent/hy3:none PASS 100% 64 in → 7 out (0 reasoning)
git tag v1.0
tencent/hy3:none__json_schema PASS 100% 63 in → 14 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
tencent/hy3:xhigh PASS 100% 63 in → 171 out (163 reasoning)
git tag v1.0
tencent/hy3:xhigh__json_schema PASS 100% 61 in → 161 out (137 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
thinkingmachines/inkling-small:high PASS 100% 66 in → 77 out (65 reasoning)
git tag v1.0
thinkingmachines/inkling-small:high__json_schema PASS 100% 64 in → 65 out (49 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
thinkingmachines/inkling-small:low PASS 100% 64 in → 25 out (11 reasoning)
git tag v1.0
thinkingmachines/inkling-small:low__json_schema PASS 100% 64 in → 31 out (12 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
thinkingmachines/inkling-small:max PASS 100% 63 in → 72 out (60 reasoning)
git tag v1.0
thinkingmachines/inkling-small:max__json_schema PASS 100% 62 in → 87 out (68 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
thinkingmachines/inkling-small:medium PASS 100% 62 in → 56 out (42 reasoning)
git tag v1.0
thinkingmachines/inkling-small:medium__json_schema PASS 100% 62 in → 60 out (44 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
thinkingmachines/inkling-small:xhigh PASS 100% 63 in → 84 out (72 reasoning)
git tag v1.0
thinkingmachines/inkling-small:xhigh__json_schema PASS 100% 63 in → 105 out (86 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
thinkingmachines/inkling:high PASS 100% 65 in → 51 out (38 reasoning)
git tag v1.0
thinkingmachines/inkling:low PASS 100% 65 in → 24 out (11 reasoning)
git tag v1.0
thinkingmachines/inkling:max PASS 100% 64 in → 65 out (53 reasoning)
git tag v1.0
thinkingmachines/inkling:medium PASS 100% 63 in → 45 out (33 reasoning)
git tag v1.0
thinkingmachines/inkling:none__json_schema PASS 100% 61 in → 15 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
thinkingmachines/inkling:xhigh PASS 100% 64 in → 72 out (65 reasoning)
git tag v1.0
thinkingmachines/inkling:xhigh__json_schema PASS 100% 62 in → 79 out (64 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
x-ai/grok-4.3:high PASS 100% 232 in → 298 out (292 reasoning)
git tag v1.0
x-ai/grok-4.3:high__json_schema PASS 100% 290 in → 307 out (297 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
x-ai/grok-4.3:low PASS 100% 239 in → 251 out (245 reasoning)
git tag v1.0
x-ai/grok-4.3:low__json_schema PASS 100% 296 in → 255 out (241 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
x-ai/grok-4.3:max PASS 100% 231 in → 163 out (157 reasoning)
git tag v1.0
x-ai/grok-4.3:max__json_schema PASS 100% 291 in → 365 out (355 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
x-ai/grok-4.3:medium PASS 100% 240 in → 285 out (279 reasoning)
git tag v1.0
x-ai/grok-4.3:medium__json_schema PASS 100% 298 in → 306 out (292 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
x-ai/grok-4.3:none PASS 100% 234 in → 6 out (0 reasoning)
git tag v1.0
x-ai/grok-4.3:none__json_schema PASS 100% 287 in → 10 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
x-ai/grok-4.3:xhigh PASS 100% 232 in → 201 out (195 reasoning)
git tag v1.0
x-ai/grok-4.3:xhigh__json_schema PASS 100% 291 in → 305 out (295 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
x-ai/grok-4.5:high PASS 100% 255 in → 124 out (118 reasoning)
git tag v1.0
x-ai/grok-4.5:high__json_schema PASS 100% 318 in → 203 out (192 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
x-ai/grok-4.5:low PASS 100% 255 in → 129 out (119 reasoning)
``` git tag v1.0 ```
x-ai/grok-4.5:low__json_schema PASS 100% 322 in → 159 out (148 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
x-ai/grok-4.5:max PASS 100% 254 in → 114 out (108 reasoning)
git tag v1.0
x-ai/grok-4.5:max__json_schema PASS 100% 321 in → 224 out (213 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
x-ai/grok-4.5:medium PASS 100% 254 in → 83 out (77 reasoning)
git tag v1.0
x-ai/grok-4.5:medium__json_schema PASS 100% 319 in → 202 out (191 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
x-ai/grok-4.5:xhigh PASS 100% 255 in → 82 out (76 reasoning)
git tag v1.0
x-ai/grok-4.5:xhigh__json_schema PASS 100% 320 in → 329 out (318 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
z-ai/glm-4.7-flash:high PASS 100% 53 in → 362 out (332 reasoning)
git tag v1.0
z-ai/glm-4.7-flash:high__json_schema PASS 100% 54 in → 331 out (302 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
z-ai/glm-4.7-flash:low PASS 100% 54 in → 292 out (258 reasoning)
git tag v1.0
z-ai/glm-4.7-flash:low__json_schema PASS 100% 54 in → 230 out (207 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
z-ai/glm-4.7-flash:medium PASS 100% 54 in → 276 out (255 reasoning)
git tag v1.0
z-ai/glm-4.7-flash:medium__json_schema PASS 100% 56 in → 394 out (351 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command": "git tag v1.0"}
z-ai/glm-4.7-flash:none PASS 100% 55 in → 7 out (0 reasoning)
git tag v1.0
z-ai/glm-4.7-flash:none__json_schema PASS 100% 54 in → 11 out (0 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) {"command":"git tag v1.0"}
z-ai/glm-4.7-flash:xhigh PASS 100% 55 in → 348 out (305 reasoning)
git tag v1.0
z-ai/glm-5.2:high PASS 100% 63 in → 287 out (276 reasoning)
git tag v1.0
z-ai/glm-5.2:high__json_schema PASS 100% 63 in → 149 out (134 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
z-ai/glm-5.2:low PASS 100% 63 in → 212 out (201 reasoning)
git tag v1.0
z-ai/glm-5.2:low__json_schema PASS 100% 55 in → 297 out (233 reasoning)
git tag v1.0
JSON Schema Structured Output
(raw) { "command": "git tag v1.0" }
z-ai/glm-5.2:medium PASS 100% 53 in → 301 out (247 reasoning)
git tag v1.0
z-ai/glm-5.2:none PASS 100% 55 in → 7 out (0 reasoning)
git tag v1.0
z-ai/glm-5.2:xhigh PASS 100% 63 in → 291 out (282 reasoning)
git tag v1.0
arcee-ai/trinity-mini:xhigh FAIL 50% 59 in → 283 out (296 reasoning)
git tag v1.0HEAD
Failure: Failed assertions: [{'type': 'git_output', 'command': 'git log v1.0 --oneline -1', 'contains': 'Add world'}]
Invalid JSON. Output:
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
(empty output)
JSON Schema Structured Output
Failure: Connection error.
Invalid JSON. Output:
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Invalid JSON. Output:
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Invalid JSON. Output:
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
(empty output)
JSON Schema Structured Output
Failure: Connection error.
deepseek/deepseek-v4-pro:xhigh FAIL 0% 52 in → 113 out (92 reasoning)
gittag v1.0
Failure: Failed assertions: [{'type': 'git_output', 'command': 'git tag -l', 'contains': 'v1.0'}, {'type': 'git_output', 'command': 'git log v1.0 --oneline -1', 'contains': 'Add world'}]
Invalid JSON. Output: git tag v1{"command": "git tag v1.0"}
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Invalid JSON. Output: ``` git tag v1.0 HEAD ```
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
(empty output)
JSON Schema Structured Output
Failure: Connection error.
(empty output)
JSON Schema Structured Output
Failure: Connection error.
(empty output)
JSON Schema Structured Output
Failure: Connection error.
(empty output)
JSON Schema Structured Output
Failure: Connection error.
moonshotai/kimi-k2.6:xhigh__json_schema FAIL 0% 56 in → 161 out (155 reasoning)
(empty output)
JSON Schema Structured Output
(raw) {"command":""}
Failure: Failed assertions: [{'type': 'git_output', 'command': 'git tag -l', 'contains': 'v1.0'}, {'type': 'git_output', 'command': 'git log v1.0 --oneline -1', 'contains': 'Add world'}]
Invalid JSON. Output:
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
(empty output)
JSON Schema Structured Output
Failure: Connection error.
(empty output)
JSON Schema Structured Output
Failure: Connection error.
(empty output)
JSON Schema Structured Output
Failure: Connection error.
(empty output)
JSON Schema Structured Output
Failure: Connection error.
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-5d97e8f7-b604-9dff-8700-cc5d4f7e99b0","request_id":"5d97e8f7-b604-9dff-8700-cc5d4f7e99b0"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-52aa599d-f446-9659-9a15-3e35ee8cccb0","request_id":"52aa599d-f446-9659-9a15-3e35ee8cccb0"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-c6d47d5c-849d-9c5a-a022-e53167c085e5","request_id":"c6d47d5c-849d-9c5a-a022-e53167c085e5"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-c0afd8db-d9a6-9f96-90ba-021cdbee95b6","request_id":"c0afd8db-d9a6-9f96-90ba-021cdbee95b6"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-f8c392da-6305-9418-9618-3dc7171f0df8","request_id":"f8c392da-6305-9418-9618-3dc7171f0df8"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': 'data: {"error":{"code":"invalid_parameter_error","param":null,"message":"\'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error"},"id":"chatcmpl-ed798d85-966e-9a53-8908-c3c056dfe3df"}\n\n', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': 'data: {"error":{"code":"invalid_parameter_error","param":null,"message":"\'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error"},"id":"chatcmpl-701a7973-fc1a-958a-a60b-9a0e9bb97d08"}\n\n', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': 'data: {"error":{"code":"invalid_parameter_error","param":null,"message":"\'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error"},"id":"chatcmpl-88671ca3-3470-9b1f-86cc-058e2c34f8d1"}\n\n', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': 'data: {"error":{"code":"invalid_parameter_error","param":null,"message":"\'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error"},"id":"chatcmpl-a2814ac3-419a-97f7-aff8-7078cdbc06cb"}\n\n', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': 'data: {"error":{"code":"invalid_parameter_error","param":null,"message":"\'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error"},"id":"chatcmpl-8bab3581-d388-99d8-b4ea-883a1a4f220b"}\n\n', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': 'data: {"error":{"code":"invalid_parameter_error","param":null,"message":"\'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error"},"id":"chatcmpl-ab72dcd8-653d-9b00-86ff-d74069f9487a"}\n\n', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-22cc4765-d912-9f50-b25b-7031bd652892","request_id":"22cc4765-d912-9f50-b25b-7031bd652892"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-53ba97c7-3533-95d5-8c00-1b415f631518","request_id":"53ba97c7-3533-95d5-8c00-1b415f631518"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-d6d4e970-7247-97b3-83f1-c96fb6c26952","request_id":"d6d4e970-7247-97b3-83f1-c96fb6c26952"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Connection error.
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-dbd8be6a-fecf-9af4-8fe7-ab3f79653617","request_id":"dbd8be6a-fecf-9af4-8fe7-ab3f79653617"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-ef0240f3-8eaa-9cd9-bbf9-d99da414397e","request_id":"ef0240f3-8eaa-9cd9-bbf9-d99da414397e"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-26dbb91c-61e6-99d1-89bd-556c8f54d561","request_id":"26dbb91c-61e6-99d1-89bd-556c8f54d561"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-6f41a1d0-1d36-9dc8-b46d-ad1b6b91b5f3","request_id":"6f41a1d0-1d36-9dc8-b46d-ad1b6b91b5f3"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Connection error.
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-834344fa-5b44-9ed7-9dbc-6738b572ef0b","request_id":"834344fa-5b44-9ed7-9dbc-6738b572ef0b"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
thinkingmachines/inkling-small:none FAIL 0% 60 in → 25 out (0 reasoning)
git tag -l "v1.0" 0161bef || git tag v1.0 HEAD
Failure: Failed assertions: [{'type': 'git_output', 'command': 'git tag -l', 'contains': 'v1.0'}, {'type': 'git_output', 'command': 'git log v1.0 --oneline -1', 'contains': 'Add world'}]
Invalid JSON. Output: git tag v1.0{ "command": "git tag v1.0" }
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Invalid JSON. Output: git tag v1.0
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Invalid JSON. Output: git tag v1.0
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Invalid JSON. Output: git tag v1.0
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Invalid JSON. Output: git tag v1.0
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
thinkingmachines/inkling:none FAIL 0% 62 in → 9 out (0 reasoning)
git tag v1.0<|end_message|>
Failure: Failed assertions: [{'type': 'git_output', 'command': 'git tag -l', 'contains': 'v1.0'}, {'type': 'git_output', 'command': 'git log v1.0 --oneline -1', 'contains': 'Add world'}]
Invalid JSON. Output:
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Invalid JSON. Output: git tag v1.0
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
(empty output)
JSON Schema Structured Output
Failure: Connection error.
Invalid JSON. Output: git tag v1.0
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)