Identify merge commit
Tests ability to identify a merge commit from log output. Evaluates recognizing merge-commit characteristics.

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 'base' > file.txt
  5. 05 git add file.txt
  6. 06 git commit -m 'Initial commit'
  7. 07 git checkout -b feature-branch
  8. 08 echo 'feature' > feature.txt
  9. 09 git add feature.txt
  10. 10 git commit -m 'Add new feature'
  11. 11 git checkout master || git checkout main
  12. 12 echo 'hotfix' > hotfix.txt
  13. 13 git add hotfix.txt
  14. 14 git commit -m 'Apply hotfix'
  15. 15 git merge feature-branch -m 'Merge feature-branch into main'
Prompt
How many merge commits are in this repository? Use git log --merges to find out. Output ONLY the number, nothing else.
Expected
1

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

Loading...
Loading raw attempt evidence…
anthropic/claude-fable-5:high PASS 100% 764 in → 3 out (0 reasoning)
1
anthropic/claude-fable-5:high__json_schema PASS 100% 995 in → 9 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
anthropic/claude-fable-5:low PASS 100% 774 in → 3 out (0 reasoning)
1
anthropic/claude-fable-5:low__json_schema PASS 100% 986 in → 9 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
anthropic/claude-fable-5:max PASS 100% 776 in → 44 out (23 reasoning)
1
anthropic/claude-fable-5:max__json_schema PASS 100% 985 in → 52 out (24 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
anthropic/claude-fable-5:medium PASS 100% 765 in → 3 out (0 reasoning)
1
anthropic/claude-fable-5:medium__json_schema PASS 100% 974 in → 9 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
anthropic/claude-fable-5:xhigh PASS 100% 784 in → 3 out (0 reasoning)
1
anthropic/claude-fable-5:xhigh__json_schema PASS 100% 980 in → 9 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
anthropic/claude-haiku-4.5:high PASS 100% 674 in → 213 out (185 reasoning)
1
anthropic/claude-haiku-4.5:high__json_schema PASS 100% 829 in → 309 out (265 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
anthropic/claude-haiku-4.5:low PASS 100% 650 in → 196 out (173 reasoning)
1
anthropic/claude-haiku-4.5:low__json_schema PASS 100% 847 in → 244 out (234 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
anthropic/claude-haiku-4.5:medium PASS 100% 686 in → 218 out (163 reasoning)
1
anthropic/claude-haiku-4.5:medium__json_schema PASS 100% 836 in → 232 out (198 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
anthropic/claude-haiku-4.5:none PASS 100% 670 in → 5 out (0 reasoning)
1
anthropic/claude-haiku-4.5:none__json_schema PASS 100% 805 in → 9 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
anthropic/claude-haiku-4.5:xhigh PASS 100% 672 in → 204 out (170 reasoning)
1
anthropic/claude-haiku-4.5:xhigh__json_schema PASS 100% 829 in → 235 out (226 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
anthropic/claude-opus-4.6:high PASS 100% 634 in → 5 out (0 reasoning)
1
anthropic/claude-opus-4.6:high__json_schema PASS 100% 804 in → 8 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
anthropic/claude-opus-4.6:low PASS 100% 659 in → 5 out (0 reasoning)
1
anthropic/claude-opus-4.6:low__json_schema PASS 100% 793 in → 8 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
anthropic/claude-opus-4.6:max PASS 100% 649 in → 5 out (0 reasoning)
1
anthropic/claude-opus-4.6:max__json_schema PASS 100% 803 in → 90 out (65 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
anthropic/claude-opus-4.6:medium PASS 100% 662 in → 5 out (0 reasoning)
1
anthropic/claude-opus-4.6:medium__json_schema PASS 100% 794 in → 8 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
anthropic/claude-opus-4.6:none PASS 100% 649 in → 5 out (0 reasoning)
1
anthropic/claude-opus-4.6:none__json_schema PASS 100% 810 in → 8 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
anthropic/claude-opus-4.6:xhigh PASS 100% 633 in → 5 out (0 reasoning)
1
anthropic/claude-opus-4.6:xhigh__json_schema PASS 100% 800 in → 8 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
anthropic/claude-opus-4.7:high PASS 100% 782 in → 6 out (0 reasoning)
1
anthropic/claude-opus-4.7:high__json_schema PASS 100% 978 in → 11 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
anthropic/claude-opus-4.7:low PASS 100% 771 in → 6 out (0 reasoning)
1
anthropic/claude-opus-4.7:low__json_schema PASS 100% 968 in → 10 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
anthropic/claude-opus-4.7:max PASS 100% 767 in → 6 out (0 reasoning)
1
anthropic/claude-opus-4.7:max__json_schema PASS 100% 986 in → 10 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
anthropic/claude-opus-4.7:medium PASS 100% 788 in → 6 out (0 reasoning)
1
anthropic/claude-opus-4.7:medium__json_schema PASS 100% 980 in → 10 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
anthropic/claude-opus-4.7:none PASS 100% 789 in → 6 out (0 reasoning)
1
anthropic/claude-opus-4.7:none__json_schema PASS 100% 977 in → 10 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
anthropic/claude-opus-4.7:xhigh PASS 100% 789 in → 6 out (0 reasoning)
1
anthropic/claude-opus-4.7:xhigh__json_schema PASS 100% 978 in → 10 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
anthropic/claude-opus-4.8:high PASS 100% 765 in → 3 out (0 reasoning)
1
anthropic/claude-opus-4.8:high__json_schema PASS 100% 981 in → 8 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
anthropic/claude-opus-4.8:low PASS 100% 777 in → 3 out (0 reasoning)
1
anthropic/claude-opus-4.8:low__json_schema PASS 100% 989 in → 8 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
anthropic/claude-opus-4.8:max PASS 100% 765 in → 3 out (0 reasoning)
1
anthropic/claude-opus-4.8:max__json_schema PASS 100% 991 in → 51 out (23 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
anthropic/claude-opus-4.8:medium PASS 100% 762 in → 3 out (0 reasoning)
1
anthropic/claude-opus-4.8:medium__json_schema PASS 100% 975 in → 9 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
anthropic/claude-opus-4.8:none PASS 100% 778 in → 3 out (0 reasoning)
1
anthropic/claude-opus-4.8:none__json_schema PASS 100% 973 in → 8 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
anthropic/claude-opus-4.8:xhigh PASS 100% 754 in → 3 out (0 reasoning)
1
anthropic/claude-opus-4.8:xhigh__json_schema PASS 100% 964 in → 9 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
anthropic/claude-sonnet-4.6:high PASS 100% 656 in → 5 out (0 reasoning)
1
anthropic/claude-sonnet-4.6:high__json_schema PASS 100% 788 in → 8 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
anthropic/claude-sonnet-4.6:low PASS 100% 634 in → 5 out (0 reasoning)
1
anthropic/claude-sonnet-4.6:low__json_schema PASS 100% 802 in → 8 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
anthropic/claude-sonnet-4.6:max PASS 100% 643 in → 5 out (0 reasoning)
1
anthropic/claude-sonnet-4.6:max__json_schema PASS 100% 815 in → 8 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
anthropic/claude-sonnet-4.6:medium PASS 100% 636 in → 5 out (0 reasoning)
1
anthropic/claude-sonnet-4.6:medium__json_schema PASS 100% 788 in → 8 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
anthropic/claude-sonnet-4.6:none PASS 100% 650 in → 5 out (0 reasoning)
1
anthropic/claude-sonnet-4.6:none__json_schema PASS 100% 814 in → 8 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
anthropic/claude-sonnet-4.6:xhigh PASS 100% 634 in → 5 out (0 reasoning)
1
anthropic/claude-sonnet-4.6:xhigh__json_schema PASS 100% 783 in → 8 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
anthropic/claude-sonnet-5:high PASS 100% 755 in → 3 out (0 reasoning)
1
anthropic/claude-sonnet-5:high__json_schema PASS 100% 979 in → 9 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
anthropic/claude-sonnet-5:low PASS 100% 763 in → 3 out (0 reasoning)
1
anthropic/claude-sonnet-5:low__json_schema PASS 100% 973 in → 8 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
anthropic/claude-sonnet-5:medium PASS 100% 757 in → 3 out (0 reasoning)
1
anthropic/claude-sonnet-5:medium__json_schema PASS 100% 964 in → 9 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
anthropic/claude-sonnet-5:none PASS 100% 777 in → 3 out (0 reasoning)
1
anthropic/claude-sonnet-5:none__json_schema PASS 100% 989 in → 8 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
anthropic/claude-sonnet-5:xhigh PASS 100% 770 in → 3 out (0 reasoning)
1
anthropic/claude-sonnet-5:xhigh__json_schema PASS 100% 991 in → 8 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
arcee-ai/trinity-large-thinking:high PASS 100% 561 in → 383 out (383 reasoning)
1
arcee-ai/trinity-large-thinking:low PASS 100% 567 in → 368 out (368 reasoning)
1
arcee-ai/trinity-large-thinking:medium PASS 100% 556 in → 396 out (394 reasoning)
1
arcee-ai/trinity-large-thinking:xhigh PASS 100% 563 in → 359 out (357 reasoning)
1
arcee-ai/trinity-mini:high PASS 100% 543 in → 209 out (208 reasoning)
1
arcee-ai/trinity-mini:high__json_schema PASS 100% 561 in → 196 out (201 reasoning)
1
JSON Schema Structured Output
(raw) { "count":1 }
arcee-ai/trinity-mini:low PASS 100% 575 in → 190 out (203 reasoning)
1
arcee-ai/trinity-mini:low__json_schema PASS 100% 555 in → 188 out (194 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
arcee-ai/trinity-mini:medium PASS 100% 559 in → 176 out (193 reasoning)
1
arcee-ai/trinity-mini:medium__json_schema PASS 100% 561 in → 241 out (253 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
arcee-ai/trinity-mini:xhigh PASS 100% 560 in → 191 out (208 reasoning)
1
arcee-ai/trinity-mini:xhigh__json_schema PASS 100% 559 in → 209 out (216 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
deepseek/deepseek-v4-flash-0731:high PASS 100% 572 in → 38 out (32 reasoning)
1
deepseek/deepseek-v4-flash-0731:high__json_schema PASS 100% 576 in → 106 out (101 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
deepseek/deepseek-v4-flash-0731:low PASS 100% 579 in → 35 out (32 reasoning)
1
deepseek/deepseek-v4-flash-0731:low__json_schema PASS 100% 585 in → 34 out (24 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
deepseek/deepseek-v4-flash-0731:max PASS 100% 652 in → 59 out (54 reasoning)
1
deepseek/deepseek-v4-flash-0731:max__json_schema PASS 100% 645 in → 10 out (0 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
deepseek/deepseek-v4-flash-0731:medium PASS 100% 563 in → 35 out (29 reasoning)
1
deepseek/deepseek-v4-flash-0731:medium__json_schema PASS 100% 566 in → 61 out (51 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
deepseek/deepseek-v4-flash-0731:none PASS 100% 582 in → 2 out (0 reasoning)
1
deepseek/deepseek-v4-flash-0731:none__json_schema PASS 100% 558 in → 7 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
deepseek/deepseek-v4-flash-0731:xhigh PASS 100% 664 in → 43 out (42 reasoning)
1
deepseek/deepseek-v4-flash-0731:xhigh__json_schema PASS 100% 575 in → 57 out (44 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
deepseek/deepseek-v4-flash:high PASS 100% 547 in → 50 out (43 reasoning)
1
deepseek/deepseek-v4-flash:high__json_schema PASS 100% 559 in → 66 out (55 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
deepseek/deepseek-v4-flash:low PASS 100% 561 in → 37 out (34 reasoning)
1
deepseek/deepseek-v4-flash:low__json_schema PASS 100% 568 in → 85 out (72 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1}
deepseek/deepseek-v4-flash:medium PASS 100% 549 in → 122 out (119 reasoning)
1
deepseek/deepseek-v4-flash:none PASS 100% 563 in → 2 out (0 reasoning)
1
deepseek/deepseek-v4-flash:none__json_schema PASS 100% 589 in → 7 out (0 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
deepseek/deepseek-v4-flash:xhigh PASS 100% 643 in → 85 out (83 reasoning)
1
deepseek/deepseek-v4-flash:xhigh__json_schema PASS 100% 678 in → 101 out (88 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
deepseek/deepseek-v4-pro:high PASS 100% 569 in → 100 out (97 reasoning)
1
deepseek/deepseek-v4-pro:high__json_schema PASS 100% 768 in → 89 out (81 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
deepseek/deepseek-v4-pro:low PASS 100% 565 in → 114 out (111 reasoning)
1
deepseek/deepseek-v4-pro:low__json_schema PASS 100% 764 in → 116 out (109 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
deepseek/deepseek-v4-pro:medium PASS 100% 580 in → 81 out (79 reasoning)
1
deepseek/deepseek-v4-pro:none PASS 100% 564 in → 1 out (0 reasoning)
1
deepseek/deepseek-v4-pro:none__json_schema PASS 100% 593 in → 7 out (0 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
deepseek/deepseek-v4-pro:xhigh PASS 100% 642 in → 98 out (95 reasoning)
1
deepseek/deepseek-v4-pro:xhigh__json_schema PASS 100% 845 in → 459 out (451 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
google/gemini-3-flash-preview:high PASS 100% 743 in → 187 out (186 reasoning)
1
google/gemini-3-flash-preview:high__json_schema PASS 100% 797 in → 92 out (87 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
google/gemini-3-flash-preview:low PASS 100% 747 in → 238 out (237 reasoning)
1
google/gemini-3-flash-preview:low__json_schema PASS 100% 802 in → 234 out (229 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
google/gemini-3-flash-preview:medium PASS 100% 755 in → 141 out (140 reasoning)
1
google/gemini-3-flash-preview:medium__json_schema PASS 100% 792 in → 323 out (318 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
google/gemini-3-flash-preview:xhigh PASS 100% 751 in → 246 out (245 reasoning)
1
google/gemini-3-flash-preview:xhigh__json_schema PASS 100% 814 in → 199 out (194 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
google/gemini-3.1-flash-lite-preview:high PASS 100% 757 in → 239 out (238 reasoning)
1
google/gemini-3.1-flash-lite-preview:high__json_schema PASS 100% 793 in → 360 out (355 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
google/gemini-3.1-flash-lite-preview:low PASS 100% 728 in → 99 out (98 reasoning)
1
google/gemini-3.1-flash-lite-preview:low__json_schema PASS 100% 791 in → 161 out (152 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
google/gemini-3.1-flash-lite-preview:medium PASS 100% 741 in → 146 out (145 reasoning)
1
google/gemini-3.1-flash-lite-preview:medium__json_schema PASS 100% 789 in → 255 out (245 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
google/gemini-3.1-flash-lite-preview:xhigh PASS 100% 731 in → 220 out (219 reasoning)
1
google/gemini-3.1-flash-lite-preview:xhigh__json_schema PASS 100% 752 in → 480 out (475 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
google/gemini-3.1-pro-preview:high PASS 100% 745 in → 316 out (315 reasoning)
1
google/gemini-3.1-pro-preview:high__json_schema PASS 100% 808 in → 336 out (331 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
google/gemini-3.1-pro-preview:low PASS 100% 730 in → 85 out (84 reasoning)
1
google/gemini-3.1-pro-preview:low__json_schema PASS 100% 810 in → 51 out (45 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
google/gemini-3.1-pro-preview:medium PASS 100% 753 in → 230 out (229 reasoning)
1
google/gemini-3.1-pro-preview:medium__json_schema PASS 100% 789 in → 44 out (38 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
google/gemini-3.1-pro-preview:xhigh PASS 100% 747 in → 217 out (216 reasoning)
1
google/gemini-3.1-pro-preview:xhigh__json_schema PASS 100% 790 in → 128 out (123 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
google/gemini-3.5-flash-lite:high PASS 100% 753 in → 183 out (182 reasoning)
1
google/gemini-3.5-flash-lite:high__json_schema PASS 100% 798 in → 322 out (316 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
google/gemini-3.5-flash-lite:low PASS 100% 739 in → 1 out (0 reasoning)
1
google/gemini-3.5-flash-lite:low__json_schema PASS 100% 743 in → 10 out (0 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
google/gemini-3.5-flash-lite:max PASS 100% 744 in → 164 out (163 reasoning)
1
google/gemini-3.5-flash-lite:max__json_schema PASS 100% 761 in → 356 out (350 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
google/gemini-3.5-flash-lite:medium PASS 100% 742 in → 126 out (125 reasoning)
1
google/gemini-3.5-flash-lite:medium__json_schema PASS 100% 820 in → 188 out (182 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
google/gemini-3.5-flash-lite:xhigh PASS 100% 742 in → 338 out (337 reasoning)
1
google/gemini-3.5-flash-lite:xhigh__json_schema PASS 100% 754 in → 320 out (314 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
google/gemini-3.5-flash:high PASS 100% 732 in → 194 out (193 reasoning)
1
google/gemini-3.5-flash:high__json_schema PASS 100% 802 in → 262 out (257 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
google/gemini-3.5-flash:low PASS 100% 762 in → 69 out (68 reasoning)
1
google/gemini-3.5-flash:low__json_schema PASS 100% 806 in → 94 out (84 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
google/gemini-3.5-flash:medium PASS 100% 744 in → 193 out (192 reasoning)
1
google/gemini-3.5-flash:medium__json_schema PASS 100% 789 in → 160 out (155 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
google/gemini-3.5-flash:xhigh PASS 100% 744 in → 211 out (210 reasoning)
1
google/gemini-3.5-flash:xhigh__json_schema PASS 100% 788 in → 197 out (192 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
google/gemini-3.6-flash:high PASS 100% 756 in → 146 out (145 reasoning)
1
google/gemini-3.6-flash:high__json_schema PASS 100% 814 in → 257 out (252 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
google/gemini-3.6-flash:low PASS 100% 747 in → 36 out (35 reasoning)
1
google/gemini-3.6-flash:low__json_schema PASS 100% 805 in → 79 out (69 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
google/gemini-3.6-flash:max PASS 100% 757 in → 300 out (299 reasoning)
1
google/gemini-3.6-flash:max__json_schema PASS 100% 797 in → 197 out (192 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
google/gemini-3.6-flash:medium PASS 100% 765 in → 174 out (173 reasoning)
1
google/gemini-3.6-flash:medium__json_schema PASS 100% 739 in → 148 out (143 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
google/gemini-3.6-flash:xhigh PASS 100% 759 in → 180 out (179 reasoning)
1
google/gemini-3.6-flash:xhigh__json_schema PASS 100% 804 in → 197 out (192 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
google/gemma-4-26b-a4b-it:high PASS 100% 773 in → 425 out (339 reasoning)
1
google/gemma-4-26b-a4b-it:high__json_schema PASS 100% 758 in → 430 out (330 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
google/gemma-4-26b-a4b-it:low PASS 100% 750 in → 264 out (189 reasoning)
1
google/gemma-4-26b-a4b-it:low__json_schema PASS 100% 783 in → 448 out (311 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
google/gemma-4-26b-a4b-it:medium PASS 100% 745 in → 405 out (304 reasoning)
1
google/gemma-4-26b-a4b-it:medium__json_schema PASS 100% 763 in → 322 out (239 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
google/gemma-4-26b-a4b-it:none PASS 100% 748 in → 2 out (0 reasoning)
1
google/gemma-4-26b-a4b-it:none__json_schema PASS 100% 758 in → 10 out (0 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
google/gemma-4-26b-a4b-it:xhigh PASS 100% 776 in → 431 out (325 reasoning)
1
google/gemma-4-26b-a4b-it:xhigh__json_schema PASS 100% 766 in → 402 out (307 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
google/gemma-4-31b-it:high PASS 100% 767 in → 383 out (286 reasoning)
1
google/gemma-4-31b-it:high__json_schema PASS 100% 748 in → 21 out (11 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
google/gemma-4-31b-it:low PASS 100% 754 in → 145 out (122 reasoning)
1
google/gemma-4-31b-it:low__json_schema PASS 100% 757 in → 240 out (200 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
google/gemma-4-31b-it:medium PASS 100% 745 in → 318 out (244 reasoning)
1
google/gemma-4-31b-it:medium__json_schema PASS 100% 761 in → 217 out (1 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
google/gemma-4-31b-it:none PASS 100% 771 in → 2 out (0 reasoning)
1
google/gemma-4-31b-it:none__json_schema PASS 100% 754 in → 6 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
google/gemma-4-31b-it:xhigh PASS 100% 773 in → 216 out (1 reasoning)
1
google/gemma-4-31b-it:xhigh__json_schema PASS 100% 767 in → 216 out (170 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
ibm-granite/granite-4.1-8b PASS 100% 610 in → 2 out
1
1
JSON Schema Structured Output
(raw) { "count": 1 }
inclusionai/ling-2.6-flash PASS 100% 771 in → 2 out
1
1
JSON Schema Structured Output
(raw) {"count": 1}
liquid/lfm-2-24b-a2b PASS 100% 599 in → 2 out
1
minimax/minimax-m2.5:high PASS 100% 606 in → 75 out (72 reasoning)
1
minimax/minimax-m2.5:high__json_schema PASS 100% 594 in → 79 out (85 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
minimax/minimax-m2.5:low PASS 100% 576 in → 68 out (78 reasoning)
1
minimax/minimax-m2.5:low__json_schema PASS 100% 585 in → 115 out (116 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
minimax/minimax-m2.5:medium PASS 100% 643 in → 95 out (92 reasoning)
1
minimax/minimax-m2.5:medium__json_schema PASS 100% 649 in → 87 out (75 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
minimax/minimax-m2.5:xhigh PASS 100% 600 in → 61 out (59 reasoning)
1
minimax/minimax-m2.5:xhigh__json_schema PASS 100% 585 in → 78 out (83 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
minimax/minimax-m2.7:high PASS 100% 594 in → 145 out (142 reasoning)
1
minimax/minimax-m2.7:high__json_schema PASS 100% 610 in → 10 out (10 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
minimax/minimax-m2.7:low PASS 100% 601 in → 99 out (97 reasoning)
1
minimax/minimax-m2.7:low__json_schema PASS 100% 722 in → 167 out (160 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
minimax/minimax-m2.7:medium PASS 100% 596 in → 96 out (94 reasoning)
1
minimax/minimax-m2.7:medium__json_schema PASS 100% 717 in → 270 out (262 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
minimax/minimax-m2.7:xhigh PASS 100% 593 in → 85 out (82 reasoning)
1
minimax/minimax-m2.7:xhigh__json_schema PASS 100% 727 in → 188 out (180 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
minimax/minimax-m3:high PASS 100% 718 in → 52 out (53 reasoning)
1
minimax/minimax-m3:high__json_schema PASS 100% 717 in → 7 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
minimax/minimax-m3:low PASS 100% 719 in → 51 out (58 reasoning)
1
minimax/minimax-m3:low__json_schema PASS 100% 708 in → 7 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
minimax/minimax-m3:medium PASS 100% 725 in → 52 out (59 reasoning)
1
minimax/minimax-m3:medium__json_schema PASS 100% 731 in → 8 out (0 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
minimax/minimax-m3:xhigh PASS 100% 724 in → 45 out (48 reasoning)
1
minimax/minimax-m3:xhigh__json_schema PASS 100% 735 in → 7 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
mistralai/devstral-2512 PASS 100% 742 in → 2 out
1
mistralai/devstral-2512__json_schema PASS 100% 735 in → 7 out
1
JSON Schema Structured Output
(raw) {"count": 1}
mistralai/mistral-medium-3-5:high PASS 100% 762 in → 183 out (166 reasoning)
1
mistralai/mistral-medium-3-5:high__json_schema PASS 100% 738 in → 114 out (120 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
mistralai/mistral-medium-3-5:low PASS 100% 735 in → 257 out (228 reasoning)
1
mistralai/mistral-medium-3-5:low__json_schema PASS 100% 733 in → 126 out (130 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
mistralai/mistral-medium-3-5:medium PASS 100% 743 in → 245 out (210 reasoning)
1
mistralai/mistral-medium-3-5:medium__json_schema PASS 100% 723 in → 115 out (114 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
mistralai/mistral-medium-3-5:none PASS 100% 754 in → 2 out (0 reasoning)
1
mistralai/mistral-medium-3-5:none__json_schema PASS 100% 725 in → 7 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
mistralai/mistral-medium-3-5:xhigh PASS 100% 747 in → 253 out (236 reasoning)
1
mistralai/mistral-medium-3-5:xhigh__json_schema PASS 100% 733 in → 259 out (235 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
moonshotai/kimi-k2.6:high PASS 100% 535 in → 160 out (157 reasoning)
1
moonshotai/kimi-k2.6:high__json_schema PASS 100% 561 in → 345 out (189 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
moonshotai/kimi-k2.6:low PASS 100% 566 in → 104 out (101 reasoning)
1
moonshotai/kimi-k2.6:low__json_schema PASS 100% 567 in → 183 out (177 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
moonshotai/kimi-k2.6:medium PASS 100% 565 in → 214 out (211 reasoning)
1
moonshotai/kimi-k2.6:medium__json_schema PASS 100% 543 in → 192 out (86 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
moonshotai/kimi-k2.6:xhigh PASS 100% 561 in → 189 out (191 reasoning)
1
moonshotai/kimi-k2.6:xhigh__json_schema PASS 100% 563 in → 135 out (130 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
moonshotai/kimi-k2.7-code:high PASS 100% 554 in → 72 out (71 reasoning)
1
moonshotai/kimi-k2.7-code:high__json_schema PASS 100% 567 in → 94 out (88 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
moonshotai/kimi-k2.7-code:low PASS 100% 556 in → 41 out (46 reasoning)
1
moonshotai/kimi-k2.7-code:low__json_schema PASS 100% 577 in → 85 out (76 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
moonshotai/kimi-k2.7-code:medium PASS 100% 537 in → 72 out (69 reasoning)
1
moonshotai/kimi-k2.7-code:medium__json_schema PASS 100% 642 in → 91 out (84 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
moonshotai/kimi-k2.7-code:xhigh PASS 100% 566 in → 34 out (31 reasoning)
1
moonshotai/kimi-k2.7-code:xhigh__json_schema PASS 100% 561 in → 272 out (260 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
moonshotai/kimi-k3:high PASS 100% 645 in → 60 out (44 reasoning)
1
moonshotai/kimi-k3:high__json_schema PASS 100% 639 in → 109 out (93 reasoning)
1
moonshotai/kimi-k3:low PASS 100% 642 in → 59 out (43 reasoning)
1
moonshotai/kimi-k3:low__json_schema PASS 100% 655 in → 67 out (51 reasoning)
1
moonshotai/kimi-k3:max PASS 100% 647 in → 72 out (56 reasoning)
1
moonshotai/kimi-k3:max__json_schema PASS 100% 649 in → 59 out (43 reasoning)
1
moonshotai/kimi-k3:medium PASS 100% 644 in → 124 out (108 reasoning)
1
moonshotai/kimi-k3:medium__json_schema PASS 100% 636 in → 76 out (60 reasoning)
1
moonshotai/kimi-k3:xhigh PASS 100% 635 in → 66 out (50 reasoning)
1
moonshotai/kimi-k3:xhigh__json_schema PASS 100% 629 in → 70 out (54 reasoning)
1
nvidia/nemotron-3-nano-30b-a3b:high PASS 100% 758 in → 67 out (64 reasoning)
1
nvidia/nemotron-3-nano-30b-a3b:high__json_schema PASS 100% 769 in → 97 out (94 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
nvidia/nemotron-3-nano-30b-a3b:low PASS 100% 731 in → 97 out (95 reasoning)
1
nvidia/nemotron-3-nano-30b-a3b:low__json_schema PASS 100% 746 in → 139 out (113 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
nvidia/nemotron-3-nano-30b-a3b:medium PASS 100% 745 in → 151 out (135 reasoning)
1
nvidia/nemotron-3-nano-30b-a3b:medium__json_schema PASS 100% 761 in → 72 out (62 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
nvidia/nemotron-3-nano-30b-a3b:none PASS 100% 754 in → 2 out (0 reasoning)
1
nvidia/nemotron-3-nano-30b-a3b:none__json_schema PASS 100% 753 in → 8 out (0 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
nvidia/nemotron-3-nano-30b-a3b:xhigh PASS 100% 748 in → 98 out (96 reasoning)
1
nvidia/nemotron-3-nano-30b-a3b:xhigh__json_schema PASS 100% 756 in → 106 out (94 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1 }
nvidia/nemotron-3-super-120b-a12b:high PASS 100% 742 in → 58 out (52 reasoning)
1
nvidia/nemotron-3-super-120b-a12b:high__json_schema PASS 100% 741 in → 61 out (49 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
nvidia/nemotron-3-super-120b-a12b:low PASS 100% 757 in → 52 out (45 reasoning)
1
nvidia/nemotron-3-super-120b-a12b:low__json_schema PASS 100% 746 in → 57 out (44 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
nvidia/nemotron-3-super-120b-a12b:medium PASS 100% 755 in → 48 out (41 reasoning)
1
nvidia/nemotron-3-super-120b-a12b:medium__json_schema PASS 100% 757 in → 71 out (55 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
nvidia/nemotron-3-super-120b-a12b:none PASS 100% 752 in → 2 out (0 reasoning)
1
nvidia/nemotron-3-super-120b-a12b:none__json_schema PASS 100% 753 in → 8 out (0 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
nvidia/nemotron-3-super-120b-a12b:xhigh PASS 100% 750 in → 55 out (50 reasoning)
1
nvidia/nemotron-3-super-120b-a12b:xhigh__json_schema PASS 100% 750 in → 66 out (55 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
openai/gpt-5.4-mini:high PASS 100% 551 in → 45 out (38 reasoning)
1
openai/gpt-5.4-mini:high__json_schema PASS 100% 609 in → 150 out (135 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
openai/gpt-5.4-mini:low PASS 100% 577 in → 18 out (11 reasoning)
1
openai/gpt-5.4-mini:low__json_schema PASS 100% 591 in → 28 out (13 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
openai/gpt-5.4-mini:medium PASS 100% 548 in → 27 out (20 reasoning)
1
openai/gpt-5.4-mini:medium__json_schema PASS 100% 589 in → 73 out (58 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
openai/gpt-5.4-mini:none PASS 100% 573 in → 5 out (0 reasoning)
1
openai/gpt-5.4-mini:none__json_schema PASS 100% 585 in → 13 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
openai/gpt-5.4-mini:xhigh PASS 100% 555 in → 50 out (43 reasoning)
1
openai/gpt-5.4-mini:xhigh__json_schema PASS 100% 601 in → 128 out (113 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
openai/gpt-5.4-nano:high PASS 100% 577 in → 5 out (0 reasoning)
1
openai/gpt-5.4-nano:high__json_schema PASS 100% 590 in → 13 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
openai/gpt-5.4-nano:low PASS 100% 549 in → 5 out (0 reasoning)
1
openai/gpt-5.4-nano:low__json_schema PASS 100% 581 in → 13 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
openai/gpt-5.4-nano:medium PASS 100% 572 in → 5 out (0 reasoning)
1
openai/gpt-5.4-nano:medium__json_schema PASS 100% 590 in → 13 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
openai/gpt-5.4-nano:none PASS 100% 566 in → 5 out (0 reasoning)
1
openai/gpt-5.4-nano:none__json_schema PASS 100% 585 in → 13 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
openai/gpt-5.4-nano:xhigh PASS 100% 554 in → 50 out (43 reasoning)
1
openai/gpt-5.4-nano:xhigh__json_schema PASS 100% 574 in → 388 out (373 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
openai/gpt-5.4:high PASS 100% 573 in → 43 out (36 reasoning)
1
openai/gpt-5.4:high__json_schema PASS 100% 597 in → 141 out (126 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
openai/gpt-5.4:low PASS 100% 593 in → 22 out (15 reasoning)
1
openai/gpt-5.4:low__json_schema PASS 100% 599 in → 24 out (9 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
openai/gpt-5.4:medium PASS 100% 581 in → 26 out (19 reasoning)
1
openai/gpt-5.4:medium__json_schema PASS 100% 568 in → 33 out (18 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
openai/gpt-5.4:none PASS 100% 554 in → 5 out (0 reasoning)
1
openai/gpt-5.4:none__json_schema PASS 100% 583 in → 13 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
openai/gpt-5.4:xhigh PASS 100% 556 in → 54 out (47 reasoning)
1
openai/gpt-5.4:xhigh__json_schema PASS 100% 595 in → 531 out (516 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
openai/gpt-5.5:high PASS 100% 581 in → 30 out (23 reasoning)
1
openai/gpt-5.5:high__json_schema PASS 100% 602 in → 13 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
openai/gpt-5.5:low PASS 100% 567 in → 5 out (0 reasoning)
1
openai/gpt-5.5:low__json_schema PASS 100% 598 in → 13 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
openai/gpt-5.5:medium PASS 100% 571 in → 28 out (21 reasoning)
1
openai/gpt-5.5:medium__json_schema PASS 100% 601 in → 13 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
openai/gpt-5.5:none PASS 100% 542 in → 5 out (0 reasoning)
1
openai/gpt-5.5:none__json_schema PASS 100% 587 in → 13 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
openai/gpt-5.5:xhigh PASS 100% 557 in → 45 out (38 reasoning)
1
openai/gpt-5.5:xhigh__json_schema PASS 100% 601 in → 269 out (254 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
openai/gpt-5.6-luna:high PASS 100% 573 in → 5 out (0 reasoning)
1
openai/gpt-5.6-luna:high__json_schema PASS 100% 593 in → 47 out (32 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
openai/gpt-5.6-luna:low PASS 100% 562 in → 5 out (0 reasoning)
1
openai/gpt-5.6-luna:low__json_schema PASS 100% 591 in → 13 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
openai/gpt-5.6-luna:max PASS 100% 556 in → 30 out (23 reasoning)
1
openai/gpt-5.6-luna:max__json_schema PASS 100% 602 in → 48 out (33 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
openai/gpt-5.6-luna:medium PASS 100% 572 in → 5 out (0 reasoning)
1
openai/gpt-5.6-luna:medium__json_schema PASS 100% 604 in → 13 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
openai/gpt-5.6-luna:none PASS 100% 574 in → 5 out (0 reasoning)
1
openai/gpt-5.6-luna:none__json_schema PASS 100% 583 in → 13 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
openai/gpt-5.6-luna:xhigh PASS 100% 560 in → 5 out (0 reasoning)
1
openai/gpt-5.6-luna:xhigh__json_schema PASS 100% 591 in → 13 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
openai/gpt-5.6-sol:high PASS 100% 561 in → 5 out (0 reasoning)
1
openai/gpt-5.6-sol:high__json_schema PASS 100% 583 in → 13 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
openai/gpt-5.6-sol:low PASS 100% 567 in → 5 out (0 reasoning)
1
openai/gpt-5.6-sol:low__json_schema PASS 100% 598 in → 13 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
openai/gpt-5.6-sol:max PASS 100% 565 in → 5 out (0 reasoning)
1
openai/gpt-5.6-sol:max__json_schema PASS 100% 603 in → 13 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
openai/gpt-5.6-sol:medium PASS 100% 557 in → 5 out (0 reasoning)
1
openai/gpt-5.6-sol:medium__json_schema PASS 100% 592 in → 13 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
openai/gpt-5.6-sol:none PASS 100% 575 in → 5 out (0 reasoning)
1
openai/gpt-5.6-sol:none__json_schema PASS 100% 598 in → 13 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
openai/gpt-5.6-sol:xhigh PASS 100% 550 in → 5 out (0 reasoning)
1
openai/gpt-5.6-sol:xhigh__json_schema PASS 100% 593 in → 13 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
openai/gpt-5.6-terra:high PASS 100% 568 in → 5 out (0 reasoning)
1
openai/gpt-5.6-terra:high__json_schema PASS 100% 586 in → 13 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
openai/gpt-5.6-terra:low PASS 100% 563 in → 5 out (0 reasoning)
1
openai/gpt-5.6-terra:low__json_schema PASS 100% 592 in → 13 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
openai/gpt-5.6-terra:max PASS 100% 570 in → 5 out (0 reasoning)
1
openai/gpt-5.6-terra:max__json_schema PASS 100% 589 in → 13 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
openai/gpt-5.6-terra:medium PASS 100% 567 in → 5 out (0 reasoning)
1
openai/gpt-5.6-terra:medium__json_schema PASS 100% 579 in → 13 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
openai/gpt-5.6-terra:none PASS 100% 581 in → 5 out (0 reasoning)
1
openai/gpt-5.6-terra:none__json_schema PASS 100% 576 in → 13 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
openai/gpt-5.6-terra:xhigh PASS 100% 555 in → 5 out (0 reasoning)
1
openai/gpt-5.6-terra:xhigh__json_schema PASS 100% 595 in → 13 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
openai/gpt-oss-120b:high PASS 100% 636 in → 214 out (216 reasoning)
1
openai/gpt-oss-120b:high__json_schema PASS 100% 626 in → 118 out (101 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
openai/gpt-oss-120b:low PASS 100% 621 in → 32 out (21 reasoning)
1
openai/gpt-oss-120b:low__json_schema PASS 100% 626 in → 11 out (0 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
openai/gpt-oss-120b:medium PASS 100% 617 in → 82 out (78 reasoning)
1
openai/gpt-oss-120b:medium__json_schema PASS 100% 615 in → 6 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
openai/gpt-oss-120b:xhigh PASS 100% 625 in → 156 out (143 reasoning)
1
openai/gpt-oss-120b:xhigh__json_schema PASS 100% 631 in → 181 out (177 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
openai/gpt-oss-20b:high PASS 100% 626 in → 52 out (51 reasoning)
1
openai/gpt-oss-20b:high__json_schema PASS 100% 620 in → 205 out (187 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
openai/gpt-oss-20b:low PASS 100% 644 in → 16 out (4 reasoning)
1
openai/gpt-oss-20b:low__json_schema PASS 100% 611 in → 24 out (12 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
openai/gpt-oss-20b:medium PASS 100% 622 in → 70 out (69 reasoning)
1
openai/gpt-oss-20b:medium__json_schema PASS 100% 710 in → 102 out (84 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
openai/gpt-oss-20b:xhigh PASS 100% 611 in → 151 out (142 reasoning)
1
poolside/laguna-m.1:high PASS 100% 716 in → 316 out (312 reasoning)
1
poolside/laguna-m.1:high__json_schema PASS 100% 718 in → 277 out (266 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
poolside/laguna-m.1:low PASS 100% 730 in → 289 out (285 reasoning)
1
poolside/laguna-m.1:low__json_schema PASS 100% 737 in → 332 out (320 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
poolside/laguna-m.1:medium PASS 100% 739 in → 284 out (280 reasoning)
1
poolside/laguna-m.1:medium__json_schema PASS 100% 736 in → 316 out (305 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
poolside/laguna-m.1:none PASS 100% 743 in → 3 out (0 reasoning)
1
poolside/laguna-m.1:none__json_schema PASS 100% 745 in → 11 out (0 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
poolside/laguna-m.1:xhigh PASS 100% 717 in → 287 out (283 reasoning)
1
poolside/laguna-m.1:xhigh__json_schema PASS 100% 737 in → 334 out (323 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
poolside/laguna-xs-2.1:high PASS 100% 731 in → 365 out (363 reasoning)
1
poolside/laguna-xs-2.1:high__json_schema PASS 100% 732 in → 181 out (169 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
poolside/laguna-xs-2.1:low PASS 100% 732 in → 249 out (247 reasoning)
1
poolside/laguna-xs-2.1:low__json_schema PASS 100% 731 in → 195 out (183 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
poolside/laguna-xs-2.1:medium PASS 100% 732 in → 245 out (243 reasoning)
1
poolside/laguna-xs-2.1:medium__json_schema PASS 100% 744 in → 281 out (270 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
poolside/laguna-xs-2.1:none PASS 100% 730 in → 1 out (0 reasoning)
1
poolside/laguna-xs-2.1:none__json_schema PASS 100% 739 in → 11 out (0 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
poolside/laguna-xs-2.1:xhigh PASS 100% 746 in → 293 out (291 reasoning)
1
poolside/laguna-xs-2.1:xhigh__json_schema PASS 100% 745 in → 198 out (186 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
poolside/laguna-xs.2:high PASS 100% 775 in → 94 out (90 reasoning)
1
poolside/laguna-xs.2:high__json_schema PASS 100% 770 in → 238 out (230 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
poolside/laguna-xs.2:low PASS 100% 761 in → 213 out (209 reasoning)
1
poolside/laguna-xs.2:low__json_schema PASS 100% 762 in → 110 out (103 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
poolside/laguna-xs.2:medium PASS 100% 769 in → 155 out (151 reasoning)
1
poolside/laguna-xs.2:medium__json_schema PASS 100% 761 in → 113 out (105 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
poolside/laguna-xs.2:none PASS 100% 782 in → 3 out (0 reasoning)
1
poolside/laguna-xs.2:none__json_schema PASS 100% 750 in → 7 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
poolside/laguna-xs.2:xhigh PASS 100% 763 in → 112 out (108 reasoning)
1
poolside/laguna-xs.2:xhigh__json_schema PASS 100% 779 in → 107 out (97 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
qwen/qwen3.6-27b:high PASS 100% 737 in → 194 out (188 reasoning)
1
qwen/qwen3.6-27b:high__json_schema PASS 100% 737 in → 141 out (116 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
qwen/qwen3.6-27b:low PASS 100% 728 in → 126 out (119 reasoning)
1
qwen/qwen3.6-27b:low__json_schema PASS 100% 723 in → 12 out (0 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
qwen/qwen3.6-27b:medium PASS 100% 741 in → 216 out (193 reasoning)
1
qwen/qwen3.6-27b:medium__json_schema PASS 100% 748 in → 195 out (169 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
qwen/qwen3.6-27b:none PASS 100% 730 in → 1 out (0 reasoning)
1
qwen/qwen3.6-27b:none__json_schema PASS 100% 722 in → 9 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
qwen/qwen3.6-27b:xhigh PASS 100% 738 in → 257 out (231 reasoning)
1
qwen/qwen3.6-27b:xhigh__json_schema PASS 100% 742 in → 194 out (183 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
qwen/qwen3.6-35b-a3b:high PASS 100% 729 in → 244 out (238 reasoning)
1
qwen/qwen3.6-35b-a3b:high__json_schema PASS 100% 733 in → 213 out (188 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
qwen/qwen3.6-35b-a3b:low PASS 100% 740 in → 346 out (264 reasoning)
1
qwen/qwen3.6-35b-a3b:low__json_schema PASS 100% 743 in → 165 out (143 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
qwen/qwen3.6-35b-a3b:medium PASS 100% 734 in → 316 out (303 reasoning)
1
qwen/qwen3.6-35b-a3b:medium__json_schema PASS 100% 748 in → 289 out (246 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
qwen/qwen3.6-35b-a3b:none PASS 100% 733 in → 1 out (0 reasoning)
1
qwen/qwen3.6-35b-a3b:none__json_schema PASS 100% 733 in → 7 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
qwen/qwen3.6-35b-a3b:xhigh PASS 100% 746 in → 259 out (234 reasoning)
1
qwen/qwen3.6-35b-a3b:xhigh__json_schema PASS 100% 719 in → 228 out (202 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
qwen/qwen3.6-flash:high PASS 100% 737 in → 189 out (183 reasoning)
1
qwen/qwen3.6-flash:low PASS 100% 742 in → 179 out (173 reasoning)
1
qwen/qwen3.6-flash:medium PASS 100% 716 in → 164 out (159 reasoning)
1
qwen/qwen3.6-flash:none PASS 100% 746 in → 1 out (0 reasoning)
1
qwen/qwen3.6-flash:xhigh PASS 100% 738 in → 358 out (352 reasoning)
1
qwen/qwen3.7-flash:high PASS 100% 754 in → 210 out (204 reasoning)
1
qwen/qwen3.7-flash:low PASS 100% 737 in → 261 out (256 reasoning)
1
qwen/qwen3.7-flash:max PASS 100% 734 in → 209 out (203 reasoning)
1
qwen/qwen3.7-flash:medium PASS 100% 759 in → 179 out (173 reasoning)
1
qwen/qwen3.7-flash:none PASS 100% 741 in → 1 out (0 reasoning)
1
qwen/qwen3.7-flash:none__json_schema PASS 100% 712 in → 1 out (0 reasoning)
1
qwen/qwen3.7-flash:xhigh PASS 100% 743 in → 182 out (176 reasoning)
1
qwen/qwen3.7-max:high PASS 100% 743 in → 101 out (95 reasoning)
1
qwen/qwen3.7-max:low PASS 100% 743 in → 99 out (93 reasoning)
1
qwen/qwen3.7-max:medium PASS 100% 730 in → 92 out (86 reasoning)
1
qwen/qwen3.7-max:none PASS 100% 750 in → 1 out (0 reasoning)
1
qwen/qwen3.7-max:xhigh PASS 100% 734 in → 109 out (103 reasoning)
1
qwen/qwen3.7-plus:high PASS 100% 722 in → 95 out (89 reasoning)
1
qwen/qwen3.7-plus:low PASS 100% 733 in → 150 out (145 reasoning)
1
qwen/qwen3.7-plus:medium PASS 100% 731 in → 181 out (175 reasoning)
1
qwen/qwen3.7-plus:none PASS 100% 738 in → 1 out (0 reasoning)
1
qwen/qwen3.7-plus:xhigh PASS 100% 745 in → 135 out (130 reasoning)
1
tencent/hy3:high PASS 100% 585 in → 100 out (97 reasoning)
1
tencent/hy3:high__json_schema PASS 100% 583 in → 98 out (88 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
tencent/hy3:low PASS 100% 588 in → 133 out (130 reasoning)
1
tencent/hy3:low__json_schema PASS 100% 606 in → 145 out (127 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
tencent/hy3:medium PASS 100% 593 in → 126 out (118 reasoning)
1
tencent/hy3:medium__json_schema PASS 100% 596 in → 131 out (118 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
tencent/hy3:none PASS 100% 569 in → 2 out (0 reasoning)
1
tencent/hy3:none__json_schema PASS 100% 580 in → 8 out (0 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
tencent/hy3:xhigh PASS 100% 564 in → 100 out (97 reasoning)
1
tencent/hy3:xhigh__json_schema PASS 100% 584 in → 93 out (81 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
thinkingmachines/inkling-small:high PASS 100% 555 in → 70 out (63 reasoning)
1
thinkingmachines/inkling-small:high__json_schema PASS 100% 561 in → 38 out (26 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
thinkingmachines/inkling-small:low PASS 100% 593 in → 13 out (5 reasoning)
1
thinkingmachines/inkling-small:low__json_schema PASS 100% 567 in → 19 out (7 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
thinkingmachines/inkling-small:max PASS 100% 604 in → 31 out (23 reasoning)
1
thinkingmachines/inkling-small:max__json_schema PASS 100% 576 in → 75 out (63 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
thinkingmachines/inkling-small:medium PASS 100% 569 in → 27 out (20 reasoning)
1
thinkingmachines/inkling-small:medium__json_schema PASS 100% 583 in → 31 out (19 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
thinkingmachines/inkling-small:xhigh PASS 100% 575 in → 38 out (27 reasoning)
1
thinkingmachines/inkling-small:xhigh__json_schema PASS 100% 571 in → 88 out (76 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
thinkingmachines/inkling:high PASS 100% 593 in → 48 out (37 reasoning)
1
thinkingmachines/inkling:high__json_schema PASS 100% 582 in → 53 out (39 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
thinkingmachines/inkling:low PASS 100% 572 in → 35 out (27 reasoning)
1
thinkingmachines/inkling:low__json_schema PASS 100% 569 in → 28 out (14 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
thinkingmachines/inkling:max PASS 100% 560 in → 39 out (32 reasoning)
1
thinkingmachines/inkling:medium PASS 100% 586 in → 48 out (37 reasoning)
1
thinkingmachines/inkling:medium__json_schema PASS 100% 585 in → 48 out (34 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
thinkingmachines/inkling:none PASS 100% 567 in → 4 out (0 reasoning)
1
thinkingmachines/inkling:none__json_schema PASS 100% 568 in → 10 out (0 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
thinkingmachines/inkling:xhigh PASS 100% 569 in → 64 out (56 reasoning)
1
thinkingmachines/inkling:xhigh__json_schema PASS 100% 569 in → 83 out (69 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
x-ai/grok-4.3:high PASS 100% 722 in → 215 out (214 reasoning)
1
x-ai/grok-4.3:high__json_schema PASS 100% 775 in → 362 out (357 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
x-ai/grok-4.3:low__json_schema PASS 100% 781 in → 173 out (168 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
x-ai/grok-4.3:max PASS 100% 737 in → 131 out (130 reasoning)
1
x-ai/grok-4.3:max__json_schema PASS 100% 794 in → 242 out (237 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
x-ai/grok-4.3:medium PASS 100% 744 in → 236 out (235 reasoning)
1
x-ai/grok-4.3:medium__json_schema PASS 100% 787 in → 228 out (223 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
x-ai/grok-4.3:none PASS 100% 725 in → 1 out (0 reasoning)
1
x-ai/grok-4.3:none__json_schema PASS 100% 789 in → 5 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
x-ai/grok-4.3:xhigh PASS 100% 719 in → 99 out (98 reasoning)
1
x-ai/grok-4.3:xhigh__json_schema PASS 100% 780 in → 258 out (253 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
x-ai/grok-4.5:high PASS 100% 774 in → 85 out (84 reasoning)
1
x-ai/grok-4.5:high__json_schema PASS 100% 833 in → 224 out (215 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
x-ai/grok-4.5:low PASS 100% 753 in → 77 out (76 reasoning)
1
x-ai/grok-4.5:low__json_schema PASS 100% 843 in → 166 out (161 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
x-ai/grok-4.5:max PASS 100% 784 in → 87 out (86 reasoning)
1
x-ai/grok-4.5:max__json_schema PASS 100% 841 in → 247 out (238 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
x-ai/grok-4.5:medium PASS 100% 776 in → 78 out (77 reasoning)
1
x-ai/grok-4.5:medium__json_schema PASS 100% 822 in → 288 out (283 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
x-ai/grok-4.5:xhigh PASS 100% 774 in → 88 out (87 reasoning)
1
x-ai/grok-4.5:xhigh__json_schema PASS 100% 836 in → 186 out (180 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
z-ai/glm-4.7-flash:high PASS 100% 598 in → 574 out (479 reasoning)
1
z-ai/glm-4.7-flash:low PASS 100% 581 in → 482 out (419 reasoning)
1
z-ai/glm-4.7-flash:medium PASS 100% 596 in → 359 out (314 reasoning)
1
z-ai/glm-4.7-flash:medium__json_schema PASS 100% 596 in → 531 out (452 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
z-ai/glm-4.7-flash:none PASS 100% 596 in → 1 out (0 reasoning)
1
z-ai/glm-4.7-flash:none__json_schema PASS 100% 617 in → 7 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
z-ai/glm-4.7-flash:xhigh PASS 100% 590 in → 388 out (352 reasoning)
1
z-ai/glm-4.7-flash:xhigh__json_schema PASS 100% 610 in → 301 out (291 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
z-ai/glm-5.2:high PASS 100% 622 in → 83 out (83 reasoning)
1
z-ai/glm-5.2:low PASS 100% 613 in → 68 out (66 reasoning)
1
z-ai/glm-5.2:low__json_schema PASS 100% 600 in → 229 out (198 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
z-ai/glm-5.2:medium PASS 100% 604 in → 214 out (211 reasoning)
1
z-ai/glm-5.2:medium__json_schema PASS 100% 619 in → 206 out (180 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
z-ai/glm-5.2:none PASS 100% 615 in → 2 out (0 reasoning)
1
z-ai/glm-5.2:none__json_schema PASS 100% 597 in → 8 out (0 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
z-ai/glm-5.2:xhigh PASS 100% 612 in → 190 out (188 reasoning)
1
z-ai/glm-5.2:xhigh__json_schema PASS 100% 625 in → 187 out (179 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
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 structured output. Output: 1
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: 1
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: 1
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
openai/gpt-oss-20b:xhigh__json_schema FAIL 0% 621 in → 7 out (0 reasoning)
0
JSON Schema Structured Output
(raw) {"count":0}
Failure: Expected '1', got '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-a9ea52f6-0f68-91df-ba0d-8317bbe16642","request_id":"a9ea52f6-0f68-91df-ba0d-8317bbe16642"}', '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-05377e40-25ca-9a77-925f-30bd63f256d4","request_id":"05377e40-25ca-9a77-925f-30bd63f256d4"}', '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-79011298-77a4-948e-a5af-bbacc42305ec","request_id":"79011298-77a4-948e-a5af-bbacc42305ec"}', '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-3ba0d4cc-f758-9a61-bc9a-d4c550aa5f2d","request_id":"3ba0d4cc-f758-9a61-bc9a-d4c550aa5f2d"}', '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-a3fcada7-4447-9285-901b-e87336a1f388","request_id":"a3fcada7-4447-9285-901b-e87336a1f388"}', '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-fdfe6196-88d5-9f1c-be54-8f346f0f5452"}\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-95ee5f75-c2e3-9bd6-a5d9-51f21347ca01"}\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-9de11d40-8f14-965b-8e02-89b68ebf6ca8"}\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-5c5c5455-b745-94b9-b572-a599ce0f780a"}\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-151fcd6e-16fd-907a-b480-a664d327dbb1"}\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-dca37dfe-affa-9f35-b626-ff4f45772cf5","request_id":"dca37dfe-affa-9f35-b626-ff4f45772cf5"}', '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-6ec10cea-a1f5-97f7-9bdc-3a17f54a7626","request_id":"6ec10cea-a1f5-97f7-9bdc-3a17f54a7626"}', '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-7aacd2b2-a43f-9531-b840-8b5b556056ce","request_id":"7aacd2b2-a43f-9531-b840-8b5b556056ce"}', '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-151cfabc-6539-99f8-a8fa-c17df5d2cfeb","request_id":"151cfabc-6539-99f8-a8fa-c17df5d2cfeb"}', '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-b6690ebd-8990-908b-90d3-5c2fedd8f54d","request_id":"b6690ebd-8990-908b-90d3-5c2fedd8f54d"}', '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-85df1ef6-9083-9ebc-a5f2-cf0971a1f65f","request_id":"85df1ef6-9083-9ebc-a5f2-cf0971a1f65f"}', '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-a69e3227-5370-9c68-a4f4-156a42bfc38b","request_id":"a69e3227-5370-9c68-a4f4-156a42bfc38b"}', '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-aaa7498a-1424-9c24-b035-276631891c63","request_id":"aaa7498a-1424-9c24-b035-276631891c63"}', '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-c255f096-829a-923c-af1f-4df3de1f9c8c","request_id":"c255f096-829a-923c-af1f-4df3de1f9c8c"}', '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-956d6843-9dd5-9bdb-8899-af382cb5cd33","request_id":"956d6843-9dd5-9bdb-8899-af382cb5cd33"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
thinkingmachines/inkling-small:none FAIL 0% 574 in → 4 out (0 reasoning)
1<|end_message|>
Failure: Expected '1', got '1<|end_message|>'
Invalid JSON. Output: 1{ "count": 1 }
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: 1
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:low FAIL 0% 738 in → 215 out (154 reasoning)
1 The provided "Git log (merges)" output lists exactly one commit (635fda9), which is corroborated by the "Git log (stat)" section that identifies only this commit as having the Merge: header. All other commits lack merge-parent metadata, confirming a total count of 1.
Failure: Expected '1', got '1 The provided "Git log (merges)" output lists exactly one commit (635fda9), which is corroborated by the "Git log (stat)" section that identifies only this commit as having the Merge: header. All other commits lack merge-parent metadata, confirming a total count of 1.'
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: 1
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