Count commits in a date range
Tests ability to count commits in a date range. Evaluates combining time filters with aggregation.

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 GIT_AUTHOR_DATE='2025-01-15T10:00:00' GIT_COMMITTER_DATE='2025-01-15T10:00:00' bash -c 'echo x > f.txt && git add f.txt && git commit -m "Mid-Jan commit"'
  5. 05 GIT_AUTHOR_DATE='2025-02-10T10:00:00' GIT_COMMITTER_DATE='2025-02-10T10:00:00' bash -c 'echo y > f.txt && git add f.txt && git commit -m "Mid-Feb commit"'
  6. 06 GIT_AUTHOR_DATE='2025-02-20T10:00:00' GIT_COMMITTER_DATE='2025-02-20T10:00:00' bash -c 'echo z > f.txt && git add f.txt && git commit -m "Late-Feb commit"'
  7. 07 GIT_AUTHOR_DATE='2025-03-05T10:00:00' GIT_COMMITTER_DATE='2025-03-05T10:00:00' bash -c 'echo w > f.txt && git add f.txt && git commit -m "Early-Mar commit"'
  8. 08 GIT_AUTHOR_DATE='2025-04-01T10:00:00' GIT_COMMITTER_DATE='2025-04-01T10:00:00' bash -c 'echo v > f.txt && git add f.txt && git commit -m "April commit"'
Prompt
How many commits were made between 2025-02-01 and 2025-03-31 (inclusive)? Output ONLY the number, nothing else.
Expected
3

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

