Style fixes mixed with content changes
Tests ability to squash style-fix commits with their related content commits. Evaluates separating cosmetic from functional changes.

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 'def foo(): pass' > script.py
  5. 05 git add script.py
  6. 06 git commit -m 'Add function foo'
  7. 07 echo 'def foo(): x=1' > script.py
  8. 08 git add script.py
  9. 09 git commit -m 'WIP: add logic'
  10. 10 echo 'def foo(): x = 1' > script.py
  11. 11 git add script.py
  12. 12 git commit -m 'WIP: style fix'
  13. 13 echo 'def foo(): x = 1 return x' > script.py
  14. 14 git add script.py
  15. 15 git commit -m 'Return value'
Prompt
Identify the WIP commits that should be marked as squash/fixup; these represent incremental implementation work that should be combined. Do not include the non-WIP anchor commits. Output ONLY the selected commit subject lines, one per line, with no explanation.
Expected
WIP: add logic WIP: style fix

Scoped model quality, cost, API time, and token usage for commit_squash/f009.

Loading...
Loading raw attempt evidence…
anthropic/claude-fable-5:high PASS 100% 141 in → 86 out (27 reasoning)
WIP: style fix WIP: add logic
anthropic/claude-fable-5:high__json_schema PASS 100% 384 in → 55 out (31 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits": ["WIP: style fix", "WIP: add logic"]}
anthropic/claude-fable-5:low PASS 100% 143 in → 26 out (12 reasoning)
WIP: style fix WIP: add logic
anthropic/claude-fable-5:low__json_schema PASS 100% 387 in → 28 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits": ["WIP: style fix", "WIP: add logic"]}
anthropic/claude-fable-5:max PASS 100% 145 in → 360 out (80 reasoning)
WIP: style fix WIP: add logic
anthropic/claude-fable-5:max__json_schema PASS 100% 391 in → 271 out (68 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits": ["WIP: style fix", "WIP: add logic"]}
anthropic/claude-fable-5:medium PASS 100% 143 in → 26 out (12 reasoning)
WIP: style fix WIP: add logic
anthropic/claude-fable-5:medium__json_schema PASS 100% 386 in → 28 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits": ["WIP: style fix", "WIP: add logic"]}
anthropic/claude-fable-5:xhigh PASS 100% 145 in → 53 out (32 reasoning)
WIP: style fix WIP: add logic
anthropic/claude-fable-5:xhigh__json_schema PASS 100% 384 in → 57 out (32 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits": ["WIP: style fix", "WIP: add logic"]}
anthropic/claude-haiku-4.5:high PASS 100% 138 in → 1,695 out (747 reasoning)
WIP: style fix WIP: add logic
anthropic/claude-haiku-4.5:high__json_schema PASS 100% 325 in → 2,925 out (1,166 reasoning)
WIP: add logic WIP: style fix
JSON Schema Structured Output
(raw) {"commits": ["WIP: add logic", "WIP: style fix"]}
anthropic/claude-haiku-4.5:low PASS 100% 140 in → 539 out (444 reasoning)
WIP: add logic WIP: style fix
anthropic/claude-haiku-4.5:medium PASS 100% 139 in → 3,457 out (1,321 reasoning)
WIP: style fix WIP: add logic
anthropic/claude-haiku-4.5:medium__json_schema PASS 100% 325 in → 4,096 out (1,248 reasoning)
WIP: add logic WIP: style fix
JSON Schema Structured Output
(raw) {"commits": ["WIP: add logic", "WIP: style fix"]}
anthropic/claude-haiku-4.5:xhigh PASS 100% 138 in → 921 out (605 reasoning)
WIP: add logic WIP: style fix
anthropic/claude-opus-4.6:high PASS 100% 114 in → 63 out (19 reasoning)
WIP: style fix WIP: add logic
anthropic/claude-opus-4.6:high__json_schema PASS 100% 299 in → 20 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
anthropic/claude-opus-4.6:low PASS 100% 113 in → 14 out (0 reasoning)
WIP: style fix WIP: add logic
anthropic/claude-opus-4.6:max PASS 100% 109 in → 168 out (125 reasoning)
WIP: style fix WIP: add logic
anthropic/claude-opus-4.6:max__json_schema PASS 100% 298 in → 154 out (91 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
anthropic/claude-opus-4.6:medium PASS 100% 112 in → 14 out (0 reasoning)
WIP: style fix WIP: add logic
anthropic/claude-opus-4.6:medium__json_schema PASS 100% 297 in → 20 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
anthropic/claude-opus-4.6:none PASS 100% 110 in → 14 out (0 reasoning)
WIP: style fix WIP: add logic
anthropic/claude-opus-4.6:none__json_schema PASS 100% 296 in → 20 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
anthropic/claude-opus-4.6:xhigh PASS 100% 108 in → 178 out (130 reasoning)
WIP: style fix WIP: add logic
anthropic/claude-opus-4.6:xhigh__json_schema PASS 100% 296 in → 66 out (19 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
anthropic/claude-opus-4.7:high PASS 100% 150 in → 19 out (0 reasoning)
WIP: style fix WIP: add logic
anthropic/claude-opus-4.7:high__json_schema PASS 100% 392 in → 28 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
anthropic/claude-opus-4.7:low PASS 100% 150 in → 19 out (0 reasoning)
WIP: style fix WIP: add logic
anthropic/claude-opus-4.7:low__json_schema PASS 100% 390 in → 28 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
anthropic/claude-opus-4.7:max PASS 100% 149 in → 422 out (80 reasoning)
WIP: style fix WIP: add logic
anthropic/claude-opus-4.7:max__json_schema PASS 100% 389 in → 28 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
anthropic/claude-opus-4.7:medium PASS 100% 148 in → 19 out (0 reasoning)
WIP: style fix WIP: add logic
anthropic/claude-opus-4.7:medium__json_schema PASS 100% 388 in → 28 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
anthropic/claude-opus-4.7:none__json_schema PASS 100% 387 in → 28 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
anthropic/claude-opus-4.7:xhigh PASS 100% 150 in → 19 out (0 reasoning)
WIP: style fix WIP: add logic
anthropic/claude-opus-4.7:xhigh__json_schema PASS 100% 389 in → 28 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
anthropic/claude-opus-4.8:high PASS 100% 145 in → 203 out (65 reasoning)
WIP: style fix WIP: add logic
anthropic/claude-opus-4.8:high__json_schema PASS 100% 389 in → 26 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
anthropic/claude-opus-4.8:low__json_schema PASS 100% 386 in → 26 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
anthropic/claude-opus-4.8:max PASS 100% 149 in → 653 out (81 reasoning)
WIP: style fix WIP: add logic
anthropic/claude-opus-4.8:max__json_schema PASS 100% 386 in → 446 out (93 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits": ["WIP: style fix", "WIP: add logic"]}
anthropic/claude-opus-4.8:medium PASS 100% 148 in → 75 out (50 reasoning)
WIP: style fix WIP: add logic
anthropic/claude-opus-4.8:medium__json_schema PASS 100% 383 in → 26 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
anthropic/claude-opus-4.8:none PASS 100% 147 in → 17 out (0 reasoning)
WIP: style fix WIP: add logic
anthropic/claude-opus-4.8:none__json_schema PASS 100% 385 in → 25 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
anthropic/claude-opus-4.8:xhigh__json_schema PASS 100% 384 in → 26 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
anthropic/claude-sonnet-4.6:high PASS 100% 108 in → 199 out (154 reasoning)
WIP: style fix WIP: add logic
anthropic/claude-sonnet-4.6:high__json_schema PASS 100% 295 in → 20 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
anthropic/claude-sonnet-4.6:low PASS 100% 111 in → 14 out (0 reasoning)
WIP: style fix WIP: add logic
anthropic/claude-sonnet-4.6:low__json_schema PASS 100% 299 in → 20 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
anthropic/claude-sonnet-4.6:max FAIL 100% 111 in → 788 out (304 reasoning)
Return value WIP: style fix WIP: add logic
Failure: Extra selected commit messages: ['Return value']
anthropic/claude-sonnet-4.6:max__json_schema PASS 100% 296 in → 195 out (130 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
anthropic/claude-sonnet-4.6:medium__json_schema PASS 100% 299 in → 20 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
anthropic/claude-sonnet-4.6:none PASS 100% 113 in → 14 out (0 reasoning)
WIP: style fix WIP: add logic
anthropic/claude-sonnet-4.6:none__json_schema PASS 100% 294 in → 20 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
anthropic/claude-sonnet-4.6:xhigh PASS 100% 110 in → 294 out (212 reasoning)
WIP: style fix WIP: add logic
anthropic/claude-sonnet-4.6:xhigh__json_schema PASS 100% 299 in → 20 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
anthropic/claude-sonnet-5:high PASS 100% 141 in → 217 out (96 reasoning)
WIP: style fix WIP: add logic
anthropic/claude-sonnet-5:high__json_schema PASS 100% 386 in → 26 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
anthropic/claude-sonnet-5:low__json_schema PASS 100% 383 in → 26 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
anthropic/claude-sonnet-5:medium__json_schema PASS 100% 383 in → 26 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
anthropic/claude-sonnet-5:none__json_schema PASS 100% 384 in → 25 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
anthropic/claude-sonnet-5:xhigh PASS 100% 142 in → 323 out (150 reasoning)
WIP: style fix WIP: add logic
arcee-ai/trinity-large-thinking:high PASS 100% 101 in → 1,995 out (2,087 reasoning)
WIP: style fix WIP: add logic
arcee-ai/trinity-large-thinking:medium PASS 100% 101 in → 1,593 out (1,653 reasoning)
WIP: style fix WIP: add logic
arcee-ai/trinity-large-thinking:xhigh PASS 100% 102 in → 2,406 out (2,493 reasoning)
WIP: style fix WIP: add logic
arcee-ai/trinity-mini:high PASS 100% 102 in → 395 out (416 reasoning)
WIP: style fix WIP: add logic
arcee-ai/trinity-mini:xhigh PASS 100% 100 in → 382 out (393 reasoning)
WIP: style fix WIP: add logic
deepseek/deepseek-v4-flash-0731:high PASS 100% 179 in → 217 out (205 reasoning)
WIP: style fix WIP: add logic
deepseek/deepseek-v4-flash-0731:high__json_schema PASS 100% 99 in → 310 out (298 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": ["WIP: style fix", "WIP: add logic"] }
deepseek/deepseek-v4-flash-0731:low PASS 100% 177 in → 8,125 out (8,500 reasoning)
WIP: style fix WIP: add logic
deepseek/deepseek-v4-flash-0731:max PASS 100% 178 in → 2,672 out (2,693 reasoning)
WIP: add logic WIP: style fix
deepseek/deepseek-v4-flash-0731:max__json_schema PASS 100% 192 in → 2,789 out (2,798 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": ["WIP: style fix", "WIP: add logic"] }
deepseek/deepseek-v4-flash-0731:medium PASS 100% 99 in → 227 out (196 reasoning)
WIP: style fix WIP: add logic
deepseek/deepseek-v4-flash-0731:medium__json_schema PASS 100% 101 in → 484 out (465 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": ["WIP: style fix", "WIP: add logic"] }
deepseek/deepseek-v4-flash-0731:xhigh PASS 100% 99 in → 283 out (250 reasoning)
WIP: style fix WIP: add logic
deepseek/deepseek-v4-flash-0731:xhigh__json_schema PASS 100% 99 in → 387 out (359 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
deepseek/deepseek-v4-flash:high PASS 100% 98 in → 276 out (270 reasoning)
WIP: style fix WIP: add logic
deepseek/deepseek-v4-flash:low PASS 100% 101 in → 385 out (372 reasoning)
WIP: style fix WIP: add logic
deepseek/deepseek-v4-flash:low__json_schema PASS 100% 103 in → 488 out (466 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": ["WIP: style fix", "WIP: add logic"] }
deepseek/deepseek-v4-flash:medium PASS 100% 98 in → 371 out (359 reasoning)
WIP: style fix WIP: add logic
deepseek/deepseek-v4-flash:medium__json_schema PASS 100% 99 in → 287 out (259 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
deepseek/deepseek-v4-flash:none__json_schema PASS 100% 104 in → 26 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
deepseek/deepseek-v4-flash:xhigh__json_schema PASS 100% 178 in → 1,012 out (1,027 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
deepseek/deepseek-v4-pro:high PASS 100% 96 in → 439 out (427 reasoning)
WIP: style fix WIP: add logic
deepseek/deepseek-v4-pro:high__json_schema PASS 100% 304 in → 462 out (441 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits": ["WIP: style fix", "WIP: add logic"]}
deepseek/deepseek-v4-pro:low PASS 100% 98 in → 175 out (162 reasoning)
WIP: style fix WIP: add logic
deepseek/deepseek-v4-pro:low__json_schema PASS 100% 301 in → 262 out (242 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
deepseek/deepseek-v4-pro:medium PASS 100% 100 in → 206 out (193 reasoning)
WIP: style fix WIP: add logic
deepseek/deepseek-v4-pro:medium__json_schema PASS 100% 301 in → 337 out (316 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits": ["WIP: style fix", "WIP: add logic"]}
deepseek/deepseek-v4-pro:none PASS 100% 102 in → 12 out (0 reasoning)
WIP: style fix WIP: add logic
deepseek/deepseek-v4-pro:none__json_schema PASS 100% 303 in → 27 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
deepseek/deepseek-v4-pro:xhigh PASS 100% 99 in → 12 out (0 reasoning)
WIP: style fix WIP: add logic
google/gemini-3-flash-preview:high FAIL 100% 103 in → 762 out (748 reasoning)
Return value WIP: style fix WIP: add logic
Failure: Extra selected commit messages: ['Return value']
google/gemini-3-flash-preview:high__json_schema FAIL 100% 181 in → 893 out (875 reasoning)
Return value WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["Return value","WIP: style fix","WIP: add logic"]}
Failure: Extra selected commit messages: ['Return value']
google/gemini-3-flash-preview:low FAIL 100% 102 in → 392 out (378 reasoning)
Return value WIP: style fix WIP: add logic
Failure: Extra selected commit messages: ['Return value']
google/gemini-3-flash-preview:low__json_schema FAIL 100% 181 in → 685 out (667 reasoning)
Return value WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["Return value","WIP: style fix","WIP: add logic"]}
Failure: Extra selected commit messages: ['Return value']
google/gemini-3-flash-preview:medium FAIL 100% 101 in → 478 out (464 reasoning)
Return value WIP: style fix WIP: add logic
Failure: Extra selected commit messages: ['Return value']
google/gemini-3-flash-preview:medium__json_schema FAIL 100% 104 in → 757 out (739 reasoning)
Return value WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["Return value","WIP: style fix","WIP: add logic"]}
Failure: Extra selected commit messages: ['Return value']
google/gemini-3-flash-preview:xhigh FAIL 100% 102 in → 672 out (658 reasoning)
Return value WIP: style fix WIP: add logic
Failure: Extra selected commit messages: ['Return value']
google/gemini-3-flash-preview:xhigh__json_schema FAIL 100% 183 in → 534 out (517 reasoning)
Return value WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["Return value","WIP: style fix","WIP: add logic"]}
Failure: Extra selected commit messages: ['Return value']
google/gemini-3.1-flash-lite-preview:high PASS 100% 102 in → 1,005 out (994 reasoning)
WIP: style fix WIP: add logic
google/gemini-3.1-flash-lite-preview:low PASS 100% 100 in → 164 out (153 reasoning)
WIP: style fix WIP: add logic
google/gemini-3.1-flash-lite-preview:low__json_schema PASS 100% 103 in → 136 out (119 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits": ["WIP: style fix", "WIP: add logic"]}
google/gemini-3.1-flash-lite-preview:medium PASS 100% 101 in → 755 out (744 reasoning)
WIP: style fix WIP: add logic
google/gemini-3.1-flash-lite-preview:medium__json_schema PASS 100% 103 in → 195 out (165 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
google/gemini-3.1-flash-lite-preview:xhigh PASS 100% 103 in → 469 out (458 reasoning)
WIP: style fix WIP: add logic
google/gemini-3.1-pro-preview:high FAIL 100% 101 in → 451 out (437 reasoning)
Return value WIP: style fix WIP: add logic
Failure: Extra selected commit messages: ['Return value']
google/gemini-3.1-pro-preview:high__json_schema PASS 100% 183 in → 318 out (303 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
google/gemini-3.1-pro-preview:low FAIL 100% 103 in → 470 out (456 reasoning)
Return value WIP: style fix WIP: add logic
Failure: Extra selected commit messages: ['Return value']
google/gemini-3.1-pro-preview:low__json_schema PASS 100% 179 in → 138 out (108 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
google/gemini-3.1-pro-preview:medium FAIL 100% 101 in → 505 out (491 reasoning)
Return value WIP: style fix WIP: add logic
Failure: Extra selected commit messages: ['Return value']
google/gemini-3.1-pro-preview:medium__json_schema FAIL 100% 179 in → 1,053 out (1,035 reasoning)
Return value WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["Return value","WIP: style fix","WIP: add logic"]}
Failure: Extra selected commit messages: ['Return value']
google/gemini-3.1-pro-preview:xhigh FAIL 100% 100 in → 653 out (639 reasoning)
Return value WIP: style fix WIP: add logic
Failure: Extra selected commit messages: ['Return value']
google/gemini-3.1-pro-preview:xhigh__json_schema PASS 100% 179 in → 428 out (413 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
google/gemini-3.5-flash-lite:high PASS 100% 100 in → 2,732 out (2,721 reasoning)
WIP: add logic WIP: style fix
google/gemini-3.5-flash-lite:high__json_schema PASS 100% 104 in → 896 out (881 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
google/gemini-3.5-flash-lite:low__json_schema PASS 100% 106 in → 30 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
google/gemini-3.5-flash-lite:max PASS 100% 102 in → 2,447 out (2,436 reasoning)
WIP: style fix WIP: add logic
google/gemini-3.5-flash-lite:max__json_schema PASS 100% 103 in → 715 out (698 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits": ["WIP: style fix", "WIP: add logic"]}
google/gemini-3.5-flash-lite:medium PASS 100% 102 in → 523 out (512 reasoning)
WIP: style fix WIP: add logic
google/gemini-3.5-flash-lite:medium__json_schema PASS 100% 104 in → 575 out (558 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits": ["WIP: style fix", "WIP: add logic"]}
google/gemini-3.5-flash-lite:xhigh PASS 100% 103 in → 947 out (936 reasoning)
WIP: style fix WIP: add logic
google/gemini-3.5-flash-lite:xhigh__json_schema PASS 100% 102 in → 738 out (723 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
google/gemini-3.5-flash:high PASS 100% 104 in → 1,782 out (1,771 reasoning)
WIP: style fix WIP: add logic
google/gemini-3.5-flash:high__json_schema PASS 100% 179 in → 945 out (930 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
google/gemini-3.5-flash:low PASS 100% 103 in → 523 out (512 reasoning)
WIP: style fix WIP: add logic
google/gemini-3.5-flash:low__json_schema PASS 100% 182 in → 205 out (190 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
google/gemini-3.5-flash:medium PASS 100% 100 in → 886 out (875 reasoning)
WIP: style fix WIP: add logic
google/gemini-3.5-flash:medium__json_schema PASS 100% 184 in → 993 out (978 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
google/gemini-3.5-flash:xhigh PASS 100% 104 in → 729 out (718 reasoning)
WIP: style fix WIP: add logic
google/gemini-3.5-flash:xhigh__json_schema PASS 100% 181 in → 766 out (751 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
google/gemini-3.6-flash:high PASS 100% 104 in → 1,425 out (1,414 reasoning)
WIP: style fix WIP: add logic
google/gemini-3.6-flash:high__json_schema PASS 100% 103 in → 1,154 out (1,139 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
google/gemini-3.6-flash:low PASS 100% 104 in → 2,100 out (2,089 reasoning)
WIP: style fix WIP: add logic
google/gemini-3.6-flash:low__json_schema PASS 100% 103 in → 30 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
google/gemini-3.6-flash:max PASS 100% 100 in → 1,869 out (1,858 reasoning)
WIP: style fix WIP: add logic
google/gemini-3.6-flash:medium FAIL 100% 102 in → 2,595 out (2,581 reasoning)
Return value WIP: style fix WIP: add logic
Failure: Extra selected commit messages: ['Return value']
google/gemini-3.6-flash:medium__json_schema PASS 100% 100 in → 943 out (928 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
google/gemini-3.6-flash:xhigh PASS 100% 103 in → 733 out (722 reasoning)
WIP: style fix WIP: add logic
google/gemini-3.6-flash:xhigh__json_schema PASS 100% 101 in → 885 out (870 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
google/gemma-4-26b-a4b-it:high PASS 100% 120 in → 897 out (885 reasoning)
WIP: style fix WIP: add logic
google/gemma-4-26b-a4b-it:high__json_schema PASS 100% 118 in → 321 out (251 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
google/gemma-4-26b-a4b-it:low PASS 100% 117 in → 4,928 out (4,090 reasoning)
WIP: style fix WIP: add logic
google/gemma-4-26b-a4b-it:low__json_schema PASS 100% 117 in → 391 out (295 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits": ["WIP: style fix", "WIP: add logic"]}
google/gemma-4-26b-a4b-it:medium PASS 100% 118 in → 693 out (568 reasoning)
WIP: style fix WIP: add logic
google/gemma-4-26b-a4b-it:medium__json_schema PASS 100% 118 in → 1,691 out (1,416 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
google/gemma-4-26b-a4b-it:none PASS 100% 113 in → 12 out (0 reasoning)
WIP: style fix WIP: add logic
google/gemma-4-26b-a4b-it:xhigh PASS 100% 119 in → 681 out (553 reasoning)
WIP: style fix WIP: add logic
google/gemma-4-26b-a4b-it:xhigh__json_schema PASS 100% 120 in → 474 out (369 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
google/gemma-4-31b-it:high PASS 100% 119 in → 457 out (365 reasoning)
WIP: style fix WIP: add logic
google/gemma-4-31b-it:high__json_schema PASS 100% 116 in → 229 out (149 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
google/gemma-4-31b-it:low PASS 100% 119 in → 219 out (168 reasoning)
WIP: style fix WIP: add logic
google/gemma-4-31b-it:low__json_schema PASS 100% 120 in → 258 out (241 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
google/gemma-4-31b-it:medium PASS 100% 122 in → 233 out (221 reasoning)
WIP: style fix WIP: add logic
google/gemma-4-31b-it:medium__json_schema PASS 100% 120 in → 217 out (200 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
google/gemma-4-31b-it:none PASS 100% 115 in → 11 out (0 reasoning)
WIP: style fix WIP: add logic
google/gemma-4-31b-it:none__json_schema PASS 100% 113 in → 27 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
google/gemma-4-31b-it:xhigh PASS 100% 121 in → 321 out (247 reasoning)
WIP: style fix WIP: add logic
google/gemma-4-31b-it:xhigh__json_schema PASS 100% 119 in → 1,561 out (1,400 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
inclusionai/ling-2.6-flash PASS 100% 122 in → 12 out
WIP: style fix WIP: add logic
minimax/minimax-m2.5:high PASS 100% 133 in → 156 out (132 reasoning)
WIP: style fix WIP: add logic
minimax/minimax-m2.5:high__json_schema PASS 100% 131 in → 416 out (406 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
minimax/minimax-m2.5:low PASS 100% 132 in → 322 out (310 reasoning)
WIP: style fix WIP: add logic
minimax/minimax-m2.5:low__json_schema PASS 100% 132 in → 427 out (403 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
minimax/minimax-m2.5:medium PASS 100% 134 in → 249 out (237 reasoning)
WIP: style fix WIP: add logic
minimax/minimax-m2.5:medium__json_schema PASS 100% 133 in → 188 out (144 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
minimax/minimax-m2.5:xhigh__json_schema PASS 100% 134 in → 463 out (435 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
minimax/minimax-m2.7:high PASS 100% 135 in → 250 out (238 reasoning)
WIP: style fix WIP: add logic
minimax/minimax-m2.7:high__json_schema PASS 100% 282 in → 693 out (665 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
minimax/minimax-m2.7:low PASS 100% 132 in → 308 out (294 reasoning)
WIP: style fix WIP: add logic
minimax/minimax-m2.7:medium PASS 100% 131 in → 302 out (289 reasoning)
WIP: style fix WIP: add logic
minimax/minimax-m2.7:medium__json_schema PASS 100% 287 in → 933 out (905 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
minimax/minimax-m2.7:xhigh PASS 100% 134 in → 371 out (358 reasoning)
WIP: style fix WIP: add logic
minimax/minimax-m2.7:xhigh__json_schema PASS 100% 286 in → 610 out (582 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
minimax/minimax-m3:high PASS 100% 269 in → 140 out (113 reasoning)
WIP: style fix WIP: add logic
minimax/minimax-m3:low PASS 100% 271 in → 166 out (127 reasoning)
WIP: style fix WIP: add logic
minimax/minimax-m3:medium PASS 100% 272 in → 171 out (144 reasoning)
WIP: style fix WIP: add logic
minimax/minimax-m3:xhigh PASS 100% 274 in → 149 out (122 reasoning)
WIP: style fix WIP: add logic
mistralai/devstral-2512__json_schema PASS 100% 107 in → 27 out
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
mistralai/mistral-medium-3-5:high PASS 100% 121 in → 338 out (296 reasoning)
WIP: style fix WIP: add logic
mistralai/mistral-medium-3-5:high__json_schema PASS 100% 109 in → 365 out (295 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits": ["WIP: style fix", "WIP: add logic"]}
mistralai/mistral-medium-3-5:low PASS 100% 116 in → 679 out (627 reasoning)
WIP: style fix WIP: add logic
mistralai/mistral-medium-3-5:low__json_schema PASS 100% 108 in → 304 out (261 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits": ["WIP: style fix", "WIP: add logic"]}
mistralai/mistral-medium-3-5:medium PASS 100% 122 in → 680 out (550 reasoning)
WIP: style fix WIP: add logic
mistralai/mistral-medium-3-5:medium__json_schema PASS 100% 105 in → 607 out (579 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits": ["WIP: style fix", "WIP: add logic"]}
mistralai/mistral-medium-3-5:none PASS 100% 121 in → 12 out (0 reasoning)
WIP: style fix WIP: add logic
mistralai/mistral-medium-3-5:none__json_schema PASS 100% 111 in → 20 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits": ["WIP: style fix", "WIP: add logic"]}
mistralai/mistral-medium-3-5:xhigh PASS 100% 121 in → 313 out (278 reasoning)
WIP: style fix WIP: add logic
mistralai/mistral-medium-3-5:xhigh__json_schema PASS 100% 107 in → 334 out (284 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits": ["WIP: style fix", "WIP: add logic"]}
moonshotai/kimi-k2.6:high PASS 100% 103 in → 935 out (986 reasoning)
WIP: style fix WIP: add logic
moonshotai/kimi-k2.6:low PASS 100% 106 in → 1,090 out (1,079 reasoning)
WIP: style fix WIP: add logic
moonshotai/kimi-k2.6:medium PASS 100% 100 in → 1,522 out (1,538 reasoning)
WIP: style fix WIP: add logic
moonshotai/kimi-k2.6:xhigh PASS 100% 102 in → 509 out (498 reasoning)
WIP: style fix WIP: add logic
moonshotai/kimi-k2.7-code:high PASS 100% 101 in → 208 out (195 reasoning)
WIP: style fix WIP: add logic
moonshotai/kimi-k2.7-code:high__json_schema PASS 100% 101 in → 248 out (224 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": ["WIP: style fix", "WIP: add logic"] }
moonshotai/kimi-k2.7-code:low PASS 100% 101 in → 280 out (267 reasoning)
WIP: style fix WIP: add logic
moonshotai/kimi-k2.7-code:low__json_schema PASS 100% 194 in → 228 out (210 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
moonshotai/kimi-k2.7-code:medium PASS 100% 105 in → 168 out (148 reasoning)
WIP: style fix WIP: add logic
moonshotai/kimi-k2.7-code:medium__json_schema PASS 100% 102 in → 302 out (274 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
moonshotai/kimi-k2.7-code:xhigh PASS 100% 100 in → 222 out (209 reasoning)
WIP: style fix WIP: add logic
moonshotai/kimi-k3:high PASS 100% 178 in → 435 out (409 reasoning)
WIP: style fix WIP: add logic
moonshotai/kimi-k3:high__json_schema PASS 100% 184 in → 296 out (270 reasoning)
WIP: style fix WIP: add logic
moonshotai/kimi-k3:low PASS 100% 180 in → 1,615 out (1,589 reasoning)
WIP: style fix WIP: add logic
moonshotai/kimi-k3:low__json_schema PASS 100% 176 in → 1,106 out (1,080 reasoning)
WIP: style fix WIP: add logic
moonshotai/kimi-k3:max PASS 100% 174 in → 163 out (137 reasoning)
WIP: style fix WIP: add logic
moonshotai/kimi-k3:max__json_schema PASS 100% 178 in → 929 out (903 reasoning)
WIP: style fix WIP: add logic
moonshotai/kimi-k3:medium PASS 100% 182 in → 318 out (292 reasoning)
WIP: style fix WIP: add logic
moonshotai/kimi-k3:medium__json_schema PASS 100% 291 in → 767 out (736 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
moonshotai/kimi-k3:xhigh FAIL 100% 177 in → 841 out (812 reasoning)
Return value WIP: style fix WIP: add logic
Failure: Extra selected commit messages: ['Return value']
moonshotai/kimi-k3:xhigh__json_schema FAIL 100% 181 in → 642 out (613 reasoning)
Return value WIP: style fix WIP: add logic
Failure: Extra selected commit messages: ['Return value']
nvidia/nemotron-3-nano-30b-a3b:high PASS 100% 119 in → 283 out (263 reasoning)
WIP: style fix WIP: add logic
nvidia/nemotron-3-nano-30b-a3b:high__json_schema PASS 100% 119 in → 310 out (291 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
nvidia/nemotron-3-nano-30b-a3b:low PASS 100% 120 in → 539 out (539 reasoning)
WIP: style fix WIP: add logic
nvidia/nemotron-3-nano-30b-a3b:low__json_schema PASS 100% 121 in → 599 out (565 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
nvidia/nemotron-3-nano-30b-a3b:medium__json_schema PASS 100% 122 in → 959 out (970 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
nvidia/nemotron-3-nano-30b-a3b:none__json_schema PASS 100% 122 in → 39 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix\n", "WIP: add logic\n" ] }
nvidia/nemotron-3-nano-30b-a3b:xhigh__json_schema PASS 100% 120 in → 323 out (308 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
nvidia/nemotron-3-super-120b-a12b:high PASS 100% 122 in → 260 out (223 reasoning)
WIP: style fix WIP: add logic
nvidia/nemotron-3-super-120b-a12b:high__json_schema PASS 100% 120 in → 274 out (234 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
nvidia/nemotron-3-super-120b-a12b:low PASS 100% 122 in → 198 out (172 reasoning)
WIP: style fix WIP: add logic
nvidia/nemotron-3-super-120b-a12b:low__json_schema PASS 100% 122 in → 208 out (170 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
nvidia/nemotron-3-super-120b-a12b:medium PASS 100% 119 in → 206 out (182 reasoning)
WIP: style fix WIP: add logic
nvidia/nemotron-3-super-120b-a12b:medium__json_schema PASS 100% 122 in → 180 out (143 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
nvidia/nemotron-3-super-120b-a12b:none PASS 100% 122 in → 12 out (0 reasoning)
WIP: style fix WIP: add logic
nvidia/nemotron-3-super-120b-a12b:xhigh PASS 100% 120 in → 143 out (121 reasoning)
WIP: style fix WIP: add logic
nvidia/nemotron-3-super-120b-a12b:xhigh__json_schema PASS 100% 121 in → 341 out (301 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
openai/gpt-5.4-mini:high PASS 100% 100 in → 182 out (165 reasoning)
WIP: style fix WIP: add logic
openai/gpt-5.4-mini:high__json_schema PASS 100% 148 in → 176 out (149 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
openai/gpt-5.4-mini:low PASS 100% 100 in → 56 out (39 reasoning)
WIP: style fix WIP: add logic
openai/gpt-5.4-mini:low__json_schema PASS 100% 149 in → 63 out (36 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
openai/gpt-5.4-mini:medium PASS 100% 101 in → 129 out (112 reasoning)
WIP: style fix WIP: add logic
openai/gpt-5.4-mini:medium__json_schema PASS 100% 153 in → 90 out (63 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
openai/gpt-5.4-mini:none PASS 100% 103 in → 15 out (0 reasoning)
WIP: style fix WIP: add logic
openai/gpt-5.4-mini:none__json_schema PASS 100% 150 in → 25 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
openai/gpt-5.4-mini:xhigh PASS 100% 102 in → 498 out (481 reasoning)
WIP: style fix WIP: add logic
openai/gpt-5.4-mini:xhigh__json_schema PASS 100% 147 in → 482 out (455 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
openai/gpt-5.4-nano:high PASS 100% 99 in → 67 out (50 reasoning)
WIP: style fix WIP: add logic
openai/gpt-5.4-nano:high__json_schema PASS 100% 150 in → 75 out (48 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
openai/gpt-5.4-nano:low PASS 100% 100 in → 50 out (33 reasoning)
WIP: style fix WIP: add logic
openai/gpt-5.4-nano:low__json_schema PASS 100% 149 in → 25 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
openai/gpt-5.4-nano:medium PASS 100% 98 in → 50 out (33 reasoning)
WIP: style fix WIP: add logic
openai/gpt-5.4-nano:medium__json_schema PASS 100% 149 in → 104 out (77 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
openai/gpt-5.4-nano:none__json_schema PASS 100% 148 in → 25 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
openai/gpt-5.4-nano:xhigh PASS 100% 100 in → 400 out (383 reasoning)
WIP: style fix WIP: add logic
openai/gpt-5.4-nano:xhigh__json_schema PASS 100% 146 in → 294 out (267 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
openai/gpt-5.4:high PASS 100% 102 in → 219 out (202 reasoning)
WIP: style fix WIP: add logic
openai/gpt-5.4:high__json_schema PASS 100% 150 in → 267 out (240 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
openai/gpt-5.4:low PASS 100% 101 in → 34 out (17 reasoning)
WIP: style fix WIP: add logic
openai/gpt-5.4:low__json_schema PASS 100% 145 in → 40 out (13 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
openai/gpt-5.4:medium PASS 100% 101 in → 202 out (185 reasoning)
WIP: style fix WIP: add logic
openai/gpt-5.4:medium__json_schema PASS 100% 147 in → 247 out (220 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
openai/gpt-5.4:none PASS 100% 100 in → 15 out (0 reasoning)
WIP: style fix WIP: add logic
openai/gpt-5.4:none__json_schema PASS 100% 149 in → 25 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
openai/gpt-5.4:xhigh PASS 100% 99 in → 1,051 out (1,034 reasoning)
WIP: style fix WIP: add logic
openai/gpt-5.4:xhigh__json_schema PASS 100% 151 in → 389 out (362 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
openai/gpt-5.5:high PASS 100% 105 in → 195 out (178 reasoning)
WIP: style fix WIP: add logic
openai/gpt-5.5:high__json_schema PASS 100% 148 in → 170 out (143 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
openai/gpt-5.5:low PASS 100% 102 in → 68 out (51 reasoning)
WIP: style fix WIP: add logic
openai/gpt-5.5:low__json_schema PASS 100% 151 in → 48 out (21 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
openai/gpt-5.5:medium PASS 100% 102 in → 74 out (57 reasoning)
WIP: style fix WIP: add logic
openai/gpt-5.5:medium__json_schema PASS 100% 148 in → 61 out (34 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
openai/gpt-5.5:none PASS 100% 102 in → 15 out (0 reasoning)
WIP: style fix WIP: add logic
openai/gpt-5.5:none__json_schema PASS 100% 153 in → 25 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
openai/gpt-5.5:xhigh PASS 100% 102 in → 533 out (516 reasoning)
WIP: style fix WIP: add logic
openai/gpt-5.5:xhigh__json_schema PASS 100% 150 in → 210 out (183 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
openai/gpt-5.6-luna:high PASS 100% 102 in → 53 out (36 reasoning)
WIP: style fix WIP: add logic
openai/gpt-5.6-luna:high__json_schema PASS 100% 149 in → 82 out (55 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
openai/gpt-5.6-luna:low PASS 100% 100 in → 29 out (12 reasoning)
WIP: style fix WIP: add logic
openai/gpt-5.6-luna:low__json_schema PASS 100% 150 in → 39 out (12 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
openai/gpt-5.6-luna:max PASS 100% 103 in → 99 out (82 reasoning)
WIP: style fix WIP: add logic
openai/gpt-5.6-luna:max__json_schema PASS 100% 148 in → 123 out (96 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
openai/gpt-5.6-luna:medium PASS 100% 100 in → 33 out (16 reasoning)
WIP: style fix WIP: add logic
openai/gpt-5.6-luna:medium__json_schema PASS 100% 155 in → 43 out (16 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
openai/gpt-5.6-luna:none PASS 100% 100 in → 15 out (0 reasoning)
WIP: style fix WIP: add logic
openai/gpt-5.6-luna:none__json_schema PASS 100% 150 in → 25 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
openai/gpt-5.6-luna:xhigh PASS 100% 104 in → 57 out (40 reasoning)
WIP: style fix WIP: add logic
openai/gpt-5.6-luna:xhigh__json_schema PASS 100% 149 in → 93 out (66 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
openai/gpt-5.6-sol:high PASS 100% 101 in → 15 out (0 reasoning)
WIP: style fix WIP: add logic
openai/gpt-5.6-sol:high__json_schema PASS 100% 149 in → 115 out (88 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
openai/gpt-5.6-sol:low PASS 100% 102 in → 15 out (0 reasoning)
WIP: style fix WIP: add logic
openai/gpt-5.6-sol:low__json_schema PASS 100% 151 in → 25 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
openai/gpt-5.6-sol:max PASS 100% 100 in → 121 out (104 reasoning)
WIP: style fix WIP: add logic
openai/gpt-5.6-sol:max__json_schema PASS 100% 150 in → 240 out (213 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
openai/gpt-5.6-sol:medium PASS 100% 101 in → 15 out (0 reasoning)
WIP: style fix WIP: add logic
openai/gpt-5.6-sol:medium__json_schema PASS 100% 150 in → 25 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
openai/gpt-5.6-sol:none PASS 100% 102 in → 15 out (0 reasoning)
WIP: style fix WIP: add logic
openai/gpt-5.6-sol:none__json_schema PASS 100% 149 in → 25 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
openai/gpt-5.6-sol:xhigh PASS 100% 101 in → 15 out (0 reasoning)
WIP: style fix WIP: add logic
openai/gpt-5.6-sol:xhigh__json_schema PASS 100% 150 in → 25 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
openai/gpt-5.6-terra:high PASS 100% 102 in → 38 out (21 reasoning)
WIP: style fix WIP: add logic
openai/gpt-5.6-terra:high__json_schema PASS 100% 151 in → 51 out (24 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
openai/gpt-5.6-terra:low PASS 100% 103 in → 37 out (20 reasoning)
WIP: style fix WIP: add logic
openai/gpt-5.6-terra:low__json_schema PASS 100% 149 in → 43 out (16 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
openai/gpt-5.6-terra:max PASS 100% 103 in → 94 out (77 reasoning)
WIP: style fix WIP: add logic
openai/gpt-5.6-terra:max__json_schema PASS 100% 147 in → 147 out (120 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
openai/gpt-5.6-terra:medium PASS 100% 100 in → 44 out (27 reasoning)
WIP: style fix WIP: add logic
openai/gpt-5.6-terra:medium__json_schema PASS 100% 150 in → 39 out (12 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
openai/gpt-5.6-terra:none PASS 100% 101 in → 15 out (0 reasoning)
WIP: style fix WIP: add logic
openai/gpt-5.6-terra:none__json_schema PASS 100% 147 in → 25 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
openai/gpt-5.6-terra:xhigh PASS 100% 102 in → 40 out (23 reasoning)
WIP: style fix WIP: add logic
openai/gpt-5.6-terra:xhigh__json_schema PASS 100% 150 in → 70 out (43 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
openai/gpt-oss-120b:high PASS 100% 148 in → 353 out (348 reasoning)
WIP: style fix WIP: add logic
openai/gpt-oss-120b:high__json_schema PASS 100% 148 in → 288 out (292 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
openai/gpt-oss-120b:low PASS 100% 167 in → 237 out (207 reasoning)
WIP: style fix WIP: add logic
openai/gpt-oss-120b:low__json_schema PASS 100% 166 in → 209 out (184 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
openai/gpt-oss-120b:medium PASS 100% 163 in → 162 out (137 reasoning)
WIP: style fix WIP: add logic
openai/gpt-oss-120b:medium__json_schema PASS 100% 160 in → 244 out (217 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
openai/gpt-oss-120b:xhigh PASS 100% 173 in → 299 out (0 reasoning)
WIP: style fix WIP: add logic
openai/gpt-oss-120b:xhigh__json_schema PASS 100% 152 in → 350 out (339 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
openai/gpt-oss-20b:high PASS 100% 160 in → 272 out (261 reasoning)
WIP: style fix WIP: add logic
openai/gpt-oss-20b:high__json_schema PASS 100% 165 in → 477 out (482 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":[ "WIP: style fix", "WIP: add logic" ]}
openai/gpt-oss-20b:low PASS 100% 160 in → 55 out (26 reasoning)
WIP: style fix WIP: add logic
openai/gpt-oss-20b:low__json_schema PASS 100% 164 in → 145 out (117 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
openai/gpt-oss-20b:medium PASS 100% 162 in → 336 out (325 reasoning)
WIP: style fix WIP: add logic
openai/gpt-oss-20b:medium__json_schema PASS 100% 159 in → 266 out (246 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
openai/gpt-oss-20b:xhigh PASS 100% 158 in → 540 out (546 reasoning)
WIP: style fix WIP: add logic
openai/gpt-oss-20b:xhigh__json_schema PASS 100% 147 in → 375 out (346 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
poolside/laguna-m.1:high PASS 100% 114 in → 257 out (245 reasoning)
WIP: style fix WIP: add logic
poolside/laguna-m.1:low PASS 100% 110 in → 483 out (471 reasoning)
WIP: style fix WIP: add logic
poolside/laguna-m.1:low__json_schema PASS 100% 113 in → 652 out (623 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
poolside/laguna-m.1:medium PASS 100% 111 in → 198 out (186 reasoning)
WIP: style fix WIP: add logic
poolside/laguna-m.1:medium__json_schema PASS 100% 116 in → 936 out (919 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits": ["WIP: style fix", "WIP: add logic"]}
poolside/laguna-m.1:none PASS 100% 111 in → 11 out (0 reasoning)
WIP: style fix WIP: add logic
poolside/laguna-m.1:none__json_schema FAIL 100% 113 in → 33 out (0 reasoning)
Return value WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "Return value", "WIP: style fix", "WIP: add logic" ] }
Failure: Extra selected commit messages: ['Return value']
poolside/laguna-m.1:xhigh PASS 100% 112 in → 716 out (704 reasoning)
WIP: style fix WIP: add logic
poolside/laguna-m.1:xhigh__json_schema PASS 100% 113 in → 295 out (268 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
poolside/laguna-xs-2.1:high PASS 100% 114 in → 326 out (316 reasoning)
WIP: style fix WIP: add logic
poolside/laguna-xs-2.1:high__json_schema PASS 100% 112 in → 355 out (324 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
poolside/laguna-xs-2.1:low PASS 100% 113 in → 402 out (392 reasoning)
WIP: style fix WIP: add logic
poolside/laguna-xs-2.1:low__json_schema PASS 100% 113 in → 780 out (750 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
poolside/laguna-xs-2.1:medium PASS 100% 114 in → 274 out (264 reasoning)
WIP: style fix WIP: add logic
poolside/laguna-xs-2.1:medium__json_schema PASS 100% 115 in → 512 out (481 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
poolside/laguna-xs-2.1:none PASS 100% 111 in → 9 out (0 reasoning)
WIP: style fix WIP: add logic
poolside/laguna-xs-2.1:xhigh PASS 100% 115 in → 391 out (381 reasoning)
WIP: style fix WIP: add logic
poolside/laguna-xs-2.1:xhigh__json_schema PASS 100% 114 in → 301 out (271 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
poolside/laguna-xs.2:high PASS 100% 150 in → 267 out (255 reasoning)
WIP: style fix WIP: add logic
poolside/laguna-xs.2:high__json_schema PASS 100% 147 in → 116 out (98 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits": ["WIP: style fix", "WIP: add logic"]}
poolside/laguna-xs.2:low PASS 100% 152 in → 159 out (147 reasoning)
WIP: style fix WIP: add logic
poolside/laguna-xs.2:low__json_schema PASS 100% 152 in → 221 out (203 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits": ["WIP: style fix", "WIP: add logic"]}
poolside/laguna-xs.2:medium PASS 100% 152 in → 188 out (176 reasoning)
WIP: style fix WIP: add logic
poolside/laguna-xs.2:medium__json_schema PASS 100% 148 in → 184 out (166 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits": ["WIP: style fix", "WIP: add logic"]}
poolside/laguna-xs.2:none PASS 100% 151 in → 11 out (0 reasoning)
WIP: style fix WIP: add logic
poolside/laguna-xs.2:none__json_schema PASS 100% 150 in → 16 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits": ["WIP: style fix", "WIP: add logic"]}
poolside/laguna-xs.2:xhigh PASS 100% 153 in → 161 out (149 reasoning)
WIP: style fix WIP: add logic
poolside/laguna-xs.2:xhigh__json_schema PASS 100% 153 in → 190 out (173 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits": ["WIP: style fix", "WIP: add logic"]}
qwen/qwen3.6-27b:high PASS 100% 116 in → 1,101 out (1,028 reasoning)
WIP: style fix WIP: add logic
qwen/qwen3.6-27b:high__json_schema PASS 100% 116 in → 1,018 out (894 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
qwen/qwen3.6-27b:low PASS 100% 114 in → 896 out (851 reasoning)
WIP: style fix WIP: add logic
qwen/qwen3.6-27b:low__json_schema PASS 100% 115 in → 33 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
qwen/qwen3.6-27b:medium PASS 100% 113 in → 925 out (876 reasoning)
WIP: style fix WIP: add logic
qwen/qwen3.6-27b:medium__json_schema PASS 100% 115 in → 994 out (941 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": ["WIP: style fix", "WIP: add logic"] }
qwen/qwen3.6-27b:none PASS 100% 117 in → 12 out (0 reasoning)
WIP: style fix WIP: add logic
qwen/qwen3.6-27b:xhigh PASS 100% 116 in → 903 out (816 reasoning)
WIP: style fix WIP: add logic
qwen/qwen3.6-27b:xhigh__json_schema PASS 100% 113 in → 1,127 out (1,044 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
qwen/qwen3.6-35b-a3b:high PASS 100% 117 in → 265 out (231 reasoning)
WIP: style fix WIP: add logic
qwen/qwen3.6-35b-a3b:high__json_schema PASS 100% 114 in → 1,306 out (1,244 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": ["WIP: style fix", "WIP: add logic"] }
qwen/qwen3.6-35b-a3b:low PASS 100% 114 in → 1,057 out (981 reasoning)
WIP: style fix WIP: add logic
qwen/qwen3.6-35b-a3b:low__json_schema PASS 100% 116 in → 965 out (847 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
qwen/qwen3.6-35b-a3b:medium PASS 100% 118 in → 885 out (808 reasoning)
WIP: style fix WIP: add logic
qwen/qwen3.6-35b-a3b:medium__json_schema PASS 100% 113 in → 1,241 out (1,173 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": ["WIP: style fix", "WIP: add logic"] }
qwen/qwen3.6-35b-a3b:none PASS 100% 115 in → 12 out (0 reasoning)
WIP: style fix WIP: add logic
qwen/qwen3.6-35b-a3b:none__json_schema PASS 100% 118 in → 26 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits": [ "WIP: style fix", "WIP: add logic" ]}
qwen/qwen3.6-35b-a3b:xhigh PASS 100% 118 in → 1,376 out (1,321 reasoning)
WIP: style fix WIP: add logic
qwen/qwen3.6-35b-a3b:xhigh__json_schema PASS 100% 111 in → 1,181 out (1,112 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
qwen/qwen3.6-flash:high PASS 100% 114 in → 1,231 out (1,215 reasoning)
WIP: style fix WIP: add logic
qwen/qwen3.6-flash:low PASS 100% 115 in → 1,142 out (1,126 reasoning)
WIP: style fix WIP: add logic
qwen/qwen3.6-flash:medium PASS 100% 113 in → 926 out (910 reasoning)
WIP: style fix WIP: add logic
qwen/qwen3.6-flash:none PASS 100% 117 in → 11 out (0 reasoning)
WIP: style fix WIP: add logic
qwen/qwen3.6-flash:xhigh PASS 100% 113 in → 955 out (939 reasoning)
WIP: style fix WIP: add logic
qwen/qwen3.7-flash:high PASS 100% 116 in → 913 out (897 reasoning)
WIP: style fix WIP: add logic
qwen/qwen3.7-flash:low PASS 100% 118 in → 1,349 out (1,333 reasoning)
WIP: style fix WIP: add logic
qwen/qwen3.7-flash:max PASS 100% 115 in → 1,661 out (1,645 reasoning)
WIP: style fix WIP: add logic
qwen/qwen3.7-flash:medium PASS 100% 118 in → 1,280 out (1,264 reasoning)
WIP: style fix WIP: add logic
qwen/qwen3.7-flash:none PASS 100% 117 in → 11 out (0 reasoning)
WIP: style fix WIP: add logic
qwen/qwen3.7-flash:xhigh PASS 100% 116 in → 1,141 out (1,125 reasoning)
WIP: style fix WIP: add logic
qwen/qwen3.7-max:high PASS 100% 114 in → 258 out (242 reasoning)
WIP: style fix WIP: add logic
qwen/qwen3.7-max:low PASS 100% 115 in → 290 out (274 reasoning)
WIP: style fix WIP: add logic
qwen/qwen3.7-max:medium PASS 100% 114 in → 172 out (156 reasoning)
WIP: style fix WIP: add logic
qwen/qwen3.7-max:none PASS 100% 119 in → 11 out (0 reasoning)
WIP: style fix WIP: add logic
qwen/qwen3.7-max:xhigh PASS 100% 115 in → 257 out (241 reasoning)
WIP: style fix WIP: add logic
qwen/qwen3.7-plus:high PASS 100% 115 in → 589 out (573 reasoning)
WIP: style fix WIP: add logic
qwen/qwen3.7-plus:low PASS 100% 114 in → 952 out (936 reasoning)
WIP: style fix WIP: add logic
qwen/qwen3.7-plus:none PASS 100% 115 in → 11 out (0 reasoning)
WIP: style fix WIP: add logic
qwen/qwen3.7-plus:xhigh PASS 100% 115 in → 1,912 out (1,896 reasoning)
WIP: style fix WIP: add logic
tencent/hy3:high PASS 100% 107 in → 753 out (740 reasoning)
WIP: style fix WIP: add logic
tencent/hy3:high__json_schema PASS 100% 108 in → 758 out (669 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": ["WIP: style fix", "WIP: add logic"] }
tencent/hy3:low PASS 100% 106 in → 263 out (250 reasoning)
WIP: style fix WIP: add logic
tencent/hy3:low__json_schema PASS 100% 110 in → 323 out (304 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": ["WIP: style fix", "WIP: add logic"] }
tencent/hy3:medium PASS 100% 108 in → 336 out (323 reasoning)
WIP: style fix WIP: add logic
tencent/hy3:medium__json_schema PASS 100% 106 in → 257 out (217 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": ["WIP: style fix", "WIP: add logic"] }
tencent/hy3:none PASS 100% 113 in → 12 out (0 reasoning)
WIP: style fix WIP: add logic
tencent/hy3:xhigh PASS 100% 108 in → 572 out (559 reasoning)
WIP: style fix WIP: add logic
tencent/hy3:xhigh__json_schema PASS 100% 105 in → 648 out (604 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": ["WIP: style fix", "WIP: add logic"] }
thinkingmachines/inkling-small:high PASS 100% 108 in → 313 out (278 reasoning)
WIP: style fix WIP: add logic
thinkingmachines/inkling-small:high__json_schema PASS 100% 111 in → 199 out (172 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
thinkingmachines/inkling-small:low PASS 100% 110 in → 114 out (97 reasoning)
WIP: style fix WIP: add logic
thinkingmachines/inkling-small:low__json_schema PASS 100% 113 in → 63 out (36 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
thinkingmachines/inkling-small:max PASS 100% 111 in → 474 out (448 reasoning)
WIP: style fix WIP: add logic
thinkingmachines/inkling-small:max__json_schema PASS 100% 111 in → 466 out (441 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": ["WIP: style fix", "WIP: add logic"] }
thinkingmachines/inkling-small:medium PASS 100% 109 in → 295 out (276 reasoning)
WIP: style fix WIP: add logic
thinkingmachines/inkling-small:medium__json_schema PASS 100% 109 in → 642 out (611 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
thinkingmachines/inkling-small:none PASS 100% 108 in → 14 out (0 reasoning)
WIP: style fix WIP: add logic
thinkingmachines/inkling-small:xhigh PASS 100% 113 in → 202 out (185 reasoning)
WIP: style fix WIP: add logic
thinkingmachines/inkling-small:xhigh__json_schema PASS 100% 109 in → 316 out (291 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": ["WIP: style fix", "WIP: add logic"] }
thinkingmachines/inkling:high PASS 100% 110 in → 302 out (288 reasoning)
WIP: style fix WIP: add logic
thinkingmachines/inkling:high__json_schema PASS 100% 111 in → 239 out (217 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
thinkingmachines/inkling:low PASS 100% 112 in → 49 out (25 reasoning)
WIP: style fix WIP: add logic
thinkingmachines/inkling:max PASS 100% 111 in → 329 out (311 reasoning)
WIP: style fix WIP: add logic
thinkingmachines/inkling:max__json_schema PASS 100% 110 in → 437 out (406 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
thinkingmachines/inkling:medium PASS 100% 107 in → 59 out (41 reasoning)
WIP: style fix WIP: add logic
thinkingmachines/inkling:none PASS 100% 109 in → 15 out (0 reasoning)
WIP: style fix WIP: add logic
thinkingmachines/inkling:none__json_schema PASS 100% 111 in → 25 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ]}
thinkingmachines/inkling:xhigh PASS 100% 110 in → 222 out (205 reasoning)
WIP: style fix WIP: add logic
x-ai/grok-4.3:high PASS 100% 277 in → 433 out (422 reasoning)
WIP: style fix WIP: add logic
x-ai/grok-4.3:high__json_schema PASS 100% 342 in → 803 out (778 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
x-ai/grok-4.3:low PASS 100% 280 in → 349 out (338 reasoning)
WIP: style fix WIP: add logic
x-ai/grok-4.3:low__json_schema PASS 100% 354 in → 516 out (491 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
x-ai/grok-4.3:max PASS 100% 276 in → 362 out (351 reasoning)
WIP: style fix WIP: add logic
x-ai/grok-4.3:max__json_schema PASS 100% 346 in → 621 out (606 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
x-ai/grok-4.3:medium PASS 100% 284 in → 502 out (491 reasoning)
WIP: style fix WIP: add logic
x-ai/grok-4.3:medium__json_schema PASS 100% 352 in → 591 out (576 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
x-ai/grok-4.3:none__json_schema PASS 100% 340 in → 15 out (0 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
x-ai/grok-4.3:xhigh PASS 100% 277 in → 387 out (376 reasoning)
WIP: style fix WIP: add logic
x-ai/grok-4.3:xhigh__json_schema PASS 100% 346 in → 684 out (669 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
x-ai/grok-4.5:high PASS 100% 298 in → 399 out (390 reasoning)
WIP: style fix WIP: add logic
x-ai/grok-4.5:high__json_schema PASS 100% 376 in → 626 out (602 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
x-ai/grok-4.5:low PASS 100% 298 in → 198 out (189 reasoning)
WIP: style fix WIP: add logic
x-ai/grok-4.5:low__json_schema PASS 100% 380 in → 434 out (410 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
x-ai/grok-4.5:max PASS 100% 300 in → 234 out (225 reasoning)
WIP: style fix WIP: add logic
x-ai/grok-4.5:max__json_schema PASS 100% 378 in → 646 out (632 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
x-ai/grok-4.5:medium PASS 100% 299 in → 325 out (316 reasoning)
WIP: style fix WIP: add logic
x-ai/grok-4.5:medium__json_schema PASS 100% 378 in → 435 out (421 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
x-ai/grok-4.5:xhigh PASS 100% 300 in → 343 out (334 reasoning)
WIP: style fix WIP: add logic
x-ai/grok-4.5:xhigh__json_schema PASS 100% 379 in → 385 out (371 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["WIP: style fix","WIP: add logic"]}
z-ai/glm-4.7-flash:high PASS 100% 102 in → 874 out (813 reasoning)
WIP: add logic WIP: style fix
z-ai/glm-4.7-flash:low PASS 100% 102 in → 1,316 out (1,184 reasoning)
WIP: add logic WIP: style fix
z-ai/glm-4.7-flash:low__json_schema PASS 100% 104 in → 565 out (516 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits": ["WIP: style fix", "WIP: add logic"]}
z-ai/glm-4.7-flash:medium PASS 100% 101 in → 1,375 out (1,292 reasoning)
WIP: style fix WIP: add logic
z-ai/glm-4.7-flash:medium__json_schema PASS 100% 107 in → 704 out (589 reasoning)
WIP: add logic WIP: style fix
JSON Schema Structured Output
(raw) {"commits": ["WIP: add logic", "WIP: style fix"]}
z-ai/glm-4.7-flash:none FAIL 100% 104 in → 15 out (0 reasoning)
Return value WIP: style fix WIP: add logic
Failure: Extra selected commit messages: ['Return value']
z-ai/glm-4.7-flash:none__json_schema FAIL 100% 102 in → 23 out (0 reasoning)
Return value WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits": ["Return value", "WIP: style fix", "WIP: add logic"]}
Failure: Extra selected commit messages: ['Return value']
z-ai/glm-4.7-flash:xhigh PASS 100% 103 in → 606 out (528 reasoning)
WIP: style fix WIP: add logic
z-ai/glm-5.2:high PASS 100% 110 in → 216 out (189 reasoning)
WIP: style fix WIP: add logic
z-ai/glm-5.2:high__json_schema PASS 100% 296 in → 799 out (779 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) {"commits": ["WIP: style fix", "WIP: add logic"]}
z-ai/glm-5.2:low PASS 100% 112 in → 427 out (383 reasoning)
WIP: style fix WIP: add logic
z-ai/glm-5.2:low__json_schema PASS 100% 111 in → 130 out (106 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
z-ai/glm-5.2:medium PASS 100% 106 in → 340 out (268 reasoning)
WIP: style fix WIP: add logic
z-ai/glm-5.2:medium__json_schema PASS 100% 300 in → 184 out (156 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
z-ai/glm-5.2:none PASS 100% 104 in → 12 out (0 reasoning)
WIP: style fix WIP: add logic
z-ai/glm-5.2:xhigh PASS 100% 113 in → 569 out (535 reasoning)
WIP: style fix WIP: add logic
z-ai/glm-5.2:xhigh__json_schema PASS 100% 111 in → 968 out (877 reasoning)
WIP: style fix WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "WIP: style fix", "WIP: add logic" ] }
arcee-ai/trinity-mini:medium FAIL 50% 99 in → 348 out (349 reasoning)
WIP: stylefix WIP: add logic
Failure: Missing expected commit messages: ['WIP: style fix']; Extra selected commit messages: ['WIP: stylefix']
minimax/minimax-m2.5:xhigh FAIL 50% 137 in → 181 out (148 reasoning)
IP: style fix WIP: add logic
Failure: Missing expected commit messages: ['WIP: style fix']; Extra selected commit messages: ['IP: style fix']
anthropic/claude-haiku-4.5:low__json_schema FAIL 0% 325 in → 2,049 out (793 reasoning)
72a818b WIP: style fix 2ecb01a WIP: add logic
JSON Schema Structured Output
(raw) {"commits": ["72a818b WIP: style fix", "2ecb01a WIP: add logic"]}
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['WIP: style fix', 'WIP: add logic']
anthropic/claude-haiku-4.5:none FAIL 0% 108 in → 24 out (0 reasoning)
256e7aa WIP: style fix 98f0649 WIP: add logic
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['WIP: style fix', 'WIP: add logic']
anthropic/claude-haiku-4.5:none__json_schema FAIL 0% 295 in → 18 out (0 reasoning)
93bdbb9 13935ed
JSON Schema Structured Output
(raw) {"commits": ["93bdbb9", "13935ed"]}
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['WIP: style fix', 'WIP: add logic']
anthropic/claude-haiku-4.5:xhigh__json_schema FAIL 0% 325 in → 1,350 out (731 reasoning)
9d00b92 WIP: style fix 1f01fc4 WIP: add logic
JSON Schema Structured Output
(raw) {"commits": ["9d00b92 WIP: style fix", "1f01fc4 WIP: add logic"]}
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['WIP: style fix', 'WIP: add logic']
anthropic/claude-opus-4.6:low__json_schema FAIL 0% 296 in → 29 out (0 reasoning)
4957cbc WIP: style fix 8721e31 WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["4957cbc WIP: style fix","8721e31 WIP: add logic"]}
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['WIP: style fix', 'WIP: add logic']
anthropic/claude-opus-4.7:none FAIL 0% 150 in → 31 out (0 reasoning)
0d854f2 WIP: style fix 4675c04 WIP: add logic
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['WIP: style fix', 'WIP: add logic']
anthropic/claude-opus-4.8:low FAIL 0% 147 in → 29 out (0 reasoning)
f5e8a67 WIP: add logic 179ac66 WIP: style fix
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['WIP: add logic', 'WIP: style fix']
anthropic/claude-opus-4.8:xhigh FAIL 0% 147 in → 29 out (0 reasoning)
9fb1632 WIP: add logic 6c02d3e WIP: style fix
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['WIP: add logic', 'WIP: style fix']
anthropic/claude-sonnet-4.6:medium FAIL 0% 111 in → 23 out (0 reasoning)
c555105 WIP: style fix edb3ebe WIP: add logic
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['WIP: style fix', 'WIP: add logic']
anthropic/claude-sonnet-5:low FAIL 0% 144 in → 28 out (0 reasoning)
4f86e24 WIP: style fix eba9633 WIP: add logic
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['WIP: style fix', 'WIP: add logic']
anthropic/claude-sonnet-5:medium FAIL 0% 143 in → 32 out (0 reasoning)
``` 76b5220 WIP: style fix 1233ff2 WIP: add logic ```
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['```', 'WIP: style fix', 'WIP: add logic', '```']
anthropic/claude-sonnet-5:none FAIL 0% 145 in → 33 out (0 reasoning)
``` cc3a611 WIP: style fix 3b766c8 WIP: add logic ```
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['```', 'WIP: style fix', 'WIP: add logic', '```']
anthropic/claude-sonnet-5:xhigh__json_schema FAIL 0% 383 in → 36 out (0 reasoning)
42af9ae WIP: style fix c098f59 WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["42af9ae WIP: style fix","c098f59 WIP: add logic"]}
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['WIP: style fix', 'WIP: add logic']
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)
arcee-ai/trinity-large-thinking:low FAIL 0% 100 in → 1,546 out (1,592 reasoning)
7596c09 WIP: style fix 790f2d7 WIP: add logic
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['WIP: style fix', 'WIP: add logic']
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)
arcee-ai/trinity-mini:high__json_schema FAIL 0% 104 in → 450 out (421 reasoning)
87ed7b0 Return value 0db1a25 WIP: style fix 06e371c WIP: add logic b8cdb9c Add function foo
JSON Schema Structured Output
(raw) { "commits": [ "87ed7b0 Return value", "0db1a25 WIP: style fix", "06e371c WIP: add logic", "b8cdb9c Add function foo" ] }
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['Return value', 'WIP: style fix', 'WIP: add logic', 'Add function foo']
arcee-ai/trinity-mini:low FAIL 0% 102 in → 417 out (435 reasoning)
WIP: style fixWIP: add logic
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['WIP: style fix']
arcee-ai/trinity-mini:low__json_schema FAIL 0% 98 in → 418 out (396 reasoning)
266a299 Return value 56eab02 WIP: style fix fff558b WIP: add logic 21f6074 Add function foo
JSON Schema Structured Output
(raw) { "commits": [ "266a299 Return value", "56eab02 WIP: style fix", "fff558b WIP: add logic", "21f6074 Add function foo" ] }
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['Return value', 'WIP: style fix', 'WIP: add logic', 'Add function foo']
arcee-ai/trinity-mini:medium__json_schema FAIL 0% 100 in → 450 out (450 reasoning)
445d9bb Return value a11900d WIP: style fix ce92519 WIP: add logic 01bd0aa Add function foo
JSON Schema Structured Output
(raw) { "commits": [ "445d9bb Return value", "a11900d WIP: style fix", "ce92519 WIP: add logic", "01bd0aa Add function foo" ] }
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['Return value', 'WIP: style fix', 'WIP: add logic', 'Add function foo']
arcee-ai/trinity-mini:xhigh__json_schema FAIL 0% 101 in → 469 out (440 reasoning)
02cdb5e Return value 555334a WIP: style fix 82d8397 WIP: add logic 0efc9d7 Add function foo
JSON Schema Structured Output
(raw) { "commits": [ "02cdb5e Return value", "555334a WIP: style fix", "82d8397 WIP: add logic", "0efc9d7 Add function foo" ] }
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['Return value', 'WIP: style fix', 'WIP: add logic', 'Add function foo']
deepseek/deepseek-v4-flash-0731:low__json_schema FAIL 0% 100 in → 625 out (571 reasoning)
4452a38 WIP: style fix d4e77af WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "4452a38 WIP: style fix", "d4e77af WIP: add logic" ] }
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['WIP: style fix', 'WIP: add logic']
deepseek/deepseek-v4-flash-0731:none FAIL 0% 99 in → 20 out (0 reasoning)
de7e49f WIP: style fix 6830b80 WIP: add logic
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['WIP: style fix', 'WIP: add logic']
deepseek/deepseek-v4-flash-0731:none__json_schema FAIL 0% 99 in → 34 out (0 reasoning)
cf89fcb WIP: style fix 0d9135a WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "cf89fcb WIP: style fix", "0d9135a WIP: add logic" ] }
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['WIP: style fix', 'WIP: add logic']
Invalid JSON. Output: WIP: style fix WIP: add logic
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)
deepseek/deepseek-v4-flash:none FAIL 0% 99 in → 20 out (0 reasoning)
c61e133 WIP: style fix 13a07c0 WIP: add logic
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['WIP: style fix', 'WIP: add logic']
deepseek/deepseek-v4-flash:xhigh FAIL 0% 103 in → 0 out (315 reasoning)
(empty output)
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']
deepseek/deepseek-v4-pro:xhigh__json_schema FAIL 0% 180 in → 1,177 out (1,139 reasoning)
a1b2fc4 WIP: style fix 95e0056 WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "a1b2fc4 WIP: style fix", "95e0056 WIP: add logic" ] }
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['WIP: style fix', 'WIP: add logic']
google/gemini-3.1-flash-lite-preview:high__json_schema FAIL 0% 181 in → 1,281 out (1,254 reasoning)
349cd78 WIP: style fix c2edc0c WIP: add logic
JSON Schema Structured Output
(raw) {"commits": ["349cd78 WIP: style fix", "c2edc0c WIP: add logic"]}
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['WIP: style fix', 'WIP: add logic']
google/gemini-3.1-flash-lite-preview:xhigh__json_schema FAIL 0% 181 in → 751 out (711 reasoning)
7da197f WIP: style fix a0422dd WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "7da197f WIP: style fix", "a0422dd WIP: add logic" ] }
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['WIP: style fix', 'WIP: add logic']
google/gemini-3.5-flash-lite:low FAIL 0% 105 in → 22 out (0 reasoning)
02477b9 WIP: style fix 1df0a26 WIP: add logic
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['WIP: style fix', 'WIP: add logic']
google/gemini-3.6-flash:max__json_schema FAIL 0% 104 in → 1,280 out (1,253 reasoning)
8a6f6d8 WIP: style fix c6a21e3 WIP: add logic
JSON Schema Structured Output
(raw) {"commits":["8a6f6d8 WIP: style fix","c6a21e3 WIP: add logic"]}
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['WIP: style fix', 'WIP: add logic']
google/gemma-4-26b-a4b-it:none__json_schema FAIL 0% 115 in → 32 out (0 reasoning)
4bdb161 WIP: style fix bc13e97 WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "4bdb161 WIP: style fix", "bc13e97 WIP: add logic" ] }
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['WIP: style fix', 'WIP: add logic']
ibm-granite/granite-4.1-8b FAIL 0% 108 in → 19 out
604afad WIP: style fix e722a02 WIP: add logic
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['WIP: style fix', 'WIP: add logic']
c1d5e32 WIP: style fix 4aa5775 WIP: add logic
JSON Schema Structured Output
(raw) { "commits": ["c1d5e32 WIP: style fix", "4aa5775 WIP: add logic"] }
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['WIP: style fix', 'WIP: add logic']
(empty output)
JSON Schema Structured Output
(raw) { "commits": [] }
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']
liquid/lfm-2-24b-a2b FAIL 0% 109 in → 11 out
6159d52 aac61b4
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['WIP: style fix', 'WIP: add logic']
Invalid JSON. Output: d2b99cd c6c673e
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)
minimax/minimax-m2.7:low__json_schema FAIL 0% 134 in → 56 out (56 reasoning)
4f354bc Return value b2d0759 WIP: style fix 61a8204 WIP: add logic 1eeb57f Add function foo
JSON Schema Structured Output
(raw) { "commits": [ "4f354bc Return value", "b2d0759 WIP: style fix", "61a8204 WIP: add logic", "1eeb57f Add function foo" ] }
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['Return value', 'WIP: style fix', 'WIP: add logic', 'Add function foo']
minimax/minimax-m3:high__json_schema FAIL 0% 258 in → 29 out (0 reasoning)
2327388 WIP: style fix 22e9c7b WIP: add logic
JSON Schema Structured Output
(raw) {"commits": ["2327388 WIP: style fix", "22e9c7b WIP: add logic"]}
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['WIP: style fix', 'WIP: add logic']
minimax/minimax-m3:low__json_schema FAIL 0% 257 in → 29 out (0 reasoning)
4c5253f WIP: style fix 51e4285 WIP: add logic
JSON Schema Structured Output
(raw) {"commits": ["4c5253f WIP: style fix", "51e4285 WIP: add logic"]}
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['WIP: style fix', 'WIP: add logic']
minimax/minimax-m3:medium__json_schema FAIL 0% 255 in → 27 out (0 reasoning)
1357727 WIP: style fix 0734bc8 WIP: add logic
JSON Schema Structured Output
(raw) {"commits": ["1357727 WIP: style fix", "0734bc8 WIP: add logic"]}
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['WIP: style fix', 'WIP: add logic']
minimax/minimax-m3:xhigh__json_schema FAIL 0% 257 in → 37 out (0 reasoning)
f11e88f WIP: style fix 2aed45b WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "f11e88f WIP: style fix", "2aed45b WIP: add logic" ] }
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['WIP: style fix', 'WIP: add logic']
mistralai/devstral-2512 FAIL 0% 108 in → 26 out
96e46c9 WIP: style fix 864858e WIP: add logic
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['WIP: style fix', 'WIP: add logic']
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)
moonshotai/kimi-k2.6:low__json_schema FAIL 0% 100 in → 1,435 out (1,136 reasoning)
bda6fc3 WIP: style fix ae33abf WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "bda6fc3 WIP: style fix", "ae33abf WIP: add logic" ] }
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['WIP: style fix', 'WIP: add logic']
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)
moonshotai/kimi-k2.6:xhigh__json_schema FAIL 0% 104 in → 462 out (445 reasoning)
.*WIP.*
JSON Schema Structured Output
(raw) { "commits": [".*WIP.*"] }
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['.*WIP.*']
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)
nvidia/nemotron-3-nano-30b-a3b:medium FAIL 0% 122 in → 323 out (312 reasoning)
style fix add logic
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['style fix', 'add logic']
nvidia/nemotron-3-nano-30b-a3b:none FAIL 0% 121 in → 15 out (0 reasoning)
58118b7 ee188a0
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['WIP: style fix', 'WIP: add logic']
nvidia/nemotron-3-nano-30b-a3b:xhigh FAIL 0% 124 in → 674 out (621 reasoning)
style fix add logic
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['style fix', 'add logic']
nvidia/nemotron-3-super-120b-a12b:none__json_schema FAIL 0% 118 in → 40 out (0 reasoning)
c441dd0 WIP: style fix 0f737ec WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "c441dd0 WIP: style fix", "0f737ec WIP: add logic" ] }
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['WIP: style fix', 'WIP: add logic']
openai/gpt-5.4-nano:none FAIL 0% 103 in → 22 out (0 reasoning)
fe870ec WIP: style fix 12b20dc WIP: add logic
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['WIP: style fix', 'WIP: add logic']
poolside/laguna-m.1:high__json_schema FAIL 0% 115 in → 446 out (405 reasoning)
e7cb6ca WIP: style fix 2a4f461 WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "e7cb6ca WIP: style fix", "2a4f461 WIP: add logic" ] }
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['WIP: style fix', 'WIP: add logic']
poolside/laguna-xs-2.1:none__json_schema FAIL 0% 111 in → 64 out (0 reasoning)
97fac4b Return value ffe5dd2 WIP: style fix 4195529 WIP: add logic db9a3f2 Add function foo
JSON Schema Structured Output
(raw) { "commits": [ "97fac4b Return value", "ffe5dd2 WIP: style fix", "4195529 WIP: add logic", "db9a3f2 Add function foo" ] }
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['Return value', 'WIP: style fix', 'WIP: add logic', 'Add function foo']
qwen/qwen3.6-27b:none__json_schema FAIL 0% 118 in → 34 out (0 reasoning)
946ef0b WIP: style fix f3029f5 WIP: add logic
JSON Schema Structured Output
(raw) { "commits": ["946ef0b WIP: style fix", "f3029f5 WIP: add logic"] }
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['WIP: style fix', 'WIP: add logic']
(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-d9cd8418-9f0b-99c3-b2dc-3e77c3b9b5f3","request_id":"d9cd8418-9f0b-99c3-b2dc-3e77c3b9b5f3"}', '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-13c4df32-e040-9459-b9ca-95e74d4acd03","request_id":"13c4df32-e040-9459-b9ca-95e74d4acd03"}', '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-71d357cc-f7c0-9f3b-ae64-91c2b16a2b7c","request_id":"71d357cc-f7c0-9f3b-ae64-91c2b16a2b7c"}', '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-552b31ce-b4b7-9b5c-9ed9-b2a9454c514d","request_id":"552b31ce-b4b7-9b5c-9ed9-b2a9454c514d"}', '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-383a7515-92e9-9180-8109-5a54b9ddf3ee","request_id":"383a7515-92e9-9180-8109-5a54b9ddf3ee"}', '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-8390fd48-7a62-9f24-a8f6-455348d9468f"}\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-08c370b5-1ea7-95f2-b838-64e614a07e17"}\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-209e1a1c-b17c-9bf2-b44e-c8e8af806d60"}\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-492457ca-90a3-9ea4-8fe2-528eacc88886"}\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-d3d982b4-b02c-9826-84dc-5c9d39a26504"}\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-e797c682-b7b6-95e0-ad02-e4b3a0006e5f"}\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-7d0b4d2b-65fe-9f3b-b403-3fe72be3ace0","request_id":"7d0b4d2b-65fe-9f3b-b403-3fe72be3ace0"}', '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-204cfa1a-cf12-9116-b269-18c6fee62ed2","request_id":"204cfa1a-cf12-9116-b269-18c6fee62ed2"}', '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-d974ce94-483e-9148-9296-d33cd8fa6655","request_id":"d974ce94-483e-9148-9296-d33cd8fa6655"}', '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-f42b6566-495e-948b-aec9-2ea92f832a2f","request_id":"f42b6566-495e-948b-aec9-2ea92f832a2f"}', '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-c29124cc-dce7-9216-a2fc-1659f1995a99","request_id":"c29124cc-dce7-9216-a2fc-1659f1995a99"}', '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-17bff19c-fce0-9bb5-b066-9289d092a384","request_id":"17bff19c-fce0-9bb5-b066-9289d092a384"}', '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-c84401cd-0287-93c5-8d46-a91e2103d745","request_id":"c84401cd-0287-93c5-8d46-a91e2103d745"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
qwen/qwen3.7-plus:medium FAIL 0% 115 in → 931 out (903 reasoning)
cc98eb0 WIP: style fix 30f6710 WIP: add logic
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['WIP: style fix', 'WIP: add logic']
(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-11ddfb88-b3ce-9c40-aff4-2bd5d055aa97","request_id":"11ddfb88-b3ce-9c40-aff4-2bd5d055aa97"}', '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-9a3e5007-038e-9aee-a154-b1eeff0d3a8c","request_id":"9a3e5007-038e-9aee-a154-b1eeff0d3a8c"}', '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-4c883659-a0da-9d6d-b3d4-86549f29b8c1","request_id":"4c883659-a0da-9d6d-b3d4-86549f29b8c1"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Model 'tencent/hy3:none' violated the reasoning_level=none invariant: provider reported 339 reasoning token(s)
Invalid JSON. Output: WIP: style fix WIP: add logic{ "commits": [ "f17b1d9 WIP: style fix", "c6583f5 WIP: add logic" ] }
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: WIP: style fix WIP: add logic
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: WIP: style fix WIP: add logic
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: WIP: style fix WIP: add logic
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)
x-ai/grok-4.3:none FAIL 0% 272 in → 16 out (0 reasoning)
21c665d WIP: style fix 4dec416 WIP: add logic
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['WIP: style fix', 'WIP: add logic']
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)
z-ai/glm-5.2:none__json_schema FAIL 0% 102 in → 34 out (0 reasoning)
22761e9 WIP: style fix 8845168 WIP: add logic
JSON Schema Structured Output
(raw) { "commits": [ "22761e9 WIP: style fix", "8845168 WIP: add logic" ] }
Failure: Missing expected commit messages: ['WIP: add logic', 'WIP: style fix']; Extra selected commit messages: ['WIP: style fix', 'WIP: add logic']