Count commits by a specific author
Tests ability to count commits by a specific author. Evaluates combining author filter with counting.

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 'alice@example.com'
  3. 03 git config user.name 'Alice'
  4. 04 echo 'a' > file.txt
  5. 05 git add file.txt
  6. 06 git commit -m 'Alice commit 1'
  7. 07 git config user.email 'bob@example.com'
  8. 08 git config user.name 'Bob'
  9. 09 echo 'b' > file.txt
  10. 10 git add file.txt
  11. 11 git commit -m 'Bob commit 1'
  12. 12 git config user.email 'alice@example.com'
  13. 13 git config user.name 'Alice'
  14. 14 echo 'c' > file.txt
  15. 15 git add file.txt
  16. 16 git commit -m 'Alice commit 2'
  17. 17 git config user.email 'alice@example.com'
  18. 18 git config user.name 'Alice'
  19. 19 echo 'd' > file.txt
  20. 20 git add file.txt
  21. 21 git commit -m 'Alice commit 3'
  22. 22 git config user.email 'bob@example.com'
  23. 23 git config user.name 'Bob'
  24. 24 echo 'e' > file.txt
  25. 25 git add file.txt
  26. 26 git commit -m 'Bob commit 2'
Prompt
How many commits were authored by Alice? Output ONLY the number, nothing else.
Expected
3

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