Loading...
Loading raw attempt evidence…
anthropic/claude-fable-5:high PASS 100% 978 in → 3 out (0 reasoning)
3
anthropic/claude-fable-5:high__json_schema PASS 100% 1,190 in → 9 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-fable-5:low PASS 100% 978 in → 3 out (0 reasoning)
3
anthropic/claude-fable-5:low__json_schema PASS 100% 1,190 in → 9 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-fable-5:max PASS 100% 978 in → 143 out (45 reasoning)
3
anthropic/claude-fable-5:max__json_schema PASS 100% 1,190 in → 157 out (36 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-fable-5:medium PASS 100% 978 in → 3 out (0 reasoning)
3
anthropic/claude-fable-5:medium__json_schema PASS 100% 1,190 in → 9 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-fable-5:xhigh PASS 100% 978 in → 3 out (0 reasoning)
3
anthropic/claude-fable-5:xhigh__json_schema PASS 100% 1,190 in → 50 out (41 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-haiku-4.5:high PASS 100% 828 in → 315 out (182 reasoning)
3
anthropic/claude-haiku-4.5:high__json_schema PASS 100% 990 in → 341 out (207 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-haiku-4.5:low PASS 100% 828 in → 285 out (172 reasoning)
3
anthropic/claude-haiku-4.5:low__json_schema PASS 100% 990 in → 326 out (207 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-haiku-4.5:medium PASS 100% 828 in → 335 out (186 reasoning)
3
anthropic/claude-haiku-4.5:medium__json_schema PASS 100% 990 in → 305 out (188 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-haiku-4.5:none PASS 100% 799 in → 5 out (0 reasoning)
3
anthropic/claude-haiku-4.5:none__json_schema PASS 100% 960 in → 9 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-haiku-4.5:xhigh PASS 100% 828 in → 277 out (158 reasoning)
3
anthropic/claude-haiku-4.5:xhigh__json_schema PASS 100% 990 in → 450 out (265 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-opus-4.6:high PASS 100% 799 in → 5 out (0 reasoning)
3
anthropic/claude-opus-4.6:high__json_schema PASS 100% 961 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-opus-4.6:low PASS 100% 799 in → 5 out (0 reasoning)
3
anthropic/claude-opus-4.6:low__json_schema PASS 100% 961 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-opus-4.6:max PASS 100% 799 in → 5 out (0 reasoning)
3
anthropic/claude-opus-4.6:max__json_schema PASS 100% 961 in → 167 out (90 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-opus-4.6:medium PASS 100% 799 in → 5 out (0 reasoning)
3
anthropic/claude-opus-4.6:medium__json_schema PASS 100% 961 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-opus-4.6:none PASS 100% 799 in → 5 out (0 reasoning)
3
anthropic/claude-opus-4.6:none__json_schema PASS 100% 961 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-opus-4.6:xhigh PASS 100% 799 in → 5 out (0 reasoning)
3
anthropic/claude-opus-4.6:xhigh__json_schema PASS 100% 961 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-opus-4.7:high PASS 100% 983 in → 6 out (0 reasoning)
3
anthropic/claude-opus-4.7:high__json_schema PASS 100% 1,195 in → 11 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-opus-4.7:low PASS 100% 983 in → 6 out (0 reasoning)
3
anthropic/claude-opus-4.7:low__json_schema PASS 100% 1,195 in → 10 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-opus-4.7:max PASS 100% 983 in → 139 out (52 reasoning)
3
anthropic/claude-opus-4.7:max__json_schema PASS 100% 1,195 in → 144 out (71 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-opus-4.7:medium PASS 100% 983 in → 6 out (0 reasoning)
3
anthropic/claude-opus-4.7:medium__json_schema PASS 100% 1,195 in → 10 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-opus-4.7:none PASS 100% 983 in → 6 out (0 reasoning)
3
anthropic/claude-opus-4.7:none__json_schema PASS 100% 1,195 in → 10 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-opus-4.7:xhigh PASS 100% 983 in → 6 out (0 reasoning)
3
anthropic/claude-opus-4.7:xhigh__json_schema PASS 100% 1,195 in → 10 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-opus-4.8:high PASS 100% 978 in → 3 out (0 reasoning)
3
anthropic/claude-opus-4.8:high__json_schema PASS 100% 1,190 in → 9 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-opus-4.8:low PASS 100% 978 in → 3 out (0 reasoning)
3
anthropic/claude-opus-4.8:low__json_schema PASS 100% 1,190 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-opus-4.8:max PASS 100% 978 in → 93 out (37 reasoning)
3
anthropic/claude-opus-4.8:max__json_schema PASS 100% 1,190 in → 189 out (57 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-opus-4.8:medium PASS 100% 978 in → 3 out (0 reasoning)
3
anthropic/claude-opus-4.8:medium__json_schema PASS 100% 1,190 in → 9 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-opus-4.8:none PASS 100% 978 in → 3 out (0 reasoning)
3
anthropic/claude-opus-4.8:none__json_schema PASS 100% 1,190 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-opus-4.8:xhigh PASS 100% 978 in → 85 out (33 reasoning)
3
anthropic/claude-opus-4.8:xhigh__json_schema PASS 100% 1,190 in → 9 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-sonnet-4.6:high PASS 100% 799 in → 5 out (0 reasoning)
3
anthropic/claude-sonnet-4.6:high__json_schema PASS 100% 961 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% 961 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-sonnet-4.6:max PASS 100% 799 in → 252 out (129 reasoning)
3
anthropic/claude-sonnet-4.6:max__json_schema PASS 100% 961 in → 210 out (116 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-sonnet-4.6:medium PASS 100% 799 in → 5 out (0 reasoning)
3
anthropic/claude-sonnet-4.6:medium__json_schema PASS 100% 961 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-sonnet-4.6:none PASS 100% 799 in → 5 out (0 reasoning)
3
anthropic/claude-sonnet-4.6:none__json_schema PASS 100% 961 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-sonnet-4.6:xhigh PASS 100% 799 in → 5 out (0 reasoning)
3
anthropic/claude-sonnet-4.6:xhigh__json_schema PASS 100% 961 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-sonnet-5:high PASS 100% 978 in → 3 out (0 reasoning)
3
anthropic/claude-sonnet-5:high__json_schema PASS 100% 1,190 in → 9 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-sonnet-5:low PASS 100% 978 in → 3 out (0 reasoning)
3
anthropic/claude-sonnet-5:low__json_schema PASS 100% 1,190 in → 9 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-sonnet-5:medium PASS 100% 978 in → 3 out (0 reasoning)
3
anthropic/claude-sonnet-5:medium__json_schema PASS 100% 1,190 in → 9 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
anthropic/claude-sonnet-5:none PASS 100% 978 in → 3 out (0 reasoning)
3
anthropic/claude-sonnet-5:none__json_schema PASS 100% 1,190 in → 7 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
anthropic/claude-sonnet-5:xhigh PASS 100% 978 in → 3 out (0 reasoning)
3
anthropic/claude-sonnet-5:xhigh__json_schema PASS 100% 1,190 in → 57 out (43 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
arcee-ai/trinity-large-thinking:high PASS 100% 690 in → 654 out (652 reasoning)
3
arcee-ai/trinity-large-thinking:low PASS 100% 690 in → 811 out (818 reasoning)
3
arcee-ai/trinity-large-thinking:medium PASS 100% 690 in → 173 out (169 reasoning)
3
arcee-ai/trinity-large-thinking:xhigh PASS 100% 690 in → 638 out (635 reasoning)
3
arcee-ai/trinity-mini:high PASS 100% 690 in → 429 out (348 reasoning)
3
arcee-ai/trinity-mini:high__json_schema PASS 100% 690 in → 565 out (475 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
arcee-ai/trinity-mini:low PASS 100% 690 in → 643 out (539 reasoning)
3
arcee-ai/trinity-mini:medium PASS 100% 690 in → 520 out (424 reasoning)
3
arcee-ai/trinity-mini:medium__json_schema PASS 100% 690 in → 620 out (506 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
arcee-ai/trinity-mini:xhigh__json_schema PASS 100% 690 in → 624 out (531 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3}
deepseek/deepseek-v4-flash-0731:high PASS 100% 709 in → 93 out (90 reasoning)
3
deepseek/deepseek-v4-flash-0731:high__json_schema PASS 100% 703 in → 124 out (89 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
deepseek/deepseek-v4-flash-0731:low PASS 100% 703 in → 69 out (56 reasoning)
3
deepseek/deepseek-v4-flash-0731:low__json_schema PASS 100% 703 in → 131 out (92 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
deepseek/deepseek-v4-flash-0731:max PASS 100% 782 in → 124 out (94 reasoning)
3
deepseek/deepseek-v4-flash-0731:max__json_schema PASS 100% 782 in → 122 out (91 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
deepseek/deepseek-v4-flash-0731:medium PASS 100% 703 in → 97 out (77 reasoning)
3
deepseek/deepseek-v4-flash-0731:medium__json_schema PASS 100% 703 in → 148 out (105 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3 }
deepseek/deepseek-v4-flash-0731:none PASS 100% 703 in → 2 out (0 reasoning)
3
deepseek/deepseek-v4-flash-0731:none__json_schema PASS 100% 703 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
deepseek/deepseek-v4-flash-0731:xhigh PASS 100% 703 in → 107 out (77 reasoning)
3
deepseek/deepseek-v4-flash-0731:xhigh__json_schema PASS 100% 705 in → 133 out (122 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
deepseek/deepseek-v4-flash:high PASS 100% 703 in → 93 out (90 reasoning)
3
deepseek/deepseek-v4-flash:low PASS 100% 703 in → 97 out (95 reasoning)
3
deepseek/deepseek-v4-flash:low__json_schema PASS 100% 703 in → 191 out (135 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
deepseek/deepseek-v4-flash:medium PASS 100% 703 in → 96 out (93 reasoning)
3
deepseek/deepseek-v4-flash:medium__json_schema PASS 100% 703 in → 142 out (95 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
deepseek/deepseek-v4-flash:none PASS 100% 703 in → 2 out (0 reasoning)
3
deepseek/deepseek-v4-flash:none__json_schema PASS 100% 705 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
deepseek/deepseek-v4-flash:xhigh PASS 100% 782 in → 198 out (195 reasoning)
3
deepseek/deepseek-v4-flash:xhigh__json_schema PASS 100% 782 in → 293 out (216 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
deepseek/deepseek-v4-pro:high__json_schema PASS 100% 705 in → 339 out (331 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
deepseek/deepseek-v4-pro:low PASS 100% 703 in → 348 out (345 reasoning)
3
deepseek/deepseek-v4-pro:low__json_schema PASS 100% 890 in → 319 out (312 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
deepseek/deepseek-v4-pro:medium PASS 100% 703 in → 211 out (208 reasoning)
3
deepseek/deepseek-v4-pro:medium__json_schema PASS 100% 705 in → 252 out (244 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
deepseek/deepseek-v4-pro:none PASS 100% 703 in → 2 out (0 reasoning)
3
deepseek/deepseek-v4-pro:none__json_schema PASS 100% 705 in → 10 out (0 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
deepseek/deepseek-v4-pro:xhigh PASS 100% 703 in → 2 out (0 reasoning)
3
deepseek/deepseek-v4-pro:xhigh__json_schema PASS 100% 703 in → 11 out (8 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
google/gemini-3-flash-preview:high PASS 100% 934 in → 709 out (708 reasoning)
3
google/gemini-3-flash-preview:high__json_schema PASS 100% 935 in → 522 out (517 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3-flash-preview:low PASS 100% 934 in → 276 out (275 reasoning)
3
google/gemini-3-flash-preview:low__json_schema PASS 100% 989 in → 342 out (337 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3-flash-preview:medium PASS 100% 934 in → 622 out (621 reasoning)
3
google/gemini-3-flash-preview:medium__json_schema PASS 100% 989 in → 400 out (395 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3-flash-preview:xhigh PASS 100% 934 in → 354 out (353 reasoning)
3
google/gemini-3-flash-preview:xhigh__json_schema PASS 100% 935 in → 422 out (416 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
google/gemini-3.1-flash-lite-preview:high PASS 100% 935 in → 520 out (519 reasoning)
3
google/gemini-3.1-flash-lite-preview:high__json_schema PASS 100% 989 in → 537 out (527 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
google/gemini-3.1-flash-lite-preview:low PASS 100% 935 in → 116 out (115 reasoning)
3
google/gemini-3.1-flash-lite-preview:low__json_schema PASS 100% 989 in → 184 out (178 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
google/gemini-3.1-flash-lite-preview:medium PASS 100% 935 in → 274 out (273 reasoning)
3
google/gemini-3.1-flash-lite-preview:medium__json_schema PASS 100% 935 in → 237 out (227 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
google/gemini-3.1-flash-lite-preview:xhigh PASS 100% 935 in → 544 out (543 reasoning)
3
google/gemini-3.1-flash-lite-preview:xhigh__json_schema PASS 100% 989 in → 551 out (546 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3.1-pro-preview:high PASS 100% 934 in → 199 out (198 reasoning)
3
google/gemini-3.1-pro-preview:high__json_schema PASS 100% 989 in → 290 out (285 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3.1-pro-preview:low PASS 100% 934 in → 197 out (196 reasoning)
3
google/gemini-3.1-pro-preview:low__json_schema PASS 100% 989 in → 180 out (174 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
google/gemini-3.1-pro-preview:medium PASS 100% 934 in → 375 out (374 reasoning)
3
google/gemini-3.1-pro-preview:medium__json_schema PASS 100% 989 in → 185 out (180 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3.1-pro-preview:xhigh PASS 100% 934 in → 495 out (494 reasoning)
3
google/gemini-3.1-pro-preview:xhigh__json_schema PASS 100% 989 in → 128 out (123 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3.5-flash-lite:high PASS 100% 935 in → 432 out (431 reasoning)
3
google/gemini-3.5-flash-lite:high__json_schema PASS 100% 935 in → 524 out (519 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3.5-flash-lite:low PASS 100% 935 in → 1 out (0 reasoning)
3
google/gemini-3.5-flash-lite:low__json_schema PASS 100% 935 in → 10 out (0 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
google/gemini-3.5-flash-lite:max PASS 100% 935 in → 509 out (508 reasoning)
3
google/gemini-3.5-flash-lite:max__json_schema PASS 100% 989 in → 419 out (413 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
google/gemini-3.5-flash-lite:medium PASS 100% 934 in → 364 out (363 reasoning)
3
google/gemini-3.5-flash-lite:medium__json_schema PASS 100% 989 in → 365 out (355 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
google/gemini-3.5-flash-lite:xhigh PASS 100% 935 in → 424 out (423 reasoning)
3
google/gemini-3.5-flash-lite:xhigh__json_schema PASS 100% 989 in → 462 out (456 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
google/gemini-3.5-flash:high PASS 100% 934 in → 492 out (491 reasoning)
3
google/gemini-3.5-flash:high__json_schema PASS 100% 989 in → 600 out (595 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3.5-flash:low PASS 100% 934 in → 359 out (358 reasoning)
3
google/gemini-3.5-flash:low__json_schema PASS 100% 989 in → 408 out (403 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3.5-flash:medium PASS 100% 934 in → 628 out (627 reasoning)
3
google/gemini-3.5-flash:medium__json_schema PASS 100% 989 in → 575 out (570 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3.5-flash:xhigh PASS 100% 934 in → 589 out (588 reasoning)
3
google/gemini-3.5-flash:xhigh__json_schema PASS 100% 989 in → 523 out (518 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3.6-flash:high PASS 100% 935 in → 676 out (675 reasoning)
3
google/gemini-3.6-flash:high__json_schema PASS 100% 935 in → 571 out (566 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3.6-flash:low PASS 100% 935 in → 149 out (148 reasoning)
3
google/gemini-3.6-flash:low__json_schema PASS 100% 989 in → 214 out (209 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3.6-flash:max PASS 100% 935 in → 526 out (525 reasoning)
3
google/gemini-3.6-flash:max__json_schema PASS 100% 935 in → 560 out (554 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
google/gemini-3.6-flash:medium PASS 100% 935 in → 569 out (568 reasoning)
3
google/gemini-3.6-flash:medium__json_schema PASS 100% 935 in → 369 out (364 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemini-3.6-flash:xhigh PASS 100% 935 in → 518 out (517 reasoning)
3
google/gemini-3.6-flash:xhigh__json_schema PASS 100% 935 in → 350 out (345 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
google/gemma-4-26b-a4b-it:high PASS 100% 950 in → 430 out (211 reasoning)
3
google/gemma-4-26b-a4b-it:high__json_schema PASS 100% 949 in → 540 out (243 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
google/gemma-4-26b-a4b-it:low PASS 100% 950 in → 540 out (249 reasoning)
3
google/gemma-4-26b-a4b-it:low__json_schema PASS 100% 950 in → 849 out (343 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
google/gemma-4-26b-a4b-it:medium PASS 100% 950 in → 408 out (206 reasoning)
3
google/gemma-4-26b-a4b-it:medium__json_schema PASS 100% 950 in → 636 out (271 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
google/gemma-4-26b-a4b-it:none PASS 100% 947 in → 2 out (0 reasoning)
3
google/gemma-4-26b-a4b-it:none__json_schema PASS 100% 947 in → 11 out (0 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
google/gemma-4-26b-a4b-it:xhigh PASS 100% 950 in → 676 out (277 reasoning)
3
google/gemma-4-26b-a4b-it:xhigh__json_schema PASS 100% 949 in → 753 out (313 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
google/gemma-4-31b-it:high PASS 100% 950 in → 264 out (1 reasoning)
3
google/gemma-4-31b-it:high__json_schema PASS 100% 949 in → 314 out (145 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
google/gemma-4-31b-it:low PASS 100% 950 in → 412 out (166 reasoning)
3
google/gemma-4-31b-it:low__json_schema PASS 100% 949 in → 390 out (204 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
google/gemma-4-31b-it:medium PASS 100% 950 in → 299 out (158 reasoning)
3
google/gemma-4-31b-it:medium__json_schema PASS 100% 949 in → 263 out (117 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
google/gemma-4-31b-it:none PASS 100% 947 in → 2 out (0 reasoning)
3
google/gemma-4-31b-it:none__json_schema PASS 100% 947 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
google/gemma-4-31b-it:xhigh PASS 100% 950 in → 284 out (1 reasoning)
3
google/gemma-4-31b-it:xhigh__json_schema PASS 100% 949 in → 266 out (116 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
ibm-granite/granite-4.1-8b PASS 100% 762 in → 2 out
3
ibm-granite/granite-4.1-8b__json_schema PASS 100% 762 in → 10 out
3
JSON Schema Structured Output
(raw) { "count": 3 }
inclusionai/ling-2.6-flash__json_schema PASS 100% 952 in → 16 out
3
JSON Schema Structured Output
(raw) { "count": 3 }
minimax/minimax-m2.5:high PASS 100% 733 in → 503 out (392 reasoning)
3
minimax/minimax-m2.5:high__json_schema PASS 100% 733 in → 279 out (225 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
minimax/minimax-m2.5:low PASS 100% 733 in → 328 out (230 reasoning)
3
minimax/minimax-m2.5:low__json_schema PASS 100% 733 in → 222 out (170 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
minimax/minimax-m2.5:medium PASS 100% 733 in → 284 out (235 reasoning)
3
minimax/minimax-m2.5:medium__json_schema PASS 100% 733 in → 452 out (355 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
minimax/minimax-m2.5:xhigh PASS 100% 733 in → 301 out (295 reasoning)
3
minimax/minimax-m2.5:xhigh__json_schema PASS 100% 733 in → 249 out (203 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
minimax/minimax-m2.7:high PASS 100% 733 in → 256 out (213 reasoning)
3
minimax/minimax-m2.7:high__json_schema PASS 100% 732 in → 147 out (102 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
minimax/minimax-m2.7:low PASS 100% 735 in → 253 out (251 reasoning)
3
minimax/minimax-m2.7:medium PASS 100% 733 in → 261 out (206 reasoning)
3
minimax/minimax-m2.7:medium__json_schema PASS 100% 863 in → 395 out (387 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
minimax/minimax-m2.7:xhigh PASS 100% 733 in → 332 out (259 reasoning)
3
minimax/minimax-m3:high PASS 100% 868 in → 160 out (109 reasoning)
3
minimax/minimax-m3:high__json_schema PASS 100% 858 in → 7 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
minimax/minimax-m3:low PASS 100% 871 in → 106 out (75 reasoning)
3
minimax/minimax-m3:low__json_schema PASS 100% 858 in → 7 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
minimax/minimax-m3:medium PASS 100% 871 in → 140 out (94 reasoning)
3
minimax/minimax-m3:medium__json_schema PASS 100% 858 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
minimax/minimax-m3:xhigh PASS 100% 871 in → 150 out (100 reasoning)
3
minimax/minimax-m3:xhigh__json_schema PASS 100% 858 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
mistralai/devstral-2512__json_schema PASS 100% 914 in → 7 out
3
JSON Schema Structured Output
(raw) {"count": 3}
mistralai/mistral-medium-3-5:high PASS 100% 926 in → 695 out (349 reasoning)
3
mistralai/mistral-medium-3-5:high__json_schema PASS 100% 914 in → 441 out (227 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
mistralai/mistral-medium-3-5:low PASS 100% 926 in → 925 out (668 reasoning)
3
mistralai/mistral-medium-3-5:low__json_schema PASS 100% 914 in → 369 out (195 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
mistralai/mistral-medium-3-5:medium PASS 100% 926 in → 505 out (299 reasoning)
3
mistralai/mistral-medium-3-5:medium__json_schema PASS 100% 914 in → 489 out (330 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
mistralai/mistral-medium-3-5:none PASS 100% 926 in → 2 out (0 reasoning)
3
mistralai/mistral-medium-3-5:none__json_schema PASS 100% 914 in → 7 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
mistralai/mistral-medium-3-5:xhigh PASS 100% 926 in → 462 out (251 reasoning)
3
mistralai/mistral-medium-3-5:xhigh__json_schema PASS 100% 914 in → 699 out (370 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
moonshotai/kimi-k2.6:high PASS 100% 698 in → 258 out (183 reasoning)
3
moonshotai/kimi-k2.6:high__json_schema PASS 100% 698 in → 7 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
moonshotai/kimi-k2.6:low PASS 100% 698 in → 134 out (131 reasoning)
3
moonshotai/kimi-k2.6:low__json_schema PASS 100% 878 in → 506 out (499 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
moonshotai/kimi-k2.6:medium PASS 100% 697 in → 316 out (227 reasoning)
3
moonshotai/kimi-k2.6:xhigh PASS 100% 698 in → 409 out (406 reasoning)
3
moonshotai/kimi-k2.6:xhigh__json_schema PASS 100% 698 in → 179 out (172 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
moonshotai/kimi-k2.7-code:high PASS 100% 698 in → 129 out (126 reasoning)
3
moonshotai/kimi-k2.7-code:high__json_schema PASS 100% 698 in → 81 out (58 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
moonshotai/kimi-k2.7-code:low PASS 100% 697 in → 114 out (111 reasoning)
3
moonshotai/kimi-k2.7-code:medium PASS 100% 698 in → 118 out (117 reasoning)
3
moonshotai/kimi-k2.7-code:medium__json_schema PASS 100% 698 in → 89 out (69 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
moonshotai/kimi-k2.7-code:xhigh PASS 100% 697 in → 83 out (80 reasoning)
3
moonshotai/kimi-k2.7-code:xhigh__json_schema PASS 100% 698 in → 81 out (74 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
moonshotai/kimi-k3:high PASS 100% 775 in → 134 out (118 reasoning)
3
moonshotai/kimi-k3:high__json_schema PASS 100% 775 in → 188 out (172 reasoning)
3
moonshotai/kimi-k3:low PASS 100% 775 in → 133 out (117 reasoning)
3
moonshotai/kimi-k3:low__json_schema PASS 100% 775 in → 195 out (179 reasoning)
3
moonshotai/kimi-k3:max PASS 100% 775 in → 187 out (171 reasoning)
3
moonshotai/kimi-k3:max__json_schema PASS 100% 775 in → 138 out (122 reasoning)
3
moonshotai/kimi-k3:medium PASS 100% 775 in → 178 out (162 reasoning)
3
moonshotai/kimi-k3:medium__json_schema PASS 100% 775 in → 175 out (159 reasoning)
3
moonshotai/kimi-k3:xhigh PASS 100% 775 in → 167 out (151 reasoning)
3
moonshotai/kimi-k3:xhigh__json_schema PASS 100% 775 in → 162 out (146 reasoning)
3
nvidia/nemotron-3-nano-30b-a3b:high PASS 100% 927 in → 180 out (115 reasoning)
3
nvidia/nemotron-3-nano-30b-a3b:high__json_schema PASS 100% 927 in → 152 out (106 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
nvidia/nemotron-3-nano-30b-a3b:low PASS 100% 927 in → 271 out (195 reasoning)
3
nvidia/nemotron-3-nano-30b-a3b:low__json_schema PASS 100% 927 in → 247 out (144 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
nvidia/nemotron-3-nano-30b-a3b:medium PASS 100% 927 in → 229 out (151 reasoning)
3
nvidia/nemotron-3-nano-30b-a3b:medium__json_schema PASS 100% 927 in → 553 out (316 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
nvidia/nemotron-3-nano-30b-a3b:none__json_schema PASS 100% 927 in → 10 out (0 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
nvidia/nemotron-3-nano-30b-a3b:xhigh PASS 100% 927 in → 222 out (145 reasoning)
3
nvidia/nemotron-3-nano-30b-a3b:xhigh__json_schema PASS 100% 927 in → 150 out (83 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
nvidia/nemotron-3-super-120b-a12b:high PASS 100% 927 in → 244 out (189 reasoning)
3
nvidia/nemotron-3-super-120b-a12b:high__json_schema PASS 100% 927 in → 171 out (121 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
nvidia/nemotron-3-super-120b-a12b:low PASS 100% 927 in → 195 out (145 reasoning)
3
nvidia/nemotron-3-super-120b-a12b:low__json_schema PASS 100% 927 in → 196 out (143 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
nvidia/nemotron-3-super-120b-a12b:medium PASS 100% 927 in → 218 out (169 reasoning)
3
nvidia/nemotron-3-super-120b-a12b:medium__json_schema PASS 100% 927 in → 217 out (162 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
nvidia/nemotron-3-super-120b-a12b:none__json_schema PASS 100% 927 in → 10 out (0 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
nvidia/nemotron-3-super-120b-a12b:xhigh PASS 100% 927 in → 196 out (113 reasoning)
3
nvidia/nemotron-3-super-120b-a12b:xhigh__json_schema PASS 100% 927 in → 156 out (114 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
openai/gpt-5.4-mini:high PASS 100% 693 in → 61 out (54 reasoning)
3
openai/gpt-5.4-mini:high__json_schema PASS 100% 726 in → 420 out (405 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.4-mini:low PASS 100% 693 in → 41 out (34 reasoning)
3
openai/gpt-5.4-mini:low__json_schema PASS 100% 726 in → 61 out (46 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.4-mini:medium PASS 100% 693 in → 69 out (62 reasoning)
3
openai/gpt-5.4-mini:medium__json_schema PASS 100% 726 in → 414 out (399 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.4-mini:none PASS 100% 693 in → 5 out (0 reasoning)
3
openai/gpt-5.4-mini:none__json_schema PASS 100% 726 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.4-mini:xhigh PASS 100% 693 in → 89 out (82 reasoning)
3
openai/gpt-5.4-mini:xhigh__json_schema PASS 100% 726 in → 531 out (516 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.4-nano:high PASS 100% 693 in → 49 out (42 reasoning)
3
openai/gpt-5.4-nano:high__json_schema PASS 100% 726 in → 76 out (61 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.4-nano:low PASS 100% 693 in → 44 out (37 reasoning)
3
openai/gpt-5.4-nano:low__json_schema PASS 100% 726 in → 46 out (31 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.4-nano:medium PASS 100% 693 in → 40 out (33 reasoning)
3
openai/gpt-5.4-nano:medium__json_schema PASS 100% 726 in → 58 out (43 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.4-nano:none PASS 100% 693 in → 5 out (0 reasoning)
3
openai/gpt-5.4-nano:none__json_schema PASS 100% 726 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.4-nano:xhigh PASS 100% 693 in → 136 out (129 reasoning)
3
openai/gpt-5.4-nano:xhigh__json_schema PASS 100% 726 in → 124 out (109 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.4:high PASS 100% 693 in → 71 out (64 reasoning)
3
openai/gpt-5.4:high__json_schema PASS 100% 726 in → 93 out (78 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.4:low PASS 100% 693 in → 36 out (29 reasoning)
3
openai/gpt-5.4:low__json_schema PASS 100% 726 in → 41 out (26 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.4:medium PASS 100% 693 in → 48 out (41 reasoning)
3
openai/gpt-5.4:medium__json_schema PASS 100% 726 in → 76 out (61 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.4:none PASS 100% 693 in → 5 out (0 reasoning)
3
openai/gpt-5.4:none__json_schema PASS 100% 726 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.4:xhigh PASS 100% 693 in → 78 out (71 reasoning)
3
openai/gpt-5.4:xhigh__json_schema PASS 100% 726 in → 109 out (94 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.5:high PASS 100% 693 in → 59 out (52 reasoning)
3
openai/gpt-5.5:high__json_schema PASS 100% 726 in → 132 out (117 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.5:low PASS 100% 693 in → 35 out (28 reasoning)
3
openai/gpt-5.5:low__json_schema PASS 100% 726 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.5:medium PASS 100% 693 in → 48 out (41 reasoning)
3
openai/gpt-5.5:medium__json_schema PASS 100% 726 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% 726 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.5:xhigh PASS 100% 693 in → 65 out (58 reasoning)
3
openai/gpt-5.5:xhigh__json_schema PASS 100% 726 in → 175 out (160 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-luna:high PASS 100% 693 in → 5 out (0 reasoning)
3
openai/gpt-5.6-luna:high__json_schema PASS 100% 726 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-luna:low PASS 100% 693 in → 5 out (0 reasoning)
3
openai/gpt-5.6-luna:low__json_schema PASS 100% 726 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-luna:max PASS 100% 693 in → 43 out (36 reasoning)
3
openai/gpt-5.6-luna:max__json_schema PASS 100% 726 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-luna:medium PASS 100% 693 in → 5 out (0 reasoning)
3
openai/gpt-5.6-luna:medium__json_schema PASS 100% 726 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-luna:none PASS 100% 693 in → 5 out (0 reasoning)
3
openai/gpt-5.6-luna:none__json_schema PASS 100% 726 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-luna:xhigh PASS 100% 693 in → 5 out (0 reasoning)
3
openai/gpt-5.6-luna:xhigh__json_schema PASS 100% 726 in → 57 out (42 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-sol:high PASS 100% 693 in → 5 out (0 reasoning)
3
openai/gpt-5.6-sol:high__json_schema PASS 100% 726 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-sol:low PASS 100% 693 in → 5 out (0 reasoning)
3
openai/gpt-5.6-sol:low__json_schema PASS 100% 726 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-sol:max PASS 100% 693 in → 5 out (0 reasoning)
3
openai/gpt-5.6-sol:max__json_schema PASS 100% 726 in → 143 out (128 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-sol:medium PASS 100% 693 in → 5 out (0 reasoning)
3
openai/gpt-5.6-sol:medium__json_schema PASS 100% 726 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-sol:none PASS 100% 693 in → 5 out (0 reasoning)
3
openai/gpt-5.6-sol:none__json_schema PASS 100% 726 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-sol:xhigh PASS 100% 693 in → 5 out (0 reasoning)
3
openai/gpt-5.6-sol:xhigh__json_schema PASS 100% 726 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-terra:high PASS 100% 693 in → 5 out (0 reasoning)
3
openai/gpt-5.6-terra:high__json_schema PASS 100% 726 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-terra:low PASS 100% 693 in → 5 out (0 reasoning)
3
openai/gpt-5.6-terra:low__json_schema PASS 100% 726 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-terra:max PASS 100% 693 in → 5 out (0 reasoning)
3
openai/gpt-5.6-terra:max__json_schema PASS 100% 726 in → 79 out (64 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-terra:medium PASS 100% 693 in → 5 out (0 reasoning)
3
openai/gpt-5.6-terra:medium__json_schema PASS 100% 726 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-terra:none PASS 100% 693 in → 5 out (0 reasoning)
3
openai/gpt-5.6-terra:none__json_schema PASS 100% 726 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-5.6-terra:xhigh PASS 100% 693 in → 5 out (0 reasoning)
3
openai/gpt-5.6-terra:xhigh__json_schema PASS 100% 726 in → 13 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-oss-120b:high PASS 100% 754 in → 130 out (119 reasoning)
3
openai/gpt-oss-120b:high__json_schema PASS 100% 741 in → 294 out (251 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-oss-120b:low PASS 100% 754 in → 36 out (19 reasoning)
3
openai/gpt-oss-120b:low__json_schema PASS 100% 752 in → 67 out (30 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-oss-120b:medium PASS 100% 752 in → 109 out (74 reasoning)
3
openai/gpt-oss-120b:medium__json_schema PASS 100% 741 in → 111 out (70 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
openai/gpt-oss-120b:xhigh PASS 100% 752 in → 183 out (162 reasoning)
3
openai/gpt-oss-120b:xhigh__json_schema PASS 100% 756 in → 342 out (255 reasoning)
3
JSON Schema Structured Output
(raw) { "count" : 3 }
openai/gpt-oss-20b:high PASS 100% 752 in → 141 out (103 reasoning)
3
openai/gpt-oss-20b:high__json_schema PASS 100% 754 in → 246 out (210 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-oss-20b:low PASS 100% 741 in → 55 out (33 reasoning)
3
openai/gpt-oss-20b:medium PASS 100% 754 in → 113 out (112 reasoning)
3
openai/gpt-oss-20b:medium__json_schema PASS 100% 852 in → 178 out (160 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
openai/gpt-oss-20b:xhigh PASS 100% 754 in → 124 out (113 reasoning)
3
poolside/laguna-m.1:high PASS 100% 906 in → 469 out (465 reasoning)
3
poolside/laguna-m.1:high__json_schema PASS 100% 906 in → 492 out (484 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
poolside/laguna-m.1:low PASS 100% 906 in → 443 out (439 reasoning)
3
poolside/laguna-m.1:low__json_schema PASS 100% 906 in → 514 out (506 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
poolside/laguna-m.1:medium PASS 100% 906 in → 420 out (416 reasoning)
3
poolside/laguna-m.1:medium__json_schema PASS 100% 906 in → 502 out (491 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
poolside/laguna-m.1:none__json_schema PASS 100% 906 in → 11 out (0 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
poolside/laguna-m.1:xhigh PASS 100% 906 in → 525 out (521 reasoning)
3
poolside/laguna-m.1:xhigh__json_schema PASS 100% 906 in → 386 out (378 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
poolside/laguna-xs-2.1:high PASS 100% 906 in → 420 out (418 reasoning)
3
poolside/laguna-xs-2.1:high__json_schema PASS 100% 906 in → 436 out (428 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
poolside/laguna-xs-2.1:low PASS 100% 906 in → 382 out (380 reasoning)
3
poolside/laguna-xs-2.1:low__json_schema PASS 100% 906 in → 1,055 out (1,043 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
poolside/laguna-xs-2.1:medium PASS 100% 906 in → 1,810 out (1,808 reasoning)
3
poolside/laguna-xs-2.1:medium__json_schema PASS 100% 906 in → 384 out (376 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
poolside/laguna-xs-2.1:none__json_schema PASS 100% 906 in → 11 out (0 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
poolside/laguna-xs-2.1:xhigh PASS 100% 906 in → 990 out (988 reasoning)
3
poolside/laguna-xs-2.1:xhigh__json_schema PASS 100% 906 in → 550 out (542 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
poolside/laguna-xs.2:high PASS 100% 943 in → 519 out (515 reasoning)
3
poolside/laguna-xs.2:high__json_schema PASS 100% 943 in → 409 out (397 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
poolside/laguna-xs.2:low PASS 100% 943 in → 279 out (275 reasoning)
3
poolside/laguna-xs.2:low__json_schema PASS 100% 943 in → 227 out (219 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
poolside/laguna-xs.2:medium PASS 100% 943 in → 435 out (431 reasoning)
3
poolside/laguna-xs.2:medium__json_schema PASS 100% 943 in → 315 out (307 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
poolside/laguna-xs.2:none PASS 100% 943 in → 3 out (0 reasoning)
3
poolside/laguna-xs.2:none__json_schema PASS 100% 943 in → 7 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
poolside/laguna-xs.2:xhigh PASS 100% 943 in → 252 out (248 reasoning)
3
poolside/laguna-xs.2:xhigh__json_schema PASS 100% 943 in → 235 out (227 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
qwen/qwen3.6-27b:high PASS 100% 913 in → 591 out (1 reasoning)
3
qwen/qwen3.6-27b:high__json_schema PASS 100% 913 in → 855 out (556 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
qwen/qwen3.6-27b:low PASS 100% 913 in → 1,002 out (658 reasoning)
3
qwen/qwen3.6-27b:low__json_schema PASS 100% 913 in → 909 out (584 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
qwen/qwen3.6-27b:medium PASS 100% 913 in → 843 out (568 reasoning)
3
qwen/qwen3.6-27b:medium__json_schema PASS 100% 913 in → 467 out (288 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
qwen/qwen3.6-27b:none PASS 100% 915 in → 2 out (0 reasoning)
3
qwen/qwen3.6-27b:none__json_schema PASS 100% 915 in → 10 out (0 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
qwen/qwen3.6-27b:xhigh PASS 100% 913 in → 628 out (413 reasoning)
3
qwen/qwen3.6-27b:xhigh__json_schema PASS 100% 913 in → 820 out (578 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
qwen/qwen3.6-35b-a3b:high PASS 100% 913 in → 435 out (249 reasoning)
3
qwen/qwen3.6-35b-a3b:high__json_schema PASS 100% 913 in → 654 out (385 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
qwen/qwen3.6-35b-a3b:low PASS 100% 913 in → 679 out (405 reasoning)
3
qwen/qwen3.6-35b-a3b:low__json_schema PASS 100% 913 in → 708 out (407 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
qwen/qwen3.6-35b-a3b:medium PASS 100% 913 in → 684 out (424 reasoning)
3
qwen/qwen3.6-35b-a3b:medium__json_schema PASS 100% 913 in → 985 out (496 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
qwen/qwen3.6-35b-a3b:none__json_schema PASS 100% 915 in → 11 out (0 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
qwen/qwen3.6-35b-a3b:xhigh PASS 100% 913 in → 422 out (416 reasoning)
3
qwen/qwen3.6-35b-a3b:xhigh__json_schema PASS 100% 913 in → 910 out (486 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
qwen/qwen3.6-flash:high PASS 100% 913 in → 609 out (603 reasoning)
3
qwen/qwen3.6-flash:low PASS 100% 913 in → 681 out (676 reasoning)
3
qwen/qwen3.6-flash:medium PASS 100% 913 in → 407 out (401 reasoning)
3
qwen/qwen3.6-flash:none PASS 100% 915 in → 1 out (0 reasoning)
3
qwen/qwen3.6-flash:xhigh PASS 100% 913 in → 400 out (394 reasoning)
3
qwen/qwen3.7-flash:high PASS 100% 913 in → 628 out (623 reasoning)
3
qwen/qwen3.7-flash:low PASS 100% 913 in → 616 out (610 reasoning)
3
qwen/qwen3.7-flash:max PASS 100% 913 in → 746 out (740 reasoning)
3
qwen/qwen3.7-flash:medium PASS 100% 913 in → 430 out (424 reasoning)
3
qwen/qwen3.7-flash:none PASS 100% 915 in → 1 out (0 reasoning)
3
qwen/qwen3.7-flash:xhigh PASS 100% 913 in → 422 out (417 reasoning)
3
qwen/qwen3.7-max:high PASS 100% 913 in → 309 out (303 reasoning)
3
qwen/qwen3.7-max:low PASS 100% 913 in → 370 out (364 reasoning)
3
qwen/qwen3.7-max:medium PASS 100% 913 in → 325 out (319 reasoning)
3
qwen/qwen3.7-max:none PASS 100% 915 in → 1 out (0 reasoning)
3
qwen/qwen3.7-max:xhigh PASS 100% 913 in → 410 out (404 reasoning)
3
qwen/qwen3.7-plus:high PASS 100% 913 in → 270 out (265 reasoning)
3
qwen/qwen3.7-plus:low PASS 100% 913 in → 332 out (326 reasoning)
3
qwen/qwen3.7-plus:medium PASS 100% 913 in → 257 out (252 reasoning)
3
qwen/qwen3.7-plus:none PASS 100% 915 in → 1 out (0 reasoning)
3
qwen/qwen3.7-plus:xhigh PASS 100% 913 in → 283 out (277 reasoning)
3
tencent/hy3:high PASS 100% 720 in → 225 out (222 reasoning)
3
tencent/hy3:high__json_schema PASS 100% 720 in → 274 out (182 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
tencent/hy3:low PASS 100% 720 in → 173 out (102 reasoning)
3
tencent/hy3:low__json_schema PASS 100% 720 in → 184 out (112 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
tencent/hy3:medium PASS 100% 720 in → 200 out (197 reasoning)
3
tencent/hy3:medium__json_schema PASS 100% 720 in → 208 out (128 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
tencent/hy3:none PASS 100% 723 in → 2 out (0 reasoning)
3
tencent/hy3:none__json_schema PASS 100% 723 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
tencent/hy3:xhigh PASS 100% 720 in → 178 out (115 reasoning)
3
tencent/hy3:xhigh__json_schema PASS 100% 720 in → 200 out (120 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
thinkingmachines/inkling-small:high PASS 100% 702 in → 72 out (65 reasoning)
3
thinkingmachines/inkling-small:high__json_schema PASS 100% 702 in → 120 out (109 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
thinkingmachines/inkling-small:low PASS 100% 702 in → 53 out (46 reasoning)
3
thinkingmachines/inkling-small:low__json_schema PASS 100% 702 in → 65 out (53 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
thinkingmachines/inkling-small:max PASS 100% 702 in → 95 out (61 reasoning)
3
thinkingmachines/inkling-small:max__json_schema PASS 100% 702 in → 108 out (95 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
thinkingmachines/inkling-small:medium PASS 100% 702 in → 51 out (32 reasoning)
3
thinkingmachines/inkling-small:medium__json_schema PASS 100% 702 in → 71 out (59 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
thinkingmachines/inkling-small:none PASS 100% 700 in → 4 out (0 reasoning)
3
thinkingmachines/inkling-small:xhigh PASS 100% 702 in → 116 out (77 reasoning)
3
thinkingmachines/inkling-small:xhigh__json_schema PASS 100% 702 in → 79 out (69 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
thinkingmachines/inkling:high PASS 100% 702 in → 93 out (86 reasoning)
3
thinkingmachines/inkling:high__json_schema PASS 100% 702 in → 116 out (102 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
thinkingmachines/inkling:low PASS 100% 702 in → 64 out (56 reasoning)
3
thinkingmachines/inkling:max PASS 100% 702 in → 116 out (83 reasoning)
3
thinkingmachines/inkling:medium PASS 100% 702 in → 110 out (66 reasoning)
3
thinkingmachines/inkling:medium__json_schema PASS 100% 702 in → 122 out (108 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
thinkingmachines/inkling:none PASS 100% 700 in → 4 out (0 reasoning)
3
thinkingmachines/inkling:xhigh PASS 100% 702 in → 109 out (59 reasoning)
3
thinkingmachines/inkling:xhigh__json_schema PASS 100% 702 in → 121 out (107 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
x-ai/grok-4.3:high PASS 100% 865 in → 345 out (344 reasoning)
3
x-ai/grok-4.3:high__json_schema PASS 100% 919 in → 607 out (602 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
x-ai/grok-4.3:low PASS 100% 871 in → 313 out (312 reasoning)
3
x-ai/grok-4.3:low__json_schema PASS 100% 925 in → 361 out (356 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
x-ai/grok-4.3:max PASS 100% 865 in → 351 out (350 reasoning)
3
x-ai/grok-4.3:max__json_schema PASS 100% 919 in → 351 out (346 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
x-ai/grok-4.3:medium__json_schema PASS 100% 925 in → 606 out (601 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
x-ai/grok-4.3:none PASS 100% 863 in → 1 out (0 reasoning)
3
x-ai/grok-4.3:none__json_schema PASS 100% 917 in → 5 out (0 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
x-ai/grok-4.3:xhigh PASS 100% 865 in → 468 out (467 reasoning)
3
x-ai/grok-4.3:xhigh__json_schema PASS 100% 919 in → 421 out (416 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
x-ai/grok-4.5:high PASS 100% 919 in → 240 out (239 reasoning)
3
x-ai/grok-4.5:high__json_schema PASS 100% 983 in → 423 out (417 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
x-ai/grok-4.5:low PASS 100% 919 in → 212 out (211 reasoning)
3
x-ai/grok-4.5:low__json_schema PASS 100% 983 in → 332 out (327 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
x-ai/grok-4.5:max PASS 100% 919 in → 297 out (296 reasoning)
3
x-ai/grok-4.5:max__json_schema PASS 100% 983 in → 338 out (333 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
x-ai/grok-4.5:medium PASS 100% 919 in → 197 out (196 reasoning)
3
x-ai/grok-4.5:medium__json_schema PASS 100% 983 in → 351 out (345 reasoning)
3
JSON Schema Structured Output
(raw) {"count": 3}
x-ai/grok-4.5:xhigh PASS 100% 919 in → 260 out (259 reasoning)
3
x-ai/grok-4.5:xhigh__json_schema PASS 100% 983 in → 407 out (402 reasoning)
3
JSON Schema Structured Output
(raw) {"count":3}
z-ai/glm-4.7-flash:high PASS 100% 729 in → 654 out (446 reasoning)
3
z-ai/glm-4.7-flash:low PASS 100% 729 in → 612 out (443 reasoning)
3
z-ai/glm-4.7-flash:medium PASS 100% 729 in → 665 out (553 reasoning)
3
z-ai/glm-4.7-flash:none__json_schema PASS 100% 729 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
z-ai/glm-4.7-flash:xhigh PASS 100% 729 in → 600 out (428 reasoning)
3
z-ai/glm-5.2:high PASS 100% 736 in → 150 out (0 reasoning)
3
z-ai/glm-5.2:high__json_schema PASS 100% 736 in → 140 out (131 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
z-ai/glm-5.2:low PASS 100% 736 in → 153 out (150 reasoning)
3
z-ai/glm-5.2:low__json_schema PASS 100% 736 in → 8 out (7 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
z-ai/glm-5.2:medium PASS 100% 736 in → 375 out (370 reasoning)
3
z-ai/glm-5.2:medium__json_schema PASS 100% 736 in → 160 out (122 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
z-ai/glm-5.2:none PASS 100% 730 in → 2 out (0 reasoning)
3
z-ai/glm-5.2:none__json_schema PASS 100% 730 in → 8 out (0 reasoning)
3
JSON Schema Structured Output
(raw) { "count": 3 }
z-ai/glm-5.2:xhigh PASS 100% 736 in → 87 out (74 reasoning)
3
z-ai/glm-5.2:xhigh__json_schema PASS 100% 738 in → 216 out (206 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)
arcee-ai/trinity-mini:low__json_schema FAIL 0% 690 in → 732 out (624 reasoning)
4
JSON Schema Structured Output
(raw) { "count": 4 }
Failure: Expected '3', got '4'
arcee-ai/trinity-mini:xhigh FAIL 0% 690 in → 582 out (462 reasoning)
4
Failure: Expected '3', got ' 4'
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
deepseek/deepseek-v4-pro:high FAIL 0% 703 in → 2 out (0 reasoning)
4
Failure: Expected '3', got '4'
inclusionai/ling-2.6-flash FAIL 0% 952 in → 2 out
2
Failure: Expected '3', got '2'
liquid/lfm-2-24b-a2b FAIL 0% 737 in → 2 out
2
Failure: Expected '3', got '2'
Invalid structured output. Output: 2
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-m2.7:low__json_schema FAIL 0% 732 in → 341 out (253 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
Failure: Expected '3', got '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)
mistralai/devstral-2512 FAIL 0% 914 in → 2 out
2
Failure: Expected '3', got '2'
(empty output)
JSON Schema Structured Output
Failure: OpenAI-compatible response contained provider error: The operation was aborted
Invalid JSON. Output:
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
nvidia/nemotron-3-nano-30b-a3b:none FAIL 0% 927 in → 2 out (0 reasoning)
2
Failure: Expected '3', got '2'
nvidia/nemotron-3-super-120b-a12b:none FAIL 0% 927 in → 2 out (0 reasoning)
4
Failure: Expected '3', got '4'
openai/gpt-oss-20b:low__json_schema FAIL 0% 741 in → 42 out (24 reasoning)
4
JSON Schema Structured Output
(raw) {"count":4}
Failure: Expected '3', got '4'
openai/gpt-oss-20b:xhigh__json_schema FAIL 0% 754 in → 146 out (127 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
Failure: Expected '3', got '1'
poolside/laguna-m.1:none FAIL 0% 906 in → 3 out (0 reasoning)
2
Failure: Expected '3', got ' 2 '
poolside/laguna-xs-2.1:none FAIL 0% 906 in → 1 out (0 reasoning)
4
Failure: Expected '3', got '4'
qwen/qwen3.6-35b-a3b:none FAIL 0% 915 in → 2 out (0 reasoning)
4
Failure: Expected '3', got '4'
(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-ce10558e-bd97-9823-8392-32f5db7fc728","request_id":"ce10558e-bd97-9823-8392-32f5db7fc728"}', '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-305ad822-fb09-999e-a1d0-31ec43489f90","request_id":"305ad822-fb09-999e-a1d0-31ec43489f90"}', '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-0e7e94d2-743f-92d6-b6bd-d27b9bade759","request_id":"0e7e94d2-743f-92d6-b6bd-d27b9bade759"}', '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-29ebef2b-9f03-9c8d-9cb2-109fdaa31d27","request_id":"29ebef2b-9f03-9c8d-9cb2-109fdaa31d27"}', '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-6d576999-9a32-93ab-883e-ccca4b8ec3c9","request_id":"6d576999-9a32-93ab-883e-ccca4b8ec3c9"}', '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-c3bbcfac-9793-9514-bbab-9804fe103320"}\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-77e01bd6-29a4-9efc-9cd9-5097fff76572"}\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-91819759-c0cd-95a9-9a43-e55477e63c59"}\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-c9426761-6a09-9a61-8531-d0cfb9025568"}\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-80dc3cf5-8580-91e0-8992-6eabfbfd9ae5"}\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-00ed501a-6095-9444-adf0-a67d06c29b08"}\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-c0d0fcee-cec6-96e4-bf9c-0e944d157de3","request_id":"c0d0fcee-cec6-96e4-bf9c-0e944d157de3"}', '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-e7b1c14c-dbb6-9bf9-9181-e26d5a80aacd","request_id":"e7b1c14c-dbb6-9bf9-9181-e26d5a80aacd"}', '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-78bb0478-f66a-9fc4-9a9f-325469b03ca3","request_id":"78bb0478-f66a-9fc4-9a9f-325469b03ca3"}', '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-1f8496e2-e9dc-9046-8a82-d29dd844d374","request_id":"1f8496e2-e9dc-9046-8a82-d29dd844d374"}', '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-ef00657c-a19a-9329-bc1c-0f3bb83656f9","request_id":"ef00657c-a19a-9329-bc1c-0f3bb83656f9"}', '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-56410bde-2c31-9147-8104-078de595dccc","request_id":"56410bde-2c31-9147-8104-078de595dccc"}', '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-0d2b5041-32cd-9fb4-9b95-593861050afe","request_id":"0d2b5041-32cd-9fb4-9b95-593861050afe"}', '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-0aab8c0d-8184-9585-b2cb-79f1130770ca","request_id":"0aab8c0d-8184-9585-b2cb-79f1130770ca"}', '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-c17b77f1-7c14-90ba-8651-1cd60cacdad0","request_id":"c17b77f1-7c14-90ba-8651-1cd60cacdad0"}', '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-600cf32e-d44c-9162-9d9c-1ff4b4a17929","request_id":"600cf32e-d44c-9162-9d9c-1ff4b4a17929"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
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 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)
x-ai/grok-4.3:medium FAIL 0% 871 in → 868 out (731 reasoning)
3 The dates from the detailed and stat logs (which match) are checked against the inclusive range [2025-02-01, 2025-03-31]: - 2025-04-01 lies after the upper bound → excluded - 2025-03-05 lies inside the range → counted - 2025-02-20 lies inside the range → counted - 2025-02-10 lies inside the range → counted - 2025-01-15 lies before the lower bound → excluded Exactly three commits satisfy the predicate. The oneline and stat outputs contain the identical set of commits, confirming the count.
Failure: Expected '3', got '3 The dates from the detailed and stat logs (which match) are checked against the inclusive range [2025-02-01, 2025-03-31]: - 2025-04-01 lies after the upper bound → excluded - 2025-03-05 lies inside the range → counted - 2025-02-20 lies inside the range → counted - 2025-02-10 lies inside the range → counted - 2025-01-15 lies before the lower bound → excluded Exactly three commits satisfy the predicate. The oneline and stat outputs contain the identical set of commits, confirming the count.'
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
z-ai/glm-4.7-flash:none FAIL 0% 729 in → 1 out (0 reasoning)
2
Failure: Expected '3', got '2'
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