List all tags
Tests ability to list all tags in a repository. Evaluates tag-enumeration 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 'v1' > app.txt
  5. 05 git add app.txt
  6. 06 git commit -m 'v1'
  7. 07 git tag v1.0
  8. 08 echo 'v2' > app.txt
  9. 09 git add app.txt
  10. 10 git commit -m 'v2'
  11. 11 git tag v2.0
  12. 12 echo 'v3' > app.txt
  13. 13 git add app.txt
  14. 14 git commit -m 'v3'
  15. 15 git tag v3.0
Prompt
List all git tags in the repository. Output ONLY the git command, nothing else.
Expected
git tag -l

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

Loading...
Loading raw attempt evidence…
anthropic/claude-fable-5:high PASS 100% 83 in → 5 out (0 reasoning)
git tag
anthropic/claude-fable-5:high__json_schema PASS 100% 288 in → 12 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
anthropic/claude-fable-5:low PASS 100% 81 in → 5 out (0 reasoning)
git tag
anthropic/claude-fable-5:low__json_schema PASS 100% 291 in → 12 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
anthropic/claude-fable-5:max PASS 100% 79 in → 51 out (24 reasoning)
git tag
anthropic/claude-fable-5:max__json_schema PASS 100% 293 in → 74 out (17 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
anthropic/claude-fable-5:medium PASS 100% 82 in → 9 out (0 reasoning)
``` git tag ```
anthropic/claude-fable-5:medium__json_schema PASS 100% 291 in → 12 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
anthropic/claude-fable-5:xhigh PASS 100% 82 in → 5 out (0 reasoning)
git tag
anthropic/claude-fable-5:xhigh__json_schema PASS 100% 288 in → 12 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
anthropic/claude-haiku-4.5:high PASS 100% 99 in → 93 out (80 reasoning)
``` git tag ```
anthropic/claude-haiku-4.5:high__json_schema PASS 100% 261 in → 174 out (155 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
anthropic/claude-haiku-4.5:low PASS 100% 101 in → 96 out (91 reasoning)
git tag
anthropic/claude-haiku-4.5:low__json_schema PASS 100% 262 in → 109 out (99 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
anthropic/claude-haiku-4.5:medium PASS 100% 99 in → 91 out (77 reasoning)
``` git tag ```
anthropic/claude-haiku-4.5:medium__json_schema PASS 100% 261 in → 124 out (120 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
anthropic/claude-haiku-4.5:none PASS 100% 71 in → 5 out (0 reasoning)
git tag
anthropic/claude-haiku-4.5:none__json_schema PASS 100% 232 in → 10 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
anthropic/claude-haiku-4.5:xhigh PASS 100% 96 in → 155 out (139 reasoning)
``` git tag ```
anthropic/claude-haiku-4.5:xhigh__json_schema PASS 100% 260 in → 272 out (242 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
anthropic/claude-opus-4.6:high PASS 100% 72 in → 10 out (0 reasoning)
``` git tag ```
anthropic/claude-opus-4.6:high__json_schema PASS 100% 234 in → 9 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
anthropic/claude-opus-4.6:low PASS 100% 71 in → 5 out (0 reasoning)
git tag
anthropic/claude-opus-4.6:low__json_schema PASS 100% 236 in → 9 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
anthropic/claude-opus-4.6:max PASS 100% 67 in → 10 out (0 reasoning)
``` git tag ```
anthropic/claude-opus-4.6:max__json_schema PASS 100% 234 in → 37 out (14 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
anthropic/claude-opus-4.6:medium PASS 100% 70 in → 9 out (0 reasoning)
``` git tag ```
anthropic/claude-opus-4.6:medium__json_schema PASS 100% 233 in → 9 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
anthropic/claude-opus-4.6:none PASS 100% 72 in → 9 out (0 reasoning)
``` git tag ```
anthropic/claude-opus-4.6:none__json_schema PASS 100% 232 in → 9 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
anthropic/claude-opus-4.6:xhigh PASS 100% 68 in → 10 out (0 reasoning)
``` git tag ```
anthropic/claude-opus-4.6:xhigh__json_schema PASS 100% 234 in → 9 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
anthropic/claude-opus-4.7:high PASS 100% 88 in → 7 out (0 reasoning)
git tag
anthropic/claude-opus-4.7:high__json_schema PASS 100% 298 in → 14 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
anthropic/claude-opus-4.7:low PASS 100% 85 in → 7 out (0 reasoning)
git tag
anthropic/claude-opus-4.7:low__json_schema PASS 100% 294 in → 14 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
anthropic/claude-opus-4.7:max PASS 100% 81 in → 12 out (0 reasoning)
``` git tag ```
anthropic/claude-opus-4.7:max__json_schema PASS 100% 292 in → 14 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
anthropic/claude-opus-4.7:medium PASS 100% 84 in → 7 out (0 reasoning)
git tag
anthropic/claude-opus-4.7:medium__json_schema PASS 100% 299 in → 14 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
anthropic/claude-opus-4.7:none PASS 100% 86 in → 7 out (0 reasoning)
git tag
anthropic/claude-opus-4.7:none__json_schema PASS 100% 299 in → 14 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
anthropic/claude-opus-4.7:xhigh PASS 100% 86 in → 9 out (0 reasoning)
`git tag`
anthropic/claude-opus-4.7:xhigh__json_schema PASS 100% 294 in → 14 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
anthropic/claude-opus-4.8:high PASS 100% 83 in → 5 out (0 reasoning)
git tag
anthropic/claude-opus-4.8:high__json_schema PASS 100% 288 in → 12 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
anthropic/claude-opus-4.8:low PASS 100% 81 in → 5 out (0 reasoning)
git tag
anthropic/claude-opus-4.8:low__json_schema PASS 100% 291 in → 12 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
anthropic/claude-opus-4.8:max PASS 100% 79 in → 5 out (0 reasoning)
git tag
anthropic/claude-opus-4.8:max__json_schema PASS 100% 290 in → 12 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
anthropic/claude-opus-4.8:medium PASS 100% 80 in → 5 out (0 reasoning)
git tag
anthropic/claude-opus-4.8:medium__json_schema PASS 100% 290 in → 12 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
anthropic/claude-opus-4.8:none PASS 100% 80 in → 5 out (0 reasoning)
git tag
anthropic/claude-opus-4.8:none__json_schema PASS 100% 288 in → 11 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
anthropic/claude-opus-4.8:xhigh PASS 100% 78 in → 5 out (0 reasoning)
git tag
anthropic/claude-opus-4.8:xhigh__json_schema PASS 100% 291 in → 12 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
anthropic/claude-sonnet-4.6:high PASS 100% 69 in → 39 out (17 reasoning)
``` git tag ```
anthropic/claude-sonnet-4.6:high__json_schema PASS 100% 234 in → 9 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
anthropic/claude-sonnet-4.6:low PASS 100% 68 in → 7 out (0 reasoning)
`git tag`
anthropic/claude-sonnet-4.6:low__json_schema PASS 100% 236 in → 9 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
anthropic/claude-sonnet-4.6:max PASS 100% 70 in → 49 out (28 reasoning)
``` git tag ```
anthropic/claude-sonnet-4.6:max__json_schema PASS 100% 236 in → 55 out (30 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
anthropic/claude-sonnet-4.6:medium PASS 100% 71 in → 9 out (0 reasoning)
``` git tag ```
anthropic/claude-sonnet-4.6:medium__json_schema PASS 100% 234 in → 9 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
anthropic/claude-sonnet-4.6:none PASS 100% 68 in → 9 out (0 reasoning)
``` git tag ```
anthropic/claude-sonnet-4.6:none__json_schema PASS 100% 232 in → 9 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
anthropic/claude-sonnet-4.6:xhigh PASS 100% 72 in → 39 out (17 reasoning)
``` git tag ```
anthropic/claude-sonnet-4.6:xhigh__json_schema PASS 100% 233 in → 9 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
anthropic/claude-sonnet-5:high PASS 100% 78 in → 9 out (0 reasoning)
``` git tag ```
anthropic/claude-sonnet-5:high__json_schema PASS 100% 290 in → 12 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
anthropic/claude-sonnet-5:low PASS 100% 81 in → 5 out (0 reasoning)
git tag
anthropic/claude-sonnet-5:low__json_schema PASS 100% 290 in → 12 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
anthropic/claude-sonnet-5:medium PASS 100% 81 in → 9 out (0 reasoning)
``` git tag ```
anthropic/claude-sonnet-5:medium__json_schema PASS 100% 292 in → 12 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
anthropic/claude-sonnet-5:none PASS 100% 81 in → 9 out (0 reasoning)
``` git tag ```
anthropic/claude-sonnet-5:none__json_schema PASS 100% 290 in → 11 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
anthropic/claude-sonnet-5:xhigh PASS 100% 77 in → 9 out (0 reasoning)
``` git tag ```
anthropic/claude-sonnet-5:xhigh__json_schema PASS 100% 290 in → 12 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
arcee-ai/trinity-large-thinking:high PASS 100% 69 in → 222 out (217 reasoning)
git tag
arcee-ai/trinity-large-thinking:low PASS 100% 66 in → 148 out (143 reasoning)
git tag
arcee-ai/trinity-large-thinking:medium PASS 100% 66 in → 229 out (225 reasoning)
git tag
arcee-ai/trinity-large-thinking:xhigh PASS 100% 68 in → 207 out (202 reasoning)
git tag
arcee-ai/trinity-mini:high PASS 100% 69 in → 305 out (282 reasoning)
git tag
arcee-ai/trinity-mini:high__json_schema PASS 100% 69 in → 767 out (715 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command":"git tag" }
arcee-ai/trinity-mini:low PASS 100% 67 in → 335 out (359 reasoning)
git tag
arcee-ai/trinity-mini:low__json_schema PASS 100% 69 in → 473 out (499 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
arcee-ai/trinity-mini:medium PASS 100% 66 in → 322 out (338 reasoning)
git tag
arcee-ai/trinity-mini:medium__json_schema PASS 100% 70 in → 497 out (469 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command":"git tag" }
arcee-ai/trinity-mini:xhigh PASS 100% 66 in → 304 out (320 reasoning)
git tag
arcee-ai/trinity-mini:xhigh__json_schema PASS 100% 69 in → 354 out (355 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
deepseek/deepseek-v4-flash-0731:high PASS 100% 62 in → 97 out (97 reasoning)
git tag
deepseek/deepseek-v4-flash-0731:high__json_schema PASS 100% 140 in → 106 out (99 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
deepseek/deepseek-v4-flash-0731:low PASS 100% 60 in → 74 out (70 reasoning)
git tag
deepseek/deepseek-v4-flash-0731:low__json_schema PASS 100% 61 in → 52 out (49 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
deepseek/deepseek-v4-flash-0731:max PASS 100% 141 in → 152 out (150 reasoning)
git tag
deepseek/deepseek-v4-flash-0731:max__json_schema PASS 100% 156 in → 97 out (82 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
deepseek/deepseek-v4-flash-0731:medium PASS 100% 61 in → 44 out (37 reasoning)
git tag
deepseek/deepseek-v4-flash-0731:medium__json_schema PASS 100% 62 in → 60 out (52 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
deepseek/deepseek-v4-flash-0731:none PASS 100% 60 in → 3 out (0 reasoning)
git tag
deepseek/deepseek-v4-flash-0731:none__json_schema PASS 100% 59 in → 13 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
deepseek/deepseek-v4-flash-0731:xhigh PASS 100% 138 in → 50 out (50 reasoning)
git tag
deepseek/deepseek-v4-flash-0731:xhigh__json_schema PASS 100% 61 in → 51 out (53 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
deepseek/deepseek-v4-flash:high PASS 100% 61 in → 98 out (81 reasoning)
git tag
deepseek/deepseek-v4-flash:high__json_schema PASS 100% 155 in → 7 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
deepseek/deepseek-v4-flash:low PASS 100% 61 in → 95 out (100 reasoning)
git tag
deepseek/deepseek-v4-flash:medium PASS 100% 58 in → 98 out (94 reasoning)
git tag
deepseek/deepseek-v4-flash:medium__json_schema PASS 100% 61 in → 94 out (82 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
deepseek/deepseek-v4-flash:none PASS 100% 64 in → 3 out (0 reasoning)
git tag
deepseek/deepseek-v4-flash:xhigh PASS 100% 140 in → 86 out (81 reasoning)
git tag
deepseek/deepseek-v4-flash:xhigh__json_schema PASS 100% 205 in → 539 out (589 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
deepseek/deepseek-v4-pro:high PASS 100% 63 in → 146 out (142 reasoning)
git tag
deepseek/deepseek-v4-pro:high__json_schema PASS 100% 248 in → 58 out (49 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
deepseek/deepseek-v4-pro:low__json_schema PASS 100% 248 in → 55 out (46 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
deepseek/deepseek-v4-pro:medium PASS 100% 63 in → 3 out (0 reasoning)
git tag
deepseek/deepseek-v4-pro:medium__json_schema PASS 100% 64 in → 133 out (121 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
deepseek/deepseek-v4-pro:none PASS 100% 61 in → 5 out (0 reasoning)
git tag -l
deepseek/deepseek-v4-pro:xhigh PASS 100% 142 in → 401 out (398 reasoning)
git tag
deepseek/deepseek-v4-pro:xhigh__json_schema PASS 100% 63 in → 10 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
google/gemini-3-flash-preview:high PASS 100% 67 in → 139 out (137 reasoning)
git tag
google/gemini-3-flash-preview:high__json_schema PASS 100% 122 in → 184 out (173 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
google/gemini-3-flash-preview:low PASS 100% 65 in → 136 out (134 reasoning)
git tag
google/gemini-3-flash-preview:low__json_schema PASS 100% 122 in → 207 out (201 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
google/gemini-3-flash-preview:medium PASS 100% 65 in → 154 out (152 reasoning)
git tag
google/gemini-3-flash-preview:medium__json_schema PASS 100% 122 in → 204 out (198 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
google/gemini-3-flash-preview:xhigh PASS 100% 64 in → 103 out (101 reasoning)
git tag
google/gemini-3-flash-preview:xhigh__json_schema PASS 100% 122 in → 156 out (150 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
google/gemini-3.1-flash-lite-preview:high PASS 100% 68 in → 294 out (292 reasoning)
git tag
google/gemini-3.1-flash-lite-preview:high__json_schema PASS 100% 69 in → 331 out (325 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
google/gemini-3.1-flash-lite-preview:low PASS 100% 67 in → 147 out (145 reasoning)
git tag
google/gemini-3.1-flash-lite-preview:low__json_schema PASS 100% 66 in → 119 out (112 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
google/gemini-3.1-flash-lite-preview:medium PASS 100% 67 in → 97 out (95 reasoning)
git tag
google/gemini-3.1-flash-lite-preview:medium__json_schema PASS 100% 124 in → 124 out (117 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
google/gemini-3.1-flash-lite-preview:xhigh PASS 100% 67 in → 173 out (171 reasoning)
git tag
google/gemini-3.1-flash-lite-preview:xhigh__json_schema PASS 100% 68 in → 185 out (178 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
google/gemini-3.1-pro-preview:high PASS 100% 66 in → 212 out (210 reasoning)
git tag
google/gemini-3.1-pro-preview:high__json_schema PASS 100% 124 in → 195 out (189 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
google/gemini-3.1-pro-preview:low PASS 100% 65 in → 129 out (127 reasoning)
git tag
google/gemini-3.1-pro-preview:low__json_schema PASS 100% 123 in → 196 out (190 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
google/gemini-3.1-pro-preview:medium PASS 100% 64 in → 232 out (230 reasoning)
git tag
google/gemini-3.1-pro-preview:medium__json_schema PASS 100% 121 in → 239 out (233 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
google/gemini-3.1-pro-preview:xhigh PASS 100% 63 in → 243 out (241 reasoning)
git tag
google/gemini-3.1-pro-preview:xhigh__json_schema PASS 100% 121 in → 257 out (250 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
google/gemini-3.5-flash-lite:high PASS 100% 65 in → 186 out (184 reasoning)
git tag
google/gemini-3.5-flash-lite:high__json_schema PASS 100% 123 in → 304 out (298 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
google/gemini-3.5-flash-lite:low PASS 100% 65 in → 2 out (0 reasoning)
git tag
google/gemini-3.5-flash-lite:low__json_schema PASS 100% 124 in → 12 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
google/gemini-3.5-flash-lite:max PASS 100% 67 in → 159 out (157 reasoning)
git tag
google/gemini-3.5-flash-lite:max__json_schema PASS 100% 68 in → 238 out (231 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
google/gemini-3.5-flash-lite:medium PASS 100% 67 in → 133 out (131 reasoning)
git tag
google/gemini-3.5-flash-lite:medium__json_schema PASS 100% 67 in → 239 out (232 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
google/gemini-3.5-flash-lite:xhigh PASS 100% 67 in → 171 out (169 reasoning)
git tag
google/gemini-3.5-flash-lite:xhigh__json_schema PASS 100% 124 in → 249 out (242 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
google/gemini-3.5-flash:high PASS 100% 68 in → 213 out (211 reasoning)
git tag
google/gemini-3.5-flash:high__json_schema PASS 100% 123 in → 169 out (162 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
google/gemini-3.5-flash:low PASS 100% 65 in → 111 out (109 reasoning)
git tag
google/gemini-3.5-flash:low__json_schema PASS 100% 125 in → 41 out (34 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
google/gemini-3.5-flash:medium PASS 100% 68 in → 325 out (323 reasoning)
git tag
google/gemini-3.5-flash:medium__json_schema PASS 100% 120 in → 164 out (157 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
google/gemini-3.5-flash:xhigh PASS 100% 67 in → 203 out (201 reasoning)
git tag
google/gemini-3.5-flash:xhigh__json_schema PASS 100% 123 in → 235 out (228 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
google/gemini-3.6-flash:high PASS 100% 66 in → 187 out (185 reasoning)
git tag
google/gemini-3.6-flash:high__json_schema PASS 100% 66 in → 185 out (179 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
google/gemini-3.6-flash:low PASS 100% 69 in → 97 out (95 reasoning)
git tag
google/gemini-3.6-flash:low__json_schema PASS 100% 122 in → 12 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
google/gemini-3.6-flash:max PASS 100% 65 in → 198 out (196 reasoning)
git tag
google/gemini-3.6-flash:max__json_schema PASS 100% 123 in → 149 out (143 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
google/gemini-3.6-flash:medium PASS 100% 62 in → 158 out (156 reasoning)
git tag
google/gemini-3.6-flash:medium__json_schema PASS 100% 69 in → 168 out (162 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
google/gemini-3.6-flash:xhigh PASS 100% 65 in → 173 out (171 reasoning)
git tag
google/gemini-3.6-flash:xhigh__json_schema PASS 100% 123 in → 103 out (97 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
google/gemma-4-26b-a4b-it:high PASS 100% 84 in → 156 out (112 reasoning)
git tag
google/gemma-4-26b-a4b-it:high__json_schema PASS 100% 81 in → 170 out (129 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
google/gemma-4-26b-a4b-it:low PASS 100% 80 in → 189 out (170 reasoning)
git tag
google/gemma-4-26b-a4b-it:low__json_schema PASS 100% 81 in → 152 out (133 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
google/gemma-4-26b-a4b-it:medium PASS 100% 82 in → 251 out (213 reasoning)
git tag
google/gemma-4-26b-a4b-it:medium__json_schema PASS 100% 82 in → 191 out (159 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
google/gemma-4-26b-a4b-it:none PASS 100% 76 in → 3 out (0 reasoning)
git tag
google/gemma-4-26b-a4b-it:none__json_schema PASS 100% 79 in → 15 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
google/gemma-4-26b-a4b-it:xhigh PASS 100% 80 in → 167 out (164 reasoning)
git tag
google/gemma-4-26b-a4b-it:xhigh__json_schema PASS 100% 81 in → 626 out (559 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
google/gemma-4-31b-it:high PASS 100% 83 in → 164 out (141 reasoning)
git tag
google/gemma-4-31b-it:high__json_schema PASS 100% 81 in → 99 out (86 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
google/gemma-4-31b-it:low PASS 100% 82 in → 138 out (128 reasoning)
git tag
google/gemma-4-31b-it:low__json_schema PASS 100% 86 in → 135 out (127 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
google/gemma-4-31b-it:medium PASS 100% 83 in → 120 out (117 reasoning)
git tag
google/gemma-4-31b-it:medium__json_schema PASS 100% 80 in → 86 out (75 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
google/gemma-4-31b-it:none PASS 100% 79 in → 3 out (0 reasoning)
git tag
google/gemma-4-31b-it:none__json_schema PASS 100% 81 in → 8 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
google/gemma-4-31b-it:xhigh PASS 100% 80 in → 123 out (112 reasoning)
git tag
google/gemma-4-31b-it:xhigh__json_schema PASS 100% 83 in → 133 out (116 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
ibm-granite/granite-4.1-8b PASS 100% 70 in → 3 out
git tag
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
inclusionai/ling-2.6-flash PASS 100% 87 in → 8 out
```git git tag ```
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
liquid/lfm-2-24b-a2b PASS 100% 69 in → 5 out
git tag -l
minimax/minimax-m2.5:high PASS 100% 100 in → 66 out (62 reasoning)
git tag
minimax/minimax-m2.5:high__json_schema PASS 100% 95 in → 130 out (119 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
minimax/minimax-m2.5:low PASS 100% 96 in → 85 out (80 reasoning)
git tag
minimax/minimax-m2.5:low__json_schema PASS 100% 104 in → 83 out (66 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
minimax/minimax-m2.5:medium PASS 100% 96 in → 73 out (67 reasoning)
git tag
minimax/minimax-m2.5:medium__json_schema PASS 100% 104 in → 93 out (83 reasoning)
git tag -l
JSON Schema Structured Output
(raw) { "command": "git tag -l" }
minimax/minimax-m2.5:xhigh__json_schema PASS 100% 96 in → 88 out (94 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
minimax/minimax-m2.7:high PASS 100% 95 in → 250 out (247 reasoning)
git tag
minimax/minimax-m2.7:high__json_schema PASS 100% 227 in → 321 out (307 reasoning)
git tag -l
JSON Schema Structured Output
(raw) { "command": "git tag -l" }
minimax/minimax-m2.7:low PASS 100% 93 in → 217 out (189 reasoning)
git tag
minimax/minimax-m2.7:medium PASS 100% 99 in → 260 out (249 reasoning)
git tag
minimax/minimax-m2.7:medium__json_schema PASS 100% 226 in → 82 out (73 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
minimax/minimax-m2.7:xhigh PASS 100% 98 in → 213 out (210 reasoning)
git tag
minimax/minimax-m2.7:xhigh__json_schema PASS 100% 228 in → 380 out (372 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
minimax/minimax-m3:high PASS 100% 233 in → 27 out (26 reasoning)
git tag
minimax/minimax-m3:high__json_schema PASS 100% 221 in → 8 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
minimax/minimax-m3:low PASS 100% 234 in → 27 out (28 reasoning)
git tag
minimax/minimax-m3:medium PASS 100% 235 in → 51 out (44 reasoning)
git tag
minimax/minimax-m3:medium__json_schema PASS 100% 222 in → 8 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
minimax/minimax-m3:xhigh PASS 100% 234 in → 66 out (60 reasoning)
git tag
minimax/minimax-m3:xhigh__json_schema PASS 100% 220 in → 11 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
mistralai/devstral-2512 PASS 100% 68 in → 8 out
```bash git tag ```
mistralai/devstral-2512__json_schema PASS 100% 66 in → 8 out
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
mistralai/mistral-medium-3-5:high PASS 100% 78 in → 233 out (230 reasoning)
git tag
mistralai/mistral-medium-3-5:high__json_schema PASS 100% 68 in → 138 out (125 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
mistralai/mistral-medium-3-5:low PASS 100% 76 in → 119 out (109 reasoning)
git tag
mistralai/mistral-medium-3-5:low__json_schema PASS 100% 67 in → 153 out (144 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
mistralai/mistral-medium-3-5:medium PASS 100% 80 in → 142 out (139 reasoning)
git tag
mistralai/mistral-medium-3-5:medium__json_schema PASS 100% 65 in → 180 out (188 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
mistralai/mistral-medium-3-5:none PASS 100% 79 in → 3 out (0 reasoning)
git tag
mistralai/mistral-medium-3-5:xhigh PASS 100% 81 in → 244 out (237 reasoning)
git tag
mistralai/mistral-medium-3-5:xhigh__json_schema PASS 100% 67 in → 116 out (104 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
moonshotai/kimi-k2.6:high PASS 100% 66 in → 90 out (84 reasoning)
git tag
moonshotai/kimi-k2.6:high__json_schema PASS 100% 67 in → 147 out (54 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
moonshotai/kimi-k2.6:low PASS 100% 69 in → 259 out (277 reasoning)
git tag
moonshotai/kimi-k2.6:medium PASS 100% 66 in → 131 out (151 reasoning)
git tag
moonshotai/kimi-k2.6:medium__json_schema PASS 100% 250 in → 700 out (692 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
moonshotai/kimi-k2.6:xhigh PASS 100% 68 in → 93 out (89 reasoning)
git tag
moonshotai/kimi-k2.6:xhigh__json_schema PASS 100% 66 in → 165 out (156 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
moonshotai/kimi-k2.7-code:high PASS 100% 67 in → 48 out (42 reasoning)
git tag --list
moonshotai/kimi-k2.7-code:high__json_schema PASS 100% 152 in → 44 out (35 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
moonshotai/kimi-k2.7-code:low PASS 100% 64 in → 64 out (60 reasoning)
git tag
moonshotai/kimi-k2.7-code:medium PASS 100% 65 in → 37 out (33 reasoning)
git tag
moonshotai/kimi-k2.7-code:medium__json_schema PASS 100% 148 in → 76 out (67 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
moonshotai/kimi-k2.7-code:xhigh PASS 100% 69 in → 50 out (46 reasoning)
git tag
moonshotai/kimi-k3:high PASS 100% 141 in → 95 out (78 reasoning)
git tag
moonshotai/kimi-k3:high__json_schema PASS 100% 145 in → 86 out (69 reasoning)
git tag
moonshotai/kimi-k3:low PASS 100% 143 in → 110 out (90 reasoning)
``` git tag ```
moonshotai/kimi-k3:low__json_schema PASS 100% 142 in → 85 out (68 reasoning)
git tag
moonshotai/kimi-k3:max PASS 100% 141 in → 171 out (154 reasoning)
git tag
moonshotai/kimi-k3:max__json_schema PASS 100% 242 in → 63 out (42 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
moonshotai/kimi-k3:medium PASS 100% 142 in → 128 out (111 reasoning)
git tag
moonshotai/kimi-k3:medium__json_schema PASS 100% 144 in → 142 out (125 reasoning)
git tag
moonshotai/kimi-k3:xhigh PASS 100% 145 in → 133 out (116 reasoning)
git tag
moonshotai/kimi-k3:xhigh__json_schema PASS 100% 242 in → 99 out (78 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
nvidia/nemotron-3-nano-30b-a3b:high PASS 100% 80 in → 131 out (134 reasoning)
git tag
nvidia/nemotron-3-nano-30b-a3b:high__json_schema PASS 100% 80 in → 2,803 out (2,483 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag" }
nvidia/nemotron-3-nano-30b-a3b:low PASS 100% 80 in → 229 out (237 reasoning)
git tag
nvidia/nemotron-3-nano-30b-a3b:low__json_schema PASS 100% 80 in → 189 out (192 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
nvidia/nemotron-3-nano-30b-a3b:medium PASS 100% 82 in → 199 out (189 reasoning)
git tag
nvidia/nemotron-3-nano-30b-a3b:medium__json_schema PASS 100% 79 in → 125 out (122 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
nvidia/nemotron-3-nano-30b-a3b:none PASS 100% 82 in → 3 out (0 reasoning)
git tag
nvidia/nemotron-3-nano-30b-a3b:none__json_schema PASS 100% 81 in → 11 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
nvidia/nemotron-3-nano-30b-a3b:xhigh PASS 100% 78 in → 148 out (155 reasoning)
git tag
nvidia/nemotron-3-nano-30b-a3b:xhigh__json_schema PASS 100% 80 in → 158 out (150 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
nvidia/nemotron-3-super-120b-a12b:high PASS 100% 80 in → 122 out (132 reasoning)
git tag
nvidia/nemotron-3-super-120b-a12b:high__json_schema PASS 100% 79 in → 81 out (69 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
nvidia/nemotron-3-super-120b-a12b:low PASS 100% 82 in → 73 out (67 reasoning)
git tag
nvidia/nemotron-3-super-120b-a12b:low__json_schema PASS 100% 79 in → 69 out (57 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
nvidia/nemotron-3-super-120b-a12b:medium PASS 100% 80 in → 121 out (114 reasoning)
git tag
nvidia/nemotron-3-super-120b-a12b:medium__json_schema PASS 100% 81 in → 53 out (41 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
nvidia/nemotron-3-super-120b-a12b:none PASS 100% 81 in → 3 out (0 reasoning)
git tag
nvidia/nemotron-3-super-120b-a12b:none__json_schema PASS 100% 80 in → 8 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
nvidia/nemotron-3-super-120b-a12b:xhigh PASS 100% 79 in → 61 out (57 reasoning)
git tag
nvidia/nemotron-3-super-120b-a12b:xhigh__json_schema PASS 100% 82 in → 65 out (52 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
openai/gpt-5.4-mini:high PASS 100% 62 in → 103 out (95 reasoning)
git tag
openai/gpt-5.4-mini:high__json_schema PASS 100% 99 in → 162 out (146 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
openai/gpt-5.4-mini:low PASS 100% 65 in → 30 out (22 reasoning)
git tag
openai/gpt-5.4-mini:low__json_schema PASS 100% 102 in → 55 out (37 reasoning)
git tag --list
JSON Schema Structured Output
(raw) {"command":"git tag --list"}
openai/gpt-5.4-mini:medium PASS 100% 67 in → 82 out (74 reasoning)
git tag
openai/gpt-5.4-mini:medium__json_schema PASS 100% 97 in → 135 out (119 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
openai/gpt-5.4-mini:none PASS 100% 63 in → 6 out (0 reasoning)
git tag
openai/gpt-5.4-mini:none__json_schema PASS 100% 99 in → 14 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
openai/gpt-5.4-mini:xhigh PASS 100% 67 in → 478 out (470 reasoning)
git tag
openai/gpt-5.4-mini:xhigh__json_schema PASS 100% 99 in → 220 out (204 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
openai/gpt-5.4-nano:high PASS 100% 64 in → 13 out (0 reasoning)
```sh git tag --list ```
openai/gpt-5.4-nano:high__json_schema PASS 100% 99 in → 14 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
openai/gpt-5.4-nano:low PASS 100% 65 in → 8 out (0 reasoning)
git tag --list
openai/gpt-5.4-nano:low__json_schema PASS 100% 98 in → 16 out (0 reasoning)
git tag -l
JSON Schema Structured Output
(raw) {"command":"git tag -l"}
openai/gpt-5.4-nano:medium PASS 100% 65 in → 8 out (0 reasoning)
git tag --list
openai/gpt-5.4-nano:medium__json_schema PASS 100% 97 in → 14 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
openai/gpt-5.4-nano:none PASS 100% 66 in → 8 out (0 reasoning)
git tag -l
openai/gpt-5.4-nano:none__json_schema PASS 100% 99 in → 16 out (0 reasoning)
git tag --list
JSON Schema Structured Output
(raw) {"command":"git tag --list"}
openai/gpt-5.4-nano:xhigh PASS 100% 63 in → 121 out (113 reasoning)
git tag
openai/gpt-5.4-nano:xhigh__json_schema PASS 100% 100 in → 163 out (145 reasoning)
git tag --list
JSON Schema Structured Output
(raw) {"command":"git tag --list"}
openai/gpt-5.4:high PASS 100% 64 in → 59 out (51 reasoning)
git tag
openai/gpt-5.4:high__json_schema PASS 100% 101 in → 205 out (189 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
openai/gpt-5.4:low PASS 100% 62 in → 29 out (21 reasoning)
git tag
openai/gpt-5.4:low__json_schema PASS 100% 97 in → 35 out (19 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
openai/gpt-5.4:medium PASS 100% 63 in → 42 out (34 reasoning)
git tag
openai/gpt-5.4:medium__json_schema PASS 100% 102 in → 59 out (43 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
openai/gpt-5.4:none PASS 100% 65 in → 6 out (0 reasoning)
git tag
openai/gpt-5.4:none__json_schema PASS 100% 97 in → 16 out (0 reasoning)
git tag --list
JSON Schema Structured Output
(raw) {"command":"git tag --list"}
openai/gpt-5.4:xhigh PASS 100% 63 in → 136 out (128 reasoning)
git tag
openai/gpt-5.4:xhigh__json_schema PASS 100% 99 in → 394 out (378 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
openai/gpt-5.5:high PASS 100% 63 in → 56 out (48 reasoning)
git tag
openai/gpt-5.5:high__json_schema PASS 100% 101 in → 104 out (88 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
openai/gpt-5.5:low PASS 100% 63 in → 32 out (24 reasoning)
git tag
openai/gpt-5.5:low__json_schema PASS 100% 98 in → 41 out (25 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
openai/gpt-5.5:medium PASS 100% 64 in → 40 out (32 reasoning)
git tag
openai/gpt-5.5:medium__json_schema PASS 100% 99 in → 53 out (35 reasoning)
git tag --list
JSON Schema Structured Output
(raw) {"command":"git tag --list"}
openai/gpt-5.5:none PASS 100% 64 in → 6 out (0 reasoning)
git tag
openai/gpt-5.5:none__json_schema PASS 100% 98 in → 16 out (0 reasoning)
git tag --list
JSON Schema Structured Output
(raw) {"command":"git tag --list"}
openai/gpt-5.5:xhigh PASS 100% 66 in → 72 out (64 reasoning)
git tag
openai/gpt-5.5:xhigh__json_schema PASS 100% 99 in → 194 out (178 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
openai/gpt-5.6-luna:high PASS 100% 63 in → 43 out (35 reasoning)
git tag
openai/gpt-5.6-luna:high__json_schema PASS 100% 101 in → 54 out (38 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
openai/gpt-5.6-luna:low PASS 100% 65 in → 23 out (15 reasoning)
git tag
openai/gpt-5.6-luna:low__json_schema PASS 100% 96 in → 31 out (15 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
openai/gpt-5.6-luna:max PASS 100% 64 in → 49 out (41 reasoning)
git tag
openai/gpt-5.6-luna:max__json_schema PASS 100% 96 in → 298 out (282 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
openai/gpt-5.6-luna:medium PASS 100% 61 in → 29 out (21 reasoning)
git tag
openai/gpt-5.6-luna:medium__json_schema PASS 100% 100 in → 31 out (15 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
openai/gpt-5.6-luna:none PASS 100% 62 in → 6 out (0 reasoning)
git tag
openai/gpt-5.6-luna:none__json_schema PASS 100% 99 in → 14 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
openai/gpt-5.6-luna:xhigh PASS 100% 61 in → 34 out (26 reasoning)
git tag
openai/gpt-5.6-luna:xhigh__json_schema PASS 100% 101 in → 156 out (140 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
openai/gpt-5.6-sol:high PASS 100% 65 in → 8 out (0 reasoning)
git tag --list
openai/gpt-5.6-sol:high__json_schema PASS 100% 99 in → 16 out (0 reasoning)
git tag --list
JSON Schema Structured Output
(raw) {"command":"git tag --list"}
openai/gpt-5.6-sol:low PASS 100% 65 in → 6 out (0 reasoning)
git tag
openai/gpt-5.6-sol:low__json_schema PASS 100% 96 in → 16 out (0 reasoning)
git tag --list
JSON Schema Structured Output
(raw) {"command":"git tag --list"}
openai/gpt-5.6-sol:max PASS 100% 63 in → 44 out (34 reasoning)
git tag --list
openai/gpt-5.6-sol:max__json_schema PASS 100% 99 in → 155 out (139 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
openai/gpt-5.6-sol:medium PASS 100% 63 in → 6 out (0 reasoning)
git tag
openai/gpt-5.6-sol:medium__json_schema PASS 100% 99 in → 16 out (0 reasoning)
git tag --list
JSON Schema Structured Output
(raw) {"command":"git tag --list"}
openai/gpt-5.6-sol:none PASS 100% 68 in → 6 out (0 reasoning)
git tag
openai/gpt-5.6-sol:none__json_schema PASS 100% 97 in → 16 out (0 reasoning)
git tag --list
JSON Schema Structured Output
(raw) {"command":"git tag --list"}
openai/gpt-5.6-sol:xhigh PASS 100% 65 in → 29 out (19 reasoning)
git tag --list
openai/gpt-5.6-sol:xhigh__json_schema PASS 100% 99 in → 16 out (0 reasoning)
git tag --list
JSON Schema Structured Output
(raw) {"command":"git tag --list"}
openai/gpt-5.6-terra:high PASS 100% 65 in → 22 out (14 reasoning)
git tag
openai/gpt-5.6-terra:high__json_schema PASS 100% 103 in → 14 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
openai/gpt-5.6-terra:low PASS 100% 63 in → 6 out (0 reasoning)
git tag
openai/gpt-5.6-terra:low__json_schema PASS 100% 99 in → 14 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
openai/gpt-5.6-terra:max PASS 100% 62 in → 65 out (57 reasoning)
git tag
openai/gpt-5.6-terra:max__json_schema PASS 100% 98 in → 532 out (516 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
openai/gpt-5.6-terra:medium PASS 100% 64 in → 23 out (15 reasoning)
git tag
openai/gpt-5.6-terra:medium__json_schema PASS 100% 99 in → 14 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
openai/gpt-5.6-terra:none PASS 100% 64 in → 6 out (0 reasoning)
git tag
openai/gpt-5.6-terra:none__json_schema PASS 100% 100 in → 14 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
openai/gpt-5.6-terra:xhigh PASS 100% 66 in → 6 out (0 reasoning)
git tag
openai/gpt-5.6-terra:xhigh__json_schema PASS 100% 99 in → 49 out (33 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
openai/gpt-oss-120b:high PASS 100% 127 in → 194 out (190 reasoning)
git tag
openai/gpt-oss-120b:high__json_schema PASS 100% 112 in → 263 out (254 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
openai/gpt-oss-120b:low PASS 100% 115 in → 32 out (22 reasoning)
git tag
openai/gpt-oss-120b:low__json_schema PASS 100% 127 in → 37 out (20 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
openai/gpt-oss-120b:medium PASS 100% 127 in → 96 out (92 reasoning)
git tag
openai/gpt-oss-120b:medium__json_schema PASS 100% 125 in → 102 out (86 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
openai/gpt-oss-120b:xhigh PASS 100% 113 in → 205 out (190 reasoning)
git tag
openai/gpt-oss-120b:xhigh__json_schema PASS 100% 113 in → 259 out (262 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
openai/gpt-oss-20b:high PASS 100% 123 in → 255 out (253 reasoning)
git tag
openai/gpt-oss-20b:high__json_schema PASS 100% 124 in → 286 out (269 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
openai/gpt-oss-20b:low PASS 100% 114 in → 26 out (14 reasoning)
git tag
openai/gpt-oss-20b:low__json_schema PASS 100% 123 in → 34 out (18 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
openai/gpt-oss-20b:medium PASS 100% 129 in → 40 out (30 reasoning)
git tag
openai/gpt-oss-20b:medium__json_schema PASS 100% 123 in → 7 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
openai/gpt-oss-20b:xhigh PASS 100% 113 in → 259 out (249 reasoning)
git tag
openai/gpt-oss-20b:xhigh__json_schema PASS 100% 124 in → 14 out (0 reasoning)
git tag -l
JSON Schema Structured Output
(raw) { "command": "git tag -l" }
poolside/laguna-m.1:high PASS 100% 80 in → 223 out (218 reasoning)
git tag
poolside/laguna-m.1:high__json_schema PASS 100% 80 in → 341 out (328 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
poolside/laguna-m.1:low PASS 100% 79 in → 242 out (237 reasoning)
git tag
poolside/laguna-m.1:low__json_schema PASS 100% 79 in → 187 out (178 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
poolside/laguna-m.1:medium PASS 100% 78 in → 228 out (223 reasoning)
git tag
poolside/laguna-m.1:medium__json_schema PASS 100% 80 in → 273 out (259 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
poolside/laguna-m.1:none PASS 100% 78 in → 4 out (0 reasoning)
git tag
poolside/laguna-m.1:xhigh PASS 100% 80 in → 197 out (192 reasoning)
git tag
poolside/laguna-m.1:xhigh__json_schema PASS 100% 81 in → 217 out (203 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command" : "git tag" }
poolside/laguna-xs-2.1:high PASS 100% 81 in → 177 out (174 reasoning)
git tag
poolside/laguna-xs-2.1:high__json_schema PASS 100% 81 in → 201 out (192 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
poolside/laguna-xs-2.1:low PASS 100% 80 in → 206 out (203 reasoning)
git tag
poolside/laguna-xs-2.1:low__json_schema PASS 100% 78 in → 304 out (295 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
poolside/laguna-xs-2.1:medium PASS 100% 79 in → 199 out (196 reasoning)
git tag
poolside/laguna-xs-2.1:medium__json_schema PASS 100% 80 in → 288 out (279 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
poolside/laguna-xs-2.1:none PASS 100% 78 in → 4 out (0 reasoning)
git tag -l
poolside/laguna-xs-2.1:none__json_schema PASS 100% 80 in → 15 out (0 reasoning)
git tag -l
JSON Schema Structured Output
(raw) { "command": "git tag -l" }
poolside/laguna-xs-2.1:xhigh PASS 100% 80 in → 274 out (271 reasoning)
git tag
poolside/laguna-xs-2.1:xhigh__json_schema PASS 100% 81 in → 326 out (312 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
poolside/laguna-xs.2:high PASS 100% 118 in → 247 out (242 reasoning)
git tag
poolside/laguna-xs.2:high__json_schema PASS 100% 114 in → 128 out (119 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
poolside/laguna-xs.2:low PASS 100% 117 in → 85 out (80 reasoning)
git tag
poolside/laguna-xs.2:low__json_schema PASS 100% 119 in → 90 out (76 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
poolside/laguna-xs.2:medium PASS 100% 116 in → 212 out (207 reasoning)
git tag
poolside/laguna-xs.2:medium__json_schema PASS 100% 118 in → 107 out (98 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
poolside/laguna-xs.2:none PASS 100% 116 in → 4 out (0 reasoning)
git tag
poolside/laguna-xs.2:none__json_schema PASS 100% 117 in → 10 out (0 reasoning)
git tag -l
JSON Schema Structured Output
(raw) {"command": "git tag -l"}
poolside/laguna-xs.2:xhigh PASS 100% 118 in → 363 out (358 reasoning)
git tag
poolside/laguna-xs.2:xhigh__json_schema PASS 100% 118 in → 138 out (129 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
qwen/qwen3.6-27b:high PASS 100% 77 in → 503 out (488 reasoning)
git tag
qwen/qwen3.6-27b:low PASS 100% 74 in → 872 out (827 reasoning)
git tag
qwen/qwen3.6-27b:low__json_schema PASS 100% 77 in → 748 out (714 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
qwen/qwen3.6-27b:medium PASS 100% 76 in → 986 out (937 reasoning)
git tag
qwen/qwen3.6-27b:medium__json_schema PASS 100% 76 in → 772 out (760 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
qwen/qwen3.6-27b:none PASS 100% 79 in → 3 out (0 reasoning)
git tag
qwen/qwen3.6-27b:xhigh PASS 100% 75 in → 670 out (628 reasoning)
git tag
qwen/qwen3.6-27b:xhigh__json_schema PASS 100% 75 in → 643 out (619 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
qwen/qwen3.6-35b-a3b:high PASS 100% 76 in → 349 out (322 reasoning)
git tag
qwen/qwen3.6-35b-a3b:high__json_schema PASS 100% 76 in → 567 out (532 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
qwen/qwen3.6-35b-a3b:low PASS 100% 77 in → 1,029 out (918 reasoning)
git tag
qwen/qwen3.6-35b-a3b:low__json_schema PASS 100% 73 in → 662 out (649 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
qwen/qwen3.6-35b-a3b:medium PASS 100% 76 in → 810 out (807 reasoning)
git tag
qwen/qwen3.6-35b-a3b:medium__json_schema PASS 100% 74 in → 621 out (577 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
qwen/qwen3.6-35b-a3b:none PASS 100% 78 in → 2 out (0 reasoning)
git tag
qwen/qwen3.6-35b-a3b:xhigh PASS 100% 75 in → 523 out (503 reasoning)
git tag
qwen/qwen3.6-35b-a3b:xhigh__json_schema PASS 100% 75 in → 638 out (596 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
qwen/qwen3.6-flash:high PASS 100% 76 in → 527 out (520 reasoning)
git tag
qwen/qwen3.6-flash:low PASS 100% 78 in → 295 out (289 reasoning)
git tag
qwen/qwen3.6-flash:medium PASS 100% 75 in → 329 out (323 reasoning)
git tag
qwen/qwen3.6-flash:none PASS 100% 79 in → 2 out (0 reasoning)
git tag
qwen/qwen3.6-flash:xhigh PASS 100% 77 in → 582 out (575 reasoning)
git tag
qwen/qwen3.7-flash:high PASS 100% 76 in → 279 out (273 reasoning)
git tag
qwen/qwen3.7-flash:low PASS 100% 73 in → 623 out (617 reasoning)
git tag
qwen/qwen3.7-flash:max PASS 100% 75 in → 299 out (292 reasoning)
git tag
qwen/qwen3.7-flash:medium PASS 100% 73 in → 264 out (258 reasoning)
git tag
qwen/qwen3.7-flash:none PASS 100% 77 in → 2 out (0 reasoning)
git tag
qwen/qwen3.7-flash:xhigh PASS 100% 75 in → 266 out (260 reasoning)
git tag
qwen/qwen3.7-max:high PASS 100% 72 in → 444 out (437 reasoning)
git tag
qwen/qwen3.7-max:low PASS 100% 75 in → 411 out (405 reasoning)
git tag
qwen/qwen3.7-max:medium PASS 100% 78 in → 483 out (477 reasoning)
git tag
qwen/qwen3.7-max:none PASS 100% 75 in → 2 out (0 reasoning)
git tag
qwen/qwen3.7-max:xhigh PASS 100% 74 in → 375 out (368 reasoning)
git tag
qwen/qwen3.7-plus:high PASS 100% 75 in → 271 out (264 reasoning)
git tag
qwen/qwen3.7-plus:low PASS 100% 76 in → 296 out (289 reasoning)
git tag
qwen/qwen3.7-plus:medium PASS 100% 78 in → 347 out (340 reasoning)
git tag
qwen/qwen3.7-plus:none PASS 100% 75 in → 2 out (0 reasoning)
git tag
qwen/qwen3.7-plus:xhigh PASS 100% 75 in → 397 out (390 reasoning)
git tag
tencent/hy3:high PASS 100% 67 in → 150 out (146 reasoning)
git tag
tencent/hy3:high__json_schema PASS 100% 70 in → 401 out (396 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
tencent/hy3:low PASS 100% 71 in → 379 out (375 reasoning)
git tag
tencent/hy3:low__json_schema PASS 100% 69 in → 191 out (172 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
tencent/hy3:medium PASS 100% 68 in → 269 out (265 reasoning)
git tag
tencent/hy3:medium__json_schema PASS 100% 68 in → 170 out (153 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
tencent/hy3:none PASS 100% 73 in → 3 out (0 reasoning)
git tag
tencent/hy3:none__json_schema PASS 100% 76 in → 10 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
tencent/hy3:xhigh PASS 100% 69 in → 180 out (176 reasoning)
git tag
tencent/hy3:xhigh__json_schema PASS 100% 69 in → 265 out (234 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
thinkingmachines/inkling-small:high PASS 100% 75 in → 127 out (120 reasoning)
git tag
thinkingmachines/inkling-small:high__json_schema PASS 100% 75 in → 65 out (53 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
thinkingmachines/inkling-small:low PASS 100% 72 in → 35 out (30 reasoning)
git tag
thinkingmachines/inkling-small:low__json_schema PASS 100% 73 in → 41 out (26 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
thinkingmachines/inkling-small:max PASS 100% 74 in → 123 out (115 reasoning)
git tag
thinkingmachines/inkling-small:max__json_schema PASS 100% 72 in → 121 out (107 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
thinkingmachines/inkling-small:medium PASS 100% 73 in → 103 out (76 reasoning)
git tag
thinkingmachines/inkling-small:medium__json_schema PASS 100% 71 in → 47 out (33 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
thinkingmachines/inkling-small:none PASS 100% 72 in → 5 out (0 reasoning)
git tag<|end_message|>
thinkingmachines/inkling-small:xhigh PASS 100% 70 in → 111 out (91 reasoning)
git tag
thinkingmachines/inkling-small:xhigh__json_schema PASS 100% 71 in → 196 out (182 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
thinkingmachines/inkling:high PASS 100% 75 in → 81 out (72 reasoning)
git tag
thinkingmachines/inkling:high__json_schema PASS 100% 72 in → 78 out (63 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
thinkingmachines/inkling:low PASS 100% 71 in → 32 out (24 reasoning)
git tag
thinkingmachines/inkling:low__json_schema PASS 100% 74 in → 40 out (26 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
thinkingmachines/inkling:max PASS 100% 75 in → 103 out (94 reasoning)
git tag
thinkingmachines/inkling:medium PASS 100% 74 in → 72 out (64 reasoning)
git tag
thinkingmachines/inkling:medium__json_schema PASS 100% 74 in → 101 out (89 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
thinkingmachines/inkling:none PASS 100% 71 in → 5 out (0 reasoning)
git tag
thinkingmachines/inkling:xhigh PASS 100% 72 in → 105 out (97 reasoning)
git tag
thinkingmachines/inkling:xhigh__json_schema PASS 100% 73 in → 99 out (84 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
x-ai/grok-4.3:high PASS 100% 243 in → 124 out (122 reasoning)
git tag
x-ai/grok-4.3:high__json_schema PASS 100% 300 in → 470 out (464 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
x-ai/grok-4.3:low PASS 100% 250 in → 434 out (432 reasoning)
git tag
x-ai/grok-4.3:low__json_schema PASS 100% 306 in → 397 out (391 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
x-ai/grok-4.3:max PASS 100% 244 in → 120 out (118 reasoning)
git tag
x-ai/grok-4.3:max__json_schema PASS 100% 298 in → 330 out (324 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
x-ai/grok-4.3:medium PASS 100% 248 in → 174 out (172 reasoning)
git tag
x-ai/grok-4.3:medium__json_schema PASS 100% 305 in → 462 out (452 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
x-ai/grok-4.3:none PASS 100% 240 in → 2 out (0 reasoning)
git tag
x-ai/grok-4.3:none__json_schema PASS 100% 297 in → 8 out (0 reasoning)
git tag -l
JSON Schema Structured Output
(raw) {"command":"git tag -l"}
x-ai/grok-4.3:xhigh PASS 100% 243 in → 302 out (300 reasoning)
git tag
x-ai/grok-4.3:xhigh__json_schema PASS 100% 300 in → 382 out (376 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
x-ai/grok-4.5:high PASS 100% 264 in → 182 out (180 reasoning)
git tag
x-ai/grok-4.5:high__json_schema PASS 100% 331 in → 458 out (451 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
x-ai/grok-4.5:low PASS 100% 264 in → 141 out (139 reasoning)
git tag
x-ai/grok-4.5:low__json_schema PASS 100% 330 in → 290 out (283 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command":"git tag"}
x-ai/grok-4.5:max PASS 100% 263 in → 308 out (306 reasoning)
git tag
x-ai/grok-4.5:max__json_schema PASS 100% 331 in → 285 out (278 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
x-ai/grok-4.5:medium PASS 100% 263 in → 172 out (170 reasoning)
git tag
x-ai/grok-4.5:medium__json_schema PASS 100% 332 in → 284 out (277 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
x-ai/grok-4.5:xhigh PASS 100% 266 in → 307 out (305 reasoning)
git tag
x-ai/grok-4.5:xhigh__json_schema PASS 100% 330 in → 293 out (286 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
z-ai/glm-4.7-flash:high PASS 100% 65 in → 127 out (144 reasoning)
git tag
z-ai/glm-4.7-flash:low PASS 100% 65 in → 113 out (114 reasoning)
git tag
z-ai/glm-4.7-flash:low__json_schema PASS 100% 65 in → 296 out (285 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
z-ai/glm-4.7-flash:medium PASS 100% 65 in → 304 out (307 reasoning)
git tag
z-ai/glm-4.7-flash:medium__json_schema PASS 100% 64 in → 278 out (260 reasoning)
git tag
JSON Schema Structured Output
(raw) {"command": "git tag"}
z-ai/glm-4.7-flash:none PASS 100% 66 in → 4 out (0 reasoning)
git tag -l
z-ai/glm-4.7-flash:none__json_schema PASS 100% 63 in → 10 out (0 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
z-ai/glm-4.7-flash:xhigh PASS 100% 65 in → 344 out (338 reasoning)
git tag
z-ai/glm-4.7-flash:xhigh__json_schema PASS 100% 66 in → 237 out (216 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
z-ai/glm-5.2:high PASS 100% 73 in → 171 out (167 reasoning)
git tag
z-ai/glm-5.2:high__json_schema PASS 100% 73 in → 125 out (114 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
z-ai/glm-5.2:low PASS 100% 71 in → 40 out (36 reasoning)
git tag
z-ai/glm-5.2:low__json_schema PASS 100% 71 in → 179 out (168 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
z-ai/glm-5.2:medium PASS 100% 70 in → 154 out (155 reasoning)
git tag
z-ai/glm-5.2:medium__json_schema PASS 100% 71 in → 228 out (217 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
z-ai/glm-5.2:none PASS 100% 66 in → 3 out (0 reasoning)
git tag
z-ai/glm-5.2:xhigh PASS 100% 73 in → 180 out (180 reasoning)
git tag
z-ai/glm-5.2:xhigh__json_schema PASS 100% 64 in → 205 out (175 reasoning)
git tag
JSON Schema Structured Output
(raw) { "command": "git tag" }
deepseek/deepseek-v4-pro:low FAIL 75% 63 in → 170 out (160 reasoning)
gittag
Failure: Failed assertions: [{'type': 'model_output', 'contains': 'git tag'}]
minimax/minimax-m2.5:xhigh FAIL 75% 104 in → 135 out (119 reasoning)
tag
Failure: Failed assertions: [{'type': 'model_output', 'contains': 'git tag'}]
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)
Invalid JSON. Output: git tag
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 -l
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: 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)
(empty output)
JSON Schema Structured Output
Failure: Connection error.
Invalid JSON. Output: git tag
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: 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-c940b7f9-95e9-9ef8-9898-a424ab316c6a","request_id":"c940b7f9-95e9-9ef8-9898-a424ab316c6a"}', '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-92881c3f-394c-9b2a-9596-f39a0f5c0898","request_id":"92881c3f-394c-9b2a-9596-f39a0f5c0898"}', '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-0ecc8df0-2837-95e3-bfd4-32632e694bf1","request_id":"0ecc8df0-2837-95e3-bfd4-32632e694bf1"}', '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-c450c3e6-737d-97ff-b478-d5925a4d61d4","request_id":"c450c3e6-737d-97ff-b478-d5925a4d61d4"}', '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-a3b53bc6-38e7-9bc5-825a-65146649cb89","request_id":"a3b53bc6-38e7-9bc5-825a-65146649cb89"}', '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-b9e4e692-f3ce-9da0-8985-61c468bd704e"}\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-ed42a29e-7c62-9843-aebe-d0a3168e68a6"}\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-d6137f20-8fa5-9c79-95b8-38ec2eaa93de"}\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-d7d69580-ccf5-92f7-863c-b5a3aa451b39"}\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-29503381-3a6a-9bfb-b902-98c721713899"}\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-8f182788-8730-9b2a-984e-f404f5bafcdf"}\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-2feb8710-8a5a-9011-a7e6-e25b15174791","request_id":"2feb8710-8a5a-9011-a7e6-e25b15174791"}', '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-adeb34f3-f196-9077-b50d-c72c71e2087a","request_id":"adeb34f3-f196-9077-b50d-c72c71e2087a"}', '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-b63b08e3-21fb-9b63-b238-8638ec026515","request_id":"b63b08e3-21fb-9b63-b238-8638ec026515"}', '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-4ffe679e-fa24-99b8-9038-5726fefce51b","request_id":"4ffe679e-fa24-99b8-9038-5726fefce51b"}', '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-1e25ed48-b5f5-9545-82c6-498b3dc730c7","request_id":"1e25ed48-b5f5-9545-82c6-498b3dc730c7"}', '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-92958685-4f58-91f6-9079-dbfcd40bd120","request_id":"92958685-4f58-91f6-9079-dbfcd40bd120"}', '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-68ddacdb-39d0-9e20-9dd7-12288dc60169","request_id":"68ddacdb-39d0-9e20-9dd7-12288dc60169"}', '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-106351c8-0560-9e36-bdf8-cb25c1b5f323","request_id":"106351c8-0560-9e36-bdf8-cb25c1b5f323"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
Invalid JSON. Output: git tag{"command": "git tag"}
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
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{ "command": "git tag" }
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.