Count total lines changed in a commit from stat output
Tests ability to count total lines changed in a commit from stat output. Evaluates quantitative stat interpretation.

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 'start' > readme.txt
  5. 05 git add readme.txt
  6. 06 git commit -m 'Add readme'
  7. 07 printf 'line1 line2 line3 ' > code.py
  8. 08 printf 'a b c d e ' > docs.md
  9. 09 git add code.py docs.md
  10. 10 git commit -m 'Add code and docs'
Prompt
In the commit with message 'Add code and docs', how many total insertions were made according to git log --stat? Output ONLY the number, nothing else.
Expected
8

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

Loading...
Loading raw attempt evidence…
anthropic/claude-fable-5:high PASS 100% 419 in → 3 out (0 reasoning)
8
anthropic/claude-fable-5:high__json_schema PASS 100% 641 in → 9 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
anthropic/claude-fable-5:low PASS 100% 440 in → 3 out (0 reasoning)
8
anthropic/claude-fable-5:low__json_schema PASS 100% 643 in → 9 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
anthropic/claude-fable-5:max PASS 100% 436 in → 44 out (29 reasoning)
8
anthropic/claude-fable-5:max__json_schema PASS 100% 643 in → 50 out (29 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
anthropic/claude-fable-5:medium PASS 100% 423 in → 3 out (0 reasoning)
8
anthropic/claude-fable-5:medium__json_schema PASS 100% 634 in → 9 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
anthropic/claude-fable-5:xhigh PASS 100% 440 in → 3 out (0 reasoning)
8
anthropic/claude-fable-5:xhigh__json_schema PASS 100% 654 in → 9 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
anthropic/claude-haiku-4.5:high PASS 100% 396 in → 168 out (112 reasoning)
8
anthropic/claude-haiku-4.5:high__json_schema PASS 100% 543 in → 264 out (200 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
anthropic/claude-haiku-4.5:low PASS 100% 385 in → 192 out (138 reasoning)
8
anthropic/claude-haiku-4.5:low__json_schema PASS 100% 552 in → 278 out (214 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
anthropic/claude-haiku-4.5:medium PASS 100% 395 in → 171 out (119 reasoning)
8
anthropic/claude-haiku-4.5:medium__json_schema PASS 100% 552 in → 184 out (136 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
anthropic/claude-haiku-4.5:none PASS 100% 376 in → 5 out (0 reasoning)
8
anthropic/claude-haiku-4.5:none__json_schema PASS 100% 525 in → 9 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
anthropic/claude-haiku-4.5:xhigh PASS 100% 392 in → 199 out (126 reasoning)
8
anthropic/claude-haiku-4.5:xhigh__json_schema PASS 100% 552 in → 279 out (201 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
anthropic/claude-opus-4.6:high PASS 100% 361 in → 5 out (0 reasoning)
8
anthropic/claude-opus-4.6:high__json_schema PASS 100% 533 in → 8 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
anthropic/claude-opus-4.6:low PASS 100% 366 in → 5 out (0 reasoning)
8
anthropic/claude-opus-4.6:low__json_schema PASS 100% 521 in → 8 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
anthropic/claude-opus-4.6:max PASS 100% 363 in → 5 out (0 reasoning)
8
anthropic/claude-opus-4.6:max__json_schema PASS 100% 532 in → 134 out (76 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
anthropic/claude-opus-4.6:medium PASS 100% 360 in → 5 out (0 reasoning)
8
anthropic/claude-opus-4.6:medium__json_schema PASS 100% 529 in → 8 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
anthropic/claude-opus-4.6:none PASS 100% 353 in → 5 out (0 reasoning)
8
anthropic/claude-opus-4.6:none__json_schema PASS 100% 527 in → 8 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
anthropic/claude-opus-4.6:xhigh PASS 100% 367 in → 5 out (0 reasoning)
8
anthropic/claude-opus-4.6:xhigh__json_schema PASS 100% 522 in → 8 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
anthropic/claude-opus-4.7:high PASS 100% 416 in → 6 out (0 reasoning)
8
anthropic/claude-opus-4.7:high__json_schema PASS 100% 648 in → 10 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
anthropic/claude-opus-4.7:low PASS 100% 430 in → 6 out (0 reasoning)
8
anthropic/claude-opus-4.7:low__json_schema PASS 100% 633 in → 10 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
anthropic/claude-opus-4.7:max PASS 100% 429 in → 6 out (0 reasoning)
8
anthropic/claude-opus-4.7:max__json_schema PASS 100% 657 in → 10 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
anthropic/claude-opus-4.7:medium PASS 100% 432 in → 6 out (0 reasoning)
8
anthropic/claude-opus-4.7:medium__json_schema PASS 100% 640 in → 10 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
anthropic/claude-opus-4.7:none PASS 100% 456 in → 6 out (0 reasoning)
8
anthropic/claude-opus-4.7:none__json_schema PASS 100% 637 in → 10 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
anthropic/claude-opus-4.7:xhigh PASS 100% 441 in → 6 out (0 reasoning)
8
anthropic/claude-opus-4.7:xhigh__json_schema PASS 100% 655 in → 10 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
anthropic/claude-opus-4.8:high PASS 100% 426 in → 3 out (0 reasoning)
8
anthropic/claude-opus-4.8:high__json_schema PASS 100% 636 in → 8 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
anthropic/claude-opus-4.8:low PASS 100% 426 in → 3 out (0 reasoning)
8
anthropic/claude-opus-4.8:low__json_schema PASS 100% 638 in → 8 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
anthropic/claude-opus-4.8:max PASS 100% 436 in → 3 out (0 reasoning)
8
anthropic/claude-opus-4.8:max__json_schema PASS 100% 645 in → 9 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
anthropic/claude-opus-4.8:medium PASS 100% 425 in → 3 out (0 reasoning)
8
anthropic/claude-opus-4.8:medium__json_schema PASS 100% 635 in → 8 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
anthropic/claude-opus-4.8:none PASS 100% 426 in → 3 out (0 reasoning)
8
anthropic/claude-opus-4.8:none__json_schema PASS 100% 640 in → 8 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
anthropic/claude-opus-4.8:xhigh PASS 100% 428 in → 3 out (0 reasoning)
8
anthropic/claude-opus-4.8:xhigh__json_schema PASS 100% 635 in → 8 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
anthropic/claude-sonnet-4.6:high PASS 100% 370 in → 5 out (0 reasoning)
8
anthropic/claude-sonnet-4.6:high__json_schema PASS 100% 531 in → 8 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
anthropic/claude-sonnet-4.6:low PASS 100% 360 in → 5 out (0 reasoning)
8
anthropic/claude-sonnet-4.6:low__json_schema PASS 100% 527 in → 8 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
anthropic/claude-sonnet-4.6:max PASS 100% 361 in → 5 out (0 reasoning)
8
anthropic/claude-sonnet-4.6:max__json_schema PASS 100% 534 in → 8 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
anthropic/claude-sonnet-4.6:medium PASS 100% 358 in → 5 out (0 reasoning)
8
anthropic/claude-sonnet-4.6:medium__json_schema PASS 100% 528 in → 8 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
anthropic/claude-sonnet-4.6:none PASS 100% 363 in → 5 out (0 reasoning)
8
anthropic/claude-sonnet-4.6:none__json_schema PASS 100% 528 in → 8 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
anthropic/claude-sonnet-4.6:xhigh PASS 100% 367 in → 5 out (0 reasoning)
8
anthropic/claude-sonnet-4.6:xhigh__json_schema PASS 100% 529 in → 8 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
anthropic/claude-sonnet-5:high PASS 100% 415 in → 3 out (0 reasoning)
8
anthropic/claude-sonnet-5:high__json_schema PASS 100% 654 in → 9 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
anthropic/claude-sonnet-5:low PASS 100% 440 in → 3 out (0 reasoning)
8
anthropic/claude-sonnet-5:low__json_schema PASS 100% 651 in → 9 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
anthropic/claude-sonnet-5:medium PASS 100% 435 in → 3 out (0 reasoning)
8
anthropic/claude-sonnet-5:medium__json_schema PASS 100% 631 in → 9 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
anthropic/claude-sonnet-5:none PASS 100% 421 in → 3 out (0 reasoning)
8
anthropic/claude-sonnet-5:none__json_schema PASS 100% 634 in → 8 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
anthropic/claude-sonnet-5:xhigh PASS 100% 436 in → 3 out (0 reasoning)
8
anthropic/claude-sonnet-5:xhigh__json_schema PASS 100% 636 in → 9 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
arcee-ai/trinity-large-thinking:high PASS 100% 309 in → 338 out (341 reasoning)
8
arcee-ai/trinity-large-thinking:low PASS 100% 312 in → 534 out (543 reasoning)
8
arcee-ai/trinity-large-thinking:medium PASS 100% 322 in → 343 out (351 reasoning)
8
arcee-ai/trinity-large-thinking:xhigh PASS 100% 308 in → 309 out (313 reasoning)
8
arcee-ai/trinity-mini:high PASS 100% 329 in → 228 out (237 reasoning)
8
arcee-ai/trinity-mini:high__json_schema PASS 100% 304 in → 215 out (225 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
arcee-ai/trinity-mini:low PASS 100% 319 in → 224 out (226 reasoning)
8
arcee-ai/trinity-mini:low__json_schema PASS 100% 322 in → 199 out (205 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
arcee-ai/trinity-mini:medium PASS 100% 312 in → 224 out (236 reasoning)
8
arcee-ai/trinity-mini:medium__json_schema PASS 100% 320 in → 238 out (246 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
arcee-ai/trinity-mini:xhigh PASS 100% 308 in → 203 out (207 reasoning)
8
arcee-ai/trinity-mini:xhigh__json_schema PASS 100% 333 in → 246 out (248 reasoning)
8
JSON Schema Structured Output
(raw) { "count":8 }
deepseek/deepseek-v4-flash-0731:high PASS 100% 400 in → 47 out (45 reasoning)
8
deepseek/deepseek-v4-flash-0731:high__json_schema PASS 100% 320 in → 54 out (45 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
deepseek/deepseek-v4-flash-0731:low PASS 100% 319 in → 91 out (87 reasoning)
8
deepseek/deepseek-v4-flash-0731:low__json_schema PASS 100% 334 in → 48 out (30 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
deepseek/deepseek-v4-flash-0731:max PASS 100% 411 in → 73 out (71 reasoning)
8
deepseek/deepseek-v4-flash-0731:max__json_schema PASS 100% 411 in → 6 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
deepseek/deepseek-v4-flash-0731:medium PASS 100% 324 in → 75 out (73 reasoning)
8
deepseek/deepseek-v4-flash-0731:medium__json_schema PASS 100% 321 in → 41 out (29 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
deepseek/deepseek-v4-flash-0731:none PASS 100% 328 in → 2 out (0 reasoning)
8
deepseek/deepseek-v4-flash-0731:none__json_schema PASS 100% 321 in → 8 out (0 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
deepseek/deepseek-v4-flash-0731:xhigh PASS 100% 405 in → 32 out (30 reasoning)
8
deepseek/deepseek-v4-flash-0731:xhigh__json_schema PASS 100% 405 in → 63 out (46 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
deepseek/deepseek-v4-flash:high PASS 100% 319 in → 42 out (40 reasoning)
8
deepseek/deepseek-v4-flash:high__json_schema PASS 100% 320 in → 75 out (66 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
deepseek/deepseek-v4-flash:low PASS 100% 319 in → 71 out (69 reasoning)
8
deepseek/deepseek-v4-flash:low__json_schema PASS 100% 318 in → 77 out (68 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
deepseek/deepseek-v4-flash:medium PASS 100% 330 in → 70 out (68 reasoning)
8
deepseek/deepseek-v4-flash:medium__json_schema PASS 100% 392 in → 91 out (81 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
deepseek/deepseek-v4-flash:none PASS 100% 332 in → 2 out (0 reasoning)
8
deepseek/deepseek-v4-flash:none__json_schema PASS 100% 333 in → 8 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
deepseek/deepseek-v4-flash:xhigh PASS 100% 412 in → 103 out (100 reasoning)
8
deepseek/deepseek-v4-flash:xhigh__json_schema PASS 100% 413 in → 99 out (91 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
deepseek/deepseek-v4-pro:high PASS 100% 323 in → 103 out (100 reasoning)
8
deepseek/deepseek-v4-pro:high__json_schema PASS 100% 502 in → 65 out (58 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
deepseek/deepseek-v4-pro:low PASS 100% 318 in → 120 out (107 reasoning)
8
deepseek/deepseek-v4-pro:medium PASS 100% 320 in → 124 out (114 reasoning)
8
deepseek/deepseek-v4-pro:medium__json_schema PASS 100% 325 in → 102 out (94 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
deepseek/deepseek-v4-pro:none PASS 100% 312 in → 2 out (0 reasoning)
8
deepseek/deepseek-v4-pro:none__json_schema PASS 100% 509 in → 6 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
deepseek/deepseek-v4-pro:xhigh PASS 100% 403 in → 109 out (106 reasoning)
8
deepseek/deepseek-v4-pro:xhigh__json_schema PASS 100% 593 in → 936 out (929 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
google/gemini-3-flash-preview:high PASS 100% 409 in → 174 out (173 reasoning)
8
google/gemini-3-flash-preview:high__json_schema PASS 100% 455 in → 384 out (374 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
google/gemini-3-flash-preview:low PASS 100% 403 in → 187 out (186 reasoning)
8
google/gemini-3-flash-preview:low__json_schema PASS 100% 404 in → 174 out (169 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
google/gemini-3-flash-preview:medium PASS 100% 393 in → 208 out (207 reasoning)
8
google/gemini-3-flash-preview:medium__json_schema PASS 100% 460 in → 281 out (276 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
google/gemini-3-flash-preview:xhigh PASS 100% 413 in → 362 out (361 reasoning)
8
google/gemini-3-flash-preview:xhigh__json_schema PASS 100% 467 in → 259 out (250 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
google/gemini-3.1-flash-lite-preview:high PASS 100% 406 in → 311 out (310 reasoning)
8
google/gemini-3.1-flash-lite-preview:high__json_schema PASS 100% 466 in → 565 out (559 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
google/gemini-3.1-flash-lite-preview:low PASS 100% 410 in → 132 out (131 reasoning)
8
google/gemini-3.1-flash-lite-preview:low__json_schema PASS 100% 458 in → 125 out (119 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
google/gemini-3.1-flash-lite-preview:medium PASS 100% 401 in → 183 out (182 reasoning)
8
google/gemini-3.1-flash-lite-preview:medium__json_schema PASS 100% 406 in → 205 out (195 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
google/gemini-3.1-flash-lite-preview:xhigh PASS 100% 406 in → 349 out (348 reasoning)
8
google/gemini-3.1-flash-lite-preview:xhigh__json_schema PASS 100% 404 in → 314 out (309 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
google/gemini-3.1-pro-preview:high PASS 100% 397 in → 211 out (210 reasoning)
8
google/gemini-3.1-pro-preview:high__json_schema PASS 100% 463 in → 127 out (122 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
google/gemini-3.1-pro-preview:low PASS 100% 410 in → 135 out (134 reasoning)
8
google/gemini-3.1-pro-preview:low__json_schema PASS 100% 457 in → 147 out (141 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
google/gemini-3.1-pro-preview:medium PASS 100% 396 in → 301 out (300 reasoning)
8
google/gemini-3.1-pro-preview:medium__json_schema PASS 100% 461 in → 110 out (104 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
google/gemini-3.1-pro-preview:xhigh PASS 100% 408 in → 319 out (318 reasoning)
8
google/gemini-3.1-pro-preview:xhigh__json_schema PASS 100% 396 in → 142 out (136 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
google/gemini-3.5-flash-lite:high PASS 100% 403 in → 318 out (317 reasoning)
8
google/gemini-3.5-flash-lite:high__json_schema PASS 100% 467 in → 334 out (328 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
google/gemini-3.5-flash-lite:low PASS 100% 411 in → 1 out (0 reasoning)
8
google/gemini-3.5-flash-lite:low__json_schema PASS 100% 410 in → 10 out (0 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
google/gemini-3.5-flash-lite:max PASS 100% 406 in → 248 out (247 reasoning)
8
google/gemini-3.5-flash-lite:max__json_schema PASS 100% 459 in → 298 out (292 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
google/gemini-3.5-flash-lite:medium PASS 100% 396 in → 252 out (251 reasoning)
8
google/gemini-3.5-flash-lite:medium__json_schema PASS 100% 396 in → 314 out (308 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
google/gemini-3.5-flash-lite:xhigh PASS 100% 416 in → 296 out (295 reasoning)
8
google/gemini-3.5-flash-lite:xhigh__json_schema PASS 100% 403 in → 300 out (294 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
google/gemini-3.5-flash:high PASS 100% 405 in → 375 out (374 reasoning)
8
google/gemini-3.5-flash:high__json_schema PASS 100% 460 in → 292 out (286 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
google/gemini-3.5-flash:low PASS 100% 399 in → 138 out (137 reasoning)
8
google/gemini-3.5-flash:low__json_schema PASS 100% 453 in → 117 out (111 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
google/gemini-3.5-flash:medium PASS 100% 389 in → 268 out (267 reasoning)
8
google/gemini-3.5-flash:medium__json_schema PASS 100% 462 in → 261 out (256 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
google/gemini-3.5-flash:xhigh PASS 100% 402 in → 318 out (317 reasoning)
8
google/gemini-3.5-flash:xhigh__json_schema PASS 100% 450 in → 392 out (387 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
google/gemini-3.6-flash:high PASS 100% 414 in → 196 out (195 reasoning)
8
google/gemini-3.6-flash:high__json_schema PASS 100% 469 in → 332 out (327 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
google/gemini-3.6-flash:low PASS 100% 407 in → 101 out (100 reasoning)
8
google/gemini-3.6-flash:low__json_schema PASS 100% 406 in → 110 out (105 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
google/gemini-3.6-flash:max PASS 100% 396 in → 247 out (246 reasoning)
8
google/gemini-3.6-flash:max__json_schema PASS 100% 407 in → 276 out (271 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
google/gemini-3.6-flash:medium PASS 100% 401 in → 151 out (150 reasoning)
8
google/gemini-3.6-flash:medium__json_schema PASS 100% 405 in → 243 out (237 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
google/gemini-3.6-flash:xhigh PASS 100% 403 in → 350 out (349 reasoning)
8
google/gemini-3.6-flash:xhigh__json_schema PASS 100% 469 in → 331 out (326 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
google/gemma-4-26b-a4b-it:high PASS 100% 424 in → 331 out (238 reasoning)
8
google/gemma-4-26b-a4b-it:high__json_schema PASS 100% 419 in → 390 out (243 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
google/gemma-4-26b-a4b-it:low PASS 100% 425 in → 306 out (211 reasoning)
8
google/gemma-4-26b-a4b-it:low__json_schema PASS 100% 420 in → 448 out (294 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
google/gemma-4-26b-a4b-it:medium PASS 100% 418 in → 300 out (241 reasoning)
8
google/gemma-4-26b-a4b-it:medium__json_schema PASS 100% 428 in → 539 out (341 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
google/gemma-4-26b-a4b-it:none PASS 100% 433 in → 2 out (0 reasoning)
8
google/gemma-4-26b-a4b-it:none__json_schema PASS 100% 418 in → 10 out (0 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
google/gemma-4-26b-a4b-it:xhigh PASS 100% 423 in → 328 out (238 reasoning)
8
google/gemma-4-26b-a4b-it:xhigh__json_schema PASS 100% 416 in → 219 out (169 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
google/gemma-4-31b-it:high PASS 100% 420 in → 207 out (167 reasoning)
8
google/gemma-4-31b-it:high__json_schema PASS 100% 414 in → 190 out (162 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
google/gemma-4-31b-it:low PASS 100% 415 in → 198 out (157 reasoning)
8
google/gemma-4-31b-it:low__json_schema PASS 100% 420 in → 181 out (128 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
google/gemma-4-31b-it:medium PASS 100% 431 in → 157 out (141 reasoning)
8
google/gemma-4-31b-it:medium__json_schema PASS 100% 415 in → 205 out (150 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
google/gemma-4-31b-it:none PASS 100% 410 in → 2 out (0 reasoning)
8
google/gemma-4-31b-it:none__json_schema PASS 100% 415 in → 8 out (0 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
google/gemma-4-31b-it:xhigh PASS 100% 426 in → 249 out (1 reasoning)
8
google/gemma-4-31b-it:xhigh__json_schema PASS 100% 423 in → 166 out (160 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
ibm-granite/granite-4.1-8b PASS 100% 355 in → 2 out
8
inclusionai/ling-2.6-flash PASS 100% 432 in → 2 out
8
8
JSON Schema Structured Output
(raw) {"count": 8}
liquid/lfm-2-24b-a2b PASS 100% 352 in → 2 out
8
minimax/minimax-m2.5:high PASS 100% 351 in → 121 out (120 reasoning)
8
minimax/minimax-m2.5:high__json_schema PASS 100% 379 in → 117 out (105 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
minimax/minimax-m2.5:low PASS 100% 362 in → 107 out (104 reasoning)
8
minimax/minimax-m2.5:low__json_schema PASS 100% 379 in → 161 out (149 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
minimax/minimax-m2.5:medium PASS 100% 352 in → 192 out (195 reasoning)
8
minimax/minimax-m2.5:medium__json_schema PASS 100% 383 in → 127 out (119 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
minimax/minimax-m2.5:xhigh PASS 100% 355 in → 154 out (135 reasoning)
8
minimax/minimax-m2.5:xhigh__json_schema PASS 100% 365 in → 218 out (213 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
minimax/minimax-m2.7:high PASS 100% 351 in → 102 out (100 reasoning)
8
minimax/minimax-m2.7:high__json_schema PASS 100% 474 in → 365 out (354 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
minimax/minimax-m2.7:low PASS 100% 354 in → 119 out (116 reasoning)
8
minimax/minimax-m2.7:low__json_schema PASS 100% 482 in → 197 out (189 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
minimax/minimax-m2.7:medium PASS 100% 356 in → 113 out (111 reasoning)
8
minimax/minimax-m2.7:medium__json_schema PASS 100% 488 in → 376 out (368 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
minimax/minimax-m2.7:xhigh PASS 100% 357 in → 100 out (101 reasoning)
8
minimax/minimax-m3:high PASS 100% 493 in → 42 out (45 reasoning)
8
minimax/minimax-m3:high__json_schema PASS 100% 447 in → 10 out (8 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
minimax/minimax-m3:low PASS 100% 487 in → 92 out (72 reasoning)
8
minimax/minimax-m3:low__json_schema PASS 100% 484 in → 7 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
minimax/minimax-m3:medium PASS 100% 494 in → 126 out (104 reasoning)
8
minimax/minimax-m3:medium__json_schema PASS 100% 477 in → 7 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
minimax/minimax-m3:xhigh PASS 100% 487 in → 75 out (70 reasoning)
8
minimax/minimax-m3:xhigh__json_schema PASS 100% 475 in → 10 out (0 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
mistralai/devstral-2512 PASS 100% 405 in → 2 out
8
mistralai/devstral-2512__json_schema PASS 100% 390 in → 7 out
8
JSON Schema Structured Output
(raw) {"count": 8}
mistralai/mistral-medium-3-5:high PASS 100% 413 in → 199 out (189 reasoning)
8
mistralai/mistral-medium-3-5:high__json_schema PASS 100% 402 in → 176 out (168 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
mistralai/mistral-medium-3-5:low PASS 100% 407 in → 220 out (200 reasoning)
8
mistralai/mistral-medium-3-5:low__json_schema PASS 100% 410 in → 203 out (173 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
mistralai/mistral-medium-3-5:medium PASS 100% 418 in → 164 out (156 reasoning)
8
mistralai/mistral-medium-3-5:medium__json_schema PASS 100% 406 in → 321 out (281 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
mistralai/mistral-medium-3-5:none PASS 100% 410 in → 2 out (0 reasoning)
8
mistralai/mistral-medium-3-5:none__json_schema PASS 100% 401 in → 7 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
mistralai/mistral-medium-3-5:xhigh PASS 100% 417 in → 163 out (147 reasoning)
8
mistralai/mistral-medium-3-5:xhigh__json_schema PASS 100% 393 in → 198 out (153 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
moonshotai/kimi-k2.6:high PASS 100% 317 in → 98 out (97 reasoning)
8
moonshotai/kimi-k2.6:low PASS 100% 325 in → 163 out (160 reasoning)
8
moonshotai/kimi-k2.6:low__json_schema PASS 100% 310 in → 386 out (161 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
moonshotai/kimi-k2.6:medium PASS 100% 323 in → 194 out (191 reasoning)
8
moonshotai/kimi-k2.6:medium__json_schema PASS 100% 328 in → 122 out (115 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
moonshotai/kimi-k2.6:xhigh PASS 100% 312 in → 159 out (153 reasoning)
8
moonshotai/kimi-k2.6:xhigh__json_schema PASS 100% 316 in → 125 out (118 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
moonshotai/kimi-k2.7-code:high PASS 100% 328 in → 80 out (76 reasoning)
8
moonshotai/kimi-k2.7-code:high__json_schema PASS 100% 415 in → 78 out (71 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
moonshotai/kimi-k2.7-code:low PASS 100% 316 in → 77 out (74 reasoning)
8
moonshotai/kimi-k2.7-code:low__json_schema PASS 100% 402 in → 128 out (121 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
moonshotai/kimi-k2.7-code:medium PASS 100% 323 in → 56 out (52 reasoning)
8
moonshotai/kimi-k2.7-code:medium__json_schema PASS 100% 311 in → 104 out (96 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
moonshotai/kimi-k2.7-code:xhigh PASS 100% 318 in → 65 out (62 reasoning)
8
moonshotai/kimi-k2.7-code:xhigh__json_schema PASS 100% 313 in → 100 out (91 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
moonshotai/kimi-k3:high PASS 100% 400 in → 80 out (64 reasoning)
8
moonshotai/kimi-k3:high__json_schema PASS 100% 494 in → 54 out (33 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
moonshotai/kimi-k3:low PASS 100% 391 in → 32 out (16 reasoning)
8
moonshotai/kimi-k3:low__json_schema PASS 100% 393 in → 122 out (106 reasoning)
8
moonshotai/kimi-k3:max PASS 100% 388 in → 74 out (58 reasoning)
8
moonshotai/kimi-k3:max__json_schema PASS 100% 388 in → 58 out (42 reasoning)
8
moonshotai/kimi-k3:medium PASS 100% 398 in → 65 out (49 reasoning)
8
moonshotai/kimi-k3:medium__json_schema PASS 100% 394 in → 82 out (66 reasoning)
8
moonshotai/kimi-k3:xhigh PASS 100% 394 in → 71 out (55 reasoning)
8
moonshotai/kimi-k3:xhigh__json_schema PASS 100% 498 in → 71 out (51 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
nvidia/nemotron-3-nano-30b-a3b:high PASS 100% 415 in → 61 out (63 reasoning)
8
nvidia/nemotron-3-nano-30b-a3b:high__json_schema PASS 100% 405 in → 99 out (86 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
nvidia/nemotron-3-nano-30b-a3b:low PASS 100% 411 in → 96 out (91 reasoning)
8
nvidia/nemotron-3-nano-30b-a3b:low__json_schema PASS 100% 415 in → 103 out (94 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
nvidia/nemotron-3-nano-30b-a3b:medium PASS 100% 424 in → 92 out (85 reasoning)
8
nvidia/nemotron-3-nano-30b-a3b:medium__json_schema PASS 100% 414 in → 130 out (123 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
nvidia/nemotron-3-nano-30b-a3b:none__json_schema PASS 100% 428 in → 10 out (0 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
nvidia/nemotron-3-nano-30b-a3b:xhigh PASS 100% 410 in → 104 out (101 reasoning)
8
nvidia/nemotron-3-nano-30b-a3b:xhigh__json_schema PASS 100% 423 in → 124 out (96 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
nvidia/nemotron-3-super-120b-a12b:high PASS 100% 406 in → 74 out (66 reasoning)
8
nvidia/nemotron-3-super-120b-a12b:low PASS 100% 423 in → 60 out (55 reasoning)
8
nvidia/nemotron-3-super-120b-a12b:low__json_schema PASS 100% 420 in → 72 out (60 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
nvidia/nemotron-3-super-120b-a12b:medium PASS 100% 411 in → 88 out (82 reasoning)
8
nvidia/nemotron-3-super-120b-a12b:medium__json_schema PASS 100% 418 in → 77 out (64 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
nvidia/nemotron-3-super-120b-a12b:none PASS 100% 423 in → 2 out (0 reasoning)
8
nvidia/nemotron-3-super-120b-a12b:none__json_schema PASS 100% 411 in → 7 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
nvidia/nemotron-3-super-120b-a12b:xhigh PASS 100% 413 in → 70 out (68 reasoning)
8
nvidia/nemotron-3-super-120b-a12b:xhigh__json_schema PASS 100% 405 in → 195 out (161 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
openai/gpt-5.4-mini:high PASS 100% 317 in → 27 out (20 reasoning)
8
openai/gpt-5.4-mini:high__json_schema PASS 100% 366 in → 57 out (42 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
openai/gpt-5.4-mini:low PASS 100% 316 in → 18 out (11 reasoning)
8
openai/gpt-5.4-mini:low__json_schema PASS 100% 352 in → 26 out (11 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
openai/gpt-5.4-mini:medium PASS 100% 318 in → 32 out (25 reasoning)
8
openai/gpt-5.4-mini:medium__json_schema PASS 100% 352 in → 53 out (38 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
openai/gpt-5.4-mini:none PASS 100% 309 in → 5 out (0 reasoning)
8
openai/gpt-5.4-mini:none__json_schema PASS 100% 353 in → 13 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
openai/gpt-5.4-mini:xhigh PASS 100% 329 in → 62 out (55 reasoning)
8
openai/gpt-5.4-mini:xhigh__json_schema PASS 100% 372 in → 251 out (236 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
openai/gpt-5.4-nano:high PASS 100% 317 in → 33 out (26 reasoning)
8
openai/gpt-5.4-nano:high__json_schema PASS 100% 362 in → 54 out (39 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
openai/gpt-5.4-nano:low PASS 100% 331 in → 5 out (0 reasoning)
8
openai/gpt-5.4-nano:low__json_schema PASS 100% 351 in → 13 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
openai/gpt-5.4-nano:medium PASS 100% 323 in → 5 out (0 reasoning)
8
openai/gpt-5.4-nano:medium__json_schema PASS 100% 356 in → 13 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
openai/gpt-5.4-nano:none PASS 100% 313 in → 5 out (0 reasoning)
8
openai/gpt-5.4-nano:xhigh PASS 100% 319 in → 73 out (66 reasoning)
8
openai/gpt-5.4-nano:xhigh__json_schema PASS 100% 346 in → 301 out (286 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
openai/gpt-5.4:high PASS 100% 310 in → 34 out (27 reasoning)
8
openai/gpt-5.4:high__json_schema PASS 100% 353 in → 266 out (251 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
openai/gpt-5.4:low PASS 100% 319 in → 5 out (0 reasoning)
8
openai/gpt-5.4:low__json_schema PASS 100% 351 in → 13 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
openai/gpt-5.4:medium PASS 100% 315 in → 5 out (0 reasoning)
8
openai/gpt-5.4:medium__json_schema PASS 100% 365 in → 13 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
openai/gpt-5.4:none PASS 100% 331 in → 5 out (0 reasoning)
8
openai/gpt-5.4:none__json_schema PASS 100% 356 in → 13 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
openai/gpt-5.4:xhigh PASS 100% 329 in → 40 out (33 reasoning)
8
openai/gpt-5.4:xhigh__json_schema PASS 100% 345 in → 531 out (516 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
openai/gpt-5.5:high PASS 100% 313 in → 20 out (13 reasoning)
8
openai/gpt-5.5:high__json_schema PASS 100% 359 in → 13 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
openai/gpt-5.5:low PASS 100% 314 in → 5 out (0 reasoning)
8
openai/gpt-5.5:low__json_schema PASS 100% 351 in → 13 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
openai/gpt-5.5:medium PASS 100% 325 in → 27 out (20 reasoning)
8
openai/gpt-5.5:medium__json_schema PASS 100% 346 in → 13 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
openai/gpt-5.5:none PASS 100% 325 in → 5 out (0 reasoning)
8
openai/gpt-5.5:none__json_schema PASS 100% 350 in → 13 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
openai/gpt-5.5:xhigh PASS 100% 323 in → 52 out (45 reasoning)
8
openai/gpt-5.5:xhigh__json_schema PASS 100% 357 in → 13 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
openai/gpt-5.6-luna:high PASS 100% 318 in → 5 out (0 reasoning)
8
openai/gpt-5.6-luna:high__json_schema PASS 100% 362 in → 13 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
openai/gpt-5.6-luna:low PASS 100% 333 in → 5 out (0 reasoning)
8
openai/gpt-5.6-luna:low__json_schema PASS 100% 359 in → 13 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
openai/gpt-5.6-luna:max PASS 100% 322 in → 5 out (0 reasoning)
8
openai/gpt-5.6-luna:max__json_schema PASS 100% 348 in → 13 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
openai/gpt-5.6-luna:medium PASS 100% 316 in → 5 out (0 reasoning)
8
openai/gpt-5.6-luna:medium__json_schema PASS 100% 349 in → 13 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
openai/gpt-5.6-luna:none PASS 100% 327 in → 5 out (0 reasoning)
8
openai/gpt-5.6-luna:none__json_schema PASS 100% 371 in → 13 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
openai/gpt-5.6-luna:xhigh PASS 100% 324 in → 5 out (0 reasoning)
8
openai/gpt-5.6-luna:xhigh__json_schema PASS 100% 351 in → 13 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
openai/gpt-5.6-sol:high PASS 100% 314 in → 5 out (0 reasoning)
8
openai/gpt-5.6-sol:high__json_schema PASS 100% 352 in → 13 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
openai/gpt-5.6-sol:low PASS 100% 329 in → 5 out (0 reasoning)
8
openai/gpt-5.6-sol:low__json_schema PASS 100% 355 in → 13 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
openai/gpt-5.6-sol:max PASS 100% 321 in → 5 out (0 reasoning)
8
openai/gpt-5.6-sol:max__json_schema PASS 100% 362 in → 13 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
openai/gpt-5.6-sol:medium PASS 100% 318 in → 5 out (0 reasoning)
8
openai/gpt-5.6-sol:medium__json_schema PASS 100% 343 in → 13 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
openai/gpt-5.6-sol:none PASS 100% 324 in → 5 out (0 reasoning)
8
openai/gpt-5.6-sol:none__json_schema PASS 100% 354 in → 13 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
openai/gpt-5.6-sol:xhigh PASS 100% 335 in → 5 out (0 reasoning)
8
openai/gpt-5.6-sol:xhigh__json_schema PASS 100% 357 in → 13 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
openai/gpt-5.6-terra:high PASS 100% 331 in → 5 out (0 reasoning)
8
openai/gpt-5.6-terra:high__json_schema PASS 100% 361 in → 13 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
openai/gpt-5.6-terra:low PASS 100% 329 in → 5 out (0 reasoning)
8
openai/gpt-5.6-terra:low__json_schema PASS 100% 364 in → 13 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
openai/gpt-5.6-terra:max PASS 100% 323 in → 5 out (0 reasoning)
8
openai/gpt-5.6-terra:max__json_schema PASS 100% 345 in → 13 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
openai/gpt-5.6-terra:medium PASS 100% 320 in → 5 out (0 reasoning)
8
openai/gpt-5.6-terra:medium__json_schema PASS 100% 359 in → 13 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
openai/gpt-5.6-terra:none PASS 100% 321 in → 5 out (0 reasoning)
8
openai/gpt-5.6-terra:none__json_schema PASS 100% 361 in → 13 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
openai/gpt-5.6-terra:xhigh PASS 100% 298 in → 5 out (0 reasoning)
8
openai/gpt-5.6-terra:xhigh__json_schema PASS 100% 349 in → 13 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
openai/gpt-oss-120b:high PASS 100% 364 in → 115 out (102 reasoning)
8
openai/gpt-oss-120b:high__json_schema PASS 100% 377 in → 141 out (132 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
openai/gpt-oss-120b:low PASS 100% 390 in → 28 out (0 reasoning)
8
openai/gpt-oss-120b:low__json_schema PASS 100% 383 in → 51 out (31 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
openai/gpt-oss-120b:medium PASS 100% 377 in → 102 out (91 reasoning)
8
openai/gpt-oss-120b:medium__json_schema PASS 100% 379 in → 115 out (91 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
openai/gpt-oss-120b:xhigh PASS 100% 392 in → 181 out (170 reasoning)
8
openai/gpt-oss-120b:xhigh__json_schema PASS 100% 379 in → 152 out (133 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
openai/gpt-oss-20b:high PASS 100% 362 in → 362 out (317 reasoning)
8
openai/gpt-oss-20b:high__json_schema PASS 100% 429 in → 611 out (701 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
openai/gpt-oss-20b:low PASS 100% 380 in → 22 out (11 reasoning)
8
openai/gpt-oss-20b:low__json_schema PASS 100% 381 in → 42 out (24 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
openai/gpt-oss-20b:medium PASS 100% 373 in → 61 out (43 reasoning)
8
openai/gpt-oss-20b:medium__json_schema PASS 100% 401 in → 135 out (118 reasoning)
8
JSON Schema Structured Output
(raw) { "count" : 8}
openai/gpt-oss-20b:xhigh PASS 100% 379 in → 216 out (190 reasoning)
8
openai/gpt-oss-20b:xhigh__json_schema PASS 100% 394 in → 129 out (112 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
poolside/laguna-m.1:high PASS 100% 416 in → 234 out (230 reasoning)
8
poolside/laguna-m.1:high__json_schema PASS 100% 409 in → 222 out (214 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
poolside/laguna-m.1:low PASS 100% 405 in → 242 out (238 reasoning)
8
poolside/laguna-m.1:low__json_schema PASS 100% 412 in → 272 out (264 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
poolside/laguna-m.1:medium PASS 100% 384 in → 271 out (267 reasoning)
8
poolside/laguna-m.1:medium__json_schema PASS 100% 409 in → 225 out (213 reasoning)
8
JSON Schema Structured Output
(raw) { "count" : 8 }
poolside/laguna-m.1:none PASS 100% 406 in → 3 out (0 reasoning)
8
poolside/laguna-m.1:none__json_schema PASS 100% 416 in → 10 out (0 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
poolside/laguna-m.1:xhigh PASS 100% 410 in → 189 out (185 reasoning)
8
poolside/laguna-m.1:xhigh__json_schema PASS 100% 405 in → 287 out (276 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
poolside/laguna-xs-2.1:high PASS 100% 385 in → 203 out (201 reasoning)
8
poolside/laguna-xs-2.1:high__json_schema PASS 100% 418 in → 258 out (249 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
poolside/laguna-xs-2.1:low PASS 100% 411 in → 225 out (223 reasoning)
8
poolside/laguna-xs-2.1:low__json_schema PASS 100% 412 in → 257 out (245 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
poolside/laguna-xs-2.1:medium PASS 100% 397 in → 147 out (145 reasoning)
8
poolside/laguna-xs-2.1:medium__json_schema PASS 100% 401 in → 269 out (261 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
poolside/laguna-xs-2.1:none PASS 100% 414 in → 2 out (0 reasoning)
8
poolside/laguna-xs-2.1:none__json_schema PASS 100% 410 in → 7 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
poolside/laguna-xs-2.1:xhigh PASS 100% 407 in → 245 out (243 reasoning)
8
poolside/laguna-xs-2.1:xhigh__json_schema PASS 100% 408 in → 254 out (242 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
poolside/laguna-xs.2:high PASS 100% 439 in → 199 out (196 reasoning)
8
poolside/laguna-xs.2:low PASS 100% 441 in → 107 out (103 reasoning)
8
poolside/laguna-xs.2:medium PASS 100% 443 in → 204 out (201 reasoning)
8
poolside/laguna-xs.2:none PASS 100% 435 in → 4 out (0 reasoning)
8
poolside/laguna-xs.2:xhigh PASS 100% 443 in → 166 out (163 reasoning)
8
poolside/laguna-xs.2:xhigh__json_schema PASS 100% 449 in → 213 out (204 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
qwen/qwen3.6-27b:high PASS 100% 407 in → 146 out (133 reasoning)
8
qwen/qwen3.6-27b:high__json_schema PASS 100% 416 in → 223 out (186 reasoning)
8
JSON Schema Structured Output
(raw) { "count" : 8 }
qwen/qwen3.6-27b:low PASS 100% 404 in → 296 out (242 reasoning)
8
qwen/qwen3.6-27b:low__json_schema PASS 100% 408 in → 367 out (290 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
qwen/qwen3.6-27b:medium PASS 100% 410 in → 252 out (196 reasoning)
8
qwen/qwen3.6-27b:medium__json_schema PASS 100% 400 in → 680 out (575 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
qwen/qwen3.6-27b:none PASS 100% 400 in → 2 out (0 reasoning)
8
qwen/qwen3.6-27b:xhigh PASS 100% 413 in → 442 out (1 reasoning)
8
qwen/qwen3.6-35b-a3b:high PASS 100% 407 in → 271 out (228 reasoning)
8
qwen/qwen3.6-35b-a3b:low PASS 100% 408 in → 250 out (202 reasoning)
8
qwen/qwen3.6-35b-a3b:low__json_schema PASS 100% 407 in → 313 out (255 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
qwen/qwen3.6-35b-a3b:medium PASS 100% 408 in → 204 out (167 reasoning)
8
qwen/qwen3.6-35b-a3b:medium__json_schema PASS 100% 408 in → 255 out (215 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
qwen/qwen3.6-35b-a3b:none PASS 100% 409 in → 2 out (0 reasoning)
8
qwen/qwen3.6-35b-a3b:none__json_schema PASS 100% 414 in → 7 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
qwen/qwen3.6-35b-a3b:xhigh PASS 100% 416 in → 182 out (150 reasoning)
8
qwen/qwen3.6-35b-a3b:xhigh__json_schema PASS 100% 409 in → 403 out (342 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
qwen/qwen3.6-flash:high PASS 100% 407 in → 364 out (358 reasoning)
8
qwen/qwen3.6-flash:low PASS 100% 399 in → 159 out (153 reasoning)
8
qwen/qwen3.6-flash:medium PASS 100% 412 in → 268 out (262 reasoning)
8
qwen/qwen3.6-flash:none PASS 100% 420 in → 1 out (0 reasoning)
8
qwen/qwen3.6-flash:xhigh PASS 100% 409 in → 374 out (369 reasoning)
8
qwen/qwen3.7-flash:high PASS 100% 409 in → 318 out (312 reasoning)
8
qwen/qwen3.7-flash:low PASS 100% 405 in → 249 out (244 reasoning)
8
qwen/qwen3.7-flash:max PASS 100% 402 in → 337 out (331 reasoning)
8
qwen/qwen3.7-flash:medium PASS 100% 415 in → 228 out (222 reasoning)
8
qwen/qwen3.7-flash:none PASS 100% 399 in → 1 out (0 reasoning)
8
qwen/qwen3.7-flash:xhigh PASS 100% 410 in → 209 out (204 reasoning)
8
qwen/qwen3.7-max:high PASS 100% 403 in → 185 out (179 reasoning)
8
qwen/qwen3.7-max:low PASS 100% 415 in → 126 out (121 reasoning)
8
qwen/qwen3.7-max:medium PASS 100% 408 in → 210 out (205 reasoning)
8
qwen/qwen3.7-max:none PASS 100% 410 in → 1 out (0 reasoning)
8
qwen/qwen3.7-max:xhigh PASS 100% 400 in → 126 out (120 reasoning)
8
qwen/qwen3.7-plus:high PASS 100% 403 in → 164 out (158 reasoning)
8
qwen/qwen3.7-plus:low PASS 100% 404 in → 148 out (143 reasoning)
8
qwen/qwen3.7-plus:medium PASS 100% 405 in → 204 out (198 reasoning)
8
qwen/qwen3.7-plus:none PASS 100% 407 in → 1 out (0 reasoning)
8
qwen/qwen3.7-plus:xhigh PASS 100% 400 in → 175 out (169 reasoning)
8
tencent/hy3:high PASS 100% 337 in → 102 out (99 reasoning)
8
tencent/hy3:high__json_schema PASS 100% 327 in → 118 out (104 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
tencent/hy3:low PASS 100% 337 in → 103 out (94 reasoning)
8
tencent/hy3:low__json_schema PASS 100% 338 in → 112 out (95 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
tencent/hy3:medium PASS 100% 332 in → 104 out (101 reasoning)
8
tencent/hy3:medium__json_schema PASS 100% 338 in → 117 out (103 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
tencent/hy3:xhigh PASS 100% 323 in → 103 out (99 reasoning)
8
tencent/hy3:xhigh__json_schema PASS 100% 322 in → 109 out (98 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
thinkingmachines/inkling-small:high PASS 100% 338 in → 62 out (56 reasoning)
8
thinkingmachines/inkling-small:high__json_schema PASS 100% 334 in → 72 out (58 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
thinkingmachines/inkling-small:low PASS 100% 332 in → 31 out (19 reasoning)
8
thinkingmachines/inkling-small:low__json_schema PASS 100% 324 in → 34 out (22 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
thinkingmachines/inkling-small:max PASS 100% 344 in → 73 out (66 reasoning)
8
thinkingmachines/inkling-small:max__json_schema PASS 100% 332 in → 94 out (80 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
thinkingmachines/inkling-small:medium PASS 100% 329 in → 72 out (62 reasoning)
8
thinkingmachines/inkling-small:none PASS 100% 338 in → 4 out (0 reasoning)
8
thinkingmachines/inkling-small:xhigh PASS 100% 337 in → 60 out (55 reasoning)
8
thinkingmachines/inkling-small:xhigh__json_schema PASS 100% 339 in → 73 out (61 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
thinkingmachines/inkling:high PASS 100% 324 in → 46 out (36 reasoning)
8
thinkingmachines/inkling:high__json_schema PASS 100% 338 in → 90 out (78 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
thinkingmachines/inkling:low PASS 100% 333 in → 12 out (4 reasoning)
8
thinkingmachines/inkling:max PASS 100% 338 in → 60 out (53 reasoning)
8
thinkingmachines/inkling:medium PASS 100% 339 in → 47 out (39 reasoning)
8
thinkingmachines/inkling:xhigh PASS 100% 321 in → 37 out (29 reasoning)
8
x-ai/grok-4.3:high PASS 100% 481 in → 195 out (194 reasoning)
8
x-ai/grok-4.3:high__json_schema PASS 100% 552 in → 244 out (239 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
x-ai/grok-4.3:low__json_schema PASS 100% 546 in → 213 out (208 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
x-ai/grok-4.3:max PASS 100% 494 in → 157 out (156 reasoning)
8
x-ai/grok-4.3:max__json_schema PASS 100% 549 in → 238 out (233 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
x-ai/grok-4.3:medium__json_schema PASS 100% 560 in → 311 out (306 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
x-ai/grok-4.3:none PASS 100% 494 in → 1 out (0 reasoning)
8
x-ai/grok-4.3:none__json_schema PASS 100% 552 in → 5 out (0 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
x-ai/grok-4.3:xhigh PASS 100% 492 in → 170 out (169 reasoning)
8
x-ai/grok-4.3:xhigh__json_schema PASS 100% 559 in → 231 out (226 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
x-ai/grok-4.5:high PASS 100% 518 in → 182 out (181 reasoning)
8
x-ai/grok-4.5:high__json_schema PASS 100% 595 in → 199 out (194 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
x-ai/grok-4.5:low PASS 100% 526 in → 106 out (105 reasoning)
8
x-ai/grok-4.5:low__json_schema PASS 100% 582 in → 214 out (208 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
x-ai/grok-4.5:max PASS 100% 517 in → 105 out (104 reasoning)
8
x-ai/grok-4.5:max__json_schema PASS 100% 597 in → 255 out (249 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
x-ai/grok-4.5:medium PASS 100% 522 in → 171 out (170 reasoning)
8
x-ai/grok-4.5:medium__json_schema PASS 100% 597 in → 225 out (219 reasoning)
8
JSON Schema Structured Output
(raw) {"count": 8}
x-ai/grok-4.5:xhigh PASS 100% 527 in → 167 out (166 reasoning)
8
x-ai/grok-4.5:xhigh__json_schema PASS 100% 585 in → 192 out (187 reasoning)
8
JSON Schema Structured Output
(raw) {"count":8}
z-ai/glm-4.7-flash:high PASS 100% 335 in → 594 out (493 reasoning)
8
z-ai/glm-4.7-flash:low PASS 100% 335 in → 449 out (391 reasoning)
8
z-ai/glm-4.7-flash:medium PASS 100% 334 in → 492 out (440 reasoning)
8
z-ai/glm-4.7-flash:none PASS 100% 334 in → 1 out (0 reasoning)
8
z-ai/glm-4.7-flash:none__json_schema PASS 100% 349 in → 10 out (0 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
z-ai/glm-4.7-flash:xhigh PASS 100% 333 in → 355 out (322 reasoning)
8
z-ai/glm-5.2:high PASS 100% 343 in → 71 out (70 reasoning)
8
z-ai/glm-5.2:high__json_schema PASS 100% 344 in → 182 out (173 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
z-ai/glm-5.2:low PASS 100% 342 in → 194 out (172 reasoning)
8
z-ai/glm-5.2:low__json_schema PASS 100% 323 in → 164 out (155 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
z-ai/glm-5.2:medium PASS 100% 338 in → 81 out (83 reasoning)
8
z-ai/glm-5.2:medium__json_schema PASS 100% 338 in → 63 out (51 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
z-ai/glm-5.2:none PASS 100% 340 in → 2 out (0 reasoning)
8
z-ai/glm-5.2:none__json_schema PASS 100% 330 in → 8 out (0 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
z-ai/glm-5.2:xhigh PASS 100% 345 in → 89 out (90 reasoning)
8
z-ai/glm-5.2:xhigh__json_schema PASS 100% 340 in → 179 out (131 reasoning)
8
JSON Schema Structured Output
(raw) { "count": 8 }
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: 8
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
9
JSON Schema Structured Output
(raw) { "count": 9 }
Failure: Expected '8', got '9'
Invalid structured output. Output: 8
JSON Schema Structured Output
Structured Output Error
Structured output schema validation failed: $ must be of type object
Failure: Structured output schema validation failed: $ must be of type object
Invalid JSON. Output:
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
moonshotai/kimi-k2.6:high__json_schema FAIL 0% 308 in → 461 out (134 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1}
Failure: Expected '8', got '1'
nvidia/nemotron-3-nano-30b-a3b:none FAIL 0% 426 in → 96 out (0 reasoning)
We need to answer: In the commit with message 'Add code and docs', according to git log --stat, how many total insertions were made? Output only the number, nothing else. From snippet: commit 73fa3b85bc86... Add code and docs, files changed: code.py 3 lines, docs.md 5 lines, total insertions 8. So number is 8. Output only "8". 8
Failure: Expected '8', got 'We need to answer: In the commit with message 'Add code and docs', according to git log --stat, how many total insertions were made? Output only the number, nothing else. From snippet: commit 73fa3b85bc86... Add code and docs, files changed: code.py 3 lines, docs.md 5 lines, total insertions 8. So number is 8. Output only "8". 8'
nvidia/nemotron-3-super-120b-a12b:high__json_schema FAIL 0% 411 in → 121 out (101 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
Failure: Expected '8', got '1'
openai/gpt-5.4-nano:none__json_schema FAIL 0% 356 in → 13 out (0 reasoning)
9
JSON Schema Structured Output
(raw) {"count":9}
Failure: Expected '8', got '9'
poolside/laguna-xs.2:high__json_schema FAIL 0% 451 in → 188 out (176 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
Failure: Expected '8', got '1'
poolside/laguna-xs.2:low__json_schema FAIL 0% 450 in → 149 out (142 reasoning)
0
JSON Schema Structured Output
(raw) {"count":0}
Failure: Expected '8', got '0'
poolside/laguna-xs.2:medium__json_schema FAIL 0% 437 in → 202 out (195 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
Failure: Expected '8', got '1'
poolside/laguna-xs.2:none__json_schema FAIL 0% 437 in → 7 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
Failure: Expected '8', got '1'
qwen/qwen3.6-27b:none__json_schema FAIL 0% 400 in → 8 out (0 reasoning)
206
JSON Schema Structured Output
(raw) {"count":206}
Failure: Expected '8', got '206'
qwen/qwen3.6-27b:xhigh__json_schema FAIL 0% 411 in → 8 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
Failure: Expected '8', got '1'
qwen/qwen3.6-35b-a3b:high__json_schema FAIL 0% 411 in → 460 out (393 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
Failure: Expected '8', got '1'
(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-814dee3d-91aa-9ad0-8e05-46762b26f5b6","request_id":"814dee3d-91aa-9ad0-8e05-46762b26f5b6"}', '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-e5c28859-2447-9889-9b2f-11009db03c9f","request_id":"e5c28859-2447-9889-9b2f-11009db03c9f"}', '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-7935e22b-f9c0-942c-9fce-53b85e394afa","request_id":"7935e22b-f9c0-942c-9fce-53b85e394afa"}', '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-d916cf62-09db-9139-b7fa-a1c384fafc28","request_id":"d916cf62-09db-9139-b7fa-a1c384fafc28"}', '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-8cce85b2-3377-9f64-b8ef-f296bab89f50","request_id":"8cce85b2-3377-9f64-b8ef-f296bab89f50"}', '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-e9d733a9-bf08-97ba-9a15-b43d6703c56d"}\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-a8ad99d3-d153-9ce1-9d47-c87b445359f7"}\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-5d03ad27-3477-9e11-8f47-d19579d41e3b"}\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-2dbd5de0-f4e7-9e68-87c0-1cc5a7706df1"}\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-227cad06-321a-9b54-b559-c8c416c54a37"}\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-d2682ed1-5398-9764-8c9d-b4e9990760d8"}\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-a46b00b5-9c4a-9f4a-84b0-95973f0e23b1","request_id":"a46b00b5-9c4a-9f4a-84b0-95973f0e23b1"}', '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-297b9b3b-3c8d-9706-a658-78f2156f36d1","request_id":"297b9b3b-3c8d-9706-a658-78f2156f36d1"}', '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-4b4f4f3e-fdde-9e6c-8aba-7a004c820a03","request_id":"4b4f4f3e-fdde-9e6c-8aba-7a004c820a03"}', '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-d5d0b7ed-2f14-972b-befd-503ba3d54764","request_id":"d5d0b7ed-2f14-972b-befd-503ba3d54764"}', '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-60f81410-f9ab-965e-962c-80284516bda1","request_id":"60f81410-f9ab-965e-962c-80284516bda1"}', '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-ade2b8de-3fed-92a1-bbb5-08f4a3fd01bf","request_id":"ade2b8de-3fed-92a1-bbb5-08f4a3fd01bf"}', '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-070ee8c9-bc39-95e9-9e96-a0311498f494","request_id":"070ee8c9-bc39-95e9-9e96-a0311498f494"}', '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-75654e19-7e7a-9ea0-a803-e3a7a39a4c98","request_id":"75654e19-7e7a-9ea0-a803-e3a7a39a4c98"}', '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-60ea85a0-0840-96da-a9c6-d4f9dde3a255","request_id":"60ea85a0-0840-96da-a9c6-d4f9dde3a255"}', '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-782708bb-c18d-9f03-bf3d-e6e6dacfc26d","request_id":"782708bb-c18d-9f03-bf3d-e6e6dacfc26d"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
Failure: Model 'tencent/hy3:none' violated the reasoning_level=none invariant: provider reported 77 reasoning token(s)
(empty output)
JSON Schema Structured Output
Failure: Model 'tencent/hy3:none' violated the reasoning_level=none invariant: provider reported 103 reasoning token(s)
thinkingmachines/inkling-small:medium__json_schema FAIL 0% 324 in → 73 out (61 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1 }
Failure: Expected '8', got '1'
Invalid JSON. Output: 8{ "count": 8 }
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: 8
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: 8
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: 8
JSON Schema Structured Output
Structured Output Error
Structured output schema validation failed: $ must be of type object
Failure: Structured output schema validation failed: $ must be of type object
thinkingmachines/inkling:none FAIL 0% 340 in → 4 out (0 reasoning)
8<|end_message|>
Failure: Expected '8', got '8<|end_message|>'
Invalid JSON. Output: 8{ "count": 8 }
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: 8
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% 488 in → 232 out (159 reasoning)
8 The provided `git log --stat` output explicitly attributes the line `2 files changed, 8 insertions(+)` to the single commit whose message is “Add code and docs”. Summing the per-file insertion counts shown for that commit (3 + 5) likewise yields 8, confirming the total reported by Git. No other commit is examined.
Failure: Expected '8', got '8 The provided `git log --stat` output explicitly attributes the line `2 files changed, 8 insertions(+)` to the single commit whose message is “Add code and docs”. Summing the per-file insertion counts shown for that commit (3 + 5) likewise yields 8, confirming the total reported by Git. No other commit is examined.'
x-ai/grok-4.3:medium FAIL 0% 487 in → 290 out (216 reasoning)
8 The provided `git log --stat` output for commit `787f3c0` (message "Add code and docs") directly lists two changed files and summarizes the net change as `2 files changed, 8 insertions(+)`. No other commit matches the requested message, so the insertion count reported by `--stat` for that commit is exactly 8.
Failure: Expected '8', got '8 The provided `git log --stat` output for commit `787f3c0` (message "Add code and docs") directly lists two changed files and summarizes the net change as `2 files changed, 8 insertions(+)`. No other commit matches the requested message, so the insertion count reported by `--stat` for that commit is exactly 8.'
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: 8
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: 8
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