Word boundary search using git grep -w
Tests ability to perform word-boundary search with git grep -w. Evaluates precise vs substring matching awareness.

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 mkdir -p src
  5. 05 echo 'data = load_data("input.csv") result = process(data) save_data(result, "output.csv") data_loader = DataLoader()' > src/pipeline.py
  6. 06 git add .
  7. 07 git commit -m 'Add data pipeline'
  8. 08 echo 'git grep -w data' > .grep_command
  9. 09 git add .grep_command
  10. 10 git commit -m 'Add grep sentinel'
Prompt
Here is the output of a git grep -w command that searches for the whole word 'data'. How many lines match? Output ONLY the number, nothing else.
Expected
2

Scoped model quality, cost, API time, and token usage for git_grep/f010.

Loading...
Loading raw attempt evidence…
anthropic/claude-fable-5:high PASS 100% 89 in → 10 out (14 reasoning)
2
anthropic/claude-fable-5:high__json_schema PASS 100% 301 in → 16 out (14 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
anthropic/claude-fable-5:low PASS 100% 89 in → 6 out (0 reasoning)
2
anthropic/claude-fable-5:low__json_schema PASS 100% 301 in → 9 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
anthropic/claude-fable-5:max PASS 100% 89 in → 90 out (32 reasoning)
2
anthropic/claude-fable-5:max__json_schema PASS 100% 301 in → 70 out (50 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
anthropic/claude-fable-5:medium PASS 100% 89 in → 6 out (0 reasoning)
2
anthropic/claude-fable-5:medium__json_schema PASS 100% 301 in → 9 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
anthropic/claude-fable-5:xhigh PASS 100% 89 in → 13 out (10 reasoning)
2
anthropic/claude-fable-5:xhigh__json_schema PASS 100% 301 in → 16 out (14 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
anthropic/claude-haiku-4.5:high PASS 100% 101 in → 114 out (92 reasoning)
2
anthropic/claude-haiku-4.5:high__json_schema PASS 100% 263 in → 289 out (279 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
anthropic/claude-haiku-4.5:low PASS 100% 101 in → 103 out (86 reasoning)
2
anthropic/claude-haiku-4.5:low__json_schema PASS 100% 263 in → 128 out (110 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
anthropic/claude-haiku-4.5:medium PASS 100% 101 in → 106 out (83 reasoning)
2
anthropic/claude-haiku-4.5:medium__json_schema PASS 100% 263 in → 215 out (180 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
anthropic/claude-haiku-4.5:none PASS 100% 72 in → 5 out (0 reasoning)
2
anthropic/claude-haiku-4.5:none__json_schema PASS 100% 233 in → 9 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
anthropic/claude-haiku-4.5:xhigh PASS 100% 101 in → 98 out (79 reasoning)
2
anthropic/claude-haiku-4.5:xhigh__json_schema PASS 100% 263 in → 146 out (125 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
anthropic/claude-opus-4.6:high PASS 100% 72 in → 5 out (0 reasoning)
2
anthropic/claude-opus-4.6:high__json_schema PASS 100% 234 in → 9 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
anthropic/claude-opus-4.6:low PASS 100% 72 in → 5 out (0 reasoning)
2
anthropic/claude-opus-4.6:low__json_schema PASS 100% 234 in → 8 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
anthropic/claude-opus-4.6:max PASS 100% 72 in → 5 out (0 reasoning)
2
anthropic/claude-opus-4.6:max__json_schema PASS 100% 234 in → 89 out (56 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
anthropic/claude-opus-4.6:medium PASS 100% 72 in → 5 out (0 reasoning)
2
anthropic/claude-opus-4.6:medium__json_schema PASS 100% 234 in → 9 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
anthropic/claude-opus-4.6:none PASS 100% 72 in → 5 out (0 reasoning)
2
anthropic/claude-opus-4.6:none__json_schema PASS 100% 234 in → 8 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
anthropic/claude-opus-4.6:xhigh PASS 100% 72 in → 5 out (0 reasoning)
2
anthropic/claude-opus-4.6:xhigh__json_schema PASS 100% 234 in → 8 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
anthropic/claude-opus-4.7:high PASS 100% 94 in → 6 out (0 reasoning)
2
anthropic/claude-opus-4.7:high__json_schema PASS 100% 306 in → 10 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
anthropic/claude-opus-4.7:low PASS 100% 94 in → 6 out (0 reasoning)
2
anthropic/claude-opus-4.7:low__json_schema PASS 100% 306 in → 10 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
anthropic/claude-opus-4.7:max PASS 100% 94 in → 6 out (0 reasoning)
2
anthropic/claude-opus-4.7:max__json_schema PASS 100% 306 in → 11 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
anthropic/claude-opus-4.7:medium PASS 100% 94 in → 6 out (0 reasoning)
2
anthropic/claude-opus-4.7:medium__json_schema PASS 100% 306 in → 10 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
anthropic/claude-opus-4.7:none PASS 100% 94 in → 6 out (0 reasoning)
2
anthropic/claude-opus-4.7:none__json_schema PASS 100% 306 in → 10 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
anthropic/claude-opus-4.7:xhigh PASS 100% 94 in → 6 out (0 reasoning)
2
anthropic/claude-opus-4.7:xhigh__json_schema PASS 100% 306 in → 10 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
anthropic/claude-opus-4.8:high PASS 100% 89 in → 153 out (54 reasoning)
2
anthropic/claude-opus-4.8:low PASS 100% 89 in → 3 out (0 reasoning)
2
anthropic/claude-opus-4.8:low__json_schema PASS 100% 301 in → 8 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
anthropic/claude-opus-4.8:max PASS 100% 89 in → 407 out (53 reasoning)
2
anthropic/claude-opus-4.8:max__json_schema PASS 100% 301 in → 83 out (26 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
anthropic/claude-opus-4.8:medium PASS 100% 89 in → 13 out (10 reasoning)
2
anthropic/claude-opus-4.8:medium__json_schema PASS 100% 301 in → 8 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
anthropic/claude-opus-4.8:none PASS 100% 89 in → 3 out (0 reasoning)
2
anthropic/claude-opus-4.8:none__json_schema PASS 100% 301 in → 7 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
anthropic/claude-opus-4.8:xhigh PASS 100% 89 in → 101 out (35 reasoning)
2
anthropic/claude-opus-4.8:xhigh__json_schema PASS 100% 301 in → 9 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
anthropic/claude-sonnet-4.6:high PASS 100% 72 in → 5 out (0 reasoning)
2
anthropic/claude-sonnet-4.6:high__json_schema PASS 100% 234 in → 8 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
anthropic/claude-sonnet-4.6:low PASS 100% 72 in → 5 out (0 reasoning)
2
anthropic/claude-sonnet-4.6:low__json_schema PASS 100% 234 in → 8 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
anthropic/claude-sonnet-4.6:max PASS 100% 72 in → 87 out (61 reasoning)
2
anthropic/claude-sonnet-4.6:max__json_schema PASS 100% 234 in → 87 out (55 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
anthropic/claude-sonnet-4.6:medium PASS 100% 72 in → 5 out (0 reasoning)
2
anthropic/claude-sonnet-4.6:medium__json_schema PASS 100% 234 in → 8 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
anthropic/claude-sonnet-4.6:none PASS 100% 72 in → 5 out (0 reasoning)
2
anthropic/claude-sonnet-4.6:none__json_schema PASS 100% 234 in → 8 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
anthropic/claude-sonnet-4.6:xhigh PASS 100% 72 in → 5 out (0 reasoning)
2
anthropic/claude-sonnet-4.6:xhigh__json_schema PASS 100% 234 in → 8 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
anthropic/claude-sonnet-5:high PASS 100% 89 in → 109 out (41 reasoning)
2
anthropic/claude-sonnet-5:high__json_schema PASS 100% 301 in → 9 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
anthropic/claude-sonnet-5:low PASS 100% 89 in → 3 out (0 reasoning)
2
anthropic/claude-sonnet-5:low__json_schema PASS 100% 301 in → 8 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
anthropic/claude-sonnet-5:medium PASS 100% 89 in → 3 out (0 reasoning)
2
anthropic/claude-sonnet-5:medium__json_schema PASS 100% 301 in → 8 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
anthropic/claude-sonnet-5:none PASS 100% 89 in → 3 out (0 reasoning)
2
anthropic/claude-sonnet-5:none__json_schema PASS 100% 301 in → 8 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
anthropic/claude-sonnet-5:xhigh PASS 100% 89 in → 325 out (155 reasoning)
2
anthropic/claude-sonnet-5:xhigh__json_schema PASS 100% 301 in → 9 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
arcee-ai/trinity-large-thinking:high PASS 100% 64 in → 790 out (788 reasoning)
2
arcee-ai/trinity-large-thinking:low PASS 100% 64 in → 1,099 out (1,097 reasoning)
2
arcee-ai/trinity-large-thinking:medium PASS 100% 64 in → 150 out (146 reasoning)
2
arcee-ai/trinity-large-thinking:xhigh PASS 100% 64 in → 1,212 out (1,209 reasoning)
2
arcee-ai/trinity-mini:high PASS 100% 64 in → 309 out (321 reasoning)
2
arcee-ai/trinity-mini:high__json_schema PASS 100% 64 in → 241 out (249 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
arcee-ai/trinity-mini:low PASS 100% 64 in → 232 out (247 reasoning)
2
arcee-ai/trinity-mini:medium__json_schema PASS 100% 64 in → 387 out (413 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
arcee-ai/trinity-mini:xhigh PASS 100% 64 in → 242 out (261 reasoning)
2
arcee-ai/trinity-mini:xhigh__json_schema PASS 100% 64 in → 246 out (259 reasoning)
2
JSON Schema Structured Output
(raw) { "count":2 }
deepseek/deepseek-v4-flash-0731:high PASS 100% 60 in → 105 out (106 reasoning)
2
deepseek/deepseek-v4-flash-0731:high__json_schema PASS 100% 139 in → 52 out (48 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
deepseek/deepseek-v4-flash-0731:low PASS 100% 60 in → 127 out (123 reasoning)
2
deepseek/deepseek-v4-flash-0731:low__json_schema PASS 100% 60 in → 53 out (45 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
deepseek/deepseek-v4-flash-0731:max PASS 100% 139 in → 133 out (131 reasoning)
2
deepseek/deepseek-v4-flash-0731:medium PASS 100% 60 in → 205 out (193 reasoning)
2
deepseek/deepseek-v4-flash-0731:none__json_schema PASS 100% 66 in → 10 out (0 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
deepseek/deepseek-v4-flash-0731:xhigh PASS 100% 60 in → 369 out (382 reasoning)
2
deepseek/deepseek-v4-flash-0731:xhigh__json_schema PASS 100% 60 in → 52 out (43 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
deepseek/deepseek-v4-flash:high PASS 100% 60 in → 128 out (125 reasoning)
2
deepseek/deepseek-v4-flash:low PASS 100% 60 in → 242 out (237 reasoning)
2
deepseek/deepseek-v4-flash:medium PASS 100% 60 in → 350 out (347 reasoning)
2
deepseek/deepseek-v4-flash:medium__json_schema PASS 100% 152 in → 7 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
deepseek/deepseek-v4-flash:none__json_schema PASS 100% 123 in → 7 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
deepseek/deepseek-v4-flash:xhigh PASS 100% 139 in → 158 out (154 reasoning)
2
deepseek/deepseek-v4-pro:high PASS 100% 60 in → 64 out (62 reasoning)
2
deepseek/deepseek-v4-pro:high__json_schema PASS 100% 60 in → 10 out (0 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
deepseek/deepseek-v4-pro:low PASS 100% 60 in → 284 out (281 reasoning)
2
deepseek/deepseek-v4-pro:low__json_schema PASS 100% 247 in → 379 out (372 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
deepseek/deepseek-v4-pro:medium PASS 100% 60 in → 112 out (109 reasoning)
2
deepseek/deepseek-v4-pro:medium__json_schema PASS 100% 62 in → 158 out (145 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
deepseek/deepseek-v4-pro:none PASS 100% 60 in → 1 out (0 reasoning)
2
deepseek/deepseek-v4-pro:none__json_schema PASS 100% 62 in → 11 out (0 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
deepseek/deepseek-v4-pro:xhigh PASS 100% 139 in → 104 out (101 reasoning)
2
deepseek/deepseek-v4-pro:xhigh__json_schema PASS 100% 325 in → 1,791 out (1,784 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
google/gemini-3-flash-preview:high PASS 100% 63 in → 191 out (190 reasoning)
2
google/gemini-3-flash-preview:high__json_schema PASS 100% 64 in → 234 out (229 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
google/gemini-3-flash-preview:low PASS 100% 63 in → 177 out (176 reasoning)
2
google/gemini-3-flash-preview:low__json_schema PASS 100% 118 in → 251 out (246 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
google/gemini-3-flash-preview:medium PASS 100% 63 in → 177 out (176 reasoning)
2
google/gemini-3-flash-preview:medium__json_schema PASS 100% 118 in → 256 out (251 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
google/gemini-3-flash-preview:xhigh PASS 100% 63 in → 153 out (152 reasoning)
2
google/gemini-3-flash-preview:xhigh__json_schema PASS 100% 64 in → 278 out (273 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
google/gemini-3.1-flash-lite-preview:high PASS 100% 63 in → 208 out (207 reasoning)
2
google/gemini-3.1-flash-lite-preview:high__json_schema PASS 100% 118 in → 279 out (273 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
google/gemini-3.1-flash-lite-preview:low PASS 100% 63 in → 116 out (115 reasoning)
2
google/gemini-3.1-flash-lite-preview:low__json_schema PASS 100% 118 in → 136 out (130 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
google/gemini-3.1-flash-lite-preview:medium PASS 100% 64 in → 486 out (485 reasoning)
2
google/gemini-3.1-flash-lite-preview:medium__json_schema PASS 100% 64 in → 393 out (387 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
google/gemini-3.1-flash-lite-preview:xhigh PASS 100% 64 in → 405 out (404 reasoning)
2
google/gemini-3.1-flash-lite-preview:xhigh__json_schema PASS 100% 64 in → 269 out (263 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
google/gemini-3.1-pro-preview:high PASS 100% 63 in → 239 out (238 reasoning)
2
google/gemini-3.1-pro-preview:high__json_schema PASS 100% 118 in → 87 out (81 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
google/gemini-3.1-pro-preview:low PASS 100% 63 in → 188 out (187 reasoning)
2
google/gemini-3.1-pro-preview:low__json_schema PASS 100% 118 in → 95 out (89 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
google/gemini-3.1-pro-preview:medium PASS 100% 63 in → 178 out (177 reasoning)
2
google/gemini-3.1-pro-preview:medium__json_schema PASS 100% 118 in → 103 out (97 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
google/gemini-3.1-pro-preview:xhigh PASS 100% 63 in → 172 out (171 reasoning)
2
google/gemini-3.1-pro-preview:xhigh__json_schema PASS 100% 118 in → 81 out (75 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
google/gemini-3.5-flash-lite:high PASS 100% 64 in → 210 out (209 reasoning)
2
google/gemini-3.5-flash-lite:high__json_schema PASS 100% 64 in → 377 out (372 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
google/gemini-3.5-flash-lite:low PASS 100% 63 in → 186 out (185 reasoning)
2
google/gemini-3.5-flash-lite:low__json_schema PASS 100% 64 in → 10 out (0 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
google/gemini-3.5-flash-lite:max PASS 100% 64 in → 467 out (466 reasoning)
2
google/gemini-3.5-flash-lite:max__json_schema PASS 100% 64 in → 348 out (342 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
google/gemini-3.5-flash-lite:medium PASS 100% 64 in → 147 out (146 reasoning)
2
google/gemini-3.5-flash-lite:medium__json_schema PASS 100% 64 in → 299 out (293 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
google/gemini-3.5-flash-lite:xhigh PASS 100% 64 in → 198 out (197 reasoning)
2
google/gemini-3.5-flash-lite:xhigh__json_schema PASS 100% 64 in → 386 out (381 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
google/gemini-3.5-flash:high PASS 100% 63 in → 161 out (160 reasoning)
2
google/gemini-3.5-flash:high__json_schema PASS 100% 118 in → 305 out (300 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
google/gemini-3.5-flash:low PASS 100% 63 in → 165 out (164 reasoning)
2
google/gemini-3.5-flash:low__json_schema PASS 100% 118 in → 93 out (87 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
google/gemini-3.5-flash:medium PASS 100% 63 in → 213 out (212 reasoning)
2
google/gemini-3.5-flash:medium__json_schema PASS 100% 118 in → 290 out (285 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
google/gemini-3.5-flash:xhigh PASS 100% 63 in → 242 out (241 reasoning)
2
google/gemini-3.5-flash:xhigh__json_schema PASS 100% 118 in → 286 out (280 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
google/gemini-3.6-flash:high PASS 100% 64 in → 141 out (140 reasoning)
2
google/gemini-3.6-flash:high__json_schema PASS 100% 118 in → 226 out (221 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
google/gemini-3.6-flash:low PASS 100% 64 in → 189 out (188 reasoning)
2
google/gemini-3.6-flash:low__json_schema PASS 100% 64 in → 85 out (80 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
google/gemini-3.6-flash:max PASS 100% 64 in → 143 out (142 reasoning)
2
google/gemini-3.6-flash:max__json_schema PASS 100% 64 in → 295 out (290 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
google/gemini-3.6-flash:medium PASS 100% 64 in → 145 out (144 reasoning)
2
google/gemini-3.6-flash:medium__json_schema PASS 100% 118 in → 156 out (151 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
google/gemini-3.6-flash:xhigh PASS 100% 63 in → 172 out (171 reasoning)
2
google/gemini-3.6-flash:xhigh__json_schema PASS 100% 64 in → 334 out (329 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
google/gemma-4-26b-a4b-it:high PASS 100% 78 in → 335 out (287 reasoning)
2
google/gemma-4-26b-a4b-it:high__json_schema PASS 100% 78 in → 184 out (136 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
google/gemma-4-26b-a4b-it:low PASS 100% 79 in → 268 out (232 reasoning)
2
google/gemma-4-26b-a4b-it:low__json_schema PASS 100% 79 in → 238 out (188 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
google/gemma-4-26b-a4b-it:medium PASS 100% 79 in → 189 out (150 reasoning)
2
google/gemma-4-26b-a4b-it:medium__json_schema PASS 100% 79 in → 190 out (149 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
google/gemma-4-26b-a4b-it:none PASS 100% 76 in → 2 out (0 reasoning)
2
google/gemma-4-26b-a4b-it:none__json_schema PASS 100% 76 in → 11 out (0 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
google/gemma-4-26b-a4b-it:xhigh PASS 100% 79 in → 293 out (250 reasoning)
2
google/gemma-4-26b-a4b-it:xhigh__json_schema PASS 100% 79 in → 268 out (211 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
google/gemma-4-31b-it:high PASS 100% 79 in → 148 out (109 reasoning)
2
google/gemma-4-31b-it:high__json_schema PASS 100% 79 in → 244 out (195 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
google/gemma-4-31b-it:low PASS 100% 79 in → 172 out (135 reasoning)
2
google/gemma-4-31b-it:low__json_schema PASS 100% 78 in → 185 out (137 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
google/gemma-4-31b-it:medium PASS 100% 79 in → 144 out (115 reasoning)
2
google/gemma-4-31b-it:medium__json_schema PASS 100% 78 in → 166 out (124 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
google/gemma-4-31b-it:none PASS 100% 76 in → 2 out (0 reasoning)
2
google/gemma-4-31b-it:none__json_schema PASS 100% 76 in → 6 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
google/gemma-4-31b-it:xhigh PASS 100% 79 in → 168 out (130 reasoning)
2
google/gemma-4-31b-it:xhigh__json_schema PASS 100% 78 in → 157 out (118 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
ibm-granite/granite-4.1-8b PASS 100% 73 in → 2 out
2
inclusionai/ling-2.6-flash PASS 100% 78 in → 2 out
2
2
JSON Schema Structured Output
(raw) {"count": 2}
liquid/lfm-2-24b-a2b PASS 100% 68 in → 2 out
2
minimax/minimax-m2.5:high PASS 100% 94 in → 291 out (316 reasoning)
2
minimax/minimax-m2.5:high__json_schema PASS 100% 104 in → 431 out (422 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
minimax/minimax-m2.5:low PASS 100% 94 in → 451 out (497 reasoning)
2
minimax/minimax-m2.5:low__json_schema PASS 100% 94 in → 502 out (513 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
minimax/minimax-m2.5:medium__json_schema PASS 100% 104 in → 1,310 out (1,299 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
minimax/minimax-m2.5:xhigh PASS 100% 94 in → 198 out (195 reasoning)
2
minimax/minimax-m2.5:xhigh__json_schema PASS 100% 94 in → 164 out (160 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
minimax/minimax-m2.7:high PASS 100% 94 in → 362 out (403 reasoning)
2
minimax/minimax-m2.7:high__json_schema PASS 100% 224 in → 985 out (978 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
minimax/minimax-m2.7:low PASS 100% 94 in → 374 out (370 reasoning)
2
minimax/minimax-m2.7:low__json_schema PASS 100% 94 in → 11 out (10 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
minimax/minimax-m2.7:medium PASS 100% 94 in → 419 out (415 reasoning)
2
minimax/minimax-m2.7:medium__json_schema PASS 100% 224 in → 302 out (295 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
minimax/minimax-m2.7:xhigh PASS 100% 97 in → 569 out (567 reasoning)
2
minimax/minimax-m2.7:xhigh__json_schema PASS 100% 224 in → 422 out (415 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
minimax/minimax-m3:high PASS 100% 232 in → 37 out (37 reasoning)
2
minimax/minimax-m3:high__json_schema PASS 100% 180 in → 10 out (9 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
minimax/minimax-m3:low PASS 100% 232 in → 57 out (61 reasoning)
2
minimax/minimax-m3:low__json_schema PASS 100% 219 in → 7 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
minimax/minimax-m3:medium PASS 100% 229 in → 63 out (60 reasoning)
2
minimax/minimax-m3:medium__json_schema PASS 100% 219 in → 7 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
minimax/minimax-m3:xhigh PASS 100% 232 in → 109 out (111 reasoning)
2
minimax/minimax-m3:xhigh__json_schema PASS 100% 180 in → 10 out (9 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
mistralai/devstral-2512 PASS 100% 59 in → 2 out
2
mistralai/devstral-2512__json_schema PASS 100% 59 in → 7 out
2
JSON Schema Structured Output
(raw) {"count": 2}
mistralai/mistral-medium-3-5:high PASS 100% 71 in → 166 out (177 reasoning)
2
mistralai/mistral-medium-3-5:high__json_schema PASS 100% 59 in → 189 out (185 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
mistralai/mistral-medium-3-5:low PASS 100% 71 in → 201 out (206 reasoning)
2
mistralai/mistral-medium-3-5:low__json_schema PASS 100% 59 in → 108 out (101 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
mistralai/mistral-medium-3-5:medium PASS 100% 71 in → 381 out (368 reasoning)
2
mistralai/mistral-medium-3-5:medium__json_schema PASS 100% 59 in → 139 out (136 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
mistralai/mistral-medium-3-5:none PASS 100% 71 in → 2 out (0 reasoning)
2
mistralai/mistral-medium-3-5:none__json_schema PASS 100% 59 in → 7 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
mistralai/mistral-medium-3-5:xhigh PASS 100% 71 in → 185 out (197 reasoning)
2
mistralai/mistral-medium-3-5:xhigh__json_schema PASS 100% 59 in → 115 out (109 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
moonshotai/kimi-k2.6:high PASS 100% 63 in → 997 out (1,008 reasoning)
2
moonshotai/kimi-k2.6:high__json_schema PASS 100% 63 in → 10 out (0 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
moonshotai/kimi-k2.6:low PASS 100% 63 in → 406 out (430 reasoning)
2
moonshotai/kimi-k2.6:low__json_schema PASS 100% 62 in → 565 out (420 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
moonshotai/kimi-k2.6:medium PASS 100% 63 in → 494 out (491 reasoning)
2
moonshotai/kimi-k2.6:medium__json_schema PASS 100% 62 in → 437 out (160 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
moonshotai/kimi-k2.6:xhigh PASS 100% 63 in → 430 out (433 reasoning)
2
moonshotai/kimi-k2.6:xhigh__json_schema PASS 100% 63 in → 206 out (196 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2}
moonshotai/kimi-k2.7-code:high PASS 100% 63 in → 29 out (26 reasoning)
2
moonshotai/kimi-k2.7-code:high__json_schema PASS 100% 63 in → 59 out (54 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
moonshotai/kimi-k2.7-code:low PASS 100% 63 in → 33 out (30 reasoning)
2
moonshotai/kimi-k2.7-code:low__json_schema PASS 100% 63 in → 85 out (76 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
moonshotai/kimi-k2.7-code:medium PASS 100% 63 in → 332 out (329 reasoning)
2
moonshotai/kimi-k2.7-code:medium__json_schema PASS 100% 63 in → 48 out (42 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
moonshotai/kimi-k2.7-code:xhigh PASS 100% 63 in → 206 out (203 reasoning)
2
moonshotai/kimi-k2.7-code:xhigh__json_schema PASS 100% 63 in → 202 out (191 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
moonshotai/kimi-k3:high PASS 100% 140 in → 263 out (247 reasoning)
2
moonshotai/kimi-k3:high__json_schema PASS 100% 140 in → 199 out (183 reasoning)
2
moonshotai/kimi-k3:low PASS 100% 140 in → 261 out (245 reasoning)
2
moonshotai/kimi-k3:low__json_schema PASS 100% 140 in → 234 out (218 reasoning)
2
moonshotai/kimi-k3:max PASS 100% 140 in → 241 out (225 reasoning)
2
moonshotai/kimi-k3:max__json_schema PASS 100% 140 in → 228 out (212 reasoning)
2
moonshotai/kimi-k3:medium PASS 100% 140 in → 287 out (271 reasoning)
2
moonshotai/kimi-k3:medium__json_schema PASS 100% 140 in → 387 out (371 reasoning)
2
moonshotai/kimi-k3:xhigh PASS 100% 140 in → 193 out (177 reasoning)
2
moonshotai/kimi-k3:xhigh__json_schema PASS 100% 140 in → 354 out (338 reasoning)
2
nvidia/nemotron-3-nano-30b-a3b:high PASS 100% 72 in → 397 out (393 reasoning)
2
nvidia/nemotron-3-nano-30b-a3b:high__json_schema PASS 100% 72 in → 151 out (148 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
nvidia/nemotron-3-nano-30b-a3b:low PASS 100% 72 in → 362 out (369 reasoning)
2
nvidia/nemotron-3-nano-30b-a3b:low__json_schema PASS 100% 72 in → 1,819 out (1,874 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
nvidia/nemotron-3-nano-30b-a3b:medium PASS 100% 72 in → 80 out (88 reasoning)
2
nvidia/nemotron-3-nano-30b-a3b:medium__json_schema PASS 100% 72 in → 2,150 out (2,302 reasoning)
2
JSON Schema Structured Output
(raw) { "count":2 }
nvidia/nemotron-3-nano-30b-a3b:none PASS 100% 72 in → 2 out (0 reasoning)
2
nvidia/nemotron-3-nano-30b-a3b:none__json_schema PASS 100% 72 in → 8 out (0 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
nvidia/nemotron-3-nano-30b-a3b:xhigh PASS 100% 72 in → 371 out (354 reasoning)
2
nvidia/nemotron-3-nano-30b-a3b:xhigh__json_schema PASS 100% 72 in → 1,655 out (1,739 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
nvidia/nemotron-3-super-120b-a12b:high PASS 100% 72 in → 124 out (118 reasoning)
2
nvidia/nemotron-3-super-120b-a12b:high__json_schema PASS 100% 72 in → 117 out (103 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
nvidia/nemotron-3-super-120b-a12b:low PASS 100% 72 in → 94 out (102 reasoning)
2
nvidia/nemotron-3-super-120b-a12b:low__json_schema PASS 100% 72 in → 346 out (328 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
nvidia/nemotron-3-super-120b-a12b:medium PASS 100% 72 in → 366 out (353 reasoning)
2
nvidia/nemotron-3-super-120b-a12b:medium__json_schema PASS 100% 72 in → 346 out (327 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
nvidia/nemotron-3-super-120b-a12b:none PASS 100% 72 in → 2 out (0 reasoning)
2
nvidia/nemotron-3-super-120b-a12b:none__json_schema PASS 100% 72 in → 10 out (0 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
nvidia/nemotron-3-super-120b-a12b:xhigh PASS 100% 72 in → 132 out (124 reasoning)
2
nvidia/nemotron-3-super-120b-a12b:xhigh__json_schema PASS 100% 72 in → 334 out (316 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
openai/gpt-5.4-mini:high PASS 100% 61 in → 32 out (25 reasoning)
2
openai/gpt-5.4-mini:high__json_schema PASS 100% 94 in → 71 out (56 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
openai/gpt-5.4-mini:low PASS 100% 61 in → 19 out (12 reasoning)
2
openai/gpt-5.4-mini:low__json_schema PASS 100% 94 in → 50 out (35 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
openai/gpt-5.4-mini:medium PASS 100% 61 in → 30 out (23 reasoning)
2
openai/gpt-5.4-mini:medium__json_schema PASS 100% 94 in → 81 out (66 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
openai/gpt-5.4-mini:none PASS 100% 61 in → 5 out (0 reasoning)
2
openai/gpt-5.4-mini:none__json_schema PASS 100% 94 in → 13 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
openai/gpt-5.4-mini:xhigh PASS 100% 61 in → 42 out (35 reasoning)
2
openai/gpt-5.4-mini:xhigh__json_schema PASS 100% 94 in → 96 out (81 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
openai/gpt-5.4-nano:high PASS 100% 61 in → 5 out (0 reasoning)
2
openai/gpt-5.4-nano:high__json_schema PASS 100% 94 in → 35 out (20 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
openai/gpt-5.4-nano:low PASS 100% 61 in → 25 out (18 reasoning)
2
openai/gpt-5.4-nano:low__json_schema PASS 100% 94 in → 13 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
openai/gpt-5.4-nano:medium PASS 100% 61 in → 5 out (0 reasoning)
2
openai/gpt-5.4-nano:medium__json_schema PASS 100% 94 in → 13 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
openai/gpt-5.4-nano:none PASS 100% 61 in → 5 out (0 reasoning)
2
openai/gpt-5.4-nano:none__json_schema PASS 100% 94 in → 13 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
openai/gpt-5.4-nano:xhigh PASS 100% 61 in → 27 out (20 reasoning)
2
openai/gpt-5.4-nano:xhigh__json_schema PASS 100% 94 in → 37 out (22 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
openai/gpt-5.4:high PASS 100% 61 in → 32 out (25 reasoning)
2
openai/gpt-5.4:high__json_schema PASS 100% 94 in → 51 out (36 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
openai/gpt-5.4:low PASS 100% 61 in → 19 out (12 reasoning)
2
openai/gpt-5.4:low__json_schema PASS 100% 94 in → 26 out (11 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
openai/gpt-5.4:medium PASS 100% 61 in → 34 out (27 reasoning)
2
openai/gpt-5.4:medium__json_schema PASS 100% 94 in → 74 out (59 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
openai/gpt-5.4:none PASS 100% 61 in → 5 out (0 reasoning)
2
openai/gpt-5.4:none__json_schema PASS 100% 94 in → 13 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
openai/gpt-5.4:xhigh PASS 100% 61 in → 77 out (70 reasoning)
2
openai/gpt-5.4:xhigh__json_schema PASS 100% 94 in → 412 out (397 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
openai/gpt-5.5:high PASS 100% 61 in → 74 out (67 reasoning)
2
openai/gpt-5.5:high__json_schema PASS 100% 94 in → 100 out (85 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
openai/gpt-5.5:low PASS 100% 61 in → 58 out (51 reasoning)
2
openai/gpt-5.5:low__json_schema PASS 100% 94 in → 35 out (20 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
openai/gpt-5.5:medium PASS 100% 61 in → 25 out (18 reasoning)
2
openai/gpt-5.5:medium__json_schema PASS 100% 94 in → 59 out (44 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
openai/gpt-5.5:none PASS 100% 61 in → 5 out (0 reasoning)
2
openai/gpt-5.5:none__json_schema PASS 100% 94 in → 13 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
openai/gpt-5.5:xhigh PASS 100% 61 in → 121 out (114 reasoning)
2
openai/gpt-5.5:xhigh__json_schema PASS 100% 94 in → 117 out (102 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
openai/gpt-5.6-luna:high PASS 100% 61 in → 23 out (16 reasoning)
2
openai/gpt-5.6-luna:high__json_schema PASS 100% 94 in → 30 out (15 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
openai/gpt-5.6-luna:low PASS 100% 61 in → 5 out (0 reasoning)
2
openai/gpt-5.6-luna:low__json_schema PASS 100% 94 in → 13 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
openai/gpt-5.6-luna:max PASS 100% 61 in → 29 out (22 reasoning)
2
openai/gpt-5.6-luna:max__json_schema PASS 100% 94 in → 38 out (23 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
openai/gpt-5.6-luna:medium PASS 100% 61 in → 5 out (0 reasoning)
2
openai/gpt-5.6-luna:medium__json_schema PASS 100% 94 in → 100 out (85 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
openai/gpt-5.6-luna:none PASS 100% 61 in → 5 out (0 reasoning)
2
openai/gpt-5.6-luna:none__json_schema PASS 100% 94 in → 13 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
openai/gpt-5.6-luna:xhigh PASS 100% 61 in → 23 out (16 reasoning)
2
openai/gpt-5.6-luna:xhigh__json_schema PASS 100% 94 in → 34 out (19 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
openai/gpt-5.6-sol:high PASS 100% 61 in → 5 out (0 reasoning)
2
openai/gpt-5.6-sol:high__json_schema PASS 100% 94 in → 13 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
openai/gpt-5.6-sol:low PASS 100% 61 in → 5 out (0 reasoning)
2
openai/gpt-5.6-sol:low__json_schema PASS 100% 94 in → 13 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
openai/gpt-5.6-sol:max PASS 100% 61 in → 5 out (0 reasoning)
2
openai/gpt-5.6-sol:max__json_schema PASS 100% 94 in → 13 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
openai/gpt-5.6-sol:medium PASS 100% 61 in → 5 out (0 reasoning)
2
openai/gpt-5.6-sol:medium__json_schema PASS 100% 94 in → 13 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
openai/gpt-5.6-sol:none PASS 100% 61 in → 5 out (0 reasoning)
2
openai/gpt-5.6-sol:none__json_schema PASS 100% 94 in → 13 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
openai/gpt-5.6-sol:xhigh PASS 100% 61 in → 5 out (0 reasoning)
2
openai/gpt-5.6-sol:xhigh__json_schema PASS 100% 94 in → 13 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
openai/gpt-5.6-terra:high PASS 100% 61 in → 5 out (0 reasoning)
2
openai/gpt-5.6-terra:high__json_schema PASS 100% 94 in → 13 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
openai/gpt-5.6-terra:low PASS 100% 61 in → 5 out (0 reasoning)
2
openai/gpt-5.6-terra:low__json_schema PASS 100% 94 in → 13 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
openai/gpt-5.6-terra:max PASS 100% 61 in → 41 out (34 reasoning)
2
openai/gpt-5.6-terra:max__json_schema PASS 100% 94 in → 187 out (172 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
openai/gpt-5.6-terra:medium PASS 100% 61 in → 5 out (0 reasoning)
2
openai/gpt-5.6-terra:medium__json_schema PASS 100% 94 in → 13 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
openai/gpt-5.6-terra:none PASS 100% 61 in → 5 out (0 reasoning)
2
openai/gpt-5.6-terra:none__json_schema PASS 100% 94 in → 13 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
openai/gpt-5.6-terra:xhigh PASS 100% 61 in → 5 out (0 reasoning)
2
openai/gpt-5.6-terra:xhigh__json_schema PASS 100% 94 in → 13 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
openai/gpt-oss-120b:high PASS 100% 122 in → 76 out (64 reasoning)
2
openai/gpt-oss-120b:high__json_schema PASS 100% 120 in → 473 out (491 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
openai/gpt-oss-120b:low__json_schema PASS 100% 109 in → 37 out (18 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
openai/gpt-oss-120b:medium PASS 100% 124 in → 132 out (131 reasoning)
2
openai/gpt-oss-120b:medium__json_schema PASS 100% 109 in → 145 out (141 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
openai/gpt-oss-120b:xhigh PASS 100% 120 in → 356 out (383 reasoning)
2
openai/gpt-oss-120b:xhigh__json_schema PASS 100% 120 in → 309 out (317 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
openai/gpt-oss-20b:high PASS 100% 126 in → 125 out (115 reasoning)
2
openai/gpt-oss-20b:low PASS 100% 127 in → 17 out (6 reasoning)
2
openai/gpt-oss-20b:low__json_schema PASS 100% 122 in → 42 out (23 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
openai/gpt-oss-20b:medium PASS 100% 122 in → 97 out (96 reasoning)
2
openai/gpt-oss-20b:medium__json_schema PASS 100% 120 in → 10,937 out (119 reasoning)
2
JSON Schema Structured Output
(raw) { "count" : 2 }
openai/gpt-oss-20b:xhigh PASS 100% 122 in → 238 out (223 reasoning)
2
openai/gpt-oss-20b:xhigh__json_schema PASS 100% 122 in → 131 out (133 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
poolside/laguna-m.1:high PASS 100% 71 in → 241 out (237 reasoning)
2
poolside/laguna-m.1:high__json_schema PASS 100% 71 in → 302 out (290 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
poolside/laguna-m.1:low PASS 100% 71 in → 185 out (181 reasoning)
2
poolside/laguna-m.1:low__json_schema PASS 100% 71 in → 250 out (239 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
poolside/laguna-m.1:medium PASS 100% 71 in → 229 out (225 reasoning)
2
poolside/laguna-m.1:medium__json_schema PASS 100% 71 in → 404 out (392 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
poolside/laguna-m.1:none PASS 100% 71 in → 3 out (0 reasoning)
2
poolside/laguna-m.1:xhigh PASS 100% 71 in → 406 out (402 reasoning)
2
poolside/laguna-m.1:xhigh__json_schema PASS 100% 71 in → 446 out (435 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
poolside/laguna-xs-2.1:high PASS 100% 71 in → 342 out (340 reasoning)
2
poolside/laguna-xs-2.1:high__json_schema PASS 100% 71 in → 278 out (266 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
poolside/laguna-xs-2.1:low PASS 100% 71 in → 317 out (315 reasoning)
2
poolside/laguna-xs-2.1:low__json_schema PASS 100% 71 in → 334 out (322 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
poolside/laguna-xs-2.1:medium PASS 100% 71 in → 328 out (326 reasoning)
2
poolside/laguna-xs-2.1:medium__json_schema PASS 100% 71 in → 325 out (313 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
poolside/laguna-xs-2.1:xhigh PASS 100% 71 in → 140 out (138 reasoning)
2
poolside/laguna-xs-2.1:xhigh__json_schema PASS 100% 71 in → 382 out (370 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
poolside/laguna-xs.2:high PASS 100% 108 in → 85 out (81 reasoning)
2
poolside/laguna-xs.2:high__json_schema PASS 100% 108 in → 85 out (77 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
poolside/laguna-xs.2:low PASS 100% 108 in → 76 out (72 reasoning)
2
poolside/laguna-xs.2:low__json_schema PASS 100% 108 in → 86 out (78 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
poolside/laguna-xs.2:medium PASS 100% 108 in → 103 out (99 reasoning)
2
poolside/laguna-xs.2:medium__json_schema PASS 100% 108 in → 160 out (148 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
poolside/laguna-xs.2:none PASS 100% 108 in → 3 out (0 reasoning)
2
poolside/laguna-xs.2:none__json_schema PASS 100% 108 in → 7 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
poolside/laguna-xs.2:xhigh PASS 100% 108 in → 38 out (34 reasoning)
2
poolside/laguna-xs.2:xhigh__json_schema PASS 100% 108 in → 98 out (88 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
qwen/qwen3.6-27b:high PASS 100% 66 in → 342 out (1 reasoning)
2
qwen/qwen3.6-27b:high__json_schema PASS 100% 66 in → 209 out (181 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
qwen/qwen3.6-27b:low PASS 100% 66 in → 802 out (797 reasoning)
2
qwen/qwen3.6-27b:low__json_schema PASS 100% 66 in → 975 out (1 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
qwen/qwen3.6-27b:medium PASS 100% 66 in → 723 out (694 reasoning)
2
qwen/qwen3.6-27b:medium__json_schema PASS 100% 66 in → 590 out (525 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
qwen/qwen3.6-27b:none PASS 100% 68 in → 2 out (0 reasoning)
2
qwen/qwen3.6-27b:none__json_schema PASS 100% 68 in → 11 out (0 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
qwen/qwen3.6-27b:xhigh PASS 100% 66 in → 618 out (575 reasoning)
2
qwen/qwen3.6-27b:xhigh__json_schema PASS 100% 68 in → 10 out (0 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
qwen/qwen3.6-35b-a3b:high PASS 100% 66 in → 222 out (201 reasoning)
2
qwen/qwen3.6-35b-a3b:high__json_schema PASS 100% 66 in → 262 out (243 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
qwen/qwen3.6-35b-a3b:low PASS 100% 66 in → 269 out (262 reasoning)
2
qwen/qwen3.6-35b-a3b:low__json_schema PASS 100% 66 in → 275 out (247 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
qwen/qwen3.6-35b-a3b:medium PASS 100% 66 in → 464 out (439 reasoning)
2
qwen/qwen3.6-35b-a3b:medium__json_schema PASS 100% 66 in → 283 out (261 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
qwen/qwen3.6-35b-a3b:none PASS 100% 68 in → 2 out (0 reasoning)
2
qwen/qwen3.6-35b-a3b:none__json_schema PASS 100% 68 in → 11 out (0 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
qwen/qwen3.6-35b-a3b:xhigh PASS 100% 66 in → 579 out (554 reasoning)
2
qwen/qwen3.6-35b-a3b:xhigh__json_schema PASS 100% 66 in → 175 out (159 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
qwen/qwen3.6-flash:high PASS 100% 66 in → 237 out (231 reasoning)
2
qwen/qwen3.6-flash:low PASS 100% 66 in → 225 out (219 reasoning)
2
qwen/qwen3.6-flash:medium PASS 100% 66 in → 248 out (242 reasoning)
2
qwen/qwen3.6-flash:none PASS 100% 68 in → 1 out (0 reasoning)
2
qwen/qwen3.6-flash:xhigh PASS 100% 66 in → 261 out (255 reasoning)
2
qwen/qwen3.7-flash:high PASS 100% 66 in → 254 out (249 reasoning)
2
qwen/qwen3.7-flash:low PASS 100% 66 in → 196 out (191 reasoning)
2
qwen/qwen3.7-flash:max PASS 100% 66 in → 265 out (260 reasoning)
2
qwen/qwen3.7-flash:medium PASS 100% 66 in → 264 out (258 reasoning)
2
qwen/qwen3.7-flash:none PASS 100% 68 in → 1 out (0 reasoning)
2
qwen/qwen3.7-flash:xhigh PASS 100% 66 in → 269 out (263 reasoning)
2
qwen/qwen3.7-max:high PASS 100% 66 in → 374 out (368 reasoning)
2
qwen/qwen3.7-max:low PASS 100% 66 in → 417 out (411 reasoning)
2
qwen/qwen3.7-max:medium PASS 100% 66 in → 538 out (532 reasoning)
2
qwen/qwen3.7-max:none PASS 100% 68 in → 1 out (0 reasoning)
2
qwen/qwen3.7-max:xhigh PASS 100% 66 in → 119 out (113 reasoning)
2
qwen/qwen3.7-plus:high PASS 100% 66 in → 448 out (443 reasoning)
2
qwen/qwen3.7-plus:low PASS 100% 66 in → 126 out (120 reasoning)
2
qwen/qwen3.7-plus:medium PASS 100% 66 in → 641 out (636 reasoning)
2
qwen/qwen3.7-plus:none PASS 100% 68 in → 1 out (0 reasoning)
2
qwen/qwen3.7-plus:xhigh PASS 100% 66 in → 524 out (519 reasoning)
2
tencent/hy3:high PASS 100% 68 in → 277 out (274 reasoning)
2
tencent/hy3:high__json_schema PASS 100% 68 in → 653 out (662 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
tencent/hy3:low PASS 100% 68 in → 396 out (393 reasoning)
2
tencent/hy3:low__json_schema PASS 100% 68 in → 188 out (185 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
tencent/hy3:medium PASS 100% 68 in → 386 out (383 reasoning)
2
tencent/hy3:medium__json_schema PASS 100% 68 in → 411 out (393 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
tencent/hy3:none PASS 100% 71 in → 2 out (0 reasoning)
2
tencent/hy3:none__json_schema PASS 100% 71 in → 8 out (0 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
tencent/hy3:xhigh PASS 100% 68 in → 417 out (414 reasoning)
2
tencent/hy3:xhigh__json_schema PASS 100% 68 in → 307 out (310 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
thinkingmachines/inkling-small:high PASS 100% 70 in → 418 out (431 reasoning)
2
thinkingmachines/inkling-small:high__json_schema PASS 100% 70 in → 191 out (177 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
thinkingmachines/inkling-small:low PASS 100% 70 in → 14 out (7 reasoning)
2
thinkingmachines/inkling-small:low__json_schema PASS 100% 70 in → 20 out (6 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
thinkingmachines/inkling-small:max PASS 100% 70 in → 353 out (346 reasoning)
2
thinkingmachines/inkling-small:max__json_schema PASS 100% 70 in → 194 out (180 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
thinkingmachines/inkling-small:medium PASS 100% 70 in → 22 out (14 reasoning)
2
thinkingmachines/inkling-small:medium__json_schema PASS 100% 70 in → 185 out (171 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
thinkingmachines/inkling-small:none PASS 100% 68 in → 4 out (0 reasoning)
2
thinkingmachines/inkling-small:xhigh PASS 100% 70 in → 261 out (254 reasoning)
2
thinkingmachines/inkling-small:xhigh__json_schema PASS 100% 70 in → 378 out (368 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
thinkingmachines/inkling:high PASS 100% 70 in → 223 out (216 reasoning)
2
thinkingmachines/inkling:low PASS 100% 70 in → 59 out (53 reasoning)
2
thinkingmachines/inkling:max PASS 100% 70 in → 362 out (351 reasoning)
2
thinkingmachines/inkling:max__json_schema PASS 100% 70 in → 224 out (213 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
thinkingmachines/inkling:medium PASS 100% 70 in → 296 out (288 reasoning)
2
thinkingmachines/inkling:medium__json_schema PASS 100% 70 in → 279 out (267 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
thinkingmachines/inkling:none__json_schema PASS 100% 68 in → 8 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2 }
thinkingmachines/inkling:xhigh PASS 100% 70 in → 173 out (165 reasoning)
2
thinkingmachines/inkling:xhigh__json_schema PASS 100% 70 in → 420 out (408 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
x-ai/grok-4.3:high PASS 100% 240 in → 658 out (657 reasoning)
2
x-ai/grok-4.3:high__json_schema PASS 100% 294 in → 535 out (530 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
x-ai/grok-4.3:low__json_schema PASS 100% 300 in → 434 out (429 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
x-ai/grok-4.3:max PASS 100% 240 in → 449 out (448 reasoning)
2
x-ai/grok-4.3:max__json_schema PASS 100% 294 in → 517 out (512 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
x-ai/grok-4.3:medium PASS 100% 246 in → 239 out (238 reasoning)
2
x-ai/grok-4.3:medium__json_schema PASS 100% 300 in → 531 out (526 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
x-ai/grok-4.3:none PASS 100% 238 in → 1 out (0 reasoning)
2
x-ai/grok-4.3:none__json_schema PASS 100% 292 in → 5 out (0 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
x-ai/grok-4.3:xhigh PASS 100% 240 in → 432 out (431 reasoning)
2
x-ai/grok-4.3:xhigh__json_schema PASS 100% 294 in → 524 out (519 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
x-ai/grok-4.5:high PASS 100% 265 in → 214 out (213 reasoning)
2
x-ai/grok-4.5:high__json_schema PASS 100% 329 in → 371 out (366 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
x-ai/grok-4.5:low PASS 100% 265 in → 175 out (174 reasoning)
2
x-ai/grok-4.5:low__json_schema PASS 100% 329 in → 103 out (97 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
x-ai/grok-4.5:max PASS 100% 265 in → 335 out (334 reasoning)
2
x-ai/grok-4.5:max__json_schema PASS 100% 329 in → 354 out (348 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
x-ai/grok-4.5:medium PASS 100% 265 in → 113 out (112 reasoning)
2
x-ai/grok-4.5:medium__json_schema PASS 100% 329 in → 512 out (506 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
x-ai/grok-4.5:xhigh PASS 100% 265 in → 396 out (395 reasoning)
2
x-ai/grok-4.5:xhigh__json_schema PASS 100% 329 in → 236 out (231 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
z-ai/glm-4.7-flash:high PASS 100% 59 in → 264 out (255 reasoning)
2
z-ai/glm-4.7-flash:low PASS 100% 59 in → 262 out (246 reasoning)
2
z-ai/glm-4.7-flash:medium PASS 100% 59 in → 308 out (304 reasoning)
2
z-ai/glm-4.7-flash:none PASS 100% 59 in → 2 out (0 reasoning)
2
z-ai/glm-4.7-flash:none__json_schema PASS 100% 59 in → 8 out (0 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
z-ai/glm-4.7-flash:xhigh PASS 100% 59 in → 290 out (278 reasoning)
2
z-ai/glm-4.7-flash:xhigh__json_schema PASS 100% 59 in → 288 out (273 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
z-ai/glm-5.2:high PASS 100% 66 in → 312 out (309 reasoning)
2
z-ai/glm-5.2:high__json_schema PASS 100% 239 in → 24 out (17 reasoning)
2
JSON Schema Structured Output
(raw) {"count":2}
z-ai/glm-5.2:low PASS 100% 66 in → 446 out (429 reasoning)
2
z-ai/glm-5.2:low__json_schema PASS 100% 68 in → 132 out (121 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
z-ai/glm-5.2:medium PASS 100% 66 in → 236 out (222 reasoning)
2
z-ai/glm-5.2:medium__json_schema PASS 100% 66 in → 156 out (148 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
z-ai/glm-5.2:none PASS 100% 60 in → 2 out (0 reasoning)
2
z-ai/glm-5.2:none__json_schema PASS 100% 62 in → 7 out (0 reasoning)
2
JSON Schema Structured Output
(raw) { "count": 2 }
z-ai/glm-5.2:xhigh PASS 100% 66 in → 162 out (163 reasoning)
2
z-ai/glm-5.2:xhigh__json_schema PASS 100% 239 in → 152 out (144 reasoning)
2
JSON Schema Structured Output
(raw) {"count": 2}
anthropic/claude-opus-4.8:high__json_schema FAIL 0% 301 in → 8 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count":1}
Failure: Expected '2', 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)
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% 64 in → 284 out (295 reasoning)
1
JSON Schema Structured Output
(raw) { "count": 1}
Failure: Expected '2', got '1'
arcee-ai/trinity-mini:medium FAIL 0% 64 in → 222 out (235 reasoning)
1
Failure: Expected '2', got ' 1'
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
Invalid JSON. Output: {{ "count": 2 }
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting property name enclosed in double quotes: line 1 column 2 (char 1)
Failure: Failed to parse structured JSON response: Expecting property name enclosed in double quotes: line 1 column 2 (char 1)
deepseek/deepseek-v4-flash-0731:none FAIL 0% 60 in → 1 out (0 reasoning)
9
Failure: Expected '2', got '9'
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
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)
deepseek/deepseek-v4-flash:none FAIL 0% 60 in → 2 out (0 reasoning)
5
Failure: Expected '2', got '5'
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)
0
JSON Schema Structured Output
(raw) { "count": 0 }
Failure: Expected '2', got '0'
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.5:medium FAIL 0% 99 in → 173 out (174 reasoning)
(empty output)
Failure: Expected '2', got ''
openai/gpt-oss-120b:low FAIL 0% 124 in → 76 out (66 reasoning)
(empty output)
Failure: Expected '2', got ''
openai/gpt-oss-20b:high__json_schema FAIL 0% 120 in → 5,320 out (914 reasoning)
22
JSON Schema Structured Output
(raw) { "count" : 22 }
Failure: Expected '2', got '22'
poolside/laguna-m.1:none__json_schema FAIL 0% 71 in → 7 out (0 reasoning)
1
JSON Schema Structured Output
(raw) {"count": 1}
Failure: Expected '2', got '1'
poolside/laguna-xs-2.1:none FAIL 0% 71 in → 63 out (0 reasoning)
2 The output shows two lines matching the word 'data': - src/pipeline.py:data = load_data("input.csv") - src/pipeline.py:result = process(data) Both lines contain the exact word 'data' as a standalone word, so the count is 2. ```
Failure: Expected '2', got '2 The output shows two lines matching the word 'data': - src/pipeline.py:data = load_data("input.csv") - src/pipeline.py:result = process(data) Both lines contain the exact word 'data' as a standalone word, so the count is 2. ```'
Invalid JSON. Output: {
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting property name enclosed in double quotes: line 3 column 65515 (char 66196)
Failure: Failed to parse structured JSON response: Expecting property name enclosed in double quotes: line 3 column 65515 (char 66196)
(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-20e2ab12-64c4-96a8-a26e-155fe93b9083","request_id":"20e2ab12-64c4-96a8-a26e-155fe93b9083"}', '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-b65f4f0c-b2e3-9a67-b753-b1e7c4dce242","request_id":"b65f4f0c-b2e3-9a67-b753-b1e7c4dce242"}', '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-8cc04876-5340-9c5f-a4f5-a0d80185b007","request_id":"8cc04876-5340-9c5f-a4f5-a0d80185b007"}', '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-9f26b0c0-608a-97b2-8914-7fd79de03adf","request_id":"9f26b0c0-608a-97b2-8914-7fd79de03adf"}', '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-11c57dd1-38d7-9474-b81a-7762f0addf5b","request_id":"11c57dd1-38d7-9474-b81a-7762f0addf5b"}', '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-4b44d37c-b136-90ce-8172-3821ebb5003e"}\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-0a361f02-b8ae-9d3f-a041-84614a7712bc"}\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-38641af9-f64d-94aa-8d0b-e4d495cb439f"}\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-9979c3c5-fbb7-908c-b985-856214ef9bdb"}\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-a0d1c2a7-a6d3-9ddb-b5ab-a4fbb724e868"}\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-321115a4-5384-92c2-b430-532edf056acd"}\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-5aa7cd3c-e3a6-913d-a1fd-b69f386339be","request_id":"5aa7cd3c-e3a6-913d-a1fd-b69f386339be"}', '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-83a72ccc-a279-9047-a832-fecf40432ac7","request_id":"83a72ccc-a279-9047-a832-fecf40432ac7"}', '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-f1748eea-1d1a-99a6-ac09-678f9908beb7","request_id":"f1748eea-1d1a-99a6-ac09-678f9908beb7"}', '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-855de26f-bb14-9830-95b4-f9d237165ec3","request_id":"855de26f-bb14-9830-95b4-f9d237165ec3"}', '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-232bc538-b9f1-9f5b-b8ad-8f06a646239f","request_id":"232bc538-b9f1-9f5b-b8ad-8f06a646239f"}', '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-d62865c3-06c9-937d-93c7-f392bafa6550","request_id":"d62865c3-06c9-937d-93c7-f392bafa6550"}', '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-f8c28c7f-a18b-9e8d-b7dc-145d9f547cdf","request_id":"f8c28c7f-a18b-9e8d-b7dc-145d9f547cdf"}', '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-f9a4024f-ae10-960b-82e3-342af32ffb14","request_id":"f9a4024f-ae10-960b-82e3-342af32ffb14"}', '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-0b082ff9-1fe1-9727-bcdb-c539cfa38038","request_id":"0b082ff9-1fe1-9727-bcdb-c539cfa38038"}', '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-1c63956b-407c-90e2-8ecd-902ec8305dc2","request_id":"1c63956b-407c-90e2-8ecd-902ec8305dc2"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
Invalid JSON. Output: 2{ "count": 2 }
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: 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
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
thinkingmachines/inkling:none FAIL 0% 70 in → 4 out (0 reasoning)
2<|end_message|>
Failure: Expected '2', got '2<|end_message|>'
x-ai/grok-4.3:low FAIL 0% 246 in → 672 out (536 reasoning)
2 The provided command output consists of exactly two lines, both containing the standalone whole-word token "data" (as delimited by non-word characters under grep's \w definition of [A-Za-z0-9_]). - Line 1 contains the token "data" at the start of the assignment; the substring inside load_data is bounded by underscores and therefore does not constitute a whole-word match. - Line 2 contains the token "data" inside the parentheses; the surrounding characters '(' and ')' are non-word characters, satisfying the -w requirement. Consequently the pattern -w data matches both displayed lines, so the number of matching lines is 2.
Failure: Expected '2', got '2 The provided command output consists of exactly two lines, both containing the standalone whole-word token "data" (as delimited by non-word characters under grep's \w definition of [A-Za-z0-9_]). - Line 1 contains the token "data" at the start of the assignment; the substring inside load_data is bounded by underscores and therefore does not constitute a whole-word match. - Line 2 contains the token "data" inside the parentheses; the surrounding characters '(' and ')' are non-word characters, satisfying the -w requirement. Consequently the pattern -w data matches both displayed lines, so the number of matching lines is 2.'
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)