Loading...
Loading raw attempt evidence…
anthropic/claude-fable-5:high PASS 100% 965 in → 3 out (0 reasoning)
3
anthropic/claude-fable-5:high__json_schema PASS 100% 1,160 in → 9 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-fable-5:low PASS 100% 977 in → 3 out (0 reasoning)
3
anthropic/claude-fable-5:low__json_schema PASS 100% 1,194 in → 9 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-fable-5:max PASS 100% 965 in → 69 out (25 reasoning)
3
anthropic/claude-fable-5:max__json_schema PASS 100% 1,195 in → 83 out (37 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-fable-5:medium PASS 100% 985 in → 3 out (0 reasoning)
3
anthropic/claude-fable-5:medium__json_schema PASS 100% 1,199 in → 9 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-fable-5:xhigh PASS 100% 975 in → 3 out (0 reasoning)
3
anthropic/claude-fable-5:xhigh__json_schema PASS 100% 1,161 in → 9 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-haiku-4.5:high PASS 100% 817 in → 372 out (227 reasoning)
3
anthropic/claude-haiku-4.5:high__json_schema PASS 100% 970 in → 234 out (164 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-haiku-4.5:low PASS 100% 819 in → 351 out (222 reasoning)
3
anthropic/claude-haiku-4.5:low__json_schema PASS 100% 971 in → 438 out (290 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-haiku-4.5:medium PASS 100% 819 in → 306 out (190 reasoning)
3
anthropic/claude-haiku-4.5:medium__json_schema PASS 100% 965 in → 538 out (349 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-haiku-4.5:none PASS 100% 788 in → 5 out (0 reasoning)
3
anthropic/claude-haiku-4.5:none__json_schema PASS 100% 937 in → 9 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-haiku-4.5:xhigh PASS 100% 804 in → 596 out (387 reasoning)
3
anthropic/claude-haiku-4.5:xhigh__json_schema PASS 100% 1,000 in → 339 out (214 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-opus-4.6:high PASS 100% 791 in → 5 out (0 reasoning)
3
anthropic/claude-opus-4.6:high__json_schema PASS 100% 962 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-opus-4.6:low PASS 100% 790 in → 5 out (0 reasoning)
3
anthropic/claude-opus-4.6:low__json_schema PASS 100% 964 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-opus-4.6:max PASS 100% 804 in → 5 out (0 reasoning)
3
anthropic/claude-opus-4.6:max__json_schema PASS 100% 957 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-opus-4.6:medium PASS 100% 805 in → 5 out (0 reasoning)
3
anthropic/claude-opus-4.6:medium__json_schema PASS 100% 968 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-opus-4.6:none PASS 100% 779 in → 5 out (0 reasoning)
3
anthropic/claude-opus-4.6:none__json_schema PASS 100% 938 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-opus-4.6:xhigh PASS 100% 801 in → 5 out (0 reasoning)
3
anthropic/claude-opus-4.6:xhigh__json_schema PASS 100% 949 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-opus-4.7:high PASS 100% 962 in → 6 out (0 reasoning)
3
anthropic/claude-opus-4.7:high__json_schema PASS 100% 1,178 in → 10 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-opus-4.7:low PASS 100% 994 in → 6 out (0 reasoning)
3
anthropic/claude-opus-4.7:low__json_schema PASS 100% 1,184 in → 10 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-opus-4.7:max PASS 100% 972 in → 6 out (0 reasoning)
3
anthropic/claude-opus-4.7:max__json_schema PASS 100% 1,206 in → 10 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-opus-4.7:medium PASS 100% 962 in → 6 out (0 reasoning)
3
anthropic/claude-opus-4.7:medium__json_schema PASS 100% 1,193 in → 10 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-opus-4.7:none PASS 100% 975 in → 6 out (0 reasoning)
3
anthropic/claude-opus-4.7:none__json_schema PASS 100% 1,160 in → 10 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-opus-4.7:xhigh PASS 100% 975 in → 6 out (0 reasoning)
3
anthropic/claude-opus-4.7:xhigh__json_schema PASS 100% 1,191 in → 10 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-opus-4.8:high PASS 100% 958 in → 3 out (0 reasoning)
3
anthropic/claude-opus-4.8:high__json_schema PASS 100% 1,180 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-opus-4.8:low PASS 100% 968 in → 3 out (0 reasoning)
3
anthropic/claude-opus-4.8:low__json_schema PASS 100% 1,170 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-opus-4.8:max PASS 100% 962 in → 3 out (0 reasoning)
3
anthropic/claude-opus-4.8:max__json_schema PASS 100% 1,183 in → 9 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-opus-4.8:medium PASS 100% 976 in → 3 out (0 reasoning)
3
anthropic/claude-opus-4.8:medium__json_schema PASS 100% 1,177 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-opus-4.8:none PASS 100% 965 in → 3 out (0 reasoning)
3
anthropic/claude-opus-4.8:none__json_schema PASS 100% 1,167 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-opus-4.8:xhigh PASS 100% 963 in → 3 out (0 reasoning)
3
anthropic/claude-opus-4.8:xhigh__json_schema PASS 100% 1,176 in → 9 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-sonnet-4.6:high PASS 100% 774 in → 5 out (0 reasoning)
3
anthropic/claude-sonnet-4.6:high__json_schema PASS 100% 964 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-sonnet-4.6:low PASS 100% 799 in → 5 out (0 reasoning)
3
anthropic/claude-sonnet-4.6:low__json_schema PASS 100% 949 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-sonnet-4.6:max PASS 100% 790 in → 5 out (0 reasoning)
3
anthropic/claude-sonnet-4.6:max__json_schema PASS 100% 962 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-sonnet-4.6:medium PASS 100% 798 in → 5 out (0 reasoning)
3
anthropic/claude-sonnet-4.6:medium__json_schema PASS 100% 960 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-sonnet-4.6:none PASS 100% 795 in → 5 out (0 reasoning)
3
anthropic/claude-sonnet-4.6:none__json_schema PASS 100% 956 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-sonnet-4.6:xhigh PASS 100% 803 in → 5 out (0 reasoning)
3
anthropic/claude-sonnet-4.6:xhigh__json_schema PASS 100% 932 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-sonnet-5:high PASS 100% 971 in → 3 out (0 reasoning)
3
anthropic/claude-sonnet-5:high__json_schema PASS 100% 1,192 in → 9 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-sonnet-5:low PASS 100% 954 in → 3 out (0 reasoning)
3
anthropic/claude-sonnet-5:low__json_schema PASS 100% 1,197 in → 9 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-sonnet-5:medium PASS 100% 958 in → 3 out (0 reasoning)
3
anthropic/claude-sonnet-5:medium__json_schema PASS 100% 1,183 in → 9 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-sonnet-5:none PASS 100% 971 in → 3 out (0 reasoning)
3
anthropic/claude-sonnet-5:none__json_schema PASS 100% 1,185 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-sonnet-5:xhigh PASS 100% 986 in → 3 out (0 reasoning)
3
anthropic/claude-sonnet-5:xhigh__json_schema PASS 100% 1,177 in → 9 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
arcee-ai/trinity-large-thinking:high PASS 100% 676 in → 676 out (681 reasoning)
3
arcee-ai/trinity-large-thinking:low PASS 100% 659 in → 579 out (583 reasoning)
3
arcee-ai/trinity-large-thinking:medium PASS 100% 679 in → 79 out (75 reasoning)
3
arcee-ai/trinity-large-thinking:xhigh PASS 100% 668 in → 904 out (910 reasoning)
3
arcee-ai/trinity-mini:high PASS 100% 697 in → 210 out (214 reasoning)
3
arcee-ai/trinity-mini:high__json_schema PASS 100% 702 in → 239 out (239 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
arcee-ai/trinity-mini:low PASS 100% 679 in → 258 out (260 reasoning)
3
arcee-ai/trinity-mini:low__json_schema PASS 100% 695 in → 324 out (314 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3}
arcee-ai/trinity-mini:medium PASS 100% 670 in → 300 out (313 reasoning)
3
arcee-ai/trinity-mini:medium__json_schema PASS 100% 688 in → 257 out (249 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
arcee-ai/trinity-mini:xhigh PASS 100% 691 in → 309 out (298 reasoning)
3
arcee-ai/trinity-mini:xhigh__json_schema PASS 100% 680 in → 308 out (308 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
deepseek/deepseek-v4-flash-0731:high PASS 100% 771 in → 63 out (51 reasoning)
3
deepseek/deepseek-v4-flash-0731:high__json_schema PASS 100% 787 in → 59 out (46 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3}
deepseek/deepseek-v4-flash-0731:low PASS 100% 695 in → 44 out (42 reasoning)
3
deepseek/deepseek-v4-flash-0731:low__json_schema PASS 100% 693 in → 75 out (55 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
deepseek/deepseek-v4-flash-0731:max PASS 100% 799 in → 48 out (46 reasoning)
3
deepseek/deepseek-v4-flash-0731:max__json_schema PASS 100% 799 in → 73 out (56 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3}
deepseek/deepseek-v4-flash-0731:medium PASS 100% 696 in → 58 out (45 reasoning)
3
deepseek/deepseek-v4-flash-0731:medium__json_schema PASS 100% 702 in → 74 out (51 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
deepseek/deepseek-v4-flash-0731:none PASS 100% 701 in → 2 out (0 reasoning)
3
deepseek/deepseek-v4-flash-0731:none__json_schema PASS 100% 695 in → 10 out (0 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
deepseek/deepseek-v4-flash-0731:xhigh PASS 100% 796 in → 53 out (40 reasoning)
3
deepseek/deepseek-v4-flash-0731:xhigh__json_schema PASS 100% 789 in → 54 out (41 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
deepseek/deepseek-v4-flash:high PASS 100% 715 in → 80 out (77 reasoning)
3
deepseek/deepseek-v4-flash:high__json_schema PASS 100% 772 in → 95 out (74 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
deepseek/deepseek-v4-flash:low PASS 100% 699 in → 67 out (64 reasoning)
3
deepseek/deepseek-v4-flash:low__json_schema PASS 100% 705 in → 113 out (86 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
deepseek/deepseek-v4-flash:medium PASS 100% 719 in → 56 out (53 reasoning)
3
deepseek/deepseek-v4-flash:none PASS 100% 697 in → 2 out (0 reasoning)
3
deepseek/deepseek-v4-flash:none__json_schema PASS 100% 688 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
deepseek/deepseek-v4-flash:xhigh PASS 100% 786 in → 68 out (66 reasoning)
3
deepseek/deepseek-v4-flash:xhigh__json_schema PASS 100% 816 in → 328 out (302 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
deepseek/deepseek-v4-pro:high PASS 100% 706 in → 61 out (58 reasoning)
3
deepseek/deepseek-v4-pro:high__json_schema PASS 100% 893 in → 66 out (58 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
deepseek/deepseek-v4-pro:low PASS 100% 690 in → 133 out (130 reasoning)
3
deepseek/deepseek-v4-pro:low__json_schema PASS 100% 697 in → 162 out (151 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
deepseek/deepseek-v4-pro:medium PASS 100% 698 in → 161 out (154 reasoning)
3
deepseek/deepseek-v4-pro:medium__json_schema PASS 100% 693 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
deepseek/deepseek-v4-pro:none PASS 100% 721 in → 2 out (0 reasoning)
3
deepseek/deepseek-v4-pro:none__json_schema PASS 100% 896 in → 7 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
deepseek/deepseek-v4-pro:xhigh PASS 100% 773 in → 226 out (223 reasoning)
3
deepseek/deepseek-v4-pro:xhigh__json_schema PASS 100% 952 in → 383 out (376 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3-flash-preview:high PASS 100% 916 in → 266 out (265 reasoning)
3
google/gemini-3-flash-preview:high__json_schema PASS 100% 956 in → 472 out (466 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
google/gemini-3-flash-preview:low PASS 100% 907 in → 222 out (221 reasoning)
3
google/gemini-3-flash-preview:low__json_schema PASS 100% 986 in → 281 out (276 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3-flash-preview:medium PASS 100% 887 in → 523 out (522 reasoning)
3
google/gemini-3-flash-preview:medium__json_schema PASS 100% 966 in → 343 out (338 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3-flash-preview:xhigh PASS 100% 909 in → 328 out (327 reasoning)
3
google/gemini-3-flash-preview:xhigh__json_schema PASS 100% 959 in → 400 out (395 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3.1-flash-lite-preview:high PASS 100% 914 in → 361 out (360 reasoning)
3
google/gemini-3.1-flash-lite-preview:high__json_schema PASS 100% 961 in → 264 out (259 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3.1-flash-lite-preview:low PASS 100% 914 in → 177 out (176 reasoning)
3
google/gemini-3.1-flash-lite-preview:low__json_schema PASS 100% 912 in → 123 out (117 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
google/gemini-3.1-flash-lite-preview:medium PASS 100% 908 in → 375 out (374 reasoning)
3
google/gemini-3.1-flash-lite-preview:medium__json_schema PASS 100% 961 in → 228 out (222 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
google/gemini-3.1-flash-lite-preview:xhigh PASS 100% 913 in → 427 out (426 reasoning)
3
google/gemini-3.1-flash-lite-preview:xhigh__json_schema PASS 100% 957 in → 332 out (326 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
google/gemini-3.1-pro-preview:high PASS 100% 910 in → 407 out (406 reasoning)
3
google/gemini-3.1-pro-preview:high__json_schema PASS 100% 949 in → 204 out (198 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
google/gemini-3.1-pro-preview:low PASS 100% 914 in → 191 out (190 reasoning)
3
google/gemini-3.1-pro-preview:low__json_schema PASS 100% 966 in → 87 out (81 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
google/gemini-3.1-pro-preview:medium PASS 100% 907 in → 228 out (227 reasoning)
3
google/gemini-3.1-pro-preview:medium__json_schema PASS 100% 957 in → 257 out (251 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
google/gemini-3.1-pro-preview:xhigh PASS 100% 915 in → 305 out (304 reasoning)
3
google/gemini-3.1-pro-preview:xhigh__json_schema PASS 100% 967 in → 314 out (308 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
google/gemini-3.5-flash-lite:high PASS 100% 899 in → 266 out (265 reasoning)
3
google/gemini-3.5-flash-lite:high__json_schema PASS 100% 956 in → 388 out (383 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3.5-flash-lite:low PASS 100% 908 in → 1 out (0 reasoning)
3
google/gemini-3.5-flash-lite:low__json_schema PASS 100% 963 in → 6 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
google/gemini-3.5-flash-lite:max PASS 100% 913 in → 413 out (412 reasoning)
3
google/gemini-3.5-flash-lite:max__json_schema PASS 100% 901 in → 412 out (407 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3.5-flash-lite:medium PASS 100% 930 in → 273 out (272 reasoning)
3
google/gemini-3.5-flash-lite:medium__json_schema PASS 100% 898 in → 265 out (259 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
google/gemini-3.5-flash-lite:xhigh PASS 100% 913 in → 432 out (431 reasoning)
3
google/gemini-3.5-flash-lite:xhigh__json_schema PASS 100% 884 in → 537 out (532 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3.5-flash:high PASS 100% 909 in → 260 out (259 reasoning)
3
google/gemini-3.5-flash:high__json_schema PASS 100% 970 in → 305 out (300 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3.5-flash:low PASS 100% 905 in → 90 out (89 reasoning)
3
google/gemini-3.5-flash:low__json_schema PASS 100% 959 in → 100 out (95 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3.5-flash:medium PASS 100% 901 in → 539 out (538 reasoning)
3
google/gemini-3.5-flash:medium__json_schema PASS 100% 970 in → 196 out (186 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
google/gemini-3.5-flash:xhigh PASS 100% 891 in → 410 out (409 reasoning)
3
google/gemini-3.5-flash:xhigh__json_schema PASS 100% 965 in → 206 out (201 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3.6-flash:high PASS 100% 911 in → 187 out (186 reasoning)
3
google/gemini-3.6-flash:high__json_schema PASS 100% 911 in → 178 out (172 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
google/gemini-3.6-flash:low PASS 100% 918 in → 90 out (89 reasoning)
3
google/gemini-3.6-flash:low__json_schema PASS 100% 907 in → 92 out (87 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3.6-flash:max PASS 100% 935 in → 398 out (397 reasoning)
3
google/gemini-3.6-flash:max__json_schema PASS 100% 920 in → 184 out (179 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3.6-flash:medium PASS 100% 912 in → 160 out (159 reasoning)
3
google/gemini-3.6-flash:medium__json_schema PASS 100% 919 in → 201 out (196 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3.6-flash:xhigh PASS 100% 904 in → 302 out (301 reasoning)
3
google/gemini-3.6-flash:xhigh__json_schema PASS 100% 960 in → 170 out (164 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
google/gemma-4-26b-a4b-it:high PASS 100% 918 in → 663 out (365 reasoning)
3
google/gemma-4-26b-a4b-it:high__json_schema PASS 100% 926 in → 403 out (267 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
google/gemma-4-26b-a4b-it:low PASS 100% 936 in → 415 out (290 reasoning)
3
google/gemma-4-26b-a4b-it:low__json_schema PASS 100% 918 in → 488 out (320 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
google/gemma-4-26b-a4b-it:medium PASS 100% 911 in → 628 out (368 reasoning)
3
google/gemma-4-26b-a4b-it:medium__json_schema PASS 100% 907 in → 523 out (352 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
google/gemma-4-26b-a4b-it:none PASS 100% 915 in → 2 out (0 reasoning)
3
google/gemma-4-26b-a4b-it:none__json_schema PASS 100% 922 in → 10 out (0 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
google/gemma-4-26b-a4b-it:xhigh PASS 100% 931 in → 839 out (837 reasoning)
3
google/gemma-4-26b-a4b-it:xhigh__json_schema PASS 100% 925 in → 582 out (380 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
google/gemma-4-31b-it:high PASS 100% 932 in → 374 out (262 reasoning)
3
google/gemma-4-31b-it:high__json_schema PASS 100% 909 in → 324 out (232 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
google/gemma-4-31b-it:low PASS 100% 931 in → 301 out (182 reasoning)
3
google/gemma-4-31b-it:low__json_schema PASS 100% 940 in → 297 out (179 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
google/gemma-4-31b-it:medium PASS 100% 921 in → 299 out (177 reasoning)
3
google/gemma-4-31b-it:medium__json_schema PASS 100% 908 in → 306 out (205 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
google/gemma-4-31b-it:none PASS 100% 922 in → 2 out (0 reasoning)
3
google/gemma-4-31b-it:none__json_schema PASS 100% 931 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
google/gemma-4-31b-it:xhigh PASS 100% 920 in → 336 out (233 reasoning)
3
google/gemma-4-31b-it:xhigh__json_schema PASS 100% 933 in → 353 out (227 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
3
JSON Schema Structured Output
(raw) { "count": 3 }
inclusionai/ling-2.6-flash PASS 100% 952 in → 2 out
3
inclusionai/ling-2.6-flash__json_schema PASS 100% 947 in → 10 out
3
JSON Schema Structured Output
(raw) { "count": 3}
liquid/lfm-2-24b-a2b PASS 100% 729 in → 2 out
3
minimax/minimax-m2.5:high PASS 100% 712 in → 189 out (173 reasoning)
3
minimax/minimax-m2.5:high__json_schema PASS 100% 713 in → 307 out (295 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
minimax/minimax-m2.5:low PASS 100% 700 in → 199 out (190 reasoning)
3
minimax/minimax-m2.5:low__json_schema PASS 100% 726 in → 445 out (415 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
minimax/minimax-m2.5:medium PASS 100% 738 in → 250 out (248 reasoning)
3
minimax/minimax-m2.5:medium__json_schema PASS 100% 727 in → 184 out (177 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
minimax/minimax-m2.5:xhigh PASS 100% 712 in → 276 out (274 reasoning)
3
minimax/minimax-m2.5:xhigh__json_schema PASS 100% 714 in → 233 out (215 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
minimax/minimax-m2.7:high PASS 100% 713 in → 102 out (100 reasoning)
3
minimax/minimax-m2.7:high__json_schema PASS 100% 720 in → 163 out (134 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
minimax/minimax-m2.7:low PASS 100% 716 in → 204 out (200 reasoning)
3
minimax/minimax-m2.7:low__json_schema PASS 100% 855 in → 225 out (218 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
minimax/minimax-m2.7:medium PASS 100% 712 in → 190 out (168 reasoning)
3
minimax/minimax-m2.7:medium__json_schema PASS 100% 859 in → 161 out (153 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
minimax/minimax-m2.7:xhigh PASS 100% 718 in → 135 out (131 reasoning)
3
minimax/minimax-m2.7:xhigh__json_schema PASS 100% 848 in → 381 out (374 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
minimax/minimax-m3:high PASS 100% 865 in → 102 out (81 reasoning)
3
minimax/minimax-m3:high__json_schema PASS 100% 844 in → 7 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
minimax/minimax-m3:low PASS 100% 844 in → 109 out (79 reasoning)
3
minimax/minimax-m3:low__json_schema PASS 100% 843 in → 9 out (0 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
minimax/minimax-m3:medium PASS 100% 848 in → 75 out (59 reasoning)
3
minimax/minimax-m3:medium__json_schema PASS 100% 850 in → 7 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
minimax/minimax-m3:xhigh__json_schema PASS 100% 802 in → 9 out (8 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
mistralai/devstral-2512 PASS 100% 899 in → 2 out
3
mistralai/devstral-2512__json_schema PASS 100% 906 in → 7 out
3
JSON Schema Structured Output
(raw) {"count": 3}
mistralai/mistral-medium-3-5:high PASS 100% 895 in → 120 out (96 reasoning)
3
mistralai/mistral-medium-3-5:high__json_schema PASS 100% 868 in → 222 out (137 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
mistralai/mistral-medium-3-5:low PASS 100% 908 in → 609 out (385 reasoning)
3
mistralai/mistral-medium-3-5:low__json_schema PASS 100% 883 in → 451 out (356 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
mistralai/mistral-medium-3-5:medium PASS 100% 906 in → 624 out (338 reasoning)
3
mistralai/mistral-medium-3-5:medium__json_schema PASS 100% 892 in → 404 out (220 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
mistralai/mistral-medium-3-5:none PASS 100% 887 in → 2 out (0 reasoning)
3
mistralai/mistral-medium-3-5:none__json_schema PASS 100% 887 in → 7 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
mistralai/mistral-medium-3-5:xhigh PASS 100% 907 in → 236 out (198 reasoning)
3
mistralai/mistral-medium-3-5:xhigh__json_schema PASS 100% 869 in → 466 out (293 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
moonshotai/kimi-k2.6:high PASS 100% 707 in → 123 out (122 reasoning)
3
moonshotai/kimi-k2.6:high__json_schema PASS 100% 692 in → 10 out (0 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
moonshotai/kimi-k2.6:low PASS 100% 688 in → 136 out (133 reasoning)
3
moonshotai/kimi-k2.6:low__json_schema PASS 100% 687 in → 110 out (94 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
moonshotai/kimi-k2.6:medium PASS 100% 699 in → 195 out (174 reasoning)
3
moonshotai/kimi-k2.6:medium__json_schema PASS 100% 718 in → 185 out (174 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
moonshotai/kimi-k2.6:xhigh PASS 100% 688 in → 188 out (186 reasoning)
3
moonshotai/kimi-k2.6:xhigh__json_schema PASS 100% 864 in → 245 out (238 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
moonshotai/kimi-k2.7-code:high PASS 100% 704 in → 84 out (78 reasoning)
3
moonshotai/kimi-k2.7-code:high__json_schema PASS 100% 701 in → 47 out (37 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
moonshotai/kimi-k2.7-code:low PASS 100% 696 in → 240 out (181 reasoning)
3
moonshotai/kimi-k2.7-code:low__json_schema PASS 100% 769 in → 131 out (124 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
moonshotai/kimi-k2.7-code:medium PASS 100% 689 in → 63 out (62 reasoning)
3
moonshotai/kimi-k2.7-code:medium__json_schema PASS 100% 686 in → 48 out (37 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
moonshotai/kimi-k2.7-code:xhigh PASS 100% 683 in → 46 out (43 reasoning)
3
moonshotai/kimi-k2.7-code:xhigh__json_schema PASS 100% 799 in → 132 out (125 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
moonshotai/kimi-k3:high PASS 100% 787 in → 48 out (32 reasoning)
3
moonshotai/kimi-k3:high__json_schema PASS 100% 770 in → 90 out (74 reasoning)
3
moonshotai/kimi-k3:low PASS 100% 761 in → 105 out (89 reasoning)
3
moonshotai/kimi-k3:low__json_schema PASS 100% 760 in → 119 out (103 reasoning)
3
moonshotai/kimi-k3:max PASS 100% 793 in → 59 out (43 reasoning)
3
moonshotai/kimi-k3:max__json_schema PASS 100% 865 in → 146 out (126 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
moonshotai/kimi-k3:medium PASS 100% 774 in → 87 out (71 reasoning)
3
moonshotai/kimi-k3:medium__json_schema PASS 100% 773 in → 60 out (44 reasoning)
3
moonshotai/kimi-k3:xhigh PASS 100% 769 in → 92 out (76 reasoning)
3
moonshotai/kimi-k3:xhigh__json_schema PASS 100% 791 in → 115 out (99 reasoning)
3
nvidia/nemotron-3-nano-30b-a3b:high PASS 100% 908 in → 126 out (110 reasoning)
3
nvidia/nemotron-3-nano-30b-a3b:high__json_schema PASS 100% 915 in → 206 out (171 reasoning)
3
JSON Schema Structured Output
(raw) { "count":3}
nvidia/nemotron-3-nano-30b-a3b:low PASS 100% 913 in → 78 out (72 reasoning)
3
nvidia/nemotron-3-nano-30b-a3b:low__json_schema PASS 100% 918 in → 175 out (132 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3 }
nvidia/nemotron-3-nano-30b-a3b:medium PASS 100% 914 in → 192 out (150 reasoning)
3
nvidia/nemotron-3-nano-30b-a3b:medium__json_schema PASS 100% 912 in → 153 out (132 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
nvidia/nemotron-3-nano-30b-a3b:none PASS 100% 919 in → 2 out (0 reasoning)
3
nvidia/nemotron-3-nano-30b-a3b:xhigh PASS 100% 909 in → 94 out (76 reasoning)
3
nvidia/nemotron-3-nano-30b-a3b:xhigh__json_schema PASS 100% 919 in → 198 out (152 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
nvidia/nemotron-3-super-120b-a12b:high PASS 100% 906 in → 79 out (69 reasoning)
3
nvidia/nemotron-3-super-120b-a12b:high__json_schema PASS 100% 903 in → 78 out (64 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
nvidia/nemotron-3-super-120b-a12b:low PASS 100% 905 in → 68 out (60 reasoning)
3
nvidia/nemotron-3-super-120b-a12b:low__json_schema PASS 100% 927 in → 68 out (50 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
nvidia/nemotron-3-super-120b-a12b:medium PASS 100% 904 in → 74 out (63 reasoning)
3
nvidia/nemotron-3-super-120b-a12b:medium__json_schema PASS 100% 912 in → 57 out (41 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
nvidia/nemotron-3-super-120b-a12b:none PASS 100% 899 in → 2 out (0 reasoning)
3
nvidia/nemotron-3-super-120b-a12b:none__json_schema PASS 100% 898 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
nvidia/nemotron-3-super-120b-a12b:xhigh PASS 100% 912 in → 76 out (65 reasoning)
3
nvidia/nemotron-3-super-120b-a12b:xhigh__json_schema PASS 100% 910 in → 63 out (48 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
openai/gpt-5.4-mini:high PASS 100% 678 in → 45 out (38 reasoning)
3
openai/gpt-5.4-mini:high__json_schema PASS 100% 699 in → 181 out (166 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.4-mini:low PASS 100% 703 in → 18 out (11 reasoning)
3
openai/gpt-5.4-mini:low__json_schema PASS 100% 725 in → 37 out (22 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.4-mini:medium PASS 100% 692 in → 24 out (17 reasoning)
3
openai/gpt-5.4-mini:medium__json_schema PASS 100% 712 in → 85 out (70 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.4-mini:none PASS 100% 690 in → 5 out (0 reasoning)
3
openai/gpt-5.4-mini:none__json_schema PASS 100% 727 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.4-mini:xhigh PASS 100% 689 in → 48 out (41 reasoning)
3
openai/gpt-5.4-mini:xhigh__json_schema PASS 100% 729 in → 1,300 out (1,285 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.4-nano:high PASS 100% 696 in → 52 out (45 reasoning)
3
openai/gpt-5.4-nano:high__json_schema PASS 100% 703 in → 47 out (32 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.4-nano:low__json_schema PASS 100% 731 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.4-nano:medium PASS 100% 670 in → 39 out (32 reasoning)
3
openai/gpt-5.4-nano:medium__json_schema PASS 100% 720 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.4-nano:xhigh PASS 100% 703 in → 45 out (38 reasoning)
3
openai/gpt-5.4-nano:xhigh__json_schema PASS 100% 721 in → 442 out (427 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.4:high PASS 100% 685 in → 50 out (43 reasoning)
3
openai/gpt-5.4:high__json_schema PASS 100% 727 in → 52 out (37 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.4:low PASS 100% 678 in → 5 out (0 reasoning)
3
openai/gpt-5.4:low__json_schema PASS 100% 718 in → 30 out (15 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.4:medium PASS 100% 683 in → 30 out (23 reasoning)
3
openai/gpt-5.4:medium__json_schema PASS 100% 707 in → 31 out (16 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.4:none PASS 100% 691 in → 5 out (0 reasoning)
3
openai/gpt-5.4:none__json_schema PASS 100% 734 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.4:xhigh PASS 100% 696 in → 58 out (51 reasoning)
3
openai/gpt-5.4:xhigh__json_schema PASS 100% 713 in → 51 out (36 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.5:high PASS 100% 689 in → 41 out (34 reasoning)
3
openai/gpt-5.5:high__json_schema PASS 100% 719 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.5:low PASS 100% 694 in → 5 out (0 reasoning)
3
openai/gpt-5.5:low__json_schema PASS 100% 721 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.5:medium PASS 100% 683 in → 23 out (16 reasoning)
3
openai/gpt-5.5:medium__json_schema PASS 100% 737 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.5:none PASS 100% 693 in → 5 out (0 reasoning)
3
openai/gpt-5.5:none__json_schema PASS 100% 728 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.5:xhigh PASS 100% 703 in → 40 out (33 reasoning)
3
openai/gpt-5.5:xhigh__json_schema PASS 100% 730 in → 134 out (119 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-luna:high PASS 100% 697 in → 5 out (0 reasoning)
3
openai/gpt-5.6-luna:high__json_schema PASS 100% 739 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-luna:low PASS 100% 681 in → 5 out (0 reasoning)
3
openai/gpt-5.6-luna:low__json_schema PASS 100% 710 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-luna:max PASS 100% 694 in → 5 out (0 reasoning)
3
openai/gpt-5.6-luna:max__json_schema PASS 100% 738 in → 142 out (127 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-luna:medium PASS 100% 678 in → 5 out (0 reasoning)
3
openai/gpt-5.6-luna:medium__json_schema PASS 100% 710 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-luna:none PASS 100% 681 in → 5 out (0 reasoning)
3
openai/gpt-5.6-luna:none__json_schema PASS 100% 734 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-luna:xhigh PASS 100% 692 in → 5 out (0 reasoning)
3
openai/gpt-5.6-luna:xhigh__json_schema PASS 100% 717 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-sol:high PASS 100% 696 in → 5 out (0 reasoning)
3
openai/gpt-5.6-sol:high__json_schema PASS 100% 730 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-sol:low PASS 100% 691 in → 5 out (0 reasoning)
3
openai/gpt-5.6-sol:low__json_schema PASS 100% 701 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-sol:max PASS 100% 688 in → 5 out (0 reasoning)
3
openai/gpt-5.6-sol:max__json_schema PASS 100% 737 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-sol:medium PASS 100% 698 in → 5 out (0 reasoning)
3
openai/gpt-5.6-sol:medium__json_schema PASS 100% 719 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-sol:none PASS 100% 679 in → 5 out (0 reasoning)
3
openai/gpt-5.6-sol:none__json_schema PASS 100% 718 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-sol:xhigh PASS 100% 706 in → 5 out (0 reasoning)
3
openai/gpt-5.6-sol:xhigh__json_schema PASS 100% 748 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-terra:high PASS 100% 695 in → 5 out (0 reasoning)
3
openai/gpt-5.6-terra:high__json_schema PASS 100% 711 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-terra:low PASS 100% 692 in → 5 out (0 reasoning)
3
openai/gpt-5.6-terra:low__json_schema PASS 100% 717 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-terra:max PASS 100% 692 in → 5 out (0 reasoning)
3
openai/gpt-5.6-terra:max__json_schema PASS 100% 718 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-terra:medium PASS 100% 698 in → 5 out (0 reasoning)
3
openai/gpt-5.6-terra:medium__json_schema PASS 100% 728 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-terra:none PASS 100% 722 in → 5 out (0 reasoning)
3
openai/gpt-5.6-terra:none__json_schema PASS 100% 725 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-terra:xhigh PASS 100% 683 in → 5 out (0 reasoning)
3
openai/gpt-5.6-terra:xhigh__json_schema PASS 100% 725 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-oss-120b:high PASS 100% 750 in → 213 out (206 reasoning)
3
openai/gpt-oss-120b:high__json_schema PASS 100% 739 in → 177 out (153 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
openai/gpt-oss-120b:low PASS 100% 759 in → 66 out (42 reasoning)
3
openai/gpt-oss-120b:low__json_schema PASS 100% 753 in → 70 out (39 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
openai/gpt-oss-120b:medium PASS 100% 754 in → 72 out (71 reasoning)
3
openai/gpt-oss-120b:medium__json_schema PASS 100% 748 in → 124 out (85 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-oss-120b:xhigh PASS 100% 752 in → 144 out (106 reasoning)
3
openai/gpt-oss-120b:xhigh__json_schema PASS 100% 729 in → 185 out (169 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-oss-20b:high PASS 100% 731 in → 138 out (109 reasoning)
3
openai/gpt-oss-20b:high__json_schema PASS 100% 735 in → 370 out (216 reasoning)
3
JSON Schema Structured Output
(raw) { "count":3}
openai/gpt-oss-20b:low PASS 100% 728 in → 24 out (14 reasoning)
3
openai/gpt-oss-20b:medium PASS 100% 754 in → 76 out (54 reasoning)
3
openai/gpt-oss-20b:medium__json_schema PASS 100% 743 in → 83 out (68 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-oss-20b:xhigh PASS 100% 773 in → 203 out (170 reasoning)
3
openai/gpt-oss-20b:xhigh__json_schema PASS 100% 759 in → 163 out (147 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
poolside/laguna-m.1:high PASS 100% 864 in → 541 out (537 reasoning)
3
poolside/laguna-m.1:high__json_schema PASS 100% 903 in → 437 out (426 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
poolside/laguna-m.1:low PASS 100% 898 in → 492 out (488 reasoning)
3
poolside/laguna-m.1:low__json_schema PASS 100% 909 in → 348 out (337 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
poolside/laguna-m.1:medium PASS 100% 916 in → 371 out (367 reasoning)
3
poolside/laguna-m.1:medium__json_schema PASS 100% 886 in → 361 out (350 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
poolside/laguna-m.1:none PASS 100% 886 in → 3 out (0 reasoning)
3
poolside/laguna-m.1:none__json_schema PASS 100% 896 in → 7 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
poolside/laguna-m.1:xhigh PASS 100% 898 in → 318 out (314 reasoning)
3
poolside/laguna-m.1:xhigh__json_schema PASS 100% 869 in → 354 out (345 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
poolside/laguna-xs-2.1:high PASS 100% 891 in → 559 out (557 reasoning)
3
poolside/laguna-xs-2.1:high__json_schema PASS 100% 913 in → 447 out (436 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
poolside/laguna-xs-2.1:low PASS 100% 893 in → 424 out (422 reasoning)
3
poolside/laguna-xs-2.1:low__json_schema PASS 100% 883 in → 432 out (420 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
poolside/laguna-xs-2.1:medium PASS 100% 892 in → 612 out (610 reasoning)
3
poolside/laguna-xs-2.1:medium__json_schema PASS 100% 899 in → 361 out (349 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
poolside/laguna-xs-2.1:none PASS 100% 899 in → 1 out (0 reasoning)
3
poolside/laguna-xs-2.1:none__json_schema PASS 100% 901 in → 11 out (0 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
poolside/laguna-xs-2.1:xhigh PASS 100% 889 in → 517 out (515 reasoning)
3
poolside/laguna-xs-2.1:xhigh__json_schema PASS 100% 884 in → 558 out (546 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
poolside/laguna-xs.2:high PASS 100% 934 in → 502 out (498 reasoning)
3
poolside/laguna-xs.2:high__json_schema PASS 100% 918 in → 538 out (526 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
poolside/laguna-xs.2:low PASS 100% 942 in → 372 out (368 reasoning)
3
poolside/laguna-xs.2:low__json_schema PASS 100% 944 in → 305 out (298 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
poolside/laguna-xs.2:medium PASS 100% 932 in → 466 out (462 reasoning)
3
poolside/laguna-xs.2:medium__json_schema PASS 100% 933 in → 186 out (178 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
poolside/laguna-xs.2:none PASS 100% 944 in → 3 out (0 reasoning)
3
poolside/laguna-xs.2:none__json_schema PASS 100% 949 in → 7 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
poolside/laguna-xs.2:xhigh PASS 100% 951 in → 416 out (412 reasoning)
3
poolside/laguna-xs.2:xhigh__json_schema PASS 100% 925 in → 792 out (784 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
qwen/qwen3.6-27b:high PASS 100% 895 in → 358 out (264 reasoning)
3
qwen/qwen3.6-27b:high__json_schema PASS 100% 896 in → 234 out (159 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
qwen/qwen3.6-27b:low PASS 100% 893 in → 263 out (221 reasoning)
3
qwen/qwen3.6-27b:medium PASS 100% 893 in → 163 out (134 reasoning)
3
qwen/qwen3.6-27b:medium__json_schema PASS 100% 892 in → 219 out (1 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
qwen/qwen3.6-27b:none PASS 100% 912 in → 2 out (0 reasoning)
3
qwen/qwen3.6-27b:none__json_schema PASS 100% 896 in → 10 out (0 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
qwen/qwen3.6-27b:xhigh PASS 100% 892 in → 322 out (262 reasoning)
3
qwen/qwen3.6-27b:xhigh__json_schema PASS 100% 905 in → 348 out (222 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
qwen/qwen3.6-35b-a3b:high PASS 100% 894 in → 283 out (277 reasoning)
3
qwen/qwen3.6-35b-a3b:high__json_schema PASS 100% 874 in → 272 out (191 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
qwen/qwen3.6-35b-a3b:low PASS 100% 890 in → 394 out (259 reasoning)
3
qwen/qwen3.6-35b-a3b:low__json_schema PASS 100% 899 in → 304 out (221 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
qwen/qwen3.6-35b-a3b:medium PASS 100% 888 in → 404 out (398 reasoning)
3
qwen/qwen3.6-35b-a3b:medium__json_schema PASS 100% 889 in → 444 out (308 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
qwen/qwen3.6-35b-a3b:none PASS 100% 910 in → 1 out (0 reasoning)
3
qwen/qwen3.6-35b-a3b:none__json_schema PASS 100% 883 in → 11 out (0 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
qwen/qwen3.6-35b-a3b:xhigh PASS 100% 902 in → 271 out (266 reasoning)
3
qwen/qwen3.6-35b-a3b:xhigh__json_schema PASS 100% 903 in → 215 out (162 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
qwen/qwen3.6-flash:high PASS 100% 913 in → 205 out (199 reasoning)
3
qwen/qwen3.6-flash:low PASS 100% 917 in → 241 out (235 reasoning)
3
qwen/qwen3.6-flash:medium PASS 100% 917 in → 278 out (272 reasoning)
3
qwen/qwen3.6-flash:none PASS 100% 877 in → 1 out (0 reasoning)
3
qwen/qwen3.6-flash:xhigh PASS 100% 889 in → 364 out (358 reasoning)
3
qwen/qwen3.7-flash:high PASS 100% 902 in → 260 out (254 reasoning)
3
qwen/qwen3.7-flash:low PASS 100% 905 in → 202 out (196 reasoning)
3
qwen/qwen3.7-flash:max PASS 100% 888 in → 224 out (219 reasoning)
3
qwen/qwen3.7-flash:medium PASS 100% 886 in → 185 out (179 reasoning)
3
qwen/qwen3.7-flash:none PASS 100% 899 in → 1 out (0 reasoning)
3
qwen/qwen3.7-flash:xhigh PASS 100% 882 in → 268 out (262 reasoning)
3
qwen/qwen3.7-max:high PASS 100% 882 in → 200 out (194 reasoning)
3
qwen/qwen3.7-max:low PASS 100% 891 in → 139 out (134 reasoning)
3
qwen/qwen3.7-max:medium PASS 100% 908 in → 158 out (153 reasoning)
3
qwen/qwen3.7-max:none PASS 100% 892 in → 1 out (0 reasoning)
3
qwen/qwen3.7-max:xhigh PASS 100% 892 in → 184 out (178 reasoning)
3
qwen/qwen3.7-plus:high PASS 100% 890 in → 197 out (191 reasoning)
3
qwen/qwen3.7-plus:low PASS 100% 901 in → 213 out (207 reasoning)
3
qwen/qwen3.7-plus:medium PASS 100% 902 in → 151 out (145 reasoning)
3
qwen/qwen3.7-plus:none PASS 100% 904 in → 1 out (0 reasoning)
3
qwen/qwen3.7-plus:xhigh PASS 100% 892 in → 267 out (261 reasoning)
3
tencent/hy3:high PASS 100% 736 in → 131 out (128 reasoning)
3
tencent/hy3:high__json_schema PASS 100% 702 in → 57 out (40 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
tencent/hy3:low PASS 100% 719 in → 76 out (64 reasoning)
3
tencent/hy3:low__json_schema PASS 100% 718 in → 80 out (63 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
tencent/hy3:medium PASS 100% 712 in → 119 out (84 reasoning)
3
tencent/hy3:medium__json_schema PASS 100% 686 in → 113 out (82 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
tencent/hy3:none PASS 100% 702 in → 2 out (0 reasoning)
3
tencent/hy3:xhigh PASS 100% 699 in → 91 out (88 reasoning)
3
tencent/hy3:xhigh__json_schema PASS 100% 707 in → 81 out (65 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
thinkingmachines/inkling-small:high PASS 100% 691 in → 83 out (76 reasoning)
3
thinkingmachines/inkling-small:high__json_schema PASS 100% 697 in → 19 out (7 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
thinkingmachines/inkling-small:low PASS 100% 697 in → 14 out (7 reasoning)
3
thinkingmachines/inkling-small:low__json_schema PASS 100% 693 in → 21 out (9 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
thinkingmachines/inkling-small:max PASS 100% 700 in → 87 out (69 reasoning)
3
thinkingmachines/inkling-small:max__json_schema PASS 100% 682 in → 62 out (50 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
thinkingmachines/inkling-small:medium PASS 100% 708 in → 38 out (31 reasoning)
3
thinkingmachines/inkling-small:medium__json_schema PASS 100% 706 in → 36 out (25 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
thinkingmachines/inkling-small:xhigh PASS 100% 703 in → 26 out (19 reasoning)
3
thinkingmachines/inkling-small:xhigh__json_schema PASS 100% 698 in → 50 out (36 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
thinkingmachines/inkling:high PASS 100% 713 in → 59 out (41 reasoning)
3
thinkingmachines/inkling:high__json_schema PASS 100% 695 in → 61 out (50 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
thinkingmachines/inkling:low PASS 100% 711 in → 38 out (30 reasoning)
3
thinkingmachines/inkling:max PASS 100% 694 in → 75 out (68 reasoning)
3
thinkingmachines/inkling:medium PASS 100% 681 in → 38 out (29 reasoning)
3
thinkingmachines/inkling:xhigh PASS 100% 696 in → 40 out (32 reasoning)
3
x-ai/grok-4.3:high PASS 100% 858 in → 238 out (237 reasoning)
3
x-ai/grok-4.3:high__json_schema PASS 100% 899 in → 389 out (384 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
x-ai/grok-4.3:low PASS 100% 863 in → 190 out (189 reasoning)
3
x-ai/grok-4.3:low__json_schema PASS 100% 923 in → 252 out (247 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
x-ai/grok-4.3:max PASS 100% 849 in → 238 out (237 reasoning)
3
x-ai/grok-4.3:max__json_schema PASS 100% 925 in → 328 out (323 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
x-ai/grok-4.3:medium__json_schema PASS 100% 935 in → 483 out (478 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
x-ai/grok-4.3:none PASS 100% 840 in → 1 out (0 reasoning)
3
x-ai/grok-4.3:none__json_schema PASS 100% 910 in → 5 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
x-ai/grok-4.3:xhigh PASS 100% 866 in → 216 out (215 reasoning)
3
x-ai/grok-4.3:xhigh__json_schema PASS 100% 925 in → 345 out (340 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
x-ai/grok-4.5:high PASS 100% 904 in → 161 out (160 reasoning)
3
x-ai/grok-4.5:high__json_schema PASS 100% 969 in → 277 out (272 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
x-ai/grok-4.5:low PASS 100% 917 in → 62 out (61 reasoning)
3
x-ai/grok-4.5:low__json_schema PASS 100% 942 in → 165 out (159 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
x-ai/grok-4.5:max PASS 100% 902 in → 158 out (157 reasoning)
3
x-ai/grok-4.5:max__json_schema PASS 100% 960 in → 302 out (297 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
x-ai/grok-4.5:medium PASS 100% 917 in → 179 out (178 reasoning)
3
x-ai/grok-4.5:medium__json_schema PASS 100% 963 in → 239 out (233 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
x-ai/grok-4.5:xhigh PASS 100% 900 in → 156 out (155 reasoning)
3
x-ai/grok-4.5:xhigh__json_schema PASS 100% 969 in → 206 out (201 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
z-ai/glm-4.7-flash:high PASS 100% 728 in → 454 out (375 reasoning)
3
z-ai/glm-4.7-flash:low PASS 100% 751 in → 305 out (252 reasoning)
3
z-ai/glm-4.7-flash:medium PASS 100% 728 in → 454 out (362 reasoning)
3
z-ai/glm-4.7-flash:none PASS 100% 747 in → 1 out (0 reasoning)
3
z-ai/glm-4.7-flash:none__json_schema PASS 100% 727 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
z-ai/glm-4.7-flash:xhigh PASS 100% 731 in → 426 out (362 reasoning)
3
z-ai/glm-5.2:high PASS 100% 740 in → 42 out (40 reasoning)
3
z-ai/glm-5.2:low PASS 100% 721 in → 171 out (169 reasoning)
3
z-ai/glm-5.2:low__json_schema PASS 100% 744 in → 123 out (91 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
z-ai/glm-5.2:medium PASS 100% 715 in → 30 out (16 reasoning)
3
z-ai/glm-5.2:medium__json_schema PASS 100% 887 in → 48 out (41 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
z-ai/glm-5.2:none PASS 100% 755 in → 2 out (0 reasoning)
3
z-ai/glm-5.2:none__json_schema PASS 100% 727 in → 7 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
z-ai/glm-5.2:xhigh PASS 100% 728 in → 257 out (216 reasoning)
3
z-ai/glm-5.2:xhigh__json_schema PASS 100% 733 in → 99 out (73 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3}
Invalid JSON. Output:
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Invalid JSON. Output:
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Invalid JSON. Output:
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Invalid JSON. Output:
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)
ibm-granite/granite-4.1-8b FAIL 0% 739 in → 66 out
3 The oneline Git log shows three commits authored by Alice: 1. `3f5dbbe Alice commit 3` 2. `83be503 Alice commit 2` 3. `22a8a37 Alice commit 1` Therefore, the number of commits authored by Alice is **3**.
Failure: Expected '3', got '3 The oneline Git log shows three commits authored by Alice: 1. `3f5dbbe Alice commit 3` 2. `83be503 Alice commit 2` 3. `22a8a37 Alice commit 1` Therefore, the number of commits authored by Alice is **3**.'
Invalid structured output. Output: 3
JSON Schema Structured Output
Structured Output Error
Structured output schema validation failed: $ must be of type object
Failure: Structured output schema validation failed: $ must be of type object
minimax/minimax-m3:xhigh FAIL 0% 881 in → 4 out (5 reasoning)
(empty output)
Failure: Expected '3', got ''
nvidia/nemotron-3-nano-30b-a3b:none__json_schema FAIL 0% 906 in → 10 out (0 reasoning)
4
JSON Schema Structured Output
(raw) { "count": 4 }
Failure: Expected '3', got '4'
openai/gpt-5.4-nano:low FAIL 0% 711 in → 5 out (0 reasoning)
4
Failure: Expected '3', got '4'
openai/gpt-5.4-nano:none FAIL 0% 678 in → 5 out (0 reasoning)
4
Failure: Expected '3', got '4'
openai/gpt-5.4-nano:none__json_schema FAIL 0% 698 in → 13 out (0 reasoning)
4
JSON Schema Structured Output
(raw) {"count":4}
Failure: Expected '3', got '4'
openai/gpt-oss-20b:low__json_schema FAIL 0% 732 in → 8 out (0 reasoning)
0
JSON Schema Structured Output
(raw) {"count": 0}
Failure: Expected '3', got '0'
Invalid JSON. Output:
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
(empty output)
JSON Schema Structured Output
Failure: 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-80e165ab-5257-9823-887f-8106a7d64c91","request_id":"80e165ab-5257-9823-887f-8106a7d64c91"}', '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-edfcbd4b-2a80-9a04-a484-b19d34d3ee41","request_id":"edfcbd4b-2a80-9a04-a484-b19d34d3ee41"}', '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-96f654a8-7098-919d-95dd-8cd17b18f1e9","request_id":"96f654a8-7098-919d-95dd-8cd17b18f1e9"}', '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-a9b885f5-6a8e-9a99-9d10-3eb0f0bf065b","request_id":"a9b885f5-6a8e-9a99-9d10-3eb0f0bf065b"}', '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-cfaf33b6-ec7a-9508-a019-b88c754d39e6","request_id":"cfaf33b6-ec7a-9508-a019-b88c754d39e6"}', '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-30c39fce-3438-9ef4-a201-5fd13ee0b430"}\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-bf1e136b-2b8a-9454-96ef-19dcc7b59500"}\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-5e219e8c-9426-99e1-95f3-651d6d02ed8e"}\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-b78b8664-944d-9a36-982d-dc5870bd7367"}\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-d3429041-6582-93d4-8553-44a2cfa214de"}\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-3663b6ee-80bf-9729-b785-eec7b0819f90"}\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-d4102c92-2b2b-95db-a471-bfa07b3efe5c","request_id":"d4102c92-2b2b-95db-a471-bfa07b3efe5c"}', '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-74948eb4-1679-9675-b94b-e5afa54d4b54","request_id":"74948eb4-1679-9675-b94b-e5afa54d4b54"}', '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-65e81295-a813-9499-886f-c806a719d6d2","request_id":"65e81295-a813-9499-886f-c806a719d6d2"}', '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-929db2a6-f533-976d-a091-3b11d9d4ab18","request_id":"929db2a6-f533-976d-a091-3b11d9d4ab18"}', '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-470dd568-bf3b-9ad1-9fde-eae91a1d334d","request_id":"470dd568-bf3b-9ad1-9fde-eae91a1d334d"}', '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-533c1d30-2e8a-999c-a61a-dde2f19eb7f2","request_id":"533c1d30-2e8a-999c-a61a-dde2f19eb7f2"}', '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-3655a6fb-fa5f-9de2-80fe-e5c60fcbf488","request_id":"3655a6fb-fa5f-9de2-80fe-e5c60fcbf488"}', '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-e4fc0699-1afb-91d2-a92e-ba6e30b3ff1f","request_id":"e4fc0699-1afb-91d2-a92e-ba6e30b3ff1f"}', '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-f09c2c69-7b93-9c36-bcd3-c7b98e4c27ed","request_id":"f09c2c69-7b93-9c36-bcd3-c7b98e4c27ed"}', '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-16599424-6ba4-9bd4-b8e4-510d65a25bf9","request_id":"16599424-6ba4-9bd4-b8e4-510d65a25bf9"}', '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 79 reasoning token(s)
thinkingmachines/inkling-small:none FAIL 0% 702 in → 4 out (0 reasoning)
3<|end_message|>
Failure: Expected '3', got '3<|end_message|>'
Invalid JSON. Output: 3{ "count": 3 }
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Extra data: line 1 column 2 (char 1)
Failure: Failed to parse structured JSON response: Extra data: line 1 column 2 (char 1)
Invalid structured output. Output: 3
JSON Schema Structured Output
Structured Output Error
Structured output schema validation failed: $ must be of type object
Failure: Structured output schema validation failed: $ must be of type object
Invalid structured output. Output: 3
JSON Schema Structured Output
Structured Output Error
Structured output schema validation failed: $ must be of type object
Failure: Structured output schema validation failed: $ must be of type object
Invalid structured output. Output: 3
JSON Schema Structured Output
Structured Output Error
Structured output schema validation failed: $ must be of type object
Failure: Structured output schema validation failed: $ must be of type object
thinkingmachines/inkling:none FAIL 0% 694 in → 4 out (0 reasoning)
3<|end_message|>
Failure: Expected '3', got '3<|end_message|>'
Invalid JSON. Output: 3{ "count": 3 }
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Extra data: line 1 column 2 (char 1)
Failure: Failed to parse structured JSON response: Extra data: line 1 column 2 (char 1)
Invalid structured output. Output: 3
JSON Schema Structured Output
Structured Output Error
Structured output schema validation failed: $ must be of type object
Failure: Structured output schema validation failed: $ must be of type object
x-ai/grok-4.3:medium FAIL 0% 883 in → 418 out (328 reasoning)
3 The oneline and detailed logs both enumerate the same five commits with explicit author names. Filtering strictly by the string "Alice" identifies exactly three commits (2dff05b, 8abba4e, 7c71a3c). The merges section is empty, so no additional merge commits are present. The stat output reconfirms the identical three commits authored by Alice, confirming the count is unaffected by formatting or merge filtering.
Failure: Expected '3', got '3 The oneline and detailed logs both enumerate the same five commits with explicit author names. Filtering strictly by the string "Alice" identifies exactly three commits (2dff05b, 8abba4e, 7c71a3c). The merges section is empty, so no additional merge commits are present. The stat output reconfirms the identical three commits authored by Alice, confirming the count is unaffected by formatting or merge filtering.'
Invalid JSON. Output:
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Invalid JSON. Output:
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Invalid JSON. Output:
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Invalid structured output. Output: 3
JSON Schema Structured Output
Structured Output Error
Structured output schema validation failed: $ must be of type object
Failure: Structured output schema validation failed: $ must be of type object
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